@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

@charset "UTF-8" .icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem
}

.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem
}

.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    letter-spacing: -.022rem
}

.display-1,
.display-2,
.display-3,
.display-4 {
    letter-spacing: -.05rem
}

.lead {
    letter-spacing: -.03rem
}

.text-inherit {
    color: var(--gk-gray-800)
}

.text-inherit.active,
.text-inherit:hover,
a.text-body:hover,
a:hover .text-primary-hover {
    color: var(--gk-primary) !important
}

.disableClick {
    pointer-events: none
}

.text-inverse {
    filter: brightness(0) invert(1)
}

.text-inverse-dark {
    filter: brightness(2) invert(1)
}

.cursor-pointer {
    cursor: pointer
}

.logo-stick {
    filter: brightness(0) invert(1)
}

.chevron-arrow {
    display: inline-block;
    transition: .5s ease-in-out
}

[aria-expanded=true] .chevron-arrow {
    transform: rotate(-180deg)
}

.collapse-toggle {
    display: inline-block;
    transition: .5s ease-in-out
}

[aria-expanded=true] .collapse-toggle {
    transform: rotate(180deg)
}

.accordion-single .accordion-header-single {
    background-color: var(--gk-body-bg);
    border-bottom: 1px solid var(--gk-gray-300);
    margin-bottom: 0;
    padding: 16px
}

.accordion-body-single {
    padding: 24px
}

.bg-cover {
    background: no-repeat 50%/cover
}

.bg-grayscale {
    filter: grayscale(100%)
}

.bg-colors-gradient {
    background: linear-gradient(280.04deg, #baa9fb, #dbbeff 48.96%, #ffe0e0)
}

@media (max-width:1200px) {
    .bg-auto {
        background-size: auto !important
    }
}

.dot-pattern {
    position: relative
}

.dot-pattern:after {
    background: url(../../../assets/images/dots-pattern.svg) no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.img-overlay,
.img-overlay .img-color {
    position: relative;
    transition: .5s ease
}

.img-overlay .img-color {
    background-color: var(--gk-primary);
    border-radius: 1rem
}

.img-overlay .img-color img {
    border-radius: .75rem
}

.img-overlay .img-color:hover img {
    mix-blend-mode: multiply;
    opacity: .4;
    transition: .2s ease
}

.img-overlay .caption {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .5s ease
}

.img-overlay:hover .caption {
    opacity: 1
}

.hero-graphics {
    background-image: url(../images/hero/hero-graphics.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-dark-stable {
    background-color: #0f172a
}

.text-white-stable {
    color: #fff
}

.border-dashed {
    border: 2px dashed var(--gk-gray-300) !important
}

.list-timeline-activity {
    position: relative;
    z-index: 1
}

.list-timeline-activity .list-group-item:not(:last-child):before {
    border-left: 1px solid var(--gk-border-color);
    content: "";
    height: 100%;
    left: 1.25rem;
    position: absolute;
    top: 1rem
}

.process-line {
    position: relative;
    z-index: 1
}

.process-line:before {
    border-bottom: 2px solid var(--gk-primary);
    content: "";
    left: 0;
    margin: 0 80px;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 200px
}

@media (max-width:420px) {
    .process-line:before {
        display: none
    }
}

@media (max-width:990px) {
    .process-line:before {
        width: 120px
    }
}

.small-divider {
    height: .125rem;
    width: 2.25rem
}

.step-line {
    position: relative
}

.step-line:after {
    background-color: var(--gk-gray-200);
    content: "";
    height: 2px;
    min-width: 13rem;
    position: absolute;
    top: 50%;
    z-index: -1
}

@media (max-width:1200px) {
    .step-line:after {
        min-width: 10rem
    }
}

@media (max-width:768px) {
    .step-line:after {
        min-width: 6.9rem
    }
}

.active .step-line:after {
    background-color: var(--gk-primary)
}

.bg-light-gradient {
    background: rgb(221 218 255 / .2);
    background: linear-gradient(180deg, rgb(221 218 255 / .2), #fff0 80%);
    background: -moz-linear-gradient(180deg, rgb(221 218 255 / .2) 0, #fff0 80%)
}

.bg-light-gradient-bottom {
    background: rgb(221 218 255 / .3);
    background: linear-gradient(1turn, rgb(221 218 255 / .3), #fff0 80%);
    background: -moz-linear-gradient(1turn, rgb(221 218 255 / .3) 0, #fff0 80%)
}

.bg-light-gradient-top {
    background: rgb(221 218 255 / .3);
    background: linear-gradient(180deg, rgb(221 218 255 / .3), #fff0 80%);
    background: -moz-linear-gradient(180deg, rgb(221 218 255 / .3) 0, #fff0 80%)
}

.bg-gradient-mix-shade {
    background: linear-gradient(270.06deg, #4a52ff .05%, #c678ff 54.16%, #fe5d75 99.95%)
}

@media (min-width:768px) {
    .mw-md-130 {
        max-width: 130% !important
    }
}

:root,
[data-bs-theme=light] {
    --gk-blue: #0d6efd;
    --gk-indigo: #6610f2;
    --gk-purple: #6f42c1;
    --gk-pink: #d63384;
    --gk-red: #dc3545;
    --gk-orange: #fd7e14;
    --gk-yellow: #ffc107;
    --gk-green: #198754;
    --gk-teal: #20c997;
    --gk-cyan: #0dcaf0;
    --gk-black: #000;
    --gk-gray: #475569;
    --gk-gray-dark: #1e293b;
    --gk-gray-black: #000;
    --gk-gray-100: #f1f5f9;
    --gk-gray-200: #e2e8f0;
    --gk-gray-300: #cbd5e1;
    --gk-gray-400: #94a3b8;
    --gk-gray-500: #64748b;
    --gk-gray-600: #475569;
    --gk-gray-700: #334155;
    --gk-gray-800: #1e293b;
    --gk-gray-900: #0f172a;
    --gk-gray-1000: #0b1324;
    --gk-gray-white: #fff;
    --gk-primary: #dc2626;
    --gk-secondary: #64748b;
    --gk-success: #38a169;
    --gk-info: #0ea5e9;
    --gk-warning: #f59e0b;
    --gk-danger: #dc2626;
    --gk-light: #f1f5f9;
    --gk-dark: #070707;
    --gk-white: #fff;
    --gk-light-primary: #ede9fe;
    --gk-light-danger: #fad9d8;
    --gk-light-info: #e1f6ff;
    --gk-light-warning: #ffeeda;
    --gk-light-secondary: #e4e3e9;
    --gk-light-success: #d1f5ea;
    --gk-light-dark: #d1cfd8;
    --gk-dark-primary: #593cc1;
    --gk-dark-warning: #c28135;
    --gk-dark-info: #51a0c2;
    --gk-dark-danger: #ae302e;
    --gk-dark-success: #139a74;
    --gk-dark-secondary: #5c596d;
    --gk-primary-rgb: 220, 38, 38;
    --gk-secondary-rgb: 100, 116, 139;
    --gk-success-rgb: 56, 161, 105;
    --gk-info-rgb: 14, 165, 233;
    --gk-warning-rgb: 245, 158, 11;
    --gk-danger-rgb: 220, 38, 38;
    --gk-light-rgb: 241, 245, 249;
    --gk-dark-rgb: 15, 23, 42;
    --gk-light-primary-rgb: 237, 233, 254;
    --gk-light-danger-rgb: 250, 217, 216;
    --gk-light-info-rgb: 225, 246, 255;
    --gk-light-warning-rgb: 255, 238, 218;
    --gk-light-secondary-rgb: 228, 227, 233;
    --gk-light-success-rgb: 209, 245, 234;
    --gk-light-dark-rgb: 209, 207, 216;
    --gk-dark-primary-rgb: 89, 60, 193;
    --gk-dark-warning-rgb: 194, 129, 53;
    --gk-dark-info-rgb: 81, 160, 194;
    --gk-dark-danger-rgb: 174, 48, 46;
    --gk-dark-success-rgb: 19, 154, 116;
    --gk-dark-secondary-rgb: 92, 89, 109;
    --gk-primary-text-emphasis: #2f2066;
    --gk-secondary-text-emphasis: #282e38;
    --gk-success-text-emphasis: #16402a;
    --gk-info-text-emphasis: #06425d;
    --gk-warning-text-emphasis: #623f04;
    --gk-danger-text-emphasis: #580f0f;
    --gk-light-text-emphasis: #334155;
    --gk-dark-text-emphasis: #334155;
    --gk-primary-bg-subtle: #e3dcff;
    --gk-secondary-bg-subtle: #e0e3e8;
    --gk-success-bg-subtle: #d7ece1;
    --gk-info-bg-subtle: #cfedfb;
    --gk-warning-bg-subtle: #fdecce;
    --gk-danger-bg-subtle: #f8d4d4;
    --gk-light-bg-subtle: #f8fafc;
    --gk-dark-bg-subtle: #94a3b8;
    --gk-primary-border-subtle: #c8b9ff;
    --gk-secondary-border-subtle: #c1c7d1;
    --gk-success-border-subtle: #afd9c3;
    --gk-info-border-subtle: #9fdbf6;
    --gk-warning-border-subtle: #fbd89d;
    --gk-danger-border-subtle: #f1a8a8;
    --gk-light-border-subtle: #e2e8f0;
    --gk-dark-border-subtle: #64748b;
    --gk-white-rgb: 255, 255, 255;
    --gk-black-rgb: 0, 0, 0;
    --gk-font-sans-serif: "Inter", sans-serif;
    --gk-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gk-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --gk-body-font-family: "Inter", sans-serif;
    --gk-body-font-size: 0.938rem;
    --gk-body-font-weight: 400;
    --gk-body-line-height: 1.6;
    --gk-body-color: #334155;
    --gk-body-color-rgb: 51, 65, 85;
    --gk-body-bg: #f1f5f9;
    --gk-body-bg-rgb: 241, 245, 249;
    --gk-emphasis-color: #000;
    --gk-emphasis-color-rgb: 0, 0, 0;
    --gk-secondary-color: rgba(51, 65, 85, .75);
    --gk-secondary-color-rgb: 51, 65, 85;
    --gk-secondary-bg: #e2e8f0;
    --gk-secondary-bg-rgb: 226, 232, 240;
    --gk-tertiary-color: rgba(51, 65, 85, .5);
    --gk-tertiary-color-rgb: 51, 65, 85;
    --gk-tertiary-bg: #f1f5f9;
    --gk-tertiary-bg-rgb: 241, 245, 249;
    --gk-heading-color: var(--gk-gray-800);
    --gk-link-color: #dc2626;
    --gk-link-color-rgb: 220, 38, 38;
    --gk-link-decoration: none;
    --gk-link-hover-color: #dc2626;
    --gk-link-hover-color-rgb: 94, 63, 203;
    --gk-code-color: #d63384;
    --gk-highlight-color: #334155;
    --gk-highlight-bg: #fff3cd;
    --gk-border-width: 1px;
    --gk-border-style: solid;
    --gk-border-color: var(--gk-border-color);
    --gk-border-color-translucent: #cbd5e1;
    --gk-border-radius: 0.375rem;
    --gk-border-radius-sm: 0.25rem;
    --gk-border-radius-lg: 0.5rem;
    --gk-border-radius-xl: 0.75rem;
    --gk-border-radius-xxl: 2rem;
    --gk-border-radius-2xl: var(--gk-border-radius-xxl);
    --gk-border-radius-pill: 50rem;
    --gk-box-shadow: 0px 3px 6px rgba(17, 24, 39, .1);
    --gk-box-shadow-sm: 0px 1px 3px rgba(17, 24, 39, .09);
    --gk-box-shadow-lg: 0 6px 8px 0 rgba(17, 24, 39, .08), 0 0 0 1px rgba(17, 24, 39, .04);
    --gk-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --gk-focus-ring-width: 0.25rem;
    --gk-focus-ring-opacity: 0.25;
    --gk-focus-ring-color: rgba(220, 38, 38, .25);
    --gk-form-valid-color: #38a169;
    --gk-form-valid-border-color: #38a169;
    --gk-form-invalid-color: #dc2626;
    --gk-form-invalid-border-color: #dc2626
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --gk-body-color: #cbd5e1;
    --gk-body-color-rgb: 203, 213, 225;
    --gk-body-bg-rgb: 15, 23, 42;
    --gk-emphasis-color: #fff;
    --gk-emphasis-color-rgb: 255, 255, 255;
    --gk-secondary-color: rgba(203, 213, 225, .75);
    --gk-secondary-color-rgb: 203, 213, 225;
    --gk-secondary-bg: #1e293b;
    --gk-secondary-bg-rgb: 30, 41, 59;
    --gk-tertiary-color: rgba(203, 213, 225, .5);
    --gk-tertiary-color-rgb: 203, 213, 225;
    --gk-tertiary-bg: #172033;
    --gk-tertiary-bg-rgb: 23, 32, 51;
    --gk-primary-text-emphasis: #ac95fe;
    --gk-secondary-text-emphasis: #a2acb9;
    --gk-success-text-emphasis: #88c7a5;
    --gk-info-text-emphasis: #6ec9f2;
    --gk-warning-text-emphasis: #f9c56d;
    --gk-danger-text-emphasis: #ea7d7d;
    --gk-light-text-emphasis: #f1f5f9;
    --gk-dark-text-emphasis: #cbd5e1;
    --gk-primary-bg-subtle: #171033;
    --gk-secondary-bg-subtle: #14171c;
    --gk-success-bg-subtle: #0b2015;
    --gk-info-bg-subtle: #03212f;
    --gk-warning-bg-subtle: #312002;
    --gk-danger-bg-subtle: #2c0808;
    --gk-light-bg-subtle: #1e293b;
    --gk-dark-bg-subtle: #0f151e;
    --gk-primary-border-subtle: #462f98;
    --gk-secondary-border-subtle: #3c4653;
    --gk-success-border-subtle: #22613f;
    --gk-info-border-subtle: #08638c;
    --gk-warning-border-subtle: #935f07;
    --gk-danger-border-subtle: #841717;
    --gk-light-border-subtle: #334155;
    --gk-dark-border-subtle: #1e293b;
    --gk-heading-color: inherit;
    --gk-link-color: #ac95fe;
    --gk-link-hover-color: #bdaafe;
    --gk-link-color-rgb: 172, 149, 254;
    --gk-link-hover-color-rgb: 189, 170, 254;
    --gk-code-color: #e685b5;
    --gk-highlight-color: #cbd5e1;
    --gk-highlight-bg: #664d03;
    --gk-border-color-translucent: hsla(0, 0%, 100%, .15);
    --gk-form-valid-color: #75b798;
    --gk-form-valid-border-color: #75b798;
    --gk-form-invalid-color: #ea868f;
    --gk-form-invalid-border-color: #ea868f
}

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

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

body {
    background-color: var(--gk-dark);
    color: var(--gk-body-color);
    font-family: var(--gk-body-font-family);
    font-size: var(--gk-body-font-size);
    font-weight: var(--gk-body-font-weight);
    line-height: var(--gk-body-line-height);
    margin: 0;
    text-align: var(--gk-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0
}

hr {
    border: 0;
    border-top: var(--gk-border-width) solid;
    color: var(--gk-border-color);
    margin: 1rem 0;
    opacity: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gk-heading-color);
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2rem
    }
}

.h2,
h2 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.5rem
    }
}

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

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 800
}

.small,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    --gk-link-color-rgb: var(--gk-link-hover-color-rgb)
}

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

code,
kbd,
pre,
samp {
    font-family: var(--gk-font-monospace);
    font-size: 1em
}

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

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

code {
    color: var(--gk-code-color);
    font-size: .875em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--gk-body-color);
    border-radius: .25rem;
    color: var(--gk-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    color: var(--gk-secondary-color);
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

.display-5 {
    font-size: calc(1.325rem + .9vw);
    font-weight: 600;
    line-height: 1.2
}

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

.display-6 {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â "
}

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

.img-thumbnail {
    background-color: var(--gk-body-bg);
    border: var(--gk-border-width) solid var(--gk-border-color);
    border-radius: var(--gk-border-radius);
    padding: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    color: var(--gk-secondary-color);
    font-size: .875em
}

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

:root {
    --gk-breakpoint-xs: 0;
    --gk-breakpoint-sm: 576px;
    --gk-breakpoint-md: 768px;
    --gk-breakpoint-lg: 992px;
    --gk-breakpoint-xl: 1200px;
    --gk-breakpoint-xxl: 1400px
}

.row {
    --gk-gutter-x: 1.5rem;
    --gk-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--gk-gutter-x)*-.5);
    margin-right: calc(var(--gk-gutter-x)*-.5);
    margin-top: calc(var(--gk-gutter-y)*-1)
}

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-5,
.gx-5 {
    --gk-gutter-x: 2rem
}

.g-5,
.gy-5 {
    --gk-gutter-y: 2rem
}

.g-6,
.gx-6 {
    --gk-gutter-x: 2.5rem
}

.g-6,
.gy-6 {
    --gk-gutter-y: 2.5rem
}

.g-7,
.gx-7 {
    --gk-gutter-x: 3rem
}

.g-7,
.gy-7 {
    --gk-gutter-y: 3rem
}

.g-8,
.gx-8 {
    --gk-gutter-x: 3.5rem
}

.g-8,
.gy-8 {
    --gk-gutter-y: 3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-5,
    .gx-sm-5 {
        --gk-gutter-x: 2rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --gk-gutter-y: 2rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --gk-gutter-x: 2.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --gk-gutter-y: 2.5rem
    }

    .g-sm-7,
    .gx-sm-7 {
        --gk-gutter-x: 3rem
    }

    .g-sm-7,
    .gy-sm-7 {
        --gk-gutter-y: 3rem
    }

    .g-sm-8,
    .gx-sm-8 {
        --gk-gutter-x: 3.5rem
    }

    .g-sm-8,
    .gy-sm-8 {
        --gk-gutter-y: 3.5rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-5,
    .gx-md-5 {
        --gk-gutter-x: 2rem
    }

    .g-md-5,
    .gy-md-5 {
        --gk-gutter-y: 2rem
    }

    .g-md-6,
    .gx-md-6 {
        --gk-gutter-x: 2.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --gk-gutter-y: 2.5rem
    }

    .g-md-7,
    .gx-md-7 {
        --gk-gutter-x: 3rem
    }

    .g-md-7,
    .gy-md-7 {
        --gk-gutter-y: 3rem
    }

    .g-md-8,
    .gx-md-8 {
        --gk-gutter-x: 3.5rem
    }

    .g-md-8,
    .gy-md-8 {
        --gk-gutter-y: 3.5rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-5,
    .gx-lg-5 {
        --gk-gutter-x: 2rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --gk-gutter-y: 2rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --gk-gutter-x: 2.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --gk-gutter-y: 2.5rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --gk-gutter-x: 3rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --gk-gutter-y: 3rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --gk-gutter-x: 3.5rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --gk-gutter-y: 3.5rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-5,
    .gx-xl-5 {
        --gk-gutter-x: 2rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --gk-gutter-y: 2rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --gk-gutter-x: 2.5rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --gk-gutter-y: 2.5rem
    }

    .g-xl-7,
    .gx-xl-7 {
        --gk-gutter-x: 3rem
    }

    .g-xl-7,
    .gy-xl-7 {
        --gk-gutter-y: 3rem
    }

    .g-xl-8,
    .gx-xl-8 {
        --gk-gutter-x: 3.5rem
    }

    .g-xl-8,
    .gy-xl-8 {
        --gk-gutter-y: 3.5rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-5,
    .gx-xxl-5 {
        --gk-gutter-x: 2rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --gk-gutter-y: 2rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --gk-gutter-x: 2.5rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --gk-gutter-y: 2.5rem
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --gk-gutter-x: 3rem
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --gk-gutter-y: 3rem
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --gk-gutter-x: 3.5rem
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --gk-gutter-y: 3.5rem
    }
}

.table {
    --gk-table-color-type: initial;
    --gk-table-bg-type: initial;
    --gk-table-color-state: initial;
    --gk-table-bg-state: initial;
    --gk-table-color: var(--gk-body-color);
    --gk-table-bg: transparent;
    --gk-table-border-color: var(--gk-border-color);
    --gk-table-accent-bg: transparent;
    --gk-table-striped-color: var(--gk-body-color);
    --gk-table-striped-bg: #f1f5f9;
    --gk-table-active-color: var(--gk-body-color);
    --gk-table-active-bg: var(--gk-body-bg);
    --gk-table-hover-color: var(--gk-body-color);
    --gk-table-hover-bg: var(--gk-body-bg);
    border-color: var(--gk-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--gk-table-bg);
    border-bottom-width: var(--gk-border-width);
    box-shadow: inset 0 0 0 9999px var(--gk-table-bg-state, var(--gk-table-bg-type, var(--gk-table-accent-bg)));
    color: var(--gk-table-color-state, var(--gk-table-color-type, var(--gk-table-color)));
    padding: .75rem 1.5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--gk-border-width)*2) solid #e2e8f0
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .3rem .6rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--gk-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--gk-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --gk-table-color-type: var(--gk-table-striped-color);
    --gk-table-bg-type: var(--gk-table-striped-bg)
}

.table-active {
    --gk-table-color-state: var(--gk-table-active-color);
    --gk-table-bg-state: var(--gk-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --gk-table-color-state: var(--gk-table-hover-color);
    --gk-table-bg-state: var(--gk-table-hover-bg)
}

.table-primary {
    --gk-table-color: #000;
    --gk-table-bg: #e3dcff;
    --gk-table-border-color: #ccc6e6;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-primary,
.table-secondary {
    border-color: var(--gk-table-border-color);
    color: var(--gk-table-color)
}

.table-secondary {
    --gk-table-color: #000;
    --gk-table-bg: #e0e3e8;
    --gk-table-border-color: #caccd1;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-success {
    --gk-table-color: #000;
    --gk-table-bg: #d7ece1;
    --gk-table-border-color: #c2d4cb;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-info,
.table-success {
    border-color: var(--gk-table-border-color);
    color: var(--gk-table-color)
}

.table-info {
    --gk-table-color: #000;
    --gk-table-bg: #cfedfb;
    --gk-table-border-color: #bad5e2;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-warning {
    --gk-table-color: #000;
    --gk-table-bg: #fdecce;
    --gk-table-border-color: #e4d4b9;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-danger,
.table-warning {
    border-color: var(--gk-table-border-color);
    color: var(--gk-table-color)
}

.table-danger {
    --gk-table-color: #000;
    --gk-table-bg: #f8d4d4;
    --gk-table-border-color: #dfbfbf;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-light {
    --gk-table-color: #000;
    --gk-table-bg: #f1f5f9;
    --gk-table-border-color: #d9dde0;
    --gk-table-striped-bg: #000;
    --gk-table-striped-color: #fff;
    --gk-table-active-bg: #000;
    --gk-table-active-color: #fff;
    --gk-table-hover-bg: #000;
    --gk-table-hover-color: #fff
}

.table-dark,
.table-light {
    border-color: var(--gk-table-border-color);
    color: var(--gk-table-color)
}

.table-dark {
    --gk-table-color: #fff;
    --gk-table-bg: #0f172a;
    --gk-table-border-color: #272e3f;
    --gk-table-striped-bg: #fff;
    --gk-table-striped-color: #000;
    --gk-table-active-bg: #fff;
    --gk-table-active-color: #000;
    --gk-table-hover-bg: #fff;
    --gk-table-hover-color: #000
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

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

.col-form-label,
.form-label {
    color: var(--gk-form-label-color);
    font-weight: 600
}

.col-form-label {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: calc(.5rem + var(--gk-border-width));
    padding-top: calc(.5rem + var(--gk-border-width))
}

.col-form-label-lg {
    font-size: 1.1725rem;
    padding-bottom: calc(.75rem + var(--gk-border-width));
    padding-top: calc(.75rem + var(--gk-border-width))
}

.col-form-label-sm {
    font-size: .82075rem;
    padding-bottom: calc(.25rem + var(--gk-border-width));
    padding-top: calc(.25rem + var(--gk-border-width))
}

.form-text {
    color: var(--gk-form-text-color);
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--gk-input-bg);
    border: var(--gk-border-width) solid var(--gk-input-border);
    border-radius: var(--gk-border-radius);
    color: var(--gk-body-color);
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .5rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

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

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

.form-control:focus {
    background-color: var(--gk-input-bg);
    border-color: var(--gk-input-focus-border);
    box-shadow: var(--gk-input-focus-box-shadow);
    color: var(--gk-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.6em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--gk-input-placeholder-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--gk-input-placeholder-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--gk-input-disabled-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--gk-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--gk-border-width);
    border-radius: 0;
    color: var(--gk-body-color);
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--gk-input-bg)
}

.form-control-plaintext {
    background-color: #fff0;
    border: solid #fff0;
    border-width: var(--gk-border-width) 0;
    color: var(--gk-body-color);
    display: block;
    line-height: 1.6;
    margin-bottom: 0;
    padding: .5rem 0;
    width: 100%
}

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

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

.form-control-sm {
    border-radius: var(--gk-border-radius-sm);
    font-size: .82075rem;
    min-height: calc(1.6em + .5rem + var(--gk-border-width)*2);
    padding: .25rem .75rem
}

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

.form-control-lg {
    border-radius: var(--gk-border-radius-lg);
    font-size: 1.1725rem;
    min-height: calc(1.6em + 1.5rem + var(--gk-border-width)*2);
    padding: .75rem 1.25rem
}

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

textarea.form-control {
    min-height: calc(1.6em + 1rem + var(--gk-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.6em + .5rem + var(--gk-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1.5rem + var(--gk-border-width)*2)
}

.form-control-color {
    height: calc(1.6em + 1rem + var(--gk-border-width)*2);
    padding: .5rem;
    width: 3rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--gk-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--gk-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.6em + .5rem + var(--gk-border-width)*2)
}

.form-control-color.form-control-lg {
    height: calc(1.6em + 1.5rem + var(--gk-border-width)*2)
}

.form-select {
    --gk-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--gk-input-bg);
    background-image: var(--gk-form-select-bg-img), var(--gk-form-select-bg-icon, none);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--gk-border-width) solid var(--gk-input-border);
    border-radius: var(--gk-border-radius);
    color: #94a3b8;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .5rem 3rem .5rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

.form-select:focus {
    border-color: var(--gk-input-focus-border);
    box-shadow: 0 0 0 .25rem rgba(220, 38, 38, .25);
    outline: 0
}

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

.form-select:disabled {
    background-color: var(--gk-input-disabled-bg)
}

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

.form-select-sm {
    border-radius: var(--gk-border-radius-sm);
    font-size: .82075rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: var(--gk-border-radius-lg);
    font-size: 1.1725rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-top: .75rem
}

[data-bs-theme=dark] .form-select {
    --gk-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23cbd5e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

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

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

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

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

.form-check-input {
    --gk-form-check-bg: var(--gk-input-bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--gk-form-check-bg);
    background-image: var(--gk-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid var(--gk-input-check-border);
    flex-shrink: 0;
    height: 1.2em;
    margin-top: .2em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1.2em
}

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

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

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

.form-check-input:focus {
    border-color: var(--gk-input-focus-border);
    box-shadow: 0 0 0 .25rem rgba(220, 38, 38, .25);
    outline: 0
}

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

.form-check-input:checked[type=checkbox] {
    --gk-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    --gk-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #dc2626;
    border-color: #dc2626;
    --gk-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

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

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

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

.form-switch .form-check-input {
    --gk-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
    background-image: var(--gk-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

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

.form-switch .form-check-input:focus {
    --gk-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='var(--gk-input-focus-border)'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    --gk-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

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

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --gk-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255,255,255,0.25)'/%3E%3C/svg%3E")
}

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f1f5f9, var(--gk-input-focus-box-shadow)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f1f5f9, var(--gk-input-focus-box-shadow)
}

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

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

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

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

.form-range::-webkit-slider-runnable-track {
    background-color: var(--gk-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

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

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

.form-range::-moz-range-track {
    background-color: var(--gk-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--gk-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--gk-secondary-color)
}

.form-floating {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--gk-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--gk-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    background-color: var(--gk-input-bg);
    border-radius: var(--gk-border-radius);
    content: "";
    height: 1.5em;
    inset: 1rem .5rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
    background-color: var(--gk-input-bg);
    border-radius: var(--gk-border-radius);
    content: "";
    height: 1.5em;
    inset: 1rem .5rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--gk-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--gk-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    color: #475569
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
    background-color: var(--gk-input-disabled-bg)
}

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

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

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

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

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

.input-group-text {
    align-items: center;
    background-color: #fff;
    border: var(--gk-border-width) solid var(--gk-input-border);
    border-radius: var(--gk-border-radius);
    color: var(--gk-body-color);
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .5rem 1rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: var(--gk-border-radius-lg);
    font-size: 1.1725rem;
    padding: .75rem 1.25rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: var(--gk-border-radius-sm);
    font-size: .82075rem;
    padding: .25rem .75rem
}

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

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: var(--gk-form-valid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: var(--gk-success);
    border-radius: var(--gk-border-radius);
    color: #fff;
    display: none;
    font-size: .82075rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2338a169' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .5rem) calc(.8em + .5rem);
    border-color: var(--gk-form-valid-border-color);
    padding-right: calc(1.6em + 1rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--gk-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--gk-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.4em + .25rem) right calc(.4em + .25rem);
    padding-right: calc(1.6em + 1rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--gk-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --gk-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2338a169' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.8em + .5rem) calc(.8em + .5rem);
    padding-right: 5.5rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--gk-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--gk-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(4rem + 1.6em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--gk-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--gk-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--gk-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--gk-form-valid-color)
}

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

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: var(--gk-form-invalid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: var(--gk-danger);
    border-radius: var(--gk-border-radius);
    color: #fff;
    display: none;
    font-size: .82075rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc2626' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .5rem) calc(.8em + .5rem);
    border-color: var(--gk-form-invalid-border-color);
    padding-right: calc(1.6em + 1rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--gk-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--gk-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.4em + .25rem) right calc(.4em + .25rem);
    padding-right: calc(1.6em + 1rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--gk-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --gk-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc2626' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3E%3C/svg%3E");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.8em + .5rem) calc(.8em + .5rem);
    padding-right: 5.5rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--gk-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--gk-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(4rem + 1.6em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--gk-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--gk-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--gk-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--gk-form-invalid-color)
}

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

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --gk-btn-padding-x: 1rem;
    --gk-btn-padding-y: 0.5rem;
    --gk-btn-font-family: ;
    --gk-btn-font-size: 0.875rem;
    --gk-btn-font-weight: 600;
    --gk-btn-line-height: 1.6;
    --gk-btn-color: var(--gk-body-color);
    --gk-btn-bg: transparent;
    --gk-btn-border-width: var(--gk-border-width);
    --gk-btn-border-color: transparent;
    --gk-btn-border-radius: 0.375rem;
    --gk-btn-hover-border-color: transparent;
    --gk-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --gk-btn-disabled-opacity: 0.65;
    --gk-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--gk-btn-focus-shadow-rgb), .5);
    background-color: var(--gk-btn-bg);
    border: var(--gk-btn-border-width) solid var(--gk-btn-border-color);
    border-radius: var(--gk-btn-border-radius);
    color: var(--gk-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--gk-btn-font-family);
    font-size: var(--gk-btn-font-size);
    font-weight: var(--gk-btn-font-weight);
    line-height: var(--gk-btn-line-height);
    padding: var(--gk-btn-padding-y) var(--gk-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    background-color: var(--gk-btn-hover-bg);
    border-color: var(--gk-btn-hover-border-color);
    color: var(--gk-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--gk-btn-bg);
    border-color: var(--gk-btn-border-color);
    color: var(--gk-btn-color)
}

.btn:focus-visible {
    background-color: var(--gk-btn-hover-bg);
    border-color: var(--gk-btn-hover-border-color);
    box-shadow: var(--gk-btn-focus-box-shadow);
    color: var(--gk-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--gk-btn-hover-border-color);
    box-shadow: var(--gk-btn-focus-box-shadow);
    outline: 0
}

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

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

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--gk-btn-focus-box-shadow)
}

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

.btn-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 138, 105, 254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #583bbf;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #dc2626;
    --gk-btn-disabled-border-color: #dc2626
}

.btn-secondary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #64748b;
    --gk-btn-border-color: #64748b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #556376;
    --gk-btn-hover-border-color: #505d6f;
    --gk-btn-focus-shadow-rgb: 123, 137, 156;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #505d6f;
    --gk-btn-active-border-color: #4b5768;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #64748b;
    --gk-btn-disabled-border-color: #64748b
}

.btn-success {
    --gk-btn-color: #fff;
    --gk-btn-bg: #38a169;
    --gk-btn-border-color: #38a169;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #308959;
    --gk-btn-hover-border-color: #2d8154;
    --gk-btn-focus-shadow-rgb: 86, 175, 128;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #2d8154;
    --gk-btn-active-border-color: #2a794f;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #38a169;
    --gk-btn-disabled-border-color: #38a169
}

.btn-info {
    --gk-btn-color: #fff;
    --gk-btn-bg: #0ea5e9;
    --gk-btn-border-color: #0ea5e9;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0c8cc6;
    --gk-btn-hover-border-color: #0b84ba;
    --gk-btn-focus-shadow-rgb: 50, 179, 236;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0b84ba;
    --gk-btn-active-border-color: #0b7caf;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #0ea5e9;
    --gk-btn-disabled-border-color: #0ea5e9
}

.btn-warning {
    --gk-btn-color: #fff;
    --gk-btn-bg: #f59e0b;
    --gk-btn-border-color: #f59e0b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #d08609;
    --gk-btn-hover-border-color: #c47e09;
    --gk-btn-focus-shadow-rgb: 247, 173, 48;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #c47e09;
    --gk-btn-active-border-color: #b87708;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #f59e0b;
    --gk-btn-disabled-border-color: #f59e0b
}

.btn-danger {
    --gk-btn-color: #fff;
    --gk-btn-bg: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #bb2020;
    --gk-btn-hover-border-color: #b01e1e;
    --gk-btn-focus-shadow-rgb: 225, 71, 71;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #b01e1e;
    --gk-btn-active-border-color: #a51d1d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #dc2626;
    --gk-btn-disabled-border-color: #dc2626
}

.btn-light {
    --gk-btn-color: #000;
    --gk-btn-bg: #f1f5f9;
    --gk-btn-border-color: #f1f5f9;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #cdd0d4;
    --gk-btn-hover-border-color: #c1c4c7;
    --gk-btn-focus-shadow-rgb: 205, 208, 212;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #c1c4c7;
    --gk-btn-active-border-color: #b5b8bb;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #f1f5f9;
    --gk-btn-disabled-border-color: #f1f5f9
}

.btn-dark {
    --gk-btn-color: #fff;
    --gk-btn-bg: #0f172a;
    --gk-btn-border-color: #0f172a;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #333a4a;
    --gk-btn-hover-border-color: #272e3f;
    --gk-btn-focus-shadow-rgb: 51, 58, 74;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #3f4555;
    --gk-btn-active-border-color: #272e3f;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #0f172a;
    --gk-btn-disabled-border-color: #0f172a
}

.btn-white {
    --gk-btn-color: #000;
    --gk-btn-bg: #fff;
    --gk-btn-border-color: #fff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fff;
    --gk-btn-hover-border-color: #fff;
    --gk-btn-focus-shadow-rgb: 217, 217, 217;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fff;
    --gk-btn-active-border-color: #fff;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #fff;
    --gk-btn-disabled-border-color: #fff
}

.btn-light-primary {
    --gk-btn-color: #000;
    --gk-btn-bg: #ede9fe;
    --gk-btn-border-color: #ede9fe;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #f0ecfe;
    --gk-btn-hover-border-color: #efebfe;
    --gk-btn-focus-shadow-rgb: 201, 198, 216;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #f1edfe;
    --gk-btn-active-border-color: #efebfe;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #ede9fe;
    --gk-btn-disabled-border-color: #ede9fe
}

.btn-light-danger {
    --gk-btn-color: #000;
    --gk-btn-bg: #fad9d8;
    --gk-btn-border-color: #fad9d8;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fbdfde;
    --gk-btn-hover-border-color: #fbdddc;
    --gk-btn-focus-shadow-rgb: 213, 184, 184;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fbe1e0;
    --gk-btn-active-border-color: #fbdddc;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #fad9d8;
    --gk-btn-disabled-border-color: #fad9d8
}

.btn-light-info {
    --gk-btn-color: #000;
    --gk-btn-bg: #e1f6ff;
    --gk-btn-border-color: #e1f6ff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #e6f7ff;
    --gk-btn-hover-border-color: #e4f7ff;
    --gk-btn-focus-shadow-rgb: 191, 209, 217;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #e7f8ff;
    --gk-btn-active-border-color: #e4f7ff;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #e1f6ff;
    --gk-btn-disabled-border-color: #e1f6ff
}

.btn-light-warning {
    --gk-btn-color: #000;
    --gk-btn-bg: #ffeeda;
    --gk-btn-border-color: #ffeeda;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fff1e0;
    --gk-btn-hover-border-color: #fff0de;
    --gk-btn-focus-shadow-rgb: 217, 202, 185;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fff1e1;
    --gk-btn-active-border-color: #fff0de;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #ffeeda;
    --gk-btn-disabled-border-color: #ffeeda
}

.btn-light-secondary {
    --gk-btn-color: #000;
    --gk-btn-bg: #e4e3e9;
    --gk-btn-border-color: #e4e3e9;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #e8e7ec;
    --gk-btn-hover-border-color: #e7e6eb;
    --gk-btn-focus-shadow-rgb: 194, 193, 198;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #e9e9ed;
    --gk-btn-active-border-color: #e7e6eb;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #e4e3e9;
    --gk-btn-disabled-border-color: #e4e3e9
}

.btn-light-success {
    --gk-btn-color: #000;
    --gk-btn-bg: #d1f5ea;
    --gk-btn-border-color: #d1f5ea;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #d8f7ed;
    --gk-btn-hover-border-color: #d6f6ec;
    --gk-btn-focus-shadow-rgb: 178, 208, 199;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #daf7ee;
    --gk-btn-active-border-color: #d6f6ec;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #d1f5ea;
    --gk-btn-disabled-border-color: #d1f5ea
}

.btn-light-dark {
    --gk-btn-color: #000;
    --gk-btn-bg: #d1cfd8;
    --gk-btn-border-color: #d1cfd8;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #d8d6de;
    --gk-btn-hover-border-color: #d6d4dc;
    --gk-btn-focus-shadow-rgb: 178, 176, 184;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #dad9e0;
    --gk-btn-active-border-color: #d6d4dc;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #d1cfd8;
    --gk-btn-disabled-border-color: #d1cfd8
}

.btn-dark-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #593cc1;
    --gk-btn-border-color: #593cc1;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #4c33a4;
    --gk-btn-hover-border-color: #47309a;
    --gk-btn-focus-shadow-rgb: 114, 89, 202;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #47309a;
    --gk-btn-active-border-color: #432d91;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #593cc1;
    --gk-btn-disabled-border-color: #593cc1
}

.btn-dark-warning {
    --gk-btn-color: #fff;
    --gk-btn-bg: #c28135;
    --gk-btn-border-color: #c28135;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #a56e2d;
    --gk-btn-hover-border-color: #9b672a;
    --gk-btn-focus-shadow-rgb: 203, 148, 83;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #9b672a;
    --gk-btn-active-border-color: #926128;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #c28135;
    --gk-btn-disabled-border-color: #c28135
}

.btn-dark-info {
    --gk-btn-color: #fff;
    --gk-btn-bg: #51a0c2;
    --gk-btn-border-color: #51a0c2;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #4588a5;
    --gk-btn-hover-border-color: #41809b;
    --gk-btn-focus-shadow-rgb: 107, 174, 203;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #41809b;
    --gk-btn-active-border-color: #3d7892;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #51a0c2;
    --gk-btn-disabled-border-color: #51a0c2
}

.btn-dark-danger {
    --gk-btn-color: #fff;
    --gk-btn-bg: #ae302e;
    --gk-btn-border-color: #ae302e;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #942927;
    --gk-btn-hover-border-color: #8b2625;
    --gk-btn-focus-shadow-rgb: 186, 79, 77;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #8b2625;
    --gk-btn-active-border-color: #832423;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #ae302e;
    --gk-btn-disabled-border-color: #ae302e
}

.btn-dark-success {
    --gk-btn-color: #fff;
    --gk-btn-bg: #139a74;
    --gk-btn-border-color: #139a74;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #108363;
    --gk-btn-hover-border-color: #0f7b5d;
    --gk-btn-focus-shadow-rgb: 54, 169, 137;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0f7b5d;
    --gk-btn-active-border-color: #0e7457;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #139a74;
    --gk-btn-disabled-border-color: #139a74
}

.btn-dark-secondary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #5c596d;
    --gk-btn-border-color: #5c596d;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #4e4c5d;
    --gk-btn-hover-border-color: #4a4757;
    --gk-btn-focus-shadow-rgb: 116, 114, 131;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #4a4757;
    --gk-btn-active-border-color: #454352;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #5c596d;
    --gk-btn-disabled-border-color: #5c596d
}

.btn-outline-primary {
    --gk-btn-color: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 220, 38, 38;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #dc2626;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #dc2626;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #dc2626;
    --gk-gradient: none
}

.btn-outline-secondary {
    --gk-btn-color: #64748b;
    --gk-btn-border-color: #64748b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #64748b;
    --gk-btn-hover-border-color: #64748b;
    --gk-btn-focus-shadow-rgb: 100, 116, 139;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #64748b;
    --gk-btn-active-border-color: #64748b;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #64748b;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #64748b;
    --gk-gradient: none
}

.btn-outline-success {
    --gk-btn-color: #38a169;
    --gk-btn-border-color: #38a169;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #38a169;
    --gk-btn-hover-border-color: #38a169;
    --gk-btn-focus-shadow-rgb: 56, 161, 105;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #38a169;
    --gk-btn-active-border-color: #38a169;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #38a169;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #38a169;
    --gk-gradient: none
}

.btn-outline-info {
    --gk-btn-color: #0ea5e9;
    --gk-btn-border-color: #0ea5e9;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0ea5e9;
    --gk-btn-hover-border-color: #0ea5e9;
    --gk-btn-focus-shadow-rgb: 14, 165, 233;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0ea5e9;
    --gk-btn-active-border-color: #0ea5e9;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #0ea5e9;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #0ea5e9;
    --gk-gradient: none
}

.btn-outline-warning {
    --gk-btn-color: #f59e0b;
    --gk-btn-border-color: #f59e0b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #f59e0b;
    --gk-btn-hover-border-color: #f59e0b;
    --gk-btn-focus-shadow-rgb: 245, 158, 11;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #f59e0b;
    --gk-btn-active-border-color: #f59e0b;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #f59e0b;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #f59e0b;
    --gk-gradient: none
}

.btn-outline-danger {
    --gk-btn-color: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 220, 38, 38;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #dc2626;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #dc2626;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #dc2626;
    --gk-gradient: none
}

.btn-outline-light {
    --gk-btn-color: #f1f5f9;
    --gk-btn-border-color: #f1f5f9;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #f1f5f9;
    --gk-btn-hover-border-color: #f1f5f9;
    --gk-btn-focus-shadow-rgb: 241, 245, 249;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #f1f5f9;
    --gk-btn-active-border-color: #f1f5f9;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #f1f5f9;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #f1f5f9;
    --gk-gradient: none
}

.btn-outline-dark {
    --gk-btn-color: #0f172a;
    --gk-btn-border-color: #0f172a;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0f172a;
    --gk-btn-hover-border-color: #0f172a;
    --gk-btn-focus-shadow-rgb: 15, 23, 42;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0f172a;
    --gk-btn-active-border-color: #0f172a;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #0f172a;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #0f172a;
    --gk-gradient: none
}

.btn-outline-white {
    --gk-btn-color: #fff;
    --gk-btn-border-color: #fff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fff;
    --gk-btn-hover-border-color: #fff;
    --gk-btn-focus-shadow-rgb: 255, 255, 255;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fff;
    --gk-btn-active-border-color: #fff;
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-border-color: #fff
}

.btn-outline-light-primary {
    --gk-btn-color: #ede9fe;
    --gk-btn-border-color: #ede9fe;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #ede9fe;
    --gk-btn-hover-border-color: #ede9fe;
    --gk-btn-focus-shadow-rgb: 237, 233, 254;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #ede9fe;
    --gk-btn-active-border-color: #ede9fe;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #ede9fe;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #ede9fe;
    --gk-gradient: none
}

.btn-outline-light-danger {
    --gk-btn-color: #fad9d8;
    --gk-btn-border-color: #fad9d8;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fad9d8;
    --gk-btn-hover-border-color: #fad9d8;
    --gk-btn-focus-shadow-rgb: 250, 217, 216;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fad9d8;
    --gk-btn-active-border-color: #fad9d8;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fad9d8;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #fad9d8;
    --gk-gradient: none
}

.btn-outline-light-info {
    --gk-btn-color: #e1f6ff;
    --gk-btn-border-color: #e1f6ff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #e1f6ff;
    --gk-btn-hover-border-color: #e1f6ff;
    --gk-btn-focus-shadow-rgb: 225, 246, 255;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #e1f6ff;
    --gk-btn-active-border-color: #e1f6ff;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #e1f6ff;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #e1f6ff;
    --gk-gradient: none
}

.btn-outline-light-warning {
    --gk-btn-color: #ffeeda;
    --gk-btn-border-color: #ffeeda;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #ffeeda;
    --gk-btn-hover-border-color: #ffeeda;
    --gk-btn-focus-shadow-rgb: 255, 238, 218;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #ffeeda;
    --gk-btn-active-border-color: #ffeeda;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #ffeeda;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #ffeeda;
    --gk-gradient: none
}

.btn-outline-light-secondary {
    --gk-btn-color: #e4e3e9;
    --gk-btn-border-color: #e4e3e9;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #e4e3e9;
    --gk-btn-hover-border-color: #e4e3e9;
    --gk-btn-focus-shadow-rgb: 228, 227, 233;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #e4e3e9;
    --gk-btn-active-border-color: #e4e3e9;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #e4e3e9;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #e4e3e9;
    --gk-gradient: none
}

.btn-outline-light-success {
    --gk-btn-color: #d1f5ea;
    --gk-btn-border-color: #d1f5ea;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #d1f5ea;
    --gk-btn-hover-border-color: #d1f5ea;
    --gk-btn-focus-shadow-rgb: 209, 245, 234;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #d1f5ea;
    --gk-btn-active-border-color: #d1f5ea;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #d1f5ea;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #d1f5ea;
    --gk-gradient: none
}

.btn-outline-light-dark {
    --gk-btn-color: #d1cfd8;
    --gk-btn-border-color: #d1cfd8;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #d1cfd8;
    --gk-btn-hover-border-color: #d1cfd8;
    --gk-btn-focus-shadow-rgb: 209, 207, 216;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #d1cfd8;
    --gk-btn-active-border-color: #d1cfd8;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #d1cfd8;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #d1cfd8;
    --gk-gradient: none
}

.btn-outline-dark-primary {
    --gk-btn-color: #593cc1;
    --gk-btn-border-color: #593cc1;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #593cc1;
    --gk-btn-hover-border-color: #593cc1;
    --gk-btn-focus-shadow-rgb: 89, 60, 193;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #593cc1;
    --gk-btn-active-border-color: #593cc1;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #593cc1;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #593cc1;
    --gk-gradient: none
}

.btn-outline-dark-warning {
    --gk-btn-color: #c28135;
    --gk-btn-border-color: #c28135;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #c28135;
    --gk-btn-hover-border-color: #c28135;
    --gk-btn-focus-shadow-rgb: 194, 129, 53;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #c28135;
    --gk-btn-active-border-color: #c28135;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #c28135;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #c28135;
    --gk-gradient: none
}

.btn-outline-dark-info {
    --gk-btn-color: #51a0c2;
    --gk-btn-border-color: #51a0c2;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #51a0c2;
    --gk-btn-hover-border-color: #51a0c2;
    --gk-btn-focus-shadow-rgb: 81, 160, 194;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #51a0c2;
    --gk-btn-active-border-color: #51a0c2;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #51a0c2;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #51a0c2;
    --gk-gradient: none
}

.btn-outline-dark-danger {
    --gk-btn-color: #ae302e;
    --gk-btn-border-color: #ae302e;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #ae302e;
    --gk-btn-hover-border-color: #ae302e;
    --gk-btn-focus-shadow-rgb: 174, 48, 46;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #ae302e;
    --gk-btn-active-border-color: #ae302e;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #ae302e;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #ae302e;
    --gk-gradient: none
}

.btn-outline-dark-success {
    --gk-btn-color: #139a74;
    --gk-btn-border-color: #139a74;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #139a74;
    --gk-btn-hover-border-color: #139a74;
    --gk-btn-focus-shadow-rgb: 19, 154, 116;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #139a74;
    --gk-btn-active-border-color: #139a74;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #139a74;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #139a74;
    --gk-gradient: none
}

.btn-outline-dark-secondary {
    --gk-btn-color: #5c596d;
    --gk-btn-border-color: #5c596d;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #5c596d;
    --gk-btn-hover-border-color: #5c596d;
    --gk-btn-focus-shadow-rgb: 92, 89, 109;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #5c596d;
    --gk-btn-active-border-color: #5c596d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #5c596d;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #5c596d;
    --gk-gradient: none
}

.btn-link {
    --gk-btn-font-weight: 400;
    --gk-btn-color: var(--gk-link-color);
    --gk-btn-bg: transparent;
    --gk-btn-border-color: transparent;
    --gk-btn-hover-color: var(--gk-link-hover-color);
    --gk-btn-hover-border-color: transparent;
    --gk-btn-active-color: var(--gk-link-hover-color);
    --gk-btn-active-border-color: transparent;
    --gk-btn-disabled-color: #475569;
    --gk-btn-disabled-border-color: transparent;
    --gk-btn-box-shadow: 0 0 0 #000;
    --gk-btn-focus-shadow-rgb: 138, 105, 254;
    text-decoration: none
}

.btn-link:focus-visible {
    color: var(--gk-btn-color)
}

.btn-link:hover {
    color: var(--gk-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --gk-btn-padding-y: 0.75rem;
    --gk-btn-padding-x: 1.25rem;
    --gk-btn-font-size: 1.1725rem;
    --gk-btn-border-radius: var(--gk-border-radius-lg)
}

.btn-group-sm>.btn,
.btn-sm {
    --gk-btn-padding-y: 0.25rem;
    --gk-btn-padding-x: 0.75rem;
    --gk-btn-font-size: 0.82075rem;
    --gk-btn-border-radius: var(--gk-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    --gk-dropdown-zindex: 1000;
    --gk-dropdown-min-width: 10rem;
    --gk-dropdown-padding-x: 0;
    --gk-dropdown-padding-y: 0.5rem;
    --gk-dropdown-spacer: 0.125rem;
    --gk-dropdown-font-size: 0.938rem;
    --gk-dropdown-color: var(--gk-gray-700);
    --gk-dropdown-bg: var(--gk-dropdown-background);
    --gk-dropdown-border-color: var(--gk-border-color);
    --gk-dropdown-border-radius: var(--gk-border-radius);
    --gk-dropdown-border-width: var(--gk-border-width);
    --gk-dropdown-inner-border-radius: calc(var(--gk-border-radius) - var(--gk-border-width));
    --gk-dropdown-divider-bg: var(--gk-border-color);
    --gk-dropdown-divider-margin-y: 0.5rem;
    --gk-dropdown-box-shadow: var(--gk-dropdown-shadow);
    --gk-dropdown-link-color: var(--gk-dropdown-link-color);
    --gk-dropdown-link-hover-color: var(--gk-dropdown-link-hover-color);
    --gk-dropdown-link-hover-bg: var(--gk-dropdown-link-hover-bg);
    --gk-dropdown-link-active-color: var(--gk-dropdown-link-hover-color);
    --gk-dropdown-link-active-bg: var(--gk-dropdown-link-hover-bg);
    --gk-dropdown-link-disabled-color: var(--gk-tertiary-color);
    --gk-dropdown-item-padding-x: 1rem;
    --gk-dropdown-item-padding-y: 0.25rem;
    --gk-dropdown-header-color: #475569;
    --gk-dropdown-header-padding-x: 1rem;
    --gk-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--gk-dropdown-bg);
    border: var(--gk-dropdown-border-width) solid var(--gk-dropdown-border-color);
    border-radius: var(--gk-dropdown-border-radius);
    color: var(--gk-dropdown-color);
    display: none;
    font-size: var(--gk-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--gk-dropdown-min-width);
    padding: var(--gk-dropdown-padding-y) var(--gk-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--gk-dropdown-zindex)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: ""
}

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

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

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: ""
}

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--gk-dropdown-link-hover-bg);
    color: var(--gk-dropdown-link-hover-color)
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

.dropdown-menu-dark {
    --gk-dropdown-color: #cbd5e1;
    --gk-dropdown-bg: #1e293b;
    --gk-dropdown-border-color: var(--gk-border-color);
    --gk-dropdown-box-shadow: ;
    --gk-dropdown-link-color: #cbd5e1;
    --gk-dropdown-link-hover-color: #fff;
    --gk-dropdown-divider-bg: var(--gk-border-color);
    --gk-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --gk-dropdown-link-active-color: var(--gk-dropdown-link-hover-color);
    --gk-dropdown-link-active-bg: var(--gk-dropdown-link-hover-bg);
    --gk-dropdown-link-disabled-color: #64748b;
    --gk-dropdown-header-color: #64748b
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: .375rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--gk-border-width)*-1)
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--gk-border-width)*-1)
}

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

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

.nav {
    --gk-nav-link-padding-x: 1rem;
    --gk-nav-link-padding-y: 0.5rem;
    --gk-nav-link-font-weight: ;
    --gk-nav-link-color: var(--gk-link-color);
    --gk-nav-link-hover-color: var(--gk-link-hover-color);
    --gk-nav-link-disabled-color: var(--gk-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--gk-nav-link-color);
    display: block;
    font-size: var(--gk-nav-link-font-size);
    font-weight: var(--gk-nav-link-font-weight);
    padding: var(--gk-nav-link-padding-y) var(--gk-nav-link-padding-x);
    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(--gk-nav-link-hover-color)
}

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

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

.nav-tabs {
    --gk-nav-tabs-border-width: var(--gk-border-width);
    --gk-nav-tabs-border-color: var(--gk-gray-300);
    --gk-nav-tabs-border-radius: var(--gk-border-radius);
    --gk-nav-tabs-link-hover-border-color: var(--gk-gray-300);
    --gk-nav-tabs-link-active-color: var(--gk-gray-700);
    --gk-nav-tabs-link-active-bg: var(--gk-body-bg);
    --gk-nav-tabs-link-active-border-color: var(--gk-gray-300);
    border-bottom: var(--gk-nav-tabs-border-width) solid var(--gk-nav-tabs-border-color)
}

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

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

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

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

.nav-pills {
    --gk-nav-pills-border-radius: var(--gk-border-radius);
    --gk-nav-pills-link-active-color: #fff;
    --gk-nav-pills-link-active-bg: #dc2626
}

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

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

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

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

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

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

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --gk-navbar-padding-x: 0;
    --gk-navbar-padding-y: 0.5rem;
    --gk-navbar-color: var(--gk-gray-500);
    --gk-navbar-hover-color: var(--gk-gray-600);
    --gk-navbar-disabled-color: var(--gk-gray-400);
    --gk-navbar-active-color: var(--gk-primary);
    --gk-navbar-brand-padding-y: 0.3124rem;
    --gk-navbar-brand-margin-end: 1rem;
    --gk-navbar-brand-font-size: 1.1725rem;
    --gk-navbar-brand-color: var(--gk-primary);
    --gk-navbar-brand-hover-color: var(--gk-primary);
    --gk-navbar-nav-link-padding-x: 0.5rem;
    --gk-navbar-toggler-padding-y: 0.25rem;
    --gk-navbar-toggler-padding-x: 0.75rem;
    --gk-navbar-toggler-font-size: 1.1725rem;
    --gk-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23754ffe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --gk-navbar-toggler-border-color: rgba(var(--gk-emphasis-color-rgb), 0.15);
    --gk-navbar-toggler-border-radius: 0.375rem;
    --gk-navbar-toggler-focus-width: 0.25rem;
    --gk-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--gk-navbar-padding-y) var(--gk-navbar-padding-x);
    position: relative
}

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

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

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--gk-navbar-brand-hover-color)
}

.navbar-nav {
    --gk-nav-link-padding-x: 0;
    --gk-nav-link-padding-y: 0.5rem;
    --gk-nav-link-font-weight: ;
    --gk-nav-link-color: var(--gk-navbar-color);
    --gk-nav-link-hover-color: var(--gk-navbar-hover-color);
    --gk-nav-link-disabled-color: var(--gk-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --gk-navbar-color: hsla(0, 0%, 100%, .55);
    --gk-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --gk-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --gk-navbar-active-color: #fff;
    --gk-navbar-brand-color: #fff;
    --gk-navbar-brand-hover-color: #fff;
    --gk-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --gk-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    --gk-card-spacer-y: 1.5rem;
    --gk-card-spacer-x: 1.5rem;
    --gk-card-title-spacer-y: 0.5rem;
    --gk-card-title-color: ;
    --gk-card-subtitle-color: ;
    --gk-card-border-width: var(--gk-border-width);
    --gk-card-border-color: var(--gk-border-color);
    --gk-card-border-radius: 0.5rem;
    --gk-card-box-shadow: ;
    --gk-card-inner-border-radius: calc(0.5rem - var(--gk-border-width));
    --gk-card-cap-padding-y: 1rem;
    --gk-card-cap-padding-x: 1.5rem;
    --gk-card-cap-bg: var(--gk-card-background);
    --gk-card-cap-color: ;
    --gk-card-height: ;
    --gk-card-color: ;
    --gk-card-bg: var(--gk-card-background);
    --gk-card-img-overlay-padding: 1rem;
    --gk-card-group-margin: 0.75rem;
    color: var(--gk-body-color);
    display: flex;
    flex-direction: column;
    height: var(--gk-card-height);
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--gk-card-bg);
    border: var(--gk-card-border-width) solid var(--gk-card-border-color);
    border-radius: var(--gk-card-border-radius)
}

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

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

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

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

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

.card-body {
    color: var(--gk-card-color);
    flex: 1 1 auto;
    padding: var(--gk-card-spacer-y) var(--gk-card-spacer-x)
}

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

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

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

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

.card-header {
    background-color: var(--gk-card-cap-bg);
    border-bottom: var(--gk-card-border-width) solid var(--gk-card-border-color);
    color: var(--gk-card-cap-color);
    margin-bottom: 0;
    padding: var(--gk-card-cap-padding-y) var(--gk-card-cap-padding-x)
}

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

.card-footer {
    background-color: var(--gk-card-cap-bg);
    border-top: var(--gk-card-border-width) solid var(--gk-card-border-color);
    color: var(--gk-card-cap-color);
    padding: var(--gk-card-cap-padding-y) var(--gk-card-cap-padding-x)
}

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

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--gk-card-cap-padding-y)*-1);
    margin-left: calc(var(--gk-card-cap-padding-x)*-.5);
    margin-right: calc(var(--gk-card-cap-padding-x)*-.5)
}

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

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

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

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

.card-img,
.card-img-top {
    border-top-left-radius: var(--gk-card-inner-border-radius);
    border-top-right-radius: var(--gk-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--gk-card-inner-border-radius);
    border-bottom-right-radius: var(--gk-card-inner-border-radius)
}

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

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

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

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

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

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

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

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

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

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

.accordion {
    --gk-accordion-color: var(--gk-body-color);
    --gk-accordion-bg: var(--gk-card-background);
    --gk-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;
    --gk-accordion-border-color: var(--gk-border-color);
    --gk-accordion-border-width: var(--gk-border-width);
    --gk-accordion-border-radius: var(--gk-border-radius);
    --gk-accordion-inner-border-radius: calc(var(--gk-border-radius) - var(--gk-border-width));
    --gk-accordion-btn-padding-x: 1.25rem;
    --gk-accordion-btn-padding-y: 1rem;
    --gk-accordion-btn-color: var(--gk-body-color);
    --gk-accordion-btn-bg: var(--gk-accordion-bg);
    --gk-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --gk-accordion-btn-icon-width: 1.25rem;
    --gk-accordion-btn-icon-transform: rotate(-180deg);
    --gk-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --gk-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232f2066' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --gk-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, .25);
    --gk-accordion-body-padding-x: 1.25rem;
    --gk-accordion-body-padding-y: 1rem;
    --gk-accordion-active-color: var(--gk-accordion-button-active-color);
    --gk-accordion-active-bg: var(--gk-border-color)
}

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

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

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

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

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

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

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

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

.accordion-header {
    margin-bottom: 0
}

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

.accordion-item:first-of-type {
    border-top-left-radius: var(--gk-accordion-border-radius);
    border-top-right-radius: var(--gk-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--gk-accordion-inner-border-radius);
    border-top-right-radius: var(--gk-accordion-inner-border-radius)
}

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

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

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

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

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

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

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

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

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --gk-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac95fe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    --gk-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac95fe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")
}

.breadcrumb {
    --gk-breadcrumb-padding-x: 0;
    --gk-breadcrumb-padding-y: 0;
    --gk-breadcrumb-margin-bottom: 0rem;
    --gk-breadcrumb-font-size: 0.938rem;
    --gk-breadcrumb-bg: ;
    --gk-breadcrumb-border-radius: ;
    --gk-breadcrumb-divider-color: var(--gk-secondary-color);
    --gk-breadcrumb-item-padding-x: 0.5rem;
    --gk-breadcrumb-item-active-color: var(--gk-secondary-color);
    background-color: var(--gk-breadcrumb-bg);
    border-radius: var(--gk-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--gk-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--gk-breadcrumb-margin-bottom);
    padding: var(--gk-breadcrumb-padding-y) var(--gk-breadcrumb-padding-x)
}

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

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--gk-breadcrumb-divider-color);
    content: var(--gk-breadcrumb-divider, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 14 14'%3E%3Cpath fill='%2364748b' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"));
    float: left;
    padding-right: var(--gk-breadcrumb-item-padding-x)
}

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

.pagination {
    --gk-pagination-padding-x: 0.925rem;
    --gk-pagination-padding-y: 0.5rem;
    --gk-pagination-font-size: 0.938rem;
    --gk-pagination-color: var(--gk-gray-600);
    --gk-pagination-bg: var(--gk-white);
    --gk-pagination-border-width: var(--gk-border-width);
    --gk-pagination-border-color: var(--gk-border-color);
    --gk-pagination-border-radius: var(--gk-border-radius);
    --gk-pagination-hover-color: var(--gk-page-link-hover-color);
    --gk-pagination-hover-bg: #dc2626;
    --gk-pagination-hover-border-color: #dc2626;
    --gk-pagination-focus-color: var(--gk-white);
    --gk-pagination-focus-bg: #dc2626;
    --gk-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, .25);
    --gk-pagination-active-color: #fff;
    --gk-pagination-active-bg: #dc2626;
    --gk-pagination-active-border-color: #dc2626;
    --gk-pagination-disabled-color: var(--gk-gray-600);
    --gk-pagination-disabled-bg: var(--gk-gray-200);
    --gk-pagination-disabled-border-color: var(--gk-gray-200);
    display: flex;
    list-style: none;
    padding-left: 0
}

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

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

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

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

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

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

.pagination-lg {
    --gk-pagination-padding-x: 1.5rem;
    --gk-pagination-padding-y: 0.75rem;
    --gk-pagination-font-size: 1.1725rem;
    --gk-pagination-border-radius: var(--gk-border-radius-lg)
}

.pagination-sm {
    --gk-pagination-padding-x: 0.5rem;
    --gk-pagination-padding-y: 0.25rem;
    --gk-pagination-font-size: 0.82075rem;
    --gk-pagination-border-radius: var(--gk-border-radius-sm)
}

.badge {
    --gk-badge-padding-x: 0.5rem;
    --gk-badge-padding-y: 0.33rem;
    --gk-badge-font-size: 0.75rem;
    --gk-badge-font-weight: 500;
    --gk-badge-color: #fff;
    --gk-badge-border-radius: var(--gk-border-radius);
    border-radius: var(--gk-badge-border-radius);
    color: var(--gk-badge-color);
    display: inline-block;
    font-size: var(--gk-badge-font-size);
    font-weight: var(--gk-badge-font-weight);
    line-height: 1;
    padding: var(--gk-badge-padding-y) var(--gk-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

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

.alert {
    --gk-alert-bg: transparent;
    --gk-alert-padding-x: 1rem;
    --gk-alert-padding-y: 1rem;
    --gk-alert-margin-bottom: 1rem;
    --gk-alert-color: inherit;
    --gk-alert-border-color: transparent;
    --gk-alert-border: var(--gk-border-width) solid var(--gk-alert-border-color);
    --gk-alert-border-radius: var(--gk-border-radius);
    --gk-alert-link-color: inherit;
    background-color: var(--gk-alert-bg);
    border: var(--gk-alert-border);
    border-radius: var(--gk-alert-border-radius);
    color: var(--gk-alert-color);
    margin-bottom: var(--gk-alert-margin-bottom);
    padding: var(--gk-alert-padding-y) var(--gk-alert-padding-x);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--gk-alert-link-color);
    font-weight: 700
}

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

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

.alert-primary {
    --gk-alert-color: var(--gk-primary-text-emphasis);
    --gk-alert-bg: var(--gk-primary-bg-subtle);
    --gk-alert-border-color: var(--gk-primary-border-subtle);
    --gk-alert-link-color: var(--gk-primary-text-emphasis)
}

.alert-secondary {
    --gk-alert-color: var(--gk-secondary-text-emphasis);
    --gk-alert-bg: var(--gk-secondary-bg-subtle);
    --gk-alert-border-color: var(--gk-secondary-border-subtle);
    --gk-alert-link-color: var(--gk-secondary-text-emphasis)
}

.alert-success {
    --gk-alert-color: var(--gk-success-text-emphasis);
    --gk-alert-bg: var(--gk-success-bg-subtle);
    --gk-alert-border-color: var(--gk-success-border-subtle);
    --gk-alert-link-color: var(--gk-success-text-emphasis)
}

.alert-info {
    --gk-alert-color: var(--gk-info-text-emphasis);
    --gk-alert-bg: var(--gk-info-bg-subtle);
    --gk-alert-border-color: var(--gk-info-border-subtle);
    --gk-alert-link-color: var(--gk-info-text-emphasis)
}

.alert-warning {
    --gk-alert-color: var(--gk-warning-text-emphasis);
    --gk-alert-bg: var(--gk-warning-bg-subtle);
    --gk-alert-border-color: var(--gk-warning-border-subtle);
    --gk-alert-link-color: var(--gk-warning-text-emphasis)
}

.alert-danger {
    --gk-alert-color: var(--gk-danger-text-emphasis);
    --gk-alert-bg: var(--gk-danger-bg-subtle);
    --gk-alert-border-color: var(--gk-danger-border-subtle);
    --gk-alert-link-color: var(--gk-danger-text-emphasis)
}

.alert-light {
    --gk-alert-color: var(--gk-light-text-emphasis);
    --gk-alert-bg: var(--gk-light-bg-subtle);
    --gk-alert-border-color: var(--gk-light-border-subtle);
    --gk-alert-link-color: var(--gk-light-text-emphasis)
}

.alert-dark {
    --gk-alert-color: var(--gk-dark-text-emphasis);
    --gk-alert-bg: var(--gk-dark-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-border-subtle);
    --gk-alert-link-color: var(--gk-dark-text-emphasis)
}

.alert-white {
    --gk-alert-color: var(--gk-white-text-emphasis);
    --gk-alert-bg: var(--gk-white-bg-subtle);
    --gk-alert-border-color: var(--gk-white-border-subtle);
    --gk-alert-link-color: var(--gk-white-text-emphasis)
}

.alert-light-primary {
    --gk-alert-color: var(--gk-light-primary-text-emphasis);
    --gk-alert-bg: var(--gk-light-primary-bg-subtle);
    --gk-alert-border-color: var(--gk-light-primary-border-subtle);
    --gk-alert-link-color: var(--gk-light-primary-text-emphasis)
}

.alert-light-danger {
    --gk-alert-color: var(--gk-light-danger-text-emphasis);
    --gk-alert-bg: var(--gk-light-danger-bg-subtle);
    --gk-alert-border-color: var(--gk-light-danger-border-subtle);
    --gk-alert-link-color: var(--gk-light-danger-text-emphasis)
}

.alert-light-info {
    --gk-alert-color: var(--gk-light-info-text-emphasis);
    --gk-alert-bg: var(--gk-light-info-bg-subtle);
    --gk-alert-border-color: var(--gk-light-info-border-subtle);
    --gk-alert-link-color: var(--gk-light-info-text-emphasis)
}

.alert-light-warning {
    --gk-alert-color: var(--gk-light-warning-text-emphasis);
    --gk-alert-bg: var(--gk-light-warning-bg-subtle);
    --gk-alert-border-color: var(--gk-light-warning-border-subtle);
    --gk-alert-link-color: var(--gk-light-warning-text-emphasis)
}

.alert-light-secondary {
    --gk-alert-color: var(--gk-light-secondary-text-emphasis);
    --gk-alert-bg: var(--gk-light-secondary-bg-subtle);
    --gk-alert-border-color: var(--gk-light-secondary-border-subtle);
    --gk-alert-link-color: var(--gk-light-secondary-text-emphasis)
}

.alert-light-success {
    --gk-alert-color: var(--gk-light-success-text-emphasis);
    --gk-alert-bg: var(--gk-light-success-bg-subtle);
    --gk-alert-border-color: var(--gk-light-success-border-subtle);
    --gk-alert-link-color: var(--gk-light-success-text-emphasis)
}

.alert-light-dark {
    --gk-alert-color: var(--gk-light-dark-text-emphasis);
    --gk-alert-bg: var(--gk-light-dark-bg-subtle);
    --gk-alert-border-color: var(--gk-light-dark-border-subtle);
    --gk-alert-link-color: var(--gk-light-dark-text-emphasis)
}

.alert-dark-primary {
    --gk-alert-color: var(--gk-dark-primary-text-emphasis);
    --gk-alert-bg: var(--gk-dark-primary-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-primary-border-subtle);
    --gk-alert-link-color: var(--gk-dark-primary-text-emphasis)
}

.alert-dark-warning {
    --gk-alert-color: var(--gk-dark-warning-text-emphasis);
    --gk-alert-bg: var(--gk-dark-warning-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-warning-border-subtle);
    --gk-alert-link-color: var(--gk-dark-warning-text-emphasis)
}

.alert-dark-info {
    --gk-alert-color: var(--gk-dark-info-text-emphasis);
    --gk-alert-bg: var(--gk-dark-info-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-info-border-subtle);
    --gk-alert-link-color: var(--gk-dark-info-text-emphasis)
}

.alert-dark-danger {
    --gk-alert-color: var(--gk-dark-danger-text-emphasis);
    --gk-alert-bg: var(--gk-dark-danger-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-danger-border-subtle);
    --gk-alert-link-color: var(--gk-dark-danger-text-emphasis)
}

.alert-dark-success {
    --gk-alert-color: var(--gk-dark-success-text-emphasis);
    --gk-alert-bg: var(--gk-dark-success-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-success-border-subtle);
    --gk-alert-link-color: var(--gk-dark-success-text-emphasis)
}

.alert-dark-secondary {
    --gk-alert-color: var(--gk-dark-secondary-text-emphasis);
    --gk-alert-bg: var(--gk-dark-secondary-bg-subtle);
    --gk-alert-border-color: var(--gk-dark-secondary-border-subtle);
    --gk-alert-link-color: var(--gk-dark-secondary-text-emphasis)
}

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

.progress,
.progress-stacked {
    --gk-progress-height: 1rem;
    --gk-progress-font-size: 0.7035rem;
    --gk-progress-bg: var(--gk-progress-background);
    --gk-progress-border-radius: var(--gk-border-radius);
    --gk-progress-box-shadow: var(--gk-box-shadow-inset);
    --gk-progress-bar-color: #fff;
    --gk-progress-bar-bg: #dc2626;
    --gk-progress-bar-transition: width 0.6s ease;
    background-color: var(--gk-progress-bg);
    border-radius: var(--gk-progress-border-radius);
    display: flex;
    font-size: var(--gk-progress-font-size);
    height: var(--gk-progress-height);
    overflow: hidden
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--gk-progress-height) var(--gk-progress-height)
}

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

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

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

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

.list-group {
    --gk-list-group-color: var(--gk-body-color);
    --gk-list-group-bg: var(--gk-card-bg);
    --gk-list-group-border-color: var(--gk-border-color);
    --gk-list-group-border-width: var(--gk-border-width);
    --gk-list-group-border-radius: var(--gk-border-radius);
    --gk-list-group-item-padding-x: 1.25rem;
    --gk-list-group-item-padding-y: 0.75rem;
    --gk-list-group-action-color: var(--gk-gray-500);
    --gk-list-group-action-hover-color: var(--gk-gray-600);
    --gk-list-group-action-hover-bg: var(--gk-gray-100);
    --gk-list-group-action-active-color: var(--gk-gray-600);
    --gk-list-group-action-active-bg: var(--gk-gray-100);
    --gk-list-group-disabled-color: var(--gk-secondary-color);
    --gk-list-group-disabled-bg: var(--gk-card-bg);
    --gk-list-group-active-color: #fff;
    --gk-list-group-active-bg: #dc2626;
    --gk-list-group-active-border-color: #dc2626;
    border-radius: var(--gk-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
    --gk-btn-close-color: #475569;
    --gk-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23475569' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E");
    --gk-btn-close-opacity: 0.5;
    --gk-btn-close-hover-opacity: 0.75;
    --gk-btn-close-focus-shadow: none;
    --gk-btn-close-focus-opacity: 1;
    --gk-btn-close-disabled-opacity: 0.25;
    --gk-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--gk-btn-close-bg) center/.75rem auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    height: .75rem;
    opacity: var(--gk-btn-close-opacity);
    padding: .25em;
    width: .75rem
}

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

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

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

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

.btn-close-white,
[data-bs-theme=dark] .btn-close {
    filter: var(--gk-btn-close-white-filter)
}

.toast {
    --gk-toast-zindex: 1090;
    --gk-toast-padding-x: 0.75rem;
    --gk-toast-padding-y: 0.5rem;
    --gk-toast-spacing: 2.5rem;
    --gk-toast-max-width: 350px;
    --gk-toast-font-size: 0.875rem;
    --gk-toast-color: ;
    --gk-toast-bg: var(--gk-white);
    --gk-toast-border-width: var(--gk-border-width);
    --gk-toast-border-color: var(--gk-gray-300);
    --gk-toast-border-radius: var(--gk-border-radius);
    --gk-toast-box-shadow: var(--gk-box-shadow);
    --gk-toast-header-color: var(--gk-gray-600);
    --gk-toast-header-bg: var(--gk-white);
    --gk-toast-header-border-color: var(--gk-gray-300);
    background-clip: padding-box;
    background-color: var(--gk-toast-bg);
    border: var(--gk-toast-border-width) solid var(--gk-toast-border-color);
    border-radius: var(--gk-toast-border-radius);
    box-shadow: var(--gk-toast-box-shadow);
    color: var(--gk-toast-color);
    font-size: var(--gk-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--gk-toast-max-width)
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    --gk-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--gk-toast-zindex)
}

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

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

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

.toast-body {
    padding: var(--gk-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --gk-modal-zindex: 1055;
    --gk-modal-width: 500px;
    --gk-modal-padding: 1.5rem;
    --gk-modal-margin: 0.5rem;
    --gk-modal-color: ;
    --gk-modal-bg: var(--gk-card-background);
    --gk-modal-border-color: var(--gk-border-color);
    --gk-modal-border-width: var(--gk-border-width);
    --gk-modal-border-radius: var(--gk-border-radius-lg);
    --gk-modal-box-shadow: var(--gk-box-shadow-sm);
    --gk-modal-inner-border-radius: calc(var(--gk-border-radius-lg) - var(--gk-border-width));
    --gk-modal-header-padding-x: 1.5rem;
    --gk-modal-header-padding-y: 1rem;
    --gk-modal-header-padding: 1rem 1.5rem;
    --gk-modal-header-border-color: var(--gk-border-color);
    --gk-modal-header-border-width: var(--gk-border-width);
    --gk-modal-title-line-height: 1.6;
    --gk-modal-footer-gap: 0.5rem;
    --gk-modal-footer-bg: ;
    --gk-modal-footer-border-color: var(--gk-border-color);
    --gk-modal-footer-border-width: var(--gk-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--gk-modal-zindex)
}

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

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

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

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

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

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

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

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

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

.modal-content {
    background-clip: padding-box;
    background-color: var(--gk-modal-bg);
    border: var(--gk-modal-border-width) solid var(--gk-modal-border-color);
    border-radius: var(--gk-modal-border-radius);
    color: var(--gk-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

@media (min-width:576px) {
    .modal {
        --gk-modal-margin: 1.75rem;
        --gk-modal-box-shadow: var(--gk-box-shadow)
    }

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

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

@media (min-width:992px) {

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

@media (min-width:1200px) {
    .modal-xl {
        --gk-modal-width: 1140px
    }
}

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

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

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

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

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

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

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

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

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

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

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

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

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --gk-tooltip-zindex: 1080;
    --gk-tooltip-max-width: 200px;
    --gk-tooltip-padding-x: 0.5rem;
    --gk-tooltip-padding-y: 0.25rem;
    --gk-tooltip-margin: ;
    --gk-tooltip-font-size: 0.82075rem;
    --gk-tooltip-color: var(--gk-gray-400);
    --gk-tooltip-bg: var(--gk-gray-800);
    --gk-tooltip-border-radius: var(--gk-border-radius);
    --gk-tooltip-opacity: 0.9;
    --gk-tooltip-arrow-width: 0.8rem;
    --gk-tooltip-arrow-height: 0.4rem;
    display: block;
    font-family: Inter, sans-serif;
    font-size: var(--gk-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    margin: var(--gk-tooltip-margin);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--gk-tooltip-zindex);
    word-wrap: break-word;
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    --gk-popover-zindex: 1070;
    --gk-popover-max-width: 276px;
    --gk-popover-font-size: 0.82075rem;
    --gk-popover-bg: var(--gk-body-bg);
    --gk-popover-border-width: var(--gk-border-width);
    --gk-popover-border-color: var(--gk-border-color-translucent);
    --gk-popover-border-radius: var(--gk-border-radius-lg);
    --gk-popover-inner-border-radius: calc(var(--gk-border-radius-lg) - var(--gk-border-width));
    --gk-popover-box-shadow: var(--gk-box-shadow);
    --gk-popover-header-padding-x: 1rem;
    --gk-popover-header-padding-y: 0.5rem;
    --gk-popover-header-font-size: 0.938rem;
    --gk-popover-header-color: var(--gk-gray-800);
    --gk-popover-header-bg: var(--gk-secondary-bg);
    --gk-popover-body-padding-x: 1rem;
    --gk-popover-body-padding-y: 1rem;
    --gk-popover-body-color: var(--gk-gray-500);
    --gk-popover-arrow-width: 1rem;
    --gk-popover-arrow-height: 0.5rem;
    --gk-popover-arrow-border: var(--gk-popover-border-color);
    display: block;
    font-family: Inter, sans-serif;
    font-size: var(--gk-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    max-width: var(--gk-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--gk-popover-zindex);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--gk-popover-bg);
    border: var(--gk-popover-border-width) solid var(--gk-popover-border-color);
    border-radius: var(--gk-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    height: var(--gk-popover-arrow-height);
    width: var(--gk-popover-arrow-width)
}

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

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

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

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--gk-popover-arrow-width)*.5) var(--gk-popover-arrow-height) calc(var(--gk-popover-arrow-width)*.5) 0
}

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

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

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

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

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

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--gk-popover-arrow-width)*.5) 0 calc(var(--gk-popover-arrow-width)*.5) var(--gk-popover-arrow-height)
}

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")
}

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

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

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

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

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

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

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

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

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

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

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

.spinner-border-sm {
    --gk-spinner-width: 1rem;
    --gk-spinner-height: 1rem;
    --gk-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --gk-spinner-width: 2rem;
    --gk-spinner-height: 2rem;
    --gk-spinner-vertical-align: -0.125em;
    --gk-spinner-animation-speed: 0.75s;
    --gk-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --gk-spinner-width: 1rem;
    --gk-spinner-height: 1rem
}

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

    .spinner-border,
    .spinner-grow {
        --gk-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --gk-offcanvas-zindex: 1045;
    --gk-offcanvas-width: 400px;
    --gk-offcanvas-height: 30vh;
    --gk-offcanvas-padding-x: 1.5rem;
    --gk-offcanvas-padding-y: 1.5rem;
    --gk-offcanvas-color: var(--gk-body-color);
    --gk-offcanvas-bg: var(--gk-body-bg);
    --gk-offcanvas-border-width: var(--gk-border-width);
    --gk-offcanvas-border-color: var(--gk-border-color);
    --gk-offcanvas-box-shadow: var(--gk-box-shadow-sm);
    --gk-offcanvas-transition: transform 0.3s ease-in-out;
    --gk-offcanvas-title-line-height: 1.6
}

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

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--gk-offcanvas-width)
    }

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

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

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

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

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

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

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

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

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

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

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--gk-offcanvas-width)
    }

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

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

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

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

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

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

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

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

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

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

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--gk-offcanvas-width)
    }

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

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

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

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

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

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

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

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

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

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

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--gk-offcanvas-width)
    }

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

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

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

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

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

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

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

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

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

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

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--gk-offcanvas-width)
    }

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--gk-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--gk-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--gk-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    padding: var(--gk-offcanvas-padding-y) var(--gk-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin: calc(var(--gk-offcanvas-padding-y)*-.5) calc(var(--gk-offcanvas-padding-x)*-.5) calc(var(--gk-offcanvas-padding-y)*-.5) auto;
    padding: calc(var(--gk-offcanvas-padding-y)*.5) calc(var(--gk-offcanvas-padding-x)*.5)
}

.offcanvas-title {
    line-height: var(--gk-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--gk-offcanvas-padding-y) var(--gk-offcanvas-padding-x)
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(var(--gk-primary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-secondary {
    background-color: RGBA(var(--gk-secondary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: RGBA(var(--gk-success-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-info {
    background-color: RGBA(var(--gk-info-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-warning {
    background-color: RGBA(var(--gk-warning-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-danger {
    background-color: RGBA(var(--gk-danger-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: RGBA(var(--gk-light-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(var(--gk-dark-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-white {
    background-color: RGBA(var(--gk-white-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-primary {
    background-color: RGBA(var(--gk-light-primary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-danger {
    background-color: RGBA(var(--gk-light-danger-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-info {
    background-color: RGBA(var(--gk-light-info-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-warning {
    background-color: RGBA(var(--gk-light-warning-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-secondary {
    background-color: RGBA(var(--gk-light-secondary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-success {
    background-color: RGBA(var(--gk-light-success-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light-dark {
    background-color: RGBA(var(--gk-light-dark-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark-primary {
    background-color: RGBA(var(--gk-dark-primary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-dark-warning {
    background-color: RGBA(var(--gk-dark-warning-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-dark-info {
    background-color: RGBA(var(--gk-dark-info-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-dark-danger {
    background-color: RGBA(var(--gk-dark-danger-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-dark-success {
    background-color: RGBA(var(--gk-dark-success-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-dark-secondary {
    background-color: RGBA(var(--gk-dark-secondary-rgb), var(--gk-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: RGBA(var(--gk-primary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-primary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(94, 63, 203, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(94, 63, 203, var(--gk-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--gk-secondary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-secondary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(80, 93, 111, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(80, 93, 111, var(--gk-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--gk-success-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-success-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(45, 129, 84, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(45, 129, 84, var(--gk-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--gk-info-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-info-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(11, 132, 186, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(11, 132, 186, var(--gk-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--gk-warning-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-warning-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(196, 126, 9, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(196, 126, 9, var(--gk-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--gk-danger-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-danger-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 30, 30, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 30, 30, var(--gk-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--gk-light-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(244, 247, 250, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(244, 247, 250, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--gk-dark-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(12, 18, 34, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(12, 18, 34, var(--gk-link-underline-opacity, 1)) !important
}

.link-white {
    color: RGBA(var(--gk-white-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-white-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-white:focus,
.link-white:hover {
    color: RGBA(255, 255, 255, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 255, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-primary {
    color: RGBA(var(--gk-light-primary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-primary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-primary:focus,
.link-light-primary:hover {
    color: RGBA(241, 237, 254, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(241, 237, 254, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-danger {
    color: RGBA(var(--gk-light-danger-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-danger-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-danger:focus,
.link-light-danger:hover {
    color: RGBA(251, 225, 224, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(251, 225, 224, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-info {
    color: RGBA(var(--gk-light-info-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-info-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-info:focus,
.link-light-info:hover {
    color: RGBA(231, 248, 255, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(231, 248, 255, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-warning {
    color: RGBA(var(--gk-light-warning-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-warning-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-warning:focus,
.link-light-warning:hover {
    color: RGBA(255, 241, 225, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 241, 225, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-secondary {
    color: RGBA(var(--gk-light-secondary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-secondary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-secondary:focus,
.link-light-secondary:hover {
    color: RGBA(233, 233, 237, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(233, 233, 237, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-success {
    color: RGBA(var(--gk-light-success-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-success-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-success:focus,
.link-light-success:hover {
    color: RGBA(218, 247, 238, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(218, 247, 238, var(--gk-link-underline-opacity, 1)) !important
}

.link-light-dark {
    color: RGBA(var(--gk-light-dark-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-light-dark-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-light-dark:focus,
.link-light-dark:hover {
    color: RGBA(218, 217, 224, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(218, 217, 224, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-primary {
    color: RGBA(var(--gk-dark-primary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-primary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-primary:focus,
.link-dark-primary:hover {
    color: RGBA(71, 48, 154, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(71, 48, 154, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-warning {
    color: RGBA(var(--gk-dark-warning-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-warning-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-warning:focus,
.link-dark-warning:hover {
    color: RGBA(155, 103, 42, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(155, 103, 42, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-info {
    color: RGBA(var(--gk-dark-info-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-info-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-info:focus,
.link-dark-info:hover {
    color: RGBA(65, 128, 155, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(65, 128, 155, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-danger {
    color: RGBA(var(--gk-dark-danger-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-danger-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-danger:focus,
.link-dark-danger:hover {
    color: RGBA(139, 38, 37, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(139, 38, 37, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-success {
    color: RGBA(var(--gk-dark-success-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-success-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-success:focus,
.link-dark-success:hover {
    color: RGBA(15, 123, 93, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(15, 123, 93, var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-secondary {
    color: RGBA(var(--gk-dark-secondary-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-dark-secondary-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-dark-secondary:focus,
.link-dark-secondary:hover {
    color: RGBA(74, 71, 87, var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(74, 71, 87, var(--gk-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--gk-focus-ring-x, 0) var(--gk-focus-ring-y, 0) var(--gk-focus-ring-blur, 0) var(--gk-focus-ring-width) var(--gk-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--gk-link-color-rgb), var(--gk-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link>.bi {
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    fill: currentcolor;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--gk-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--gk-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --gk-aspect-ratio: 100%
}

.ratio-4x3 {
    --gk-aspect-ratio: 75%
}

.ratio-16x9 {
    --gk-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --gk-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 1;
    width: var(--gk-border-width)
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--gk-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--gk-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--gk-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --gk-focus-ring-color: rgba(var(--gk-primary-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-secondary {
    --gk-focus-ring-color: rgba(var(--gk-secondary-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-success {
    --gk-focus-ring-color: rgba(var(--gk-success-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-info {
    --gk-focus-ring-color: rgba(var(--gk-info-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-warning {
    --gk-focus-ring-color: rgba(var(--gk-warning-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-danger {
    --gk-focus-ring-color: rgba(var(--gk-danger-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light {
    --gk-focus-ring-color: rgba(var(--gk-light-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark {
    --gk-focus-ring-color: rgba(var(--gk-dark-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-white {
    --gk-focus-ring-color: rgba(var(--gk-white-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-primary {
    --gk-focus-ring-color: rgba(var(--gk-light-primary-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-danger {
    --gk-focus-ring-color: rgba(var(--gk-light-danger-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-info {
    --gk-focus-ring-color: rgba(var(--gk-light-info-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-warning {
    --gk-focus-ring-color: rgba(var(--gk-light-warning-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-secondary {
    --gk-focus-ring-color: rgba(var(--gk-light-secondary-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-success {
    --gk-focus-ring-color: rgba(var(--gk-light-success-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-light-dark {
    --gk-focus-ring-color: rgba(var(--gk-light-dark-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-primary {
    --gk-focus-ring-color: rgba(var(--gk-dark-primary-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-warning {
    --gk-focus-ring-color: rgba(var(--gk-dark-warning-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-info {
    --gk-focus-ring-color: rgba(var(--gk-dark-info-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-danger {
    --gk-focus-ring-color: rgba(var(--gk-dark-danger-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-success {
    --gk-focus-ring-color: rgba(var(--gk-dark-success-rgb), var(--gk-focus-ring-opacity))
}

.focus-ring-dark-secondary {
    --gk-focus-ring-color: rgba(var(--gk-dark-secondary-rgb), var(--gk-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-10 {
    top: 10% !important
}

.top-20 {
    top: 20% !important
}

.top-25 {
    top: 25% !important
}

.top-50 {
    top: 50% !important
}

.top-60 {
    top: 60% !important
}

.top-75 {
    top: 75% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-10 {
    bottom: 10% !important
}

.bottom-20 {
    bottom: 20% !important
}

.bottom-25 {
    bottom: 25% !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-60 {
    bottom: 60% !important
}

.bottom-75 {
    bottom: 75% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-10 {
    left: 10% !important
}

.start-20 {
    left: 20% !important
}

.start-25 {
    left: 25% !important
}

.start-50 {
    left: 50% !important
}

.start-60 {
    left: 60% !important
}

.start-75 {
    left: 75% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-10 {
    right: 10% !important
}

.end-20 {
    right: 20% !important
}

.end-25 {
    right: 25% !important
}

.end-50 {
    right: 50% !important
}

.end-60 {
    right: 60% !important
}

.end-75 {
    right: 75% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-primary-rgb), var(--gk-border-opacity)) !important
}

.border-secondary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-secondary-rgb), var(--gk-border-opacity)) !important
}

.border-success {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-success-rgb), var(--gk-border-opacity)) !important
}

.border-info {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-info-rgb), var(--gk-border-opacity)) !important
}

.border-warning {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-warning-rgb), var(--gk-border-opacity)) !important
}

.border-danger {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-danger-rgb), var(--gk-border-opacity)) !important
}

.border-light {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-rgb), var(--gk-border-opacity)) !important
}

.border-dark {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-rgb), var(--gk-border-opacity)) !important
}

.border-white {
    --gk-border-opacity: 1;
    border-color: #fff !important
}

.border-light-primary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-primary-rgb), var(--gk-border-opacity)) !important
}

.border-light-danger {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-danger-rgb), var(--gk-border-opacity)) !important
}

.border-light-info {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-info-rgb), var(--gk-border-opacity)) !important
}

.border-light-warning {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-warning-rgb), var(--gk-border-opacity)) !important
}

.border-light-secondary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-secondary-rgb), var(--gk-border-opacity)) !important
}

.border-light-success {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-success-rgb), var(--gk-border-opacity)) !important
}

.border-light-dark {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-light-dark-rgb), var(--gk-border-opacity)) !important
}

.border-dark-primary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-primary-rgb), var(--gk-border-opacity)) !important
}

.border-dark-warning {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-warning-rgb), var(--gk-border-opacity)) !important
}

.border-dark-info {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-info-rgb), var(--gk-border-opacity)) !important
}

.border-dark-danger {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-danger-rgb), var(--gk-border-opacity)) !important
}

.border-dark-success {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-success-rgb), var(--gk-border-opacity)) !important
}

.border-dark-secondary {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-dark-secondary-rgb), var(--gk-border-opacity)) !important
}

.border-black {
    --gk-border-opacity: 1;
    border-color: rgba(var(--gk-black-rgb), var(--gk-border-opacity)) !important
}

.border-gray-800 {
    --gk-border-opacity: 1;
    border-color: #1e293b !important
}

.border-primary-subtle {
    border-color: var(--gk-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--gk-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--gk-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--gk-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--gk-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--gk-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--gk-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--gk-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --gk-border-opacity: 0.1
}

.border-opacity-25 {
    --gk-border-opacity: 0.25
}

.border-opacity-50 {
    --gk-border-opacity: 0.5
}

.border-opacity-75 {
    --gk-border-opacity: 0.75
}

.border-opacity-100 {
    --gk-border-opacity: 1
}

.w-0 {
    width: 0 !important
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-50 {
    width: 50% !important
}

.w-65 {
    width: 65% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-25 {
    max-width: 25% !important
}

.mw-30 {
    max-width: 30% !important
}

.mw-40 {
    max-width: 40% !important
}

.mw-50 {
    max-width: 50% !important
}

.mw-65 {
    max-width: 65% !important
}

.mw-75 {
    max-width: 75% !important
}

.mw-100 {
    max-width: 100% !important
}

.mw-auto {
    max-width: auto !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-30 {
    height: 30% !important
}

.h-40 {
    height: 40% !important
}

.h-50 {
    height: 50% !important
}

.h-65 {
    height: 65% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-10rem {
    height: 10rem !important
}

.h-11rem {
    height: 11rem !important
}

.h-12rem {
    height: 12rem !important
}

.h-13rem {
    height: 13rem !important
}

.h-14rem {
    height: 14rem !important
}

.h-15rem {
    height: 15rem !important
}

.h-16rem {
    height: 16rem !important
}

.h-17rem {
    height: 17rem !important
}

.h-18rem {
    height: 18rem !important
}

.h-19rem {
    height: 19rem !important
}

.h-20rem {
    height: 20rem !important
}

.h-22rem {
    height: 22rem !important
}

.h-24rem {
    height: 24rem !important
}

.h-auto {
    height: auto !important
}

.mh-25 {
    max-height: 25% !important
}

.mh-30 {
    max-height: 30% !important
}

.mh-40 {
    max-height: 40% !important
}

.mh-50 {
    max-height: 50% !important
}

.mh-65 {
    max-height: 65% !important
}

.mh-75 {
    max-height: 75% !important
}

.mh-100 {
    max-height: 100% !important
}

.mh-auto {
    max-height: auto !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-auto {
    flex: auto !important
}

.flex-none {
    flex: none !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.m-7 {
    margin: 3rem !important
}

.m-8 {
    margin: 3.5rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.mx-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.my-6 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
}

.my-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-8 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mt-6 {
    margin-top: 2.5rem !important
}

.mt-7 {
    margin-top: 3rem !important
}

.mt-8 {
    margin-top: 3.5rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 2rem !important
}

.me-6 {
    margin-right: 2.5rem !important
}

.me-7 {
    margin-right: 3rem !important
}

.me-8 {
    margin-right: 3.5rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 2.5rem !important
}

.mb-7 {
    margin-bottom: 3rem !important
}

.mb-8 {
    margin-bottom: 3.5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 2.5rem !important
}

.ms-7 {
    margin-left: 3rem !important
}

.ms-8 {
    margin-left: 3.5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.m-n6 {
    margin: -2.5rem !important
}

.m-n7 {
    margin: -3rem !important
}

.m-n8 {
    margin: -3.5rem !important
}

.mx-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
}

.mx-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.mx-n5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
}

.mx-n6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
}

.mx-n7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.mx-n8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
}

.my-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
}

.my-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
}

.my-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
}

.my-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
}

.my-n5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
}

.my-n6 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important
}

.my-n7 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
}

.my-n8 {
    margin-bottom: -3.5rem !important;
    margin-top: -3.5rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -2rem !important
}

.mt-n6 {
    margin-top: -2.5rem !important
}

.mt-n7 {
    margin-top: -3rem !important
}

.mt-n8 {
    margin-top: -3.5rem !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -2rem !important
}

.me-n6 {
    margin-right: -2.5rem !important
}

.me-n7 {
    margin-right: -3rem !important
}

.me-n8 {
    margin-right: -3.5rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -2rem !important
}

.mb-n6 {
    margin-bottom: -2.5rem !important
}

.mb-n7 {
    margin-bottom: -3rem !important
}

.mb-n8 {
    margin-bottom: -3.5rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -2rem !important
}

.ms-n6 {
    margin-left: -2.5rem !important
}

.ms-n7 {
    margin-left: -3rem !important
}

.ms-n8 {
    margin-left: -3.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.p-7 {
    padding: 3rem !important
}

.p-8 {
    padding: 3.5rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.py-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-8 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pt-6 {
    padding-top: 2.5rem !important
}

.pt-7 {
    padding-top: 3rem !important
}

.pt-8 {
    padding-top: 3.5rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 2rem !important
}

.pe-6 {
    padding-right: 2.5rem !important
}

.pe-7 {
    padding-right: 3rem !important
}

.pe-8 {
    padding-right: 3.5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 2.5rem !important
}

.pb-7 {
    padding-bottom: 3rem !important
}

.pb-8 {
    padding-bottom: 3.5rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 2rem !important
}

.ps-6 {
    padding-left: 2.5rem !important
}

.ps-7 {
    padding-left: 3rem !important
}

.ps-8 {
    padding-left: 3.5rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 2.5rem !important
}

.gap-7 {
    gap: 3rem !important
}

.gap-8 {
    gap: 3.5rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 2rem !important
}

.row-gap-6 {
    row-gap: 2.5rem !important
}

.row-gap-7 {
    row-gap: 3rem !important
}

.row-gap-8 {
    row-gap: 3.5rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.column-gap-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important
}

.column-gap-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important
}

.font-monospace {
    font-family: var(--gk-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-2 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-3 {
    font-size: 1.25rem !important
}

.fs-4 {
    font-size: 1rem !important
}

.fs-5 {
    font-size: .875rem !important
}

.fs-6 {
    font-size: .75rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: 200 !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: 800 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.2 !important
}

.lh-base {
    line-height: 1.6 !important
}

.lh-lg {
    line-height: 1.8 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --gk-text-opacity: 1;
    color: #dc2626 !important
}

.text-secondary {
    --gk-text-opacity: 1;
    color: #d6dbe2 !important
}

.text-success {
    --gk-text-opacity: 1;
    color: #38a169 !important
}

.text-info {
    --gk-text-opacity: 1;
    color: #0ea5e9 !important
}

.text-warning {
    --gk-text-opacity: 1;
    color: #f59e0b !important
}

.text-danger {
    --gk-text-opacity: 1;
    color: #dc2626 !important
}

.text-light {
    --gk-text-opacity: 1;
    color: #f1f5f9 !important
}

.text-dark {
    --gk-text-opacity: 1;
    color: #0f172a !important
}

.text-white {
    --gk-text-opacity: 1;
    color: #fff !important
}

.text-light-primary {
    --gk-text-opacity: 1;
    color: #ede9fe !important
}

.text-light-danger {
    --gk-text-opacity: 1;
    color: #fad9d8 !important
}

.text-light-info {
    --gk-text-opacity: 1;
    color: #e1f6ff !important
}

.text-light-warning {
    --gk-text-opacity: 1;
    color: #ffeeda !important
}

.text-light-secondary {
    --gk-text-opacity: 1;
    color: #e4e3e9 !important
}

.text-light-success {
    --gk-text-opacity: 1;
    color: #d1f5ea !important
}

.text-light-dark {
    --gk-text-opacity: 1;
    color: #d1cfd8 !important
}

.text-dark-primary {
    --gk-text-opacity: 1;
    color: #593cc1 !important
}

.text-dark-warning {
    --gk-text-opacity: 1;
    color: #c28135 !important
}

.text-dark-info {
    --gk-text-opacity: 1;
    color: #51a0c2 !important
}

.text-dark-danger {
    --gk-text-opacity: 1;
    color: #ae302e !important
}

.text-dark-success {
    --gk-text-opacity: 1;
    color: #139a74 !important
}

.text-dark-secondary {
    --gk-text-opacity: 1;
    color: #5c596d !important
}

.text-gray-100 {
    --gk-text-opacity: 1;
    color: #f1f5f9 !important
}

.text-gray-200 {
    --gk-text-opacity: 1;
    color: #e2e8f0 !important
}

.text-gray-300 {
    --gk-text-opacity: 1;
    color: #cbd5e1 !important
}

.text-gray-400 {
    --gk-text-opacity: 1;
    color: #94a3b8 !important
}

.text-gray-500 {
    --gk-text-opacity: 1;
    color: #64748b !important
}

.text-gray-600 {
    --gk-text-opacity: 1;
    color: #475569 !important
}

.text-gray-700 {
    --gk-text-opacity: 1;
    color: #334155 !important
}

.text-gray-800 {
    --gk-text-opacity: 1;
    color: #1e293b !important
}

.text-gray-900 {
    --gk-text-opacity: 1;
    color: #0f172a !important
}

.text-gray-1000 {
    --gk-text-opacity: 1;
    color: #0b1324 !important
}

.text-body {
    --gk-text-opacity: 1;
    color: #334155 !important
}

.text-black-50 {
    --gk-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --gk-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    --gk-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --gk-text-opacity: 0.25
}

.text-opacity-50 {
    --gk-text-opacity: 0.5
}

.text-opacity-75 {
    --gk-text-opacity: 0.75
}

.text-opacity-100 {
    --gk-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--gk-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--gk-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--gk-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--gk-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--gk-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--gk-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--gk-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--gk-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --gk-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --gk-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --gk-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --gk-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --gk-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-primary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-secondary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-secondary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-success {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-success-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-info {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-info-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-warning {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-warning-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-danger {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-danger-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-white {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-white-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-primary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-primary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-danger {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-danger-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-info {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-info-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-warning {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-warning-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-secondary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-secondary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-success {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-success-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-light-dark {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-light-dark-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-primary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-primary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-warning {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-warning-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-info {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-info-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-danger {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-danger-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-success {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-success-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline-dark-secondary {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-dark-secondary-rgb), var(--gk-link-underline-opacity)) !important
}

.link-underline {
    --gk-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--gk-link-color-rgb), var(--gk-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --gk-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --gk-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --gk-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --gk-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --gk-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --gk-link-underline-opacity: 1
}

.bg-primary {
    --gk-bg-opacity: 1;
    background-color: #dc2626 !important
}

.bg-secondary {
    --gk-bg-opacity: 1;
    background-color: #64748b !important
}

.bg-success {
    --gk-bg-opacity: 1;
    background-color: #38a169 !important
}

.bg-info {
    --gk-bg-opacity: 1;
    background-color: #0ea5e9 !important
}

.bg-warning {
    --gk-bg-opacity: 1;
    background-color: #f59e0b !important
}

.bg-danger {
    --gk-bg-opacity: 1;
    background-color: #dc2626 !important
}

.bg-light {
    --gk-bg-opacity: 1;
    background-color: #f1f5f9 !important
}

.bg-dark {
    --gk-bg-opacity: 1;
    background-color: #0f172a !important
}

.bg-white {
    --gk-bg-opacity: 1;
    background-color: #fff !important
}

.bg-light-primary {
    --gk-bg-opacity: 1;
    background-color: #ede9fe !important
}

.bg-light-danger {
    --gk-bg-opacity: 1;
    background-color: #fad9d8 !important
}

.bg-light-info {
    --gk-bg-opacity: 1;
    background-color: #e1f6ff !important
}

.bg-light-warning {
    --gk-bg-opacity: 1;
    background-color: #ffeeda !important
}

.bg-light-secondary {
    --gk-bg-opacity: 1;
    background-color: #e4e3e9 !important
}

.bg-light-success {
    --gk-bg-opacity: 1;
    background-color: #d1f5ea !important
}

.bg-light-dark {
    --gk-bg-opacity: 1;
    background-color: #d1cfd8 !important
}

.bg-dark-primary {
    --gk-bg-opacity: 1;
    background-color: #593cc1 !important
}

.bg-dark-warning {
    --gk-bg-opacity: 1;
    background-color: #c28135 !important
}

.bg-dark-info {
    --gk-bg-opacity: 1;
    background-color: #51a0c2 !important
}

.bg-dark-danger {
    --gk-bg-opacity: 1;
    background-color: #ae302e !important
}

.bg-dark-success {
    --gk-bg-opacity: 1;
    background-color: #139a74 !important
}

.bg-dark-secondary {
    --gk-bg-opacity: 1;
    background-color: #5c596d !important
}

.bg-gray-100 {
    --gk-bg-opacity: 1;
    background-color: #f1f5f9 !important
}

.bg-gray-200 {
    --gk-bg-opacity: 1;
    background-color: #e2e8f0 !important
}

.bg-gray-300 {
    --gk-bg-opacity: 1;
    background-color: #cbd5e1 !important
}

.bg-gray-400 {
    --gk-bg-opacity: 1;
    background-color: #94a3b8 !important
}

.bg-gray-500 {
    --gk-bg-opacity: 1;
    background-color: #64748b !important
}

.bg-gray-600 {
    --gk-bg-opacity: 1;
    background-color: #475569 !important
}

.bg-gray-700 {
    --gk-bg-opacity: 1;
    background-color: #334155 !important
}

.bg-gray-800 {
    --gk-bg-opacity: 1;
    background-color: #1e293b !important
}

.bg-gray-900 {
    --gk-bg-opacity: 1;
    background-color: #0f172a !important
}

.bg-gray-1000 {
    --gk-bg-opacity: 1;
    background-color: #0b1324 !important
}

.bg-body {
    --gk-bg-opacity: 1;
    background-color: #f1f5f9 !important
}

.bg-transparent {
    --gk-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --gk-bg-opacity: 0.1
}

.bg-opacity-25 {
    --gk-bg-opacity: 0.25
}

.bg-opacity-50 {
    --gk-bg-opacity: 0.5
}

.bg-opacity-75 {
    --gk-bg-opacity: 0.75
}

.bg-opacity-100 {
    --gk-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--gk-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--gk-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--gk-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--gk-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--gk-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--gk-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--gk-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--gk-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--gk-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--gk-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--gk-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--gk-border-radius) !important
}

.rounded-3 {
    border-radius: var(--gk-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--gk-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--gk-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--gk-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--gk-border-radius) !important;
    border-top-right-radius: var(--gk-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--gk-border-radius-sm) !important;
    border-top-right-radius: var(--gk-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--gk-border-radius) !important;
    border-top-right-radius: var(--gk-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--gk-border-radius-lg) !important;
    border-top-right-radius: var(--gk-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--gk-border-radius-xl) !important;
    border-top-right-radius: var(--gk-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--gk-border-radius-xxl) !important;
    border-top-right-radius: var(--gk-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--gk-border-radius-pill) !important;
    border-top-right-radius: var(--gk-border-radius-pill) !important
}

.rounded-end {
    border-bottom-right-radius: var(--gk-border-radius) !important;
    border-top-right-radius: var(--gk-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-end-1 {
    border-bottom-right-radius: var(--gk-border-radius-sm) !important;
    border-top-right-radius: var(--gk-border-radius-sm) !important
}

.rounded-end-2 {
    border-bottom-right-radius: var(--gk-border-radius) !important;
    border-top-right-radius: var(--gk-border-radius) !important
}

.rounded-end-3 {
    border-bottom-right-radius: var(--gk-border-radius-lg) !important;
    border-top-right-radius: var(--gk-border-radius-lg) !important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--gk-border-radius-xl) !important;
    border-top-right-radius: var(--gk-border-radius-xl) !important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
    border-top-right-radius: var(--gk-border-radius-xxl) !important
}

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--gk-border-radius-pill) !important;
    border-top-right-radius: var(--gk-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-left-radius: var(--gk-border-radius) !important;
    border-bottom-right-radius: var(--gk-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-left-radius: var(--gk-border-radius-sm) !important;
    border-bottom-right-radius: var(--gk-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-left-radius: var(--gk-border-radius) !important;
    border-bottom-right-radius: var(--gk-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-left-radius: var(--gk-border-radius-lg) !important;
    border-bottom-right-radius: var(--gk-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--gk-border-radius-xl) !important;
    border-bottom-right-radius: var(--gk-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
    border-bottom-right-radius: var(--gk-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--gk-border-radius-pill) !important;
    border-bottom-right-radius: var(--gk-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--gk-border-radius) !important;
    border-top-left-radius: var(--gk-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--gk-border-radius-sm) !important;
    border-top-left-radius: var(--gk-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--gk-border-radius) !important;
    border-top-left-radius: var(--gk-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--gk-border-radius-lg) !important;
    border-top-left-radius: var(--gk-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--gk-border-radius-xl) !important;
    border-top-left-radius: var(--gk-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
    border-top-left-radius: var(--gk-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--gk-border-radius-pill) !important;
    border-top-left-radius: var(--gk-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z--1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.z-4 {
    z-index: 4 !important
}

.z-5 {
    z-index: 5 !important
}

.ls-xs {
    letter-spacing: -.08em !important
}

.ls-sm {
    letter-spacing: -.04em !important
}

.ls-base {
    letter-spacing: 0 !important
}

.ls-md {
    letter-spacing: .1em !important
}

.ls-lg {
    letter-spacing: .15em !important
}

.ls-xl {
    letter-spacing: .2em !important
}

.ls-xxl {
    letter-spacing: .25em !important
}

.zn-1 {
    z-index: -1 !important
}

.zn-2 {
    z-index: -2 !important
}

.zn-3 {
    z-index: -3 !important
}

.zn-4 {
    z-index: -4 !important
}

.zn-5 {
    z-index: -5 !important
}

.smooth-shadow-sm {
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08) !important
}

.smooth-shadow-md {
    box-shadow: 0 1px 2px rgba(21, 30, 40, .07), 0 2px 4px rgba(21, 30, 40, .07), 0 4px 8px rgba(21, 30, 40, .07), 0 8px 16px rgba(21, 30, 40, .07), 0 16px 32px rgba(21, 30, 40, .07), 0 32px 64px rgba(21, 30, 40, .07) !important
}

.smooth-shadow-lg {
    box-shadow: 0 1px 1px rgba(21, 30, 40, .11), 0 2px 2px rgba(21, 30, 40, .11), 0 4px 4px rgba(21, 30, 40, .11), 0 8px 8px rgba(21, 30, 40, .11), 0 16px 16px rgba(21, 30, 40, .11), 0 32px 32px rgba(21, 30, 40, .11) !important
}

.min-h-100 {
    min-height: 100% !important
}

.min-h-0 {
    min-height: 0 !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .position-sm-static {
        position: static !important
    }

    .position-sm-relative {
        position: relative !important
    }

    .position-sm-absolute {
        position: absolute !important
    }

    .position-sm-fixed {
        position: fixed !important
    }

    .position-sm-sticky {
        position: sticky !important
    }

    .border-sm {
        border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-sm-0 {
        border: 0 !important
    }

    .border-top-sm {
        border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-top-sm-0 {
        border-top: 0 !important
    }

    .border-end-sm {
        border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-end-sm-0 {
        border-right: 0 !important
    }

    .border-bottom-sm {
        border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-bottom-sm-0 {
        border-bottom: 0 !important
    }

    .border-start-sm {
        border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-start-sm-0 {
        border-left: 0 !important
    }

    .w-sm-0 {
        width: 0 !important
    }

    .w-sm-5 {
        width: 5% !important
    }

    .w-sm-10 {
        width: 10% !important
    }

    .w-sm-15 {
        width: 15% !important
    }

    .w-sm-20 {
        width: 20% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-30 {
        width: 30% !important
    }

    .w-sm-40 {
        width: 40% !important
    }

    .w-sm-45 {
        width: 45% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-65 {
        width: 65% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .mw-sm-25 {
        max-width: 25% !important
    }

    .mw-sm-30 {
        max-width: 30% !important
    }

    .mw-sm-40 {
        max-width: 40% !important
    }

    .mw-sm-50 {
        max-width: 50% !important
    }

    .mw-sm-65 {
        max-width: 65% !important
    }

    .mw-sm-75 {
        max-width: 75% !important
    }

    .mw-sm-100 {
        max-width: 100% !important
    }

    .mw-sm-auto {
        max-width: auto !important
    }

    .vw-sm-100 {
        width: 100vw !important
    }

    .min-vw-sm-100 {
        min-width: 100vw !important
    }

    .h-sm-25 {
        height: 25% !important
    }

    .h-sm-30 {
        height: 30% !important
    }

    .h-sm-40 {
        height: 40% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-65 {
        height: 65% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-10rem {
        height: 10rem !important
    }

    .h-sm-11rem {
        height: 11rem !important
    }

    .h-sm-12rem {
        height: 12rem !important
    }

    .h-sm-13rem {
        height: 13rem !important
    }

    .h-sm-14rem {
        height: 14rem !important
    }

    .h-sm-15rem {
        height: 15rem !important
    }

    .h-sm-16rem {
        height: 16rem !important
    }

    .h-sm-17rem {
        height: 17rem !important
    }

    .h-sm-18rem {
        height: 18rem !important
    }

    .h-sm-19rem {
        height: 19rem !important
    }

    .h-sm-20rem {
        height: 20rem !important
    }

    .h-sm-22rem {
        height: 22rem !important
    }

    .h-sm-24rem {
        height: 24rem !important
    }

    .h-sm-auto {
        height: auto !important
    }

    .mh-sm-25 {
        max-height: 25% !important
    }

    .mh-sm-30 {
        max-height: 30% !important
    }

    .mh-sm-40 {
        max-height: 40% !important
    }

    .mh-sm-50 {
        max-height: 50% !important
    }

    .mh-sm-65 {
        max-height: 65% !important
    }

    .mh-sm-75 {
        max-height: 75% !important
    }

    .mh-sm-100 {
        max-height: 100% !important
    }

    .mh-sm-auto {
        max-height: auto !important
    }

    .vh-sm-100 {
        height: 100vh !important
    }

    .min-vh-sm-100 {
        min-height: 100vh !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-auto {
        flex: auto !important
    }

    .flex-sm-none {
        flex: none !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 2.5rem !important
    }

    .m-sm-7 {
        margin: 3rem !important
    }

    .m-sm-8 {
        margin: 3.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-sm-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-sm-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 2.5rem !important
    }

    .mt-sm-7 {
        margin-top: 3rem !important
    }

    .mt-sm-8 {
        margin-top: 3.5rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 2.5rem !important
    }

    .me-sm-7 {
        margin-right: 3rem !important
    }

    .me-sm-8 {
        margin-right: 3.5rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3rem !important
    }

    .mb-sm-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 2.5rem !important
    }

    .ms-sm-7 {
        margin-left: 3rem !important
    }

    .ms-sm-8 {
        margin-left: 3.5rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .m-sm-n6 {
        margin: -2.5rem !important
    }

    .m-sm-n7 {
        margin: -3rem !important
    }

    .m-sm-n8 {
        margin: -3.5rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n6 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-sm-n7 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n8 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n6 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-sm-n7 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n8 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -2rem !important
    }

    .mt-sm-n6 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -3rem !important
    }

    .mt-sm-n8 {
        margin-top: -3.5rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -2rem !important
    }

    .me-sm-n6 {
        margin-right: -2.5rem !important
    }

    .me-sm-n7 {
        margin-right: -3rem !important
    }

    .me-sm-n8 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -3.5rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -2rem !important
    }

    .ms-sm-n6 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -3rem !important
    }

    .ms-sm-n8 {
        margin-left: -3.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 2.5rem !important
    }

    .p-sm-7 {
        padding: 3rem !important
    }

    .p-sm-8 {
        padding: 3.5rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-sm-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 2.5rem !important
    }

    .pt-sm-7 {
        padding-top: 3rem !important
    }

    .pt-sm-8 {
        padding-top: 3.5rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 2.5rem !important
    }

    .pe-sm-7 {
        padding-right: 3rem !important
    }

    .pe-sm-8 {
        padding-right: 3.5rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3rem !important
    }

    .pb-sm-8 {
        padding-bottom: 3.5rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 2.5rem !important
    }

    .ps-sm-7 {
        padding-left: 3rem !important
    }

    .ps-sm-8 {
        padding-left: 3.5rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 2rem !important
    }

    .gap-sm-6 {
        gap: 2.5rem !important
    }

    .gap-sm-7 {
        gap: 3rem !important
    }

    .gap-sm-8 {
        gap: 3.5rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 2rem !important
    }

    .row-gap-sm-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-sm-7 {
        row-gap: 3rem !important
    }

    .row-gap-sm-8 {
        row-gap: 3.5rem !important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-sm-6 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-sm-7 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-sm-8 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .text-sm-wrap {
        white-space: normal !important
    }

    .text-sm-nowrap {
        white-space: nowrap !important
    }

    .rounded-sm {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-sm-0 {
        border-radius: 0 !important
    }

    .rounded-sm-1 {
        border-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-sm-2 {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-sm-3 {
        border-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-sm-4 {
        border-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-sm-5 {
        border-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-sm-circle {
        border-radius: 50% !important
    }

    .rounded-sm-pill {
        border-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-top-sm {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-sm-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-sm-1 {
        border-top-left-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-top-sm-2 {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-sm-3 {
        border-top-left-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-top-sm-4 {
        border-top-left-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-top-sm-5 {
        border-top-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-top-sm-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-sm-pill {
        border-top-left-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-end-sm {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-sm-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-end-sm-1 {
        border-bottom-right-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-end-sm-2 {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-sm-3 {
        border-bottom-right-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-end-sm-4 {
        border-bottom-right-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-end-sm-5 {
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-end-sm-circle {
        border-bottom-right-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-end-sm-pill {
        border-bottom-right-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-bottom-sm {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-sm-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-bottom-sm-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-bottom-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-bottom-sm-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-sm-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-bottom-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-bottom-sm-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-bottom-sm-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-bottom-sm-circle {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-bottom-sm-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-bottom-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-start-sm {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-sm-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-sm-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-top-left-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-start-sm-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-sm-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-top-left-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-start-sm-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-top-left-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-start-sm-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-left-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-start-sm-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-sm-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-top-left-radius: var(--gk-border-radius-pill) !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .position-md-static {
        position: static !important
    }

    .position-md-relative {
        position: relative !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .position-md-fixed {
        position: fixed !important
    }

    .position-md-sticky {
        position: sticky !important
    }

    .border-md {
        border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-md-0 {
        border: 0 !important
    }

    .border-top-md {
        border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-top-md-0 {
        border-top: 0 !important
    }

    .border-end-md {
        border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-end-md-0 {
        border-right: 0 !important
    }

    .border-bottom-md {
        border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-bottom-md-0 {
        border-bottom: 0 !important
    }

    .border-start-md {
        border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-start-md-0 {
        border-left: 0 !important
    }

    .w-md-0 {
        width: 0 !important
    }

    .w-md-5 {
        width: 5% !important
    }

    .w-md-10 {
        width: 10% !important
    }

    .w-md-15 {
        width: 15% !important
    }

    .w-md-20 {
        width: 20% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-30 {
        width: 30% !important
    }

    .w-md-40 {
        width: 40% !important
    }

    .w-md-45 {
        width: 45% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-65 {
        width: 65% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .mw-md-25 {
        max-width: 25% !important
    }

    .mw-md-30 {
        max-width: 30% !important
    }

    .mw-md-40 {
        max-width: 40% !important
    }

    .mw-md-50 {
        max-width: 50% !important
    }

    .mw-md-65 {
        max-width: 65% !important
    }

    .mw-md-75 {
        max-width: 75% !important
    }

    .mw-md-100 {
        max-width: 100% !important
    }

    .mw-md-auto {
        max-width: auto !important
    }

    .vw-md-100 {
        width: 100vw !important
    }

    .min-vw-md-100 {
        min-width: 100vw !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-30 {
        height: 30% !important
    }

    .h-md-40 {
        height: 40% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-65 {
        height: 65% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-10rem {
        height: 10rem !important
    }

    .h-md-11rem {
        height: 11rem !important
    }

    .h-md-12rem {
        height: 12rem !important
    }

    .h-md-13rem {
        height: 13rem !important
    }

    .h-md-14rem {
        height: 14rem !important
    }

    .h-md-15rem {
        height: 15rem !important
    }

    .h-md-16rem {
        height: 16rem !important
    }

    .h-md-17rem {
        height: 17rem !important
    }

    .h-md-18rem {
        height: 18rem !important
    }

    .h-md-19rem {
        height: 19rem !important
    }

    .h-md-20rem {
        height: 20rem !important
    }

    .h-md-22rem {
        height: 22rem !important
    }

    .h-md-24rem {
        height: 24rem !important
    }

    .h-md-auto {
        height: auto !important
    }

    .mh-md-25 {
        max-height: 25% !important
    }

    .mh-md-30 {
        max-height: 30% !important
    }

    .mh-md-40 {
        max-height: 40% !important
    }

    .mh-md-50 {
        max-height: 50% !important
    }

    .mh-md-65 {
        max-height: 65% !important
    }

    .mh-md-75 {
        max-height: 75% !important
    }

    .mh-md-100 {
        max-height: 100% !important
    }

    .mh-md-auto {
        max-height: auto !important
    }

    .vh-md-100 {
        height: 100vh !important
    }

    .min-vh-md-100 {
        min-height: 100vh !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-auto {
        flex: auto !important
    }

    .flex-md-none {
        flex: none !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 2.5rem !important
    }

    .m-md-7 {
        margin: 3rem !important
    }

    .m-md-8 {
        margin: 3.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-md-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-md-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 2.5rem !important
    }

    .mt-md-7 {
        margin-top: 3rem !important
    }

    .mt-md-8 {
        margin-top: 3.5rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 2.5rem !important
    }

    .me-md-7 {
        margin-right: 3rem !important
    }

    .me-md-8 {
        margin-right: 3.5rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2rem !important
    }

    .mb-md-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 3rem !important
    }

    .mb-md-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 2.5rem !important
    }

    .ms-md-7 {
        margin-left: 3rem !important
    }

    .ms-md-8 {
        margin-left: 3.5rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .m-md-n6 {
        margin: -2.5rem !important
    }

    .m-md-n7 {
        margin: -3rem !important
    }

    .m-md-n8 {
        margin: -3.5rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n6 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-md-n7 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n8 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .my-md-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n6 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-md-n7 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n8 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -2rem !important
    }

    .mt-md-n6 {
        margin-top: -2.5rem !important
    }

    .mt-md-n7 {
        margin-top: -3rem !important
    }

    .mt-md-n8 {
        margin-top: -3.5rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -2rem !important
    }

    .me-md-n6 {
        margin-right: -2.5rem !important
    }

    .me-md-n7 {
        margin-right: -3rem !important
    }

    .me-md-n8 {
        margin-right: -3.5rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -2rem !important
    }

    .mb-md-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -3rem !important
    }

    .mb-md-n8 {
        margin-bottom: -3.5rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -2rem !important
    }

    .ms-md-n6 {
        margin-left: -2.5rem !important
    }

    .ms-md-n7 {
        margin-left: -3rem !important
    }

    .ms-md-n8 {
        margin-left: -3.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 2.5rem !important
    }

    .p-md-7 {
        padding: 3rem !important
    }

    .p-md-8 {
        padding: 3.5rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-md-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 2.5rem !important
    }

    .pt-md-7 {
        padding-top: 3rem !important
    }

    .pt-md-8 {
        padding-top: 3.5rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 2.5rem !important
    }

    .pe-md-7 {
        padding-right: 3rem !important
    }

    .pe-md-8 {
        padding-right: 3.5rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 3rem !important
    }

    .pb-md-8 {
        padding-bottom: 3.5rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 2.5rem !important
    }

    .ps-md-7 {
        padding-left: 3rem !important
    }

    .ps-md-8 {
        padding-left: 3.5rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 2rem !important
    }

    .gap-md-6 {
        gap: 2.5rem !important
    }

    .gap-md-7 {
        gap: 3rem !important
    }

    .gap-md-8 {
        gap: 3.5rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 2rem !important
    }

    .row-gap-md-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-md-7 {
        row-gap: 3rem !important
    }

    .row-gap-md-8 {
        row-gap: 3.5rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-md-6 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-md-7 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-8 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .text-md-wrap {
        white-space: normal !important
    }

    .text-md-nowrap {
        white-space: nowrap !important
    }

    .rounded-md {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-md-0 {
        border-radius: 0 !important
    }

    .rounded-md-1 {
        border-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-md-2 {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-md-3 {
        border-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-md-4 {
        border-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-md-5 {
        border-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-md-circle {
        border-radius: 50% !important
    }

    .rounded-md-pill {
        border-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-top-md {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-md-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-md-1 {
        border-top-left-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-top-md-2 {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-md-3 {
        border-top-left-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-top-md-4 {
        border-top-left-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-top-md-5 {
        border-top-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-top-md-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-md-pill {
        border-top-left-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-end-md {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-md-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-end-md-1 {
        border-bottom-right-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-end-md-2 {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-md-3 {
        border-bottom-right-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-end-md-4 {
        border-bottom-right-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-end-md-5 {
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-end-md-circle {
        border-bottom-right-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-end-md-pill {
        border-bottom-right-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-bottom-md {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-md-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-bottom-md-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-bottom-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-bottom-md-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-md-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-bottom-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-bottom-md-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-bottom-md-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-bottom-md-circle {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-bottom-md-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-bottom-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-start-md {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-md-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-md-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-top-left-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-start-md-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-md-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-top-left-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-start-md-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-top-left-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-start-md-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-left-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-start-md-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-md-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-top-left-radius: var(--gk-border-radius-pill) !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .position-lg-static {
        position: static !important
    }

    .position-lg-relative {
        position: relative !important
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .position-lg-fixed {
        position: fixed !important
    }

    .position-lg-sticky {
        position: sticky !important
    }

    .border-lg {
        border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-lg-0 {
        border: 0 !important
    }

    .border-top-lg {
        border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-top-lg-0 {
        border-top: 0 !important
    }

    .border-end-lg {
        border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-end-lg-0 {
        border-right: 0 !important
    }

    .border-bottom-lg {
        border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important
    }

    .border-start-lg {
        border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-start-lg-0 {
        border-left: 0 !important
    }

    .w-lg-0 {
        width: 0 !important
    }

    .w-lg-5 {
        width: 5% !important
    }

    .w-lg-10 {
        width: 10% !important
    }

    .w-lg-15 {
        width: 15% !important
    }

    .w-lg-20 {
        width: 20% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-30 {
        width: 30% !important
    }

    .w-lg-40 {
        width: 40% !important
    }

    .w-lg-45 {
        width: 45% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-65 {
        width: 65% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .mw-lg-25 {
        max-width: 25% !important
    }

    .mw-lg-30 {
        max-width: 30% !important
    }

    .mw-lg-40 {
        max-width: 40% !important
    }

    .mw-lg-50 {
        max-width: 50% !important
    }

    .mw-lg-65 {
        max-width: 65% !important
    }

    .mw-lg-75 {
        max-width: 75% !important
    }

    .mw-lg-100 {
        max-width: 100% !important
    }

    .mw-lg-auto {
        max-width: auto !important
    }

    .vw-lg-100 {
        width: 100vw !important
    }

    .min-vw-lg-100 {
        min-width: 100vw !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-30 {
        height: 30% !important
    }

    .h-lg-40 {
        height: 40% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-65 {
        height: 65% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-10rem {
        height: 10rem !important
    }

    .h-lg-11rem {
        height: 11rem !important
    }

    .h-lg-12rem {
        height: 12rem !important
    }

    .h-lg-13rem {
        height: 13rem !important
    }

    .h-lg-14rem {
        height: 14rem !important
    }

    .h-lg-15rem {
        height: 15rem !important
    }

    .h-lg-16rem {
        height: 16rem !important
    }

    .h-lg-17rem {
        height: 17rem !important
    }

    .h-lg-18rem {
        height: 18rem !important
    }

    .h-lg-19rem {
        height: 19rem !important
    }

    .h-lg-20rem {
        height: 20rem !important
    }

    .h-lg-22rem {
        height: 22rem !important
    }

    .h-lg-24rem {
        height: 24rem !important
    }

    .h-lg-auto {
        height: auto !important
    }

    .mh-lg-25 {
        max-height: 25% !important
    }

    .mh-lg-30 {
        max-height: 30% !important
    }

    .mh-lg-40 {
        max-height: 40% !important
    }

    .mh-lg-50 {
        max-height: 50% !important
    }

    .mh-lg-65 {
        max-height: 65% !important
    }

    .mh-lg-75 {
        max-height: 75% !important
    }

    .mh-lg-100 {
        max-height: 100% !important
    }

    .mh-lg-auto {
        max-height: auto !important
    }

    .vh-lg-100 {
        height: 100vh !important
    }

    .min-vh-lg-100 {
        min-height: 100vh !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-auto {
        flex: auto !important
    }

    .flex-lg-none {
        flex: none !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 2.5rem !important
    }

    .m-lg-7 {
        margin: 3rem !important
    }

    .m-lg-8 {
        margin: 3.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-lg-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-lg-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 2rem !important
    }

    .mt-lg-6 {
        margin-top: 2.5rem !important
    }

    .mt-lg-7 {
        margin-top: 3rem !important
    }

    .mt-lg-8 {
        margin-top: 3.5rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 2.5rem !important
    }

    .me-lg-7 {
        margin-right: 3rem !important
    }

    .me-lg-8 {
        margin-right: 3.5rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

    .mb-lg-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3rem !important
    }

    .mb-lg-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 2.5rem !important
    }

    .ms-lg-7 {
        margin-left: 3rem !important
    }

    .ms-lg-8 {
        margin-left: 3.5rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .m-lg-n6 {
        margin: -2.5rem !important
    }

    .m-lg-n7 {
        margin: -3rem !important
    }

    .m-lg-n8 {
        margin: -3.5rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-lg-n6 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-lg-n7 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-lg-n8 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-lg-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-lg-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-lg-n6 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-lg-n7 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-lg-n8 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -2rem !important
    }

    .mt-lg-n6 {
        margin-top: -2.5rem !important
    }

    .mt-lg-n7 {
        margin-top: -3rem !important
    }

    .mt-lg-n8 {
        margin-top: -3.5rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -2rem !important
    }

    .me-lg-n6 {
        margin-right: -2.5rem !important
    }

    .me-lg-n7 {
        margin-right: -3rem !important
    }

    .me-lg-n8 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-lg-n7 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -3.5rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -2rem !important
    }

    .ms-lg-n6 {
        margin-left: -2.5rem !important
    }

    .ms-lg-n7 {
        margin-left: -3rem !important
    }

    .ms-lg-n8 {
        margin-left: -3.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 2.5rem !important
    }

    .p-lg-7 {
        padding: 3rem !important
    }

    .p-lg-8 {
        padding: 3.5rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-lg-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-lg-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2rem !important
    }

    .pt-lg-6 {
        padding-top: 2.5rem !important
    }

    .pt-lg-7 {
        padding-top: 3rem !important
    }

    .pt-lg-8 {
        padding-top: 3.5rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 2.5rem !important
    }

    .pe-lg-7 {
        padding-right: 3rem !important
    }

    .pe-lg-8 {
        padding-right: 3.5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3rem !important
    }

    .pb-lg-8 {
        padding-bottom: 3.5rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 2.5rem !important
    }

    .ps-lg-7 {
        padding-left: 3rem !important
    }

    .ps-lg-8 {
        padding-left: 3.5rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 2rem !important
    }

    .gap-lg-6 {
        gap: 2.5rem !important
    }

    .gap-lg-7 {
        gap: 3rem !important
    }

    .gap-lg-8 {
        gap: 3.5rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 2rem !important
    }

    .row-gap-lg-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-lg-7 {
        row-gap: 3rem !important
    }

    .row-gap-lg-8 {
        row-gap: 3.5rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-lg-6 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-lg-7 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-8 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .text-lg-wrap {
        white-space: normal !important
    }

    .text-lg-nowrap {
        white-space: nowrap !important
    }

    .rounded-lg {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-lg-0 {
        border-radius: 0 !important
    }

    .rounded-lg-1 {
        border-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-lg-2 {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-lg-3 {
        border-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-lg-4 {
        border-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-lg-5 {
        border-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-lg-circle {
        border-radius: 50% !important
    }

    .rounded-lg-pill {
        border-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-top-lg {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-lg-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-lg-1 {
        border-top-left-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-top-lg-2 {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-lg-3 {
        border-top-left-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-top-lg-4 {
        border-top-left-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-top-lg-5 {
        border-top-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-top-lg-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-lg-pill {
        border-top-left-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-end-lg {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-lg-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-end-lg-1 {
        border-bottom-right-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-end-lg-2 {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-lg-3 {
        border-bottom-right-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-end-lg-4 {
        border-bottom-right-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-end-lg-5 {
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-end-lg-circle {
        border-bottom-right-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-end-lg-pill {
        border-bottom-right-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-bottom-lg {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-lg-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-bottom-lg-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-bottom-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-bottom-lg-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-lg-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-bottom-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-bottom-lg-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-bottom-lg-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-bottom-lg-circle {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-bottom-lg-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-bottom-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-start-lg {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-lg-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-lg-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-top-left-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-start-lg-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-lg-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-top-left-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-start-lg-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-top-left-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-start-lg-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-left-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-start-lg-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-lg-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-top-left-radius: var(--gk-border-radius-pill) !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .position-xl-static {
        position: static !important
    }

    .position-xl-relative {
        position: relative !important
    }

    .position-xl-absolute {
        position: absolute !important
    }

    .position-xl-fixed {
        position: fixed !important
    }

    .position-xl-sticky {
        position: sticky !important
    }

    .border-xl {
        border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-xl-0 {
        border: 0 !important
    }

    .border-top-xl {
        border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-top-xl-0 {
        border-top: 0 !important
    }

    .border-end-xl {
        border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-end-xl-0 {
        border-right: 0 !important
    }

    .border-bottom-xl {
        border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-bottom-xl-0 {
        border-bottom: 0 !important
    }

    .border-start-xl {
        border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-start-xl-0 {
        border-left: 0 !important
    }

    .w-xl-0 {
        width: 0 !important
    }

    .w-xl-5 {
        width: 5% !important
    }

    .w-xl-10 {
        width: 10% !important
    }

    .w-xl-15 {
        width: 15% !important
    }

    .w-xl-20 {
        width: 20% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-30 {
        width: 30% !important
    }

    .w-xl-40 {
        width: 40% !important
    }

    .w-xl-45 {
        width: 45% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-65 {
        width: 65% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .mw-xl-25 {
        max-width: 25% !important
    }

    .mw-xl-30 {
        max-width: 30% !important
    }

    .mw-xl-40 {
        max-width: 40% !important
    }

    .mw-xl-50 {
        max-width: 50% !important
    }

    .mw-xl-65 {
        max-width: 65% !important
    }

    .mw-xl-75 {
        max-width: 75% !important
    }

    .mw-xl-100 {
        max-width: 100% !important
    }

    .mw-xl-auto {
        max-width: auto !important
    }

    .vw-xl-100 {
        width: 100vw !important
    }

    .min-vw-xl-100 {
        min-width: 100vw !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .h-xl-30 {
        height: 30% !important
    }

    .h-xl-40 {
        height: 40% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-65 {
        height: 65% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-10rem {
        height: 10rem !important
    }

    .h-xl-11rem {
        height: 11rem !important
    }

    .h-xl-12rem {
        height: 12rem !important
    }

    .h-xl-13rem {
        height: 13rem !important
    }

    .h-xl-14rem {
        height: 14rem !important
    }

    .h-xl-15rem {
        height: 15rem !important
    }

    .h-xl-16rem {
        height: 16rem !important
    }

    .h-xl-17rem {
        height: 17rem !important
    }

    .h-xl-18rem {
        height: 18rem !important
    }

    .h-xl-19rem {
        height: 19rem !important
    }

    .h-xl-20rem {
        height: 20rem !important
    }

    .h-xl-22rem {
        height: 22rem !important
    }

    .h-xl-24rem {
        height: 24rem !important
    }

    .h-xl-auto {
        height: auto !important
    }

    .mh-xl-25 {
        max-height: 25% !important
    }

    .mh-xl-30 {
        max-height: 30% !important
    }

    .mh-xl-40 {
        max-height: 40% !important
    }

    .mh-xl-50 {
        max-height: 50% !important
    }

    .mh-xl-65 {
        max-height: 65% !important
    }

    .mh-xl-75 {
        max-height: 75% !important
    }

    .mh-xl-100 {
        max-height: 100% !important
    }

    .mh-xl-auto {
        max-height: auto !important
    }

    .vh-xl-100 {
        height: 100vh !important
    }

    .min-vh-xl-100 {
        min-height: 100vh !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-auto {
        flex: auto !important
    }

    .flex-xl-none {
        flex: none !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 2.5rem !important
    }

    .m-xl-7 {
        margin: 3rem !important
    }

    .m-xl-8 {
        margin: 3.5rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xl-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xl-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xl-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xl-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 2.5rem !important
    }

    .mt-xl-7 {
        margin-top: 3rem !important
    }

    .mt-xl-8 {
        margin-top: 3.5rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 2.5rem !important
    }

    .me-xl-7 {
        margin-right: 3rem !important
    }

    .me-xl-8 {
        margin-right: 3.5rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xl-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3rem !important
    }

    .mb-xl-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 2.5rem !important
    }

    .ms-xl-7 {
        margin-left: 3rem !important
    }

    .ms-xl-8 {
        margin-left: 3.5rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .m-xl-n6 {
        margin: -2.5rem !important
    }

    .m-xl-n7 {
        margin: -3rem !important
    }

    .m-xl-n8 {
        margin: -3.5rem !important
    }

    .mx-xl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xl-n6 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xl-n7 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xl-n8 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .my-xl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xl-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xl-n6 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xl-n7 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xl-n8 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -2rem !important
    }

    .mt-xl-n6 {
        margin-top: -2.5rem !important
    }

    .mt-xl-n7 {
        margin-top: -3rem !important
    }

    .mt-xl-n8 {
        margin-top: -3.5rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -2rem !important
    }

    .me-xl-n6 {
        margin-right: -2.5rem !important
    }

    .me-xl-n7 {
        margin-right: -3rem !important
    }

    .me-xl-n8 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-xl-n7 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -3.5rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -2rem !important
    }

    .ms-xl-n6 {
        margin-left: -2.5rem !important
    }

    .ms-xl-n7 {
        margin-left: -3rem !important
    }

    .ms-xl-n8 {
        margin-left: -3.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 2.5rem !important
    }

    .p-xl-7 {
        padding: 3rem !important
    }

    .p-xl-8 {
        padding: 3.5rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xl-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xl-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xl-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 2rem !important
    }

    .pt-xl-6 {
        padding-top: 2.5rem !important
    }

    .pt-xl-7 {
        padding-top: 3rem !important
    }

    .pt-xl-8 {
        padding-top: 3.5rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 2rem !important
    }

    .pe-xl-6 {
        padding-right: 2.5rem !important
    }

    .pe-xl-7 {
        padding-right: 3rem !important
    }

    .pe-xl-8 {
        padding-right: 3.5rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 3rem !important
    }

    .pb-xl-8 {
        padding-bottom: 3.5rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 2.5rem !important
    }

    .ps-xl-7 {
        padding-left: 3rem !important
    }

    .ps-xl-8 {
        padding-left: 3.5rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 2rem !important
    }

    .gap-xl-6 {
        gap: 2.5rem !important
    }

    .gap-xl-7 {
        gap: 3rem !important
    }

    .gap-xl-8 {
        gap: 3.5rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xl-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-xl-7 {
        row-gap: 3rem !important
    }

    .row-gap-xl-8 {
        row-gap: 3.5rem !important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-xl-6 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xl-7 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xl-8 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .text-xl-wrap {
        white-space: normal !important
    }

    .text-xl-nowrap {
        white-space: nowrap !important
    }

    .rounded-xl {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-xl-0 {
        border-radius: 0 !important
    }

    .rounded-xl-1 {
        border-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-xl-2 {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-xl-3 {
        border-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-xl-4 {
        border-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-xl-5 {
        border-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-xl-circle {
        border-radius: 50% !important
    }

    .rounded-xl-pill {
        border-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-top-xl {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-xl-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-xl-1 {
        border-top-left-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-top-xl-2 {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-xl-3 {
        border-top-left-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-top-xl-4 {
        border-top-left-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-top-xl-5 {
        border-top-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-top-xl-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-xl-pill {
        border-top-left-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-end-xl {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-xl-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-end-xl-1 {
        border-bottom-right-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-end-xl-2 {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-xl-3 {
        border-bottom-right-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-end-xl-4 {
        border-bottom-right-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-end-xl-5 {
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-end-xl-circle {
        border-bottom-right-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-end-xl-pill {
        border-bottom-right-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-bottom-xl {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-xl-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-bottom-xl-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-bottom-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-bottom-xl-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-xl-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-bottom-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-bottom-xl-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-bottom-xl-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-bottom-xl-circle {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-bottom-xl-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-bottom-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-start-xl {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-xl-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-xl-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-top-left-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-start-xl-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-xl-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-top-left-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-start-xl-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-top-left-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-start-xl-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-left-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-start-xl-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-xl-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-top-left-radius: var(--gk-border-radius-pill) !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .position-xxl-static {
        position: static !important
    }

    .position-xxl-relative {
        position: relative !important
    }

    .position-xxl-absolute {
        position: absolute !important
    }

    .position-xxl-fixed {
        position: fixed !important
    }

    .position-xxl-sticky {
        position: sticky !important
    }

    .border-xxl {
        border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-xxl-0 {
        border: 0 !important
    }

    .border-top-xxl {
        border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-top-xxl-0 {
        border-top: 0 !important
    }

    .border-end-xxl {
        border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-end-xxl-0 {
        border-right: 0 !important
    }

    .border-bottom-xxl {
        border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-bottom-xxl-0 {
        border-bottom: 0 !important
    }

    .border-start-xxl {
        border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important
    }

    .border-start-xxl-0 {
        border-left: 0 !important
    }

    .w-xxl-0 {
        width: 0 !important
    }

    .w-xxl-5 {
        width: 5% !important
    }

    .w-xxl-10 {
        width: 10% !important
    }

    .w-xxl-15 {
        width: 15% !important
    }

    .w-xxl-20 {
        width: 20% !important
    }

    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-30 {
        width: 30% !important
    }

    .w-xxl-40 {
        width: 40% !important
    }

    .w-xxl-45 {
        width: 45% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-65 {
        width: 65% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .mw-xxl-25 {
        max-width: 25% !important
    }

    .mw-xxl-30 {
        max-width: 30% !important
    }

    .mw-xxl-40 {
        max-width: 40% !important
    }

    .mw-xxl-50 {
        max-width: 50% !important
    }

    .mw-xxl-65 {
        max-width: 65% !important
    }

    .mw-xxl-75 {
        max-width: 75% !important
    }

    .mw-xxl-100 {
        max-width: 100% !important
    }

    .mw-xxl-auto {
        max-width: auto !important
    }

    .vw-xxl-100 {
        width: 100vw !important
    }

    .min-vw-xxl-100 {
        min-width: 100vw !important
    }

    .h-xxl-25 {
        height: 25% !important
    }

    .h-xxl-30 {
        height: 30% !important
    }

    .h-xxl-40 {
        height: 40% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .h-xxl-65 {
        height: 65% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .h-xxl-10rem {
        height: 10rem !important
    }

    .h-xxl-11rem {
        height: 11rem !important
    }

    .h-xxl-12rem {
        height: 12rem !important
    }

    .h-xxl-13rem {
        height: 13rem !important
    }

    .h-xxl-14rem {
        height: 14rem !important
    }

    .h-xxl-15rem {
        height: 15rem !important
    }

    .h-xxl-16rem {
        height: 16rem !important
    }

    .h-xxl-17rem {
        height: 17rem !important
    }

    .h-xxl-18rem {
        height: 18rem !important
    }

    .h-xxl-19rem {
        height: 19rem !important
    }

    .h-xxl-20rem {
        height: 20rem !important
    }

    .h-xxl-22rem {
        height: 22rem !important
    }

    .h-xxl-24rem {
        height: 24rem !important
    }

    .h-xxl-auto {
        height: auto !important
    }

    .mh-xxl-25 {
        max-height: 25% !important
    }

    .mh-xxl-30 {
        max-height: 30% !important
    }

    .mh-xxl-40 {
        max-height: 40% !important
    }

    .mh-xxl-50 {
        max-height: 50% !important
    }

    .mh-xxl-65 {
        max-height: 65% !important
    }

    .mh-xxl-75 {
        max-height: 75% !important
    }

    .mh-xxl-100 {
        max-height: 100% !important
    }

    .mh-xxl-auto {
        max-height: auto !important
    }

    .vh-xxl-100 {
        height: 100vh !important
    }

    .min-vh-xxl-100 {
        min-height: 100vh !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-auto {
        flex: auto !important
    }

    .flex-xxl-none {
        flex: none !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 2.5rem !important
    }

    .m-xxl-7 {
        margin: 3rem !important
    }

    .m-xxl-8 {
        margin: 3.5rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxl-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xxl-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxl-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xxl-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 2.5rem !important
    }

    .mt-xxl-7 {
        margin-top: 3rem !important
    }

    .mt-xxl-8 {
        margin-top: 3.5rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 2.5rem !important
    }

    .me-xxl-7 {
        margin-right: 3rem !important
    }

    .me-xxl-8 {
        margin-right: 3.5rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 2.5rem !important
    }

    .ms-xxl-7 {
        margin-left: 3rem !important
    }

    .ms-xxl-8 {
        margin-left: 3.5rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -2rem !important
    }

    .m-xxl-n6 {
        margin: -2.5rem !important
    }

    .m-xxl-n7 {
        margin: -3rem !important
    }

    .m-xxl-n8 {
        margin: -3.5rem !important
    }

    .mx-xxl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xxl-n6 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xxl-n7 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xxl-n8 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .my-xxl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xxl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xxl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xxl-n6 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xxl-n7 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xxl-n8 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -2rem !important
    }

    .mt-xxl-n6 {
        margin-top: -2.5rem !important
    }

    .mt-xxl-n7 {
        margin-top: -3rem !important
    }

    .mt-xxl-n8 {
        margin-top: -3.5rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -2rem !important
    }

    .me-xxl-n6 {
        margin-right: -2.5rem !important
    }

    .me-xxl-n7 {
        margin-right: -3rem !important
    }

    .me-xxl-n8 {
        margin-right: -3.5rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-xxl-n7 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -3.5rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -2rem !important
    }

    .ms-xxl-n6 {
        margin-left: -2.5rem !important
    }

    .ms-xxl-n7 {
        margin-left: -3rem !important
    }

    .ms-xxl-n8 {
        margin-left: -3.5rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 2.5rem !important
    }

    .p-xxl-7 {
        padding: 3rem !important
    }

    .p-xxl-8 {
        padding: 3.5rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xxl-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xxl-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxl-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 2.5rem !important
    }

    .pt-xxl-7 {
        padding-top: 3rem !important
    }

    .pt-xxl-8 {
        padding-top: 3.5rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 2.5rem !important
    }

    .pe-xxl-7 {
        padding-right: 3rem !important
    }

    .pe-xxl-8 {
        padding-right: 3.5rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 3.5rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 2.5rem !important
    }

    .ps-xxl-7 {
        padding-left: 3rem !important
    }

    .ps-xxl-8 {
        padding-left: 3.5rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 2rem !important
    }

    .gap-xxl-6 {
        gap: 2.5rem !important
    }

    .gap-xxl-7 {
        gap: 3rem !important
    }

    .gap-xxl-8 {
        gap: 3.5rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xxl-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-xxl-7 {
        row-gap: 3rem !important
    }

    .row-gap-xxl-8 {
        row-gap: 3.5rem !important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 2rem !important;
        column-gap: 2rem !important
    }

    .column-gap-xxl-6 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xxl-7 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xxl-8 {
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }

    .text-xxl-wrap {
        white-space: normal !important
    }

    .text-xxl-nowrap {
        white-space: nowrap !important
    }

    .rounded-xxl {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-xxl-0 {
        border-radius: 0 !important
    }

    .rounded-xxl-1 {
        border-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-xxl-2 {
        border-radius: var(--gk-border-radius) !important
    }

    .rounded-xxl-3 {
        border-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-xxl-4 {
        border-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-xxl-5 {
        border-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-xxl-circle {
        border-radius: 50% !important
    }

    .rounded-xxl-pill {
        border-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-top-xxl {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-xxl-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-xxl-1 {
        border-top-left-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-top-xxl-2 {
        border-top-left-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-top-xxl-3 {
        border-top-left-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-top-xxl-4 {
        border-top-left-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-top-xxl-5 {
        border-top-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-top-xxl-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-xxl-pill {
        border-top-left-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-end-xxl {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-xxl-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-end-xxl-1 {
        border-bottom-right-radius: var(--gk-border-radius-sm) !important;
        border-top-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-end-xxl-2 {
        border-bottom-right-radius: var(--gk-border-radius) !important;
        border-top-right-radius: var(--gk-border-radius) !important
    }

    .rounded-end-xxl-3 {
        border-bottom-right-radius: var(--gk-border-radius-lg) !important;
        border-top-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-end-xxl-4 {
        border-bottom-right-radius: var(--gk-border-radius-xl) !important;
        border-top-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-end-xxl-5 {
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
        border-top-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-end-xxl-circle {
        border-bottom-right-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-end-xxl-pill {
        border-bottom-right-radius: var(--gk-border-radius-pill) !important;
        border-top-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-bottom-xxl {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-xxl-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-bottom-xxl-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-bottom-right-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-bottom-xxl-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-bottom-right-radius: var(--gk-border-radius) !important
    }

    .rounded-bottom-xxl-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-bottom-right-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-bottom-xxl-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-bottom-xxl-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-bottom-right-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-bottom-xxl-circle {
        border-bottom-left-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-bottom-xxl-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-bottom-right-radius: var(--gk-border-radius-pill) !important
    }

    .rounded-start-xxl {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-xxl-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-xxl-1 {
        border-bottom-left-radius: var(--gk-border-radius-sm) !important;
        border-top-left-radius: var(--gk-border-radius-sm) !important
    }

    .rounded-start-xxl-2 {
        border-bottom-left-radius: var(--gk-border-radius) !important;
        border-top-left-radius: var(--gk-border-radius) !important
    }

    .rounded-start-xxl-3 {
        border-bottom-left-radius: var(--gk-border-radius-lg) !important;
        border-top-left-radius: var(--gk-border-radius-lg) !important
    }

    .rounded-start-xxl-4 {
        border-bottom-left-radius: var(--gk-border-radius-xl) !important;
        border-top-left-radius: var(--gk-border-radius-xl) !important
    }

    .rounded-start-xxl-5 {
        border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
        border-top-left-radius: var(--gk-border-radius-xxl) !important
    }

    .rounded-start-xxl-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-xxl-pill {
        border-bottom-left-radius: var(--gk-border-radius-pill) !important;
        border-top-left-radius: var(--gk-border-radius-pill) !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 3rem !important
    }

    .fs-2 {
        font-size: 2.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

:root {
    --gk-body-bg: #f1f5f9;
    --gk-body-color: #334155;
    --gk-navbar-vertical-bg: #fff;
    --gk-navbar-bg: #fff;
    --gk-card-background: #fff;
    --gk-input-bg: #fff;
    --gk-input-disabled-bg: #e2e8f0;
    --gk-input-focus-border: #baa7ff;
    --gk-input-border: #cbd5e1;
    --gk-input-placeholder-color: #64748b;
    --gk-input-focus-box-shadow: 0px 0px 0px 3px rgba(231, 225, 253, .75);
    --gk-input-check-border: var(--gk-input-border);
    --gk-input-group-addon-bg: #e2e8f0;
    --gk-form-text-color: #94a3b8;
    --gk-form-label-color: #334155;
    --gk-border-color: #e2e8f0;
    --gk-page-link-hover-color: #f1f5f9;
    --gk-dropdown-background: #fff;
    --gk-dropdown-link-color: #0f172a;
    --gk-dropdown-link-hover-color: #0e1526;
    --gk-dropdown-link-hover-bg: #f1f5f9;
    --gk-dropdown-border-width: 0px;
    --gk-dropdown-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    --gk-modal-bg: #f1f5f9;
    --gk-progress-background: #cbd5e1;
    --gk-btn-ghost-bg: #cbd5e1;
    --gk-tagify-border-color: #cbd5e1;
    --gk-navbar-vertical-bg: #1e293b;
    --gk-navbar-vertical-link: #94a3b8;
    --gk-navbar-vertical-link-hover: #cbd5e1
}

:root .bg-dark {
    background-color: #0f172a
}

[data-bs-theme=dark] {
    --gk-gray-100: #0b1324;
    --gk-gray-200: #0f172a;
    --gk-gray-300: #1e293b;
    --gk-gray-400: #334155;
    --gk-gray-500: #475569;
    --gk-gray-600: #64748b;
    --gk-gray-700: #94a3b8;
    --gk-gray-800: #cbd5e1;
    --gk-gray-900: #e2e8f0;
    --gk-gray-1000: #f1f5f9;
    --gk-primary: #dc2626;
    --gk-secondary: #64748b;
    --gk-success: #38a169;
    --gk-info: #0ea5e9;
    --gk-warning: #f59e0b;
    --gk-danger: #dc2626;
    --gk-light: #0f172a;
    --gk-dark: #fff;
    --gk-white: #0b1324;
    --gk-light-primary: #312b4d;
    --gk-light-danger: #442626;
    --gk-light-info: #184457;
    --gk-light-success: #25483e;
    --gk-light-warning: #5a4327;
    --gk-body: #0f172a;
    --gk-body-bg: #0f172a;
    --gk-body-color: #64748b;
    --gk-heading-color: #fff;
    --gk-navbar-bg: #1e293b;
    --gk-card-background: #1e293b;
    --gk-input-bg: #0b1324;
    --gk-input-disabled-bg: #1e293b;
    --gk-input-focus-border: #8361fe;
    --gk-input-placeholder-color: #64748b;
    --gk-input-border: #1e293b;
    --gk-form-text-color: #64748b;
    --gk-form-label-color: #64748b;
    --gk-input-focus-box-shadow: 0px 0px 0px 3px rgba(131, 97, 254, .5);
    --gk-input-check-border: var(--gk-input-border);
    --gk-border-color: #334155;
    --gk-dropdown-background: #1e293b;
    --gk-dropdown-link-color: #64748b;
    --gk-dropdown-link-hover-color: #b7c0cb;
    --gk-dropdown-link-hover-bg: #37465b;
    --gk-dropdown-border-width: 1px;
    --gk-dropdown-shadow: 0 8px 12px 1px rgba(11, 9, 36, .29);
    --gk-page-link-hover-color: #f1f5f9;
    --gk-modal-bg: #334155;
    --gk-progress-background: #334155;
    --gk-btn-ghost-bg: #334155;
    --gk-tagify-border-color: #0b1324;
    --gk-navbar-vertical-bg: #1e293b;
    --gk-navbar-vertical-link: #64748b;
    --gk-navbar-vertical-link-hover: #cbd5e1
}

[data-bs-theme=dark] .bg-invert {
    filter: invert(1)
}

[data-bs-theme=dark] .btn-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 138, 105, 254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #583bbf;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #dc2626;
    --gk-btn-disabled-border-color: #dc2626
}

[data-bs-theme=dark] .btn-secondary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #64748b;
    --gk-btn-border-color: #64748b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #556376;
    --gk-btn-hover-border-color: #505d6f;
    --gk-btn-focus-shadow-rgb: 123, 137, 156;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #505d6f;
    --gk-btn-active-border-color: #4b5768;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #64748b;
    --gk-btn-disabled-border-color: #64748b
}

[data-bs-theme=dark] .btn-success {
    --gk-btn-color: #fff;
    --gk-btn-bg: #38a169;
    --gk-btn-border-color: #38a169;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #308959;
    --gk-btn-hover-border-color: #2d8154;
    --gk-btn-focus-shadow-rgb: 86, 175, 128;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #2d8154;
    --gk-btn-active-border-color: #2a794f;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #38a169;
    --gk-btn-disabled-border-color: #38a169
}

[data-bs-theme=dark] .btn-info {
    --gk-btn-color: #fff;
    --gk-btn-bg: #0ea5e9;
    --gk-btn-border-color: #0ea5e9;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0c8cc6;
    --gk-btn-hover-border-color: #0b84ba;
    --gk-btn-focus-shadow-rgb: 50, 179, 236;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0b84ba;
    --gk-btn-active-border-color: #0b7caf;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #0ea5e9;
    --gk-btn-disabled-border-color: #0ea5e9
}

[data-bs-theme=dark] .btn-warning {
    --gk-btn-color: #fff;
    --gk-btn-bg: #f59e0b;
    --gk-btn-border-color: #f59e0b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #d08609;
    --gk-btn-hover-border-color: #c47e09;
    --gk-btn-focus-shadow-rgb: 247, 173, 48;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #c47e09;
    --gk-btn-active-border-color: #b87708;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #f59e0b;
    --gk-btn-disabled-border-color: #f59e0b
}

[data-bs-theme=dark] .btn-danger {
    --gk-btn-color: #fff;
    --gk-btn-bg: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #bb2020;
    --gk-btn-hover-border-color: #b01e1e;
    --gk-btn-focus-shadow-rgb: 225, 71, 71;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #b01e1e;
    --gk-btn-active-border-color: #a51d1d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #dc2626;
    --gk-btn-disabled-border-color: #dc2626
}

[data-bs-theme=dark] .btn-light {
    --gk-btn-color: #fff;
    --gk-btn-bg: #0f172a;
    --gk-btn-border-color: #0f172a;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0d1424;
    --gk-btn-hover-border-color: #0c1222;
    --gk-btn-focus-shadow-rgb: 51, 58, 74;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0c1222;
    --gk-btn-active-border-color: #0b1120;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #0f172a;
    --gk-btn-disabled-border-color: #0f172a
}

[data-bs-theme=dark] .btn-dark {
    --gk-btn-color: #000;
    --gk-btn-bg: #fff;
    --gk-btn-border-color: #fff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fff;
    --gk-btn-hover-border-color: #fff;
    --gk-btn-focus-shadow-rgb: 217, 217, 217;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fff;
    --gk-btn-active-border-color: #fff;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #000;
    --gk-btn-disabled-bg: #fff;
    --gk-btn-disabled-border-color: #fff
}

[data-bs-theme=dark] .btn-white {
    --gk-btn-color: #fff;
    --gk-btn-bg: #0b1324;
    --gk-btn-border-color: #0b1324;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #09101f;
    --gk-btn-hover-border-color: #090f1d;
    --gk-btn-focus-shadow-rgb: 48, 54, 69;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #090f1d;
    --gk-btn-active-border-color: #080e1b;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #0b1324;
    --gk-btn-disabled-border-color: #0b1324
}

[data-bs-theme=dark] .btn-light-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #312b4d;
    --gk-btn-border-color: #312b4d;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #2a2541;
    --gk-btn-hover-border-color: #27223e;
    --gk-btn-focus-shadow-rgb: 80, 75, 104;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #27223e;
    --gk-btn-active-border-color: #25203a;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #312b4d;
    --gk-btn-disabled-border-color: #312b4d
}

[data-bs-theme=dark] .btn-light-danger {
    --gk-btn-color: #fff;
    --gk-btn-bg: #442626;
    --gk-btn-border-color: #442626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #3a2020;
    --gk-btn-hover-border-color: #361e1e;
    --gk-btn-focus-shadow-rgb: 96, 71, 71;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #361e1e;
    --gk-btn-active-border-color: #331d1d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #442626;
    --gk-btn-disabled-border-color: #442626
}

[data-bs-theme=dark] .btn-light-info {
    --gk-btn-color: #fff;
    --gk-btn-bg: #184457;
    --gk-btn-border-color: #184457;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #143a4a;
    --gk-btn-hover-border-color: #133646;
    --gk-btn-focus-shadow-rgb: 59, 96, 112;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #133646;
    --gk-btn-active-border-color: #123341;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #184457;
    --gk-btn-disabled-border-color: #184457
}

[data-bs-theme=dark] .btn-light-success {
    --gk-btn-color: #fff;
    --gk-btn-bg: #25483e;
    --gk-btn-border-color: #25483e;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #1f3d35;
    --gk-btn-hover-border-color: #1e3a32;
    --gk-btn-focus-shadow-rgb: 70, 99, 91;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #1e3a32;
    --gk-btn-active-border-color: #1c362f;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #25483e;
    --gk-btn-disabled-border-color: #25483e
}

[data-bs-theme=dark] .btn-light-warning {
    --gk-btn-color: #fff;
    --gk-btn-bg: #5a4327;
    --gk-btn-border-color: #5a4327;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #4d3921;
    --gk-btn-hover-border-color: #48361f;
    --gk-btn-focus-shadow-rgb: 115, 95, 71;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #48361f;
    --gk-btn-active-border-color: #44321d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #5a4327;
    --gk-btn-disabled-border-color: #5a4327
}

[data-bs-theme=dark] .btn-outline-primary {
    --gk-btn-color: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 220, 38, 38;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #dc2626;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #dc2626;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #dc2626;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-secondary {
    --gk-btn-color: #64748b;
    --gk-btn-border-color: #64748b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #64748b;
    --gk-btn-hover-border-color: #64748b;
    --gk-btn-focus-shadow-rgb: 100, 116, 139;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #64748b;
    --gk-btn-active-border-color: #64748b;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #64748b;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #64748b;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-success {
    --gk-btn-color: #38a169;
    --gk-btn-border-color: #38a169;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #38a169;
    --gk-btn-hover-border-color: #38a169;
    --gk-btn-focus-shadow-rgb: 56, 161, 105;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #38a169;
    --gk-btn-active-border-color: #38a169;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #38a169;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #38a169;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-info {
    --gk-btn-color: #0ea5e9;
    --gk-btn-border-color: #0ea5e9;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0ea5e9;
    --gk-btn-hover-border-color: #0ea5e9;
    --gk-btn-focus-shadow-rgb: 14, 165, 233;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0ea5e9;
    --gk-btn-active-border-color: #0ea5e9;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #0ea5e9;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #0ea5e9;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-warning {
    --gk-btn-color: #f59e0b;
    --gk-btn-border-color: #f59e0b;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #f59e0b;
    --gk-btn-hover-border-color: #f59e0b;
    --gk-btn-focus-shadow-rgb: 245, 158, 11;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #f59e0b;
    --gk-btn-active-border-color: #f59e0b;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #f59e0b;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #f59e0b;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-danger {
    --gk-btn-color: #dc2626;
    --gk-btn-border-color: #dc2626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #dc2626;
    --gk-btn-hover-border-color: #dc2626;
    --gk-btn-focus-shadow-rgb: 220, 38, 38;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #dc2626;
    --gk-btn-active-border-color: #dc2626;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #dc2626;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #dc2626;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-light {
    --gk-btn-color: #0f172a;
    --gk-btn-border-color: #0f172a;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0f172a;
    --gk-btn-hover-border-color: #0f172a;
    --gk-btn-focus-shadow-rgb: 15, 23, 42;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0f172a;
    --gk-btn-active-border-color: #0f172a;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #0f172a;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #0f172a;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-dark {
    --gk-btn-color: #fff;
    --gk-btn-border-color: #fff;
    --gk-btn-hover-color: #000;
    --gk-btn-hover-bg: #fff;
    --gk-btn-hover-border-color: #fff;
    --gk-btn-focus-shadow-rgb: 255, 255, 255;
    --gk-btn-active-color: #000;
    --gk-btn-active-bg: #fff;
    --gk-btn-active-border-color: #fff;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #fff;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-white {
    --gk-btn-color: #0b1324;
    --gk-btn-border-color: #0b1324;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #0b1324;
    --gk-btn-hover-border-color: #0b1324;
    --gk-btn-focus-shadow-rgb: 11, 19, 36;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #0b1324;
    --gk-btn-active-border-color: #0b1324;
    --gk-btn-disabled-color: #0b1324;
    --gk-btn-disabled-border-color: #0b1324
}

[data-bs-theme=dark] .btn-outline-light-primary {
    --gk-btn-color: #312b4d;
    --gk-btn-border-color: #312b4d;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #312b4d;
    --gk-btn-hover-border-color: #312b4d;
    --gk-btn-focus-shadow-rgb: 49, 43, 77;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #312b4d;
    --gk-btn-active-border-color: #312b4d;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #312b4d;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #312b4d;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-light-danger {
    --gk-btn-color: #442626;
    --gk-btn-border-color: #442626;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #442626;
    --gk-btn-hover-border-color: #442626;
    --gk-btn-focus-shadow-rgb: 68, 38, 38;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #442626;
    --gk-btn-active-border-color: #442626;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #442626;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #442626;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-light-info {
    --gk-btn-color: #184457;
    --gk-btn-border-color: #184457;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #184457;
    --gk-btn-hover-border-color: #184457;
    --gk-btn-focus-shadow-rgb: 24, 68, 87;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #184457;
    --gk-btn-active-border-color: #184457;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #184457;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #184457;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-light-success {
    --gk-btn-color: #25483e;
    --gk-btn-border-color: #25483e;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #25483e;
    --gk-btn-hover-border-color: #25483e;
    --gk-btn-focus-shadow-rgb: 37, 72, 62;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #25483e;
    --gk-btn-active-border-color: #25483e;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #25483e;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #25483e;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-outline-light-warning {
    --gk-btn-color: #5a4327;
    --gk-btn-border-color: #5a4327;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #5a4327;
    --gk-btn-hover-border-color: #5a4327;
    --gk-btn-focus-shadow-rgb: 90, 67, 39;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #5a4327;
    --gk-btn-active-border-color: #5a4327;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #5a4327;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #5a4327;
    --gk-gradient: none
}

[data-bs-theme=dark] .text-bg-primary {
    color: #fff !important
}

[data-bs-theme=dark] .bg-primary,
[data-bs-theme=dark] .text-bg-primary {
    background-color: RGBA(220, 38, 38, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-primary {
    color: #dc2626 !important
}

[data-bs-theme=dark] .text-bg-secondary {
    color: #fff !important
}

[data-bs-theme=dark] .bg-secondary,
[data-bs-theme=dark] .text-bg-secondary {
    background-color: RGBA(100, 116, 139, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-secondary {
    color: #64748b !important
}

[data-bs-theme=dark] .text-bg-success {
    color: #fff !important
}

[data-bs-theme=dark] .bg-success,
[data-bs-theme=dark] .text-bg-success {
    background-color: RGBA(56, 161, 105, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-success {
    color: #38a169 !important
}

[data-bs-theme=dark] .text-bg-info {
    color: #fff !important
}

[data-bs-theme=dark] .bg-info,
[data-bs-theme=dark] .text-bg-info {
    background-color: RGBA(14, 165, 233, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-info {
    color: #0ea5e9 !important
}

[data-bs-theme=dark] .text-bg-warning {
    color: #fff !important
}

[data-bs-theme=dark] .bg-warning,
[data-bs-theme=dark] .text-bg-warning {
    background-color: RGBA(245, 158, 11, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-warning {
    color: #f59e0b !important
}

[data-bs-theme=dark] .text-bg-danger {
    color: #fff !important
}

[data-bs-theme=dark] .bg-danger,
[data-bs-theme=dark] .text-bg-danger {
    background-color: RGBA(220, 38, 38, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-danger {
    color: #dc2626 !important
}

[data-bs-theme=dark] .text-bg-light {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light,
[data-bs-theme=dark] .text-bg-light {
    background-color: RGBA(15, 23, 42, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light {
    color: #0f172a !important
}

[data-bs-theme=dark] .text-bg-dark {
    color: #000 !important
}

[data-bs-theme=dark] .bg-dark,
[data-bs-theme=dark] .text-bg-dark {
    background-color: RGBA(255, 255, 255, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-dark {
    color: #fff !important
}

[data-bs-theme=dark] .text-bg-white {
    color: #fff !important
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .text-bg-white {
    background-color: RGBA(11, 19, 36, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-white {
    color: #0b1324 !important
}

[data-bs-theme=dark] .text-bg-light-primary {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light-primary,
[data-bs-theme=dark] .text-bg-light-primary {
    background-color: RGBA(49, 43, 77, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light-primary {
    color: #312b4d !important
}

[data-bs-theme=dark] .text-bg-light-danger {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light-danger,
[data-bs-theme=dark] .text-bg-light-danger {
    background-color: RGBA(68, 38, 38, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light-danger {
    color: #442626 !important
}

[data-bs-theme=dark] .text-bg-light-info {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light-info,
[data-bs-theme=dark] .text-bg-light-info {
    background-color: RGBA(24, 68, 87, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light-info {
    color: #184457 !important
}

[data-bs-theme=dark] .text-bg-light-success {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light-success,
[data-bs-theme=dark] .text-bg-light-success {
    background-color: RGBA(37, 72, 62, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light-success {
    color: #25483e !important
}

[data-bs-theme=dark] .text-bg-light-warning {
    color: #fff !important
}

[data-bs-theme=dark] .bg-light-warning,
[data-bs-theme=dark] .text-bg-light-warning {
    background-color: RGBA(90, 67, 39, var(--gk-bg-opacity, 1)) !important
}

[data-bs-theme=dark] .text-light-warning {
    color: #5a4327 !important
}

[data-bs-theme=dark] .bg-gray-100 {
    background-color: #0b1324 !important
}

[data-bs-theme=dark] .text-gray-100 {
    color: #0b1324 !important
}

[data-bs-theme=dark] .bg-gray-200 {
    background-color: #0f172a !important
}

[data-bs-theme=dark] .text-gray-200 {
    color: #0f172a !important
}

[data-bs-theme=dark] .bg-gray-300 {
    background-color: #1e293b !important
}

[data-bs-theme=dark] .text-gray-300 {
    color: #1e293b !important
}

[data-bs-theme=dark] .bg-gray-400 {
    background-color: #334155 !important
}

[data-bs-theme=dark] .text-gray-400 {
    color: #334155 !important
}

[data-bs-theme=dark] .bg-gray-500 {
    background-color: #475569 !important
}

[data-bs-theme=dark] .text-gray-500 {
    color: #475569 !important
}

[data-bs-theme=dark] .bg-gray-600 {
    background-color: #64748b !important
}

[data-bs-theme=dark] .text-gray-600 {
    color: #64748b !important
}

[data-bs-theme=dark] .bg-gray-700 {
    background-color: #94a3b8 !important
}

[data-bs-theme=dark] .text-gray-700 {
    color: #94a3b8 !important
}

[data-bs-theme=dark] .bg-gray-800 {
    background-color: #cbd5e1 !important
}

[data-bs-theme=dark] .text-gray-800 {
    color: #cbd5e1 !important
}

[data-bs-theme=dark] .bg-gray-900 {
    background-color: #e2e8f0 !important
}

[data-bs-theme=dark] .text-gray-900 {
    color: #e2e8f0 !important
}

[data-bs-theme=dark] .bg-gray-1000 {
    background-color: #f1f5f9 !important
}

[data-bs-theme=dark] .text-gray-1000 {
    color: #f1f5f9 !important
}

[data-bs-theme=dark]::-moz-selection {
    background-color: #f59e0b;
    color: #0b1324
}

[data-bs-theme=dark]::selection {
    background-color: #f59e0b;
    color: #0b1324
}

[data-bs-theme=dark] .table-light {
    background-color: #334155;
    color: var(--gk-gray-800) !important
}

[data-bs-theme=dark] .table-light td,
[data-bs-theme=dark] .table-light th {
    background-color: #334155;
    border-color: #334155
}

[data-bs-theme=dark] .input-group-text {
    background-color: #0b1324
}

[data-bs-theme=dark] .popover {
    background-color: #0f172a;
    border-color: #1e293b
}

[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-bottom>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: #334155
}

[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-top>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-top>.popover-arrow:before {
    border-top-color: #334155
}

[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=start]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=start]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-start>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-start>.popover-arrow:before {
    border-left-color: #334155
}

[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=end]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=end]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
[data-bs-theme=dark] .bs-popover-end>.popover-arrow:after,
[data-bs-theme=dark] .bs-popover-end>.popover-arrow:before {
    border-right-color: #334155
}

[data-bs-theme=dark] .popover-header {
    background-color: #0f172a;
    border-bottom-color: #334155
}

[data-bs-theme=dark]:not(pre)>code[class*=language-],
[data-bs-theme=dark] pre[class*=language-] {
    background: #0f172a !important
}

[data-bs-theme=dark] .logo-inverse,
[data-bs-theme=dark] .navbar .navbar-brand,
[data-bs-theme=dark] .navbar-dark .navbar-brand {
    filter: brightness(0) invert(1)
}

[data-bs-theme=dark] .tagify__tag>div,
[data-bs-theme=dark] .tagify__tag__removeBtn {
    color: var(--gk-gray-800) !important
}

[data-bs-theme=dark] input[type=file]::file-selector-button {
    background-color: var(--gk-input-bg)
}

[data-bs-theme=dark] .hero-graphics {
    background-image: url(../images/hero/hero-icon-bg-dark.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

[data-bs-theme=dark] .btn-outline-white,
[data-bs-theme=dark] .btn-tag {
    --gk-btn-color: #64748b;
    --gk-btn-border-color: #334155;
    --gk-btn-hover-color: #94a3b8;
    --gk-btn-hover-bg: #334155;
    --gk-btn-hover-border-color: #334155;
    --gk-btn-focus-shadow-rgb: 51, 58, 74;
    --gk-btn-active-color: #94a3b8;
    --gk-btn-active-bg: #334155;
    --gk-btn-active-border-color: #334155;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #192e4d;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: #334155;
    --gk-gradient: none
}

[data-bs-theme=dark] .btn-tag {
    --gk-btn-border-radius: 50rem
}

.avatar {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar-md {
    height: 2.5rem;
    width: 2.5rem
}

.avatar-lg {
    height: 3.5rem;
    width: 3.5rem
}

.avatar-xl {
    height: 5rem;
    width: 5rem
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.avatar-offline:before {
    background-color: var(--gk-gray-400)
}

.avatar-online:before {
    background-color: var(--gk-success)
}

.avatar-away:before {
    background-color: var(--gk-warning)
}

.avatar-busy:before {
    background-color: var(--gk-danger)
}

.avatar-info:before {
    background-color: var(--gk-info)
}

.avatar-indicators:before {
    border: 2px solid var(--gk-white);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: table;
    height: 30%;
    position: absolute;
    right: 5%;
    width: 30%
}

.avatar-initials {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    text-transform: uppercase;
    width: 100%
}

.avatar-primary .avatar-initials {
    background-color: var(--gk-primary);
    color: var(--gk-white)
}

.avatar-secondary .avatar-initials {
    background-color: var(--gk-secondary);
    color: var(--gk-white)
}

.avatar-success .avatar-initials {
    background-color: var(--gk-success);
    color: var(--gk-white)
}

.avatar-warning .avatar-initials {
    background-color: var(--gk-warning);
    color: var(--gk-white)
}

.avatar-info .avatar-initials {
    background-color: var(--gk-info);
    color: var(--gk-white)
}

.avatar-danger .avatar-initials {
    background-color: var(--gk-danger);
    color: var(--gk-white)
}

.avatar-light .avatar-initials {
    background-color: var(--gk-light);
    color: var(--gk-white)
}

.avatar-dark .avatar-initials {
    background-color: var(--gk-dark);
    color: var(--gk-white)
}

.avatar-primary-soft .avatar-initials {
    background-color: #ede9fe;
    color: var(--gk-primary)
}

.avatar-secondary-soft .avatar-initials {
    background-color: var(--gk-secondary);
    color: var(--gk-white)
}

.avatar-success-soft .avatar-initials {
    background-color: var(--gk-light-success);
    color: var(--gk-success)
}

.avatar-warning-soft .avatar-initials {
    background-color: var(--gk-light-warning);
    color: var(--gk-warning)
}

.avatar-info-soft .avatar-initials {
    background-color: var(--gk-light-info);
    color: var(--gk-info)
}

.avatar-danger-soft .avatar-initials {
    background-color: var(--gk-light-danger);
    color: var(--gk-danger)
}

.avatar-dark-soft .avatar-initials {
    background-color: var(--gk-light-dark);
    color: var(--gk-white)
}

.avatar-light-soft .avatar-initials {
    background-color: var(--gk-light);
    color: var(--gk-dark)
}

.avatar-group .avatar+.avatar {
    margin-left: -1.2rem
}

.avatar-group .avatar:hover {
    z-index: 2
}

.avatar-group .avatar .avatar-initials,
.avatar-group img {
    border: 3px solid var(--gk-white)
}

.img-4by3-xxl {
    width: 9rem
}

.img-4by3-xl {
    width: 7.75rem
}

.img-4by3-lg {
    width: 6.5rem
}

.img-4by3-md {
    width: 5.25rem
}

.img-4by3-sm {
    width: 4rem
}

.img-4by3-xs {
    width: 2.75rem
}

.btn-play {
    background-color: var(--gk-white);
    color: var(--gk-primary);
    transition: .2s ease
}

.btn-play:hover {
    background-color: var(--gk-primary);
    color: var(--gk-white);
    transition: .2s ease
}

.btn-xs {
    font-size: .75rem;
    padding: .22rem .75rem
}

.btn-icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .92969rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 2.5rem
}

.btn-icon.btn-xs {
    font-size: .75rem;
    height: 1.53125rem;
    width: 1.53125rem
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    font-size: .875rem;
    height: 2.1875rem;
    width: 2.1875rem
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    font-size: 1rem;
    height: 3.36875rem;
    width: 3.36875rem
}

.primary-hover:focus,
.primary-hover:hover {
    background-color: var(--gk-primary);
    border: var(--gk-primary);
    color: var(--gk-white)
}

.primary-hover:focus {
    box-shadow: 0 0 0 .2rem rgba(129, 97, 244, .5)
}

.primary-hover.active {
    background-color: var(--gk-primary);
    border: var(--gk-primary);
    color: var(--gk-white)
}

.btn.btn-focus-none:focus {
    box-shadow: none
}

.btn-link {
    color: var(--gk-link-color);
    font-weight: 600;
    text-decoration: underline
}

.btn-link:hover {
    color: var(--gk-link-hover-color)
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #475569
}

.btn-dashed {
    border-style: dashed !important
}

.btn-dashed:hover {
    border-color: var(--gk-primary) !important;
    color: var(--gk-primary) !important
}

.btn-dashed:focus {
    box-shadow: none !important
}

.btn-ghost {
    --gk-btn-font-weight: 600;
    --gk-btn-color: var(--gk-gray-400);
    --gk-btn-bg: transparent;
    --gk-btn-border-color: transparent;
    --gk-btn-border-radius: 0.5rem;
    --gk-btn-hover-color: var(--gk-gray-600);
    --gk-btn-hover-bg: var(--gk-btn-ghost-bg);
    --gk-btn-hover-border-color: var(--gk-btn-ghost-bg);
    --gk-btn-focus-shadow-rgb: var(--bd-gray-300-rgb);
    --gk-btn-active-color: var(--gk-btn-hover-color);
    --gk-btn-active-bg: var(--gk-btn-ghost-bg);
    --gk-btn-active-border-color: var(--gk-btn-ghost-bg)
}

.icon-checked {
    opacity: 0
}

.btn-check:active+.btn .icon-checked,
.btn-check:checked+.btn .icon-checked,
.btn.active .icon-checked,
.btn.show .icon-checked,
.btn:active .icon-checked {
    opacity: 1
}

.theme-icon-active {
    line-height: 1.5
}

.btn-scroll-top {
    background-color: var(--gk- #fff);
    border-radius: 10px;
    bottom: 1.5rem;
    box-shadow: inset 0 0 0 .1rem rgba(227, 229, 233, .25);
    opacity: 0;
    position: fixed;
    right: 1.5rem;
    transform: translateY(.75rem);
    transition: all .2s linear, margin-right 0s;
    visibility: hidden;
    z-index: 1010
}

.btn-scroll-top,
.btn-scroll-top:after {
    cursor: pointer;
    display: block;
    height: 3rem;
    width: 3rem
}

.btn-scroll-top:after {
    color: #dc2626;
    content: "\f145";
    font-family: bootstrap-icons !important;
    font-size: 1.5rem;
    left: 0;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear;
    z-index: 1
}

.btn-scroll-top.active-progress {
    transform: translateY(0);
    visibility: visible
}

@media (min-width:320px) {
    .btn-scroll-top.active-progress {
        opacity: 1
    }
}

.btn-scroll-top svg path {
    fill: none
}

.btn-scroll-top svg.progress-square path {
    stroke: #dc2626;
    stroke-width: 2;
    box-sizing: border-box;
    transition: all .2s linear
}

.btn-outline-white {
    --gk-btn-color: var(--gk-gray-500);
    --gk-btn-border-color: var(--gk-gray-300);
    --gk-btn-hover-color: var(--gk-gray-800);
    --gk-btn-hover-bg: var(--gk-gray-200);
    --gk-btn-hover-border-color: var(--gk-gray-200);
    --gk-btn-focus-shadow-rgb: 51, 58, 74;
    --gk-btn-active-color: var(--gk-gray-800);
    --gk-btn-active-bg: var(--gk-gray-200);
    --gk-btn-active-border-color: var(--gk-gray-200);
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #192e4d;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: var(--gk-gray-200);
    --gk-gradient: none
}

.btn-tag {
    --gk-btn-color: var(--gk-gray-500);
    --gk-btn-border-color: var(--gk-gray-200);
    --gk-btn-bg: var(--gk-white);
    --gk-btn-hover-color: var(--gk-gray-800);
    --gk-btn-hover-bg: var(--gk-gray-200);
    --gk-btn-hover-border-color: var(--gk-gray-200);
    --gk-btn-focus-shadow-rgb: 51, 58, 74;
    --gk-btn-active-color: var(--gk-gray-800);
    --gk-btn-active-bg: var(--gk-gray-200);
    --gk-btn-active-border-color: var(--gk-gray-200);
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --gk-btn-disabled-color: #192e4d;
    --gk-btn-disabled-bg: transparent;
    --gk-btn-disabled-border-color: var(--gk-gray-200);
    --gk-gradient: none;
    --gk-btn-border-radius: 50rem
}

@keyframes pulse {
    0% {
        opacity: 0
    }

    50% {
        opacity: .4;
        transform: scale(1.4)
    }
}

.pulser {
    position: relative;
    z-index: 1
}

.pulser,
.pulser:after {
    background: #fff;
    border-radius: 50%
}

.pulser:after {
    animation: pulse 1s cubic-bezier(.9, .7, .5, .9) infinite;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.badge-dot {
    border-radius: 50%;
    display: inline-block !important;
    font-size: 0;
    height: .5rem;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
    width: .5rem
}

.bg-primary-soft {
    background-color: rgba(220, 38, 38, .1);
    color: #dc2626
}

.bg-secondary-soft {
    background-color: rgba(100, 116, 139, .1);
    color: #64748b
}

.bg-success-soft {
    background-color: rgba(56, 161, 105, .1);
    color: #38a169
}

.bg-info-soft {
    background-color: rgba(14, 165, 233, .1);
    color: #0ea5e9
}

.bg-warning-soft {
    background-color: rgba(245, 158, 11, .1);
    color: #f59e0b
}

.bg-danger-soft {
    background-color: rgba(220, 38, 38, .1);
    color: #dc2626
}

.bg-light-soft {
    background-color: rgba(241, 245, 249, .1);
    color: #f1f5f9
}

.bg-dark-soft {
    background-color: rgba(15, 23, 42, .1);
    color: #0f172a
}

.bg-white-soft {
    background-color: hsla(0, 0%, 100%, .1);
    color: #fff
}

.bg-light-primary-soft {
    background-color: rgba(237, 233, 254, .1);
    color: #ede9fe
}

.bg-light-danger-soft {
    background-color: hsla(2, 77%, 91%, .1);
    color: #fad9d8
}

.bg-light-info-soft {
    background-color: rgba(225, 246, 255, .1);
    color: #e1f6ff
}

.bg-light-warning-soft {
    background-color: rgba(255, 238, 218, .1);
    color: #ffeeda
}

.bg-light-secondary-soft {
    background-color: rgba(228, 227, 233, .1);
    color: #e4e3e9
}

.bg-light-success-soft {
    background-color: rgba(209, 245, 234, .1);
    color: #d1f5ea
}

.bg-light-dark-soft {
    background-color: rgba(209, 207, 216, .1);
    color: #d1cfd8
}

.bg-dark-primary-soft {
    background-color: rgba(89, 60, 193, .1);
    color: #593cc1
}

.bg-dark-warning-soft {
    background-color: rgba(194, 129, 53, .1);
    color: #c28135
}

.bg-dark-info-soft {
    background-color: rgba(81, 160, 194, .1);
    color: #51a0c2
}

.bg-dark-danger-soft {
    background-color: rgba(174, 48, 46, .1);
    color: #ae302e
}

.bg-dark-success-soft {
    background-color: rgba(19, 154, 116, .1);
    color: #139a74
}

.bg-dark-secondary-soft {
    background-color: rgba(92, 89, 109, .1);
    color: #5c596d
}

.navbar {
    background-color: var(--gk-navbar-bg);
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: .625rem 1rem
}

.navbar .navbar-brand {
    padding-bottom: .2rem;
    padding-top: .2rem
}

.navbar .navbar-toggler {
    border: 1px solid var(--gk-primary);
    padding: .75rem .563rem
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0
}

.navbar .navbar-toggler .icon-bar {
    background-color: var(--gk-primary);
    display: block;
    height: 2px;
    margin-top: .25rem;
    transition: all .2s;
    width: 20px
}

.navbar .navbar-toggler .top-bar {
    background-color: var(--gk-primary);
    transform: rotate(45deg);
    transform-origin: 16% 190%
}

.navbar .navbar-toggler .middle-bar {
    opacity: 0
}

.navbar .navbar-toggler .bottom-bar {
    background-color: var(--gk-primary);
    transform: rotate(-45deg);
    transform-origin: 10% -80%
}

.navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    right: .5rem;
    top: .6rem;
    z-index: 1
}

.navbar .navbar-toggler.collapsed .top-bar {
    background-color: var(--gk-primary);
    transform: rotate(0)
}

.navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: var(--gk-primary);
    transform: rotate(0)
}

.navbar .dropdown .dropdown-toggle:after {
    background-repeat: no-repeat;
    background-size: .625rem .625rem;
    border: none;
    color: var(--gk-gray-600);
    content: "\e92e";
    float: right;
    font-family: Feather !important;
    font-size: 16px;
    margin-left: .375rem
}

.navbar .dropdown-menu {
    border: none;
    color: var(--gk-gray-800);
    line-height: 1.2rem;
    margin: 1.125rem 0;
    min-width: 14rem;
    padding: 1rem .75rem;
    top: 28px
}

.navbar .dropdown-menu .dropdown-list-group-item {
    min-width: 100%
}

.navbar .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg)
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border-radius: .5rem;
    box-shadow: var(--gk-dropdown-shadow);
    left: 100%;
    min-width: 16rem;
    right: 0;
    top: -18px
}

.navbar .dropdown-menu .dropdown-submenu.dropstart .dropdown-menu {
    border-radius: .5rem;
    box-shadow: var(--gk-dropdown-shadow);
    left: auto;
    min-width: 16rem;
    right: 100%;
    top: -18px
}



.navbar .dropdown-fullwidth {
    position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0;
    margin: 1.25rem auto;
    max-width: 1024px;
    padding: 0 0;
    right: 0;
    top: 42px
}


.new-wi{
    max-width: 600px !important;
}

.new-wi1{
    max-width: 500px !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--gk-gray-800);
    font-weight: 500;
    padding: .3125rem .5rem;
    font-size: 16px;
}

@media (max-width:1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: .3125rem .35rem
    }
}

@media (max-width:992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid var(--gk-gray-200);
        padding: .75rem 0 !important
    }

    .navbar .navbar-nav .nav-item .nav-link:hover {
        color: var(--gk-dark)
    }
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--gk-primary)
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none !important
}

@media (max-width:992px) {

    .navbar .navbar-nav .dropdown-menu,
    .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        box-shadow: none;
        margin: 0
    }

    .navbar .nav-top-wrap {
        flex-direction: row
    }

    .navbar .nav-top-wrap .dropdown {
        position: static
    }

    .navbar .nav-top-wrap .dropdown-menu {
        margin: 2.25rem .75rem !important;
        position: absolute;
        right: 0
    }

    .navbar .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
        padding: 0 !important;
        position: relative;
        right: 0;
        top: -7px !important
    }
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    .navbar .dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar .dropdown-menu-start {
        left: 0;
        right: auto
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

.navbar-transparent {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

@media (max-width:768px) {
    .navbar-transparent {
        position: relative
    }
}

.footer,
.nav-footer .nav-link {
    color: var(--gk-gray-500)
}

.nav-footer .nav-link {
    font-size: .875rem;
    line-height: 1.5rem;
    padding: .2rem 1rem
}

.nav-footer .nav-link:hover {
    color: var(--gk-primary)
}

.footer-dark {
    background-color: #0f172a !important
}

.nav-x-0 .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.text-link {
    color: var(--gk-body-color)
}

.text-link:hover {
    color: var(--gk-primary)
}

.nav-lb-tab {
    border-bottom: 1px solid var(--gk-border-color)
}

@media (max-width:768px) {
    .nav-lb-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lb-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem
}

.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: var(--gk-gray-500);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid var(--gk-primary);
    color: var(--gk-primary)
}

.nav-lt-tab {
    border-top: 1px solid var(--gk-border-color)
}

@media (max-width:576px) {
    .nav-lt-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-lt-tab::-webkit-scrollbar {
        display: none
    }
}

.nav-lt-tab .nav-item {
    margin: -.0625rem 1rem 0
}

.nav-lt-tab .nav-item .nav-link {
    border-radius: 0;
    border-top: 2px solid transparent;
    color: var(--gk-gray-600);
    font-weight: 500;
    padding: 1rem 0
}

.nav-lt-tab .nav-item .nav-link.active,
.nav-lt-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-top: 2px solid var(--gk-primary);
    color: var(--gk-primary)
}

.flush-nav .nav .nav-link {
    color: var(--gk-gray-600);
    font-weight: 500;
    padding: 1.5rem
}

.flush-nav .nav .nav-link.active,
.flush-nav .nav .nav-link:hover {
    color: var(--gk-primary)
}

@media (max-width:576px) {
    .flush-nav .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .flush-nav .nav::-webkit-scrollbar {
        display: none
    }
}

.nav-line-bottom {
    border-bottom: 1px solid var(--gk-border-color)
}

@media (max-width:576px) {
    .nav-line-bottom {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .nav-line-bottom::-webkit-scrollbar {
        display: none
    }
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    color: var(--gk-gray-600);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 1.2rem;
    white-space: nowrap
}

@media (max-width:576px) {
    .nav-line-bottom .nav-item .nav-link {
        padding: .8rem
    }
}

.nav-line-bottom .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid var(--gk-primary);
    color: var(--gk-primary)
}

@media (max-width:576px) {
    .nav-line-bottom .nav-item .nav-link.active {
        padding: .747rem
    }
}

.nav-line-bottom .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 1px solid var(--gk-primary);
    color: var(--gk-primary)
}

.nav-line-bottom .nav-item .nav-link .badge {
    line-height: 1.4
}

.nav.btn-group .btn-outline-white.active {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}

.course-container {
    min-height: 100vh;
    position: fixed;
    width: 100%
}

@media (max-width:576px) {
    .course-container {
        min-height: inherit;
        position: relative
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .course-container {
        min-height: inherit;
        position: relative
    }
}

.course-container .content {
    left: 0;
    margin-left: 25.25rem;
    position: relative
}

@media (max-width:576px) {
    .course-container .content {
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .course-container .content {
        margin-left: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .course-container .content {
        margin-left: 23.375rem
    }

    .course-container .content .embed-responsive {
        height: calc(95vh - 137px) !important
    }
}

@media (min-width:1200px) {
    .course-container .content {
        padding-right: 1.25rem
    }

    .course-container .content .embed-responsive {
        height: calc(95vh - 137px) !important
    }
}

.course-sidebar {
    border-radius: 0;
    min-height: 100vh;
    position: fixed;
    top: 3.7rem;
    width: 23.75rem;
    z-index: 1
}

@media (max-width:576px) {
    .course-sidebar {
        position: relative;
        top: 1.25rem;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .course-sidebar {
        position: relative;
        top: 1.25rem;
        width: 100%
    }
}

.sidenav.navbar {
    background-color: var(--gk-card-background);
    border-radius: .5rem
}

@media (max-width:576px) {
    .sidenav.navbar {
        border-radius: 0 0 .5rem .5rem;
        border-top: 1px solid var(--gk-gray-200);
        padding: 1rem 1.5rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .sidenav.navbar {
        border-radius: 0 0 .5rem .5rem;
        border-top: 1px solid var(--gk-gray-200);
        padding: 1rem 1.5rem
    }
}

.sidenav.navbar .navbar-header {
    color: var(--gk-gray-500);
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    padding: .3rem .4rem;
    text-transform: uppercase
}

.sidenav.navbar .navbar-nav {
    width: 100%
}

.sidenav.navbar .navbar-nav .nav-item {
    margin-bottom: .125rem
}

.sidenav.navbar .navbar-nav .nav-item.active {
    background-color: var(--gk-gray-200);
    border-radius: .5rem;
    color: var(--gk-gray-500) !important
}

.sidenav.navbar .navbar-nav .nav-item .nav-link {
    align-items: center;
    background-color: transparent;
    border-bottom: 0;
    border-radius: .5rem;
    color: var(--gk-gray-600) !important;
    display: flex;
    font-weight: 500;
    padding: .3rem .7rem !important;
    position: relative
}

.sidenav.navbar .navbar-nav .nav-item .nav-link .nav-icon {
    margin-right: .5rem;
    opacity: .5
}

.sidenav.navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--gk-gray-200) !important;
    color: var(--gk-gray-500) !important
}

.sidenav.navbar .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.sidenav.navbar .navbar-nav .active>.nav-link {
    color: var(--gk-gray-500) !important
}

.sidenav.navbar .navbar-nav .active>.nav-link .nav-icon {
    opacity: 1
}

.table-invoice.card {
    border-radius: .625rem
}

.table-invoice.card .table {
    margin-bottom: 0
}

.table-invoice.card .table thead th {
    border-bottom: 1px solid var(--gk-gray-200);
    padding: 1rem 1.25rem;
    vertical-align: middle
}

.table-invoice.card .table td,
.table-invoice.card .table th {
    border-top: 1px solid var(--gk-gray-200);
    font-size: .875rem;
    padding: .4375rem;
    vertical-align: top
}

.table-invoice.card .table td {
    padding: 1.0625rem
}

.table-invoice.card .table tr:first-child th:first-child {
    border-top-left-radius: .625rem
}

.table-invoice.card .table tr:first-child th:last-child {
    border-top-right-radius: .625rem
}

.table-invoice.card .card .table tr:first-child td,
.table-invoice.card .table tr:first-child th {
    border-top: 0
}

.table-lg td,
.table-lg th {
    padding: 1.25rem 1.5rem
}

.table-centered td,
.table-centered th {
    vertical-align: middle !important
}

.table-with-checkbox>tbody>tr>td:first-child,
.table-with-checkbox>thead>tr>th:first-child {
    padding-right: 0;
    width: 1px
}

.table-card {
    margin: -1.5rem
}

.dropdown-menu {
    box-shadow: var(--gk-dropdown-shadow);
    padding: .5rem;
    z-index: 1021
}

.dropdown-header {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    text-transform: uppercase
}

.dropdown-header,
.dropdown-text {
    color: var(--gk-gray-500);
    padding: .25rem 1.2rem
}

.dropdown-text {
    font-size: .75rem;
    line-height: 1.4
}

.dropdown-item {
    align-items: center;
    border-radius: .25rem;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: .125rem 1rem;
}

.dropdown-item:last-child {
    border-bottom: 0
}

.dropdown-item:hover,
.dropdown-item:hover.dropdown-toggle:after {
    color: var(--gk-primary)
}

.dropdown-item:hover {
    background-color: var(--gk-light)
}

.dropdown-menu-xs {
    border-radius: .5rem;
    min-width: 8rem !important
}

.dropdown-menu-md {
    border-radius: .5rem;
    min-width: 17rem !important
}

.dropdown-menu-lg {
    border-radius: .5rem;
    min-width: 22rem !important
}

.dropdown-menu-xl {
    border-radius: .5rem;
    min-width: 24rem !important
}

.dropdown-toggle:after {
    border: 0;
    content: "\e92e";
    float: right;
    font-family: Feather !important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:after {
    content: "\e931"
}

.dropend .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
    border: 0;
    display: inline-block;
    font-family: Feather !important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:after {
    content: "\e930"
}

.dropstart .dropdown-toggle:before {
    border: 0;
    content: "\e92f";
    display: none;
    font-family: Feather !important;
    margin-right: .255em
}

.dropdown-item-icon {
    color: var(--gk-gray-600);
    display: inline-block;
    font-size: .8125rem;
    opacity: .7;
    width: 1.5rem
}

@media (min-width:990px) {
    .dropstart-lg {
        position: relative
    }

    .dropstart-lg .dropdown-menu {
        margin-right: .125rem;
        margin-top: 0;
        right: 100%;
        top: 0
    }

    .dropstart-toggle-none.dropstart .dropdown-toggle:before {
        display: none
    }
}

.dropdown-toggle-none .dropdown-toggle:before {
    display: none
}

.dropdown-animation.dropdown-submenu .dropdown-menu {
    display: block;
    margin-right: .125rem;
    margin-top: 0;
    opacity: 0;
    right: 100%;
    top: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden
}

.dropdown-animation.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

@media (max-width:990px) {
    .dropdown-stick {
        position: static !important;
        transform: translateZ(0) !important
    }
}

.form-check {
    margin-bottom: 0
}

.form-switch-price .form-check-input {
    height: 1.5em;
    width: 2.5em
}

.form-switch-price .form-check-input:checked {
    background-color: var(--gk-dark-primary);
    border-color: var(--gk-dark-primary)
}

.form-switch {
    align-items: center;
    display: flex
}

.form-switch .form-check-input {
    border-color: var(--gk-gray-200);
    height: 1.6em;
    margin-right: .5rem;
    width: 3em
}

.navbar-vertical {
    background-color: var(--gk-navbar-vertical-bg);
    bottom: 0;
    display: block;
    height: 100vh;
    margin-left: -17rem;
    max-width: 250px;
    padding: 0;
    position: fixed;
    top: 0;
    transition: margin .25s ease-out;
    width: 100%
}

.navbar-vertical .navbar-brand {
    display: block;
    margin-right: 0;
    padding: 1rem 1.5rem 1.5rem
}

.navbar-vertical .navbar-brand img {
    height: 1.875rem
}

.navbar-vertical .navbar-heading {
    color: var(--gk-gray-700);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .125rem;
    padding: .6rem 2rem;
    text-transform: uppercase
}

.navbar-vertical .navbar-nav .nav-item .nav-link {
    align-items: center;
    color: var(--gk-navbar-vertical-link);
    display: flex;
    font-weight: 500;
    line-height: 1.8;
    padding: .5rem 1.5rem;
    transition: all .5s
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
    color: var(--gk-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active {
    color: var(--gk-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
    opacity: 1
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse] {
    position: relative
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
    content: "\e92e";
    display: block;
    font-family: Feather;
    margin-left: auto;
    position: absolute;
    right: 1.5rem;
    transition: .5s ease
}

.navbar-vertical .navbar-nav .nav-item [aria-expanded=true].nav-link[data-bs-toggle=collapse]:after {
    transform: rotate(180deg);
    transition: all .3s ease-in
}

.navbar-vertical .navbar-nav .nav-icon {
    font-size: 1.1rem;
    opacity: .6;
    transition: all .5s
}

.navbar-vertical .navbar-nav .nav-divider {
    border: 0;
    border-top: 1px solid rgba(var(--gk-gray-800), .5);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
    padding: .25rem 3rem !important
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link:hover {
    color: var(--gk-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link {
    padding: .25rem 3.5rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
    color: var(--gk-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
    padding: .25rem 4.2rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
    color: var(--gk-navbar-vertical-link-hover)
}

.navbar-vertical-compact {
    background-color: var(--gk-navbar-vertical-bg);
    bottom: 0;
    display: initial;
    height: 100%;
    margin-left: -74px;
    max-width: 74px;
    min-width: 74px;
    padding: 0;
    position: fixed;
    top: 0;
    transition: margin .25s ease-out;
    width: 100%;
    z-index: 1
}

.navbar-vertical-compact .simplebar-content-wrapper,
.navbar-vertical-compact .simplebar-mask {
    overflow: visible !important
}

.navbar-vertical-compact .navbar-brand {
    display: block;
    margin-right: 0;
    padding: 1rem;
    text-align: center
}

.navbar-vertical-compact .navbar-nav .nav-item {
    position: relative
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link {
    color: var(--gk-gray-400);
    padding: .5rem 1.625rem;
    text-align: center
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link .nav-icon {
    font-size: 20px
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link.active .nav-icon,
.navbar-vertical-compact .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu {
    left: 77px;
    position: absolute;
    top: 0
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 150px
}

@media (max-width:375px) {
    .navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu.show {
        display: block
    }
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
    left: 157px
}

@media (max-width:990px) {
    .navbar-vertical-compact .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
        box-shadow: none;
        left: 0;
        position: relative
    }
}

@media (max-width:992px) {
    .navbar-vertical .navbar-nav .nav-item .nav-link {
        border-bottom: 0 !important;
        padding: .5rem !important
    }
}

@media (min-width:1200px) {
    .navbar-vertical-compact .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in;
        visibility: hidden
    }

    .navbar-vertical-compact .dropdown-submenu:hover>.dropdown-menu,
    .navbar-vertical-compact .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

.docs-header .docs-header-btn {
    align-items: center;
    display: flex
}

.docs-header .navbar {
    background-color: var(--gk-navbar-bg);
    box-shadow: 0 -9px 49px rgba(22, 20, 37, .12), 0 -2.71324px 14.7721px rgba(22, 20, 37, .14), 0 -1.12694px 6.13556px rgba(22, 20, 37, .16), 0 -.407592px 2.21911px rgba(22, 20, 37, .18);
    margin-left: 15.625rem;
    z-index: 1022
}

@media (max-width:576px) {
    .docs-header .navbar {
        margin-left: 0
    }
}

.docs-nav-sidebar {
    background-color: var(--gk-navbar-bg);
    border-right: 1px solid var(--gk-border-color);
    height: 100%;
    position: fixed;
    top: 0;
    width: 15.625rem;
    z-index: 22
}

.docs-nav-sidebar .navbar-brand {
    margin-right: 0;
    padding: 14px 20px 10px
}

.docs-nav-sidebar .docs-nav {
    height: calc(100% - 7.5rem) !important;
    overflow-y: auto
}

.docs-nav-sidebar .navbar {
    padding: 0
}

.docs-nav-sidebar .navbar-nav {
    min-width: 100%
}

@media (max-width:375px) {
    .docs-nav-sidebar .navbar-nav {
        padding-top: 25px
    }
}

.docs-nav-sidebar .navbar-nav .navbar-header {
    margin-bottom: 1rem;
    margin-top: 1.5625rem;
    padding: 0 1.25rem
}

.docs-nav-sidebar .navbar-nav .navbar-header .heading {
    color: var(--gk-gray-800);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize
}

.docs-nav-sidebar .navbar-nav .navbar-border {
    border-bottom: 1px solid var(--gk-border-color);
    margin: 1.25rem 0
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link {
    border-bottom: 0;
    border-radius: .375rem;
    color: var(--gk-gray-600) !important;
    margin: .05rem 1.25rem;
    padding: .275rem .675rem !important
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active,
.docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--gk-gray-100);
    color: var(--gk-gray-500) !important
}

.docs-nav-sidebar .nav-footer {
    background-color: var(--gk-navbar-bg);
    border-top: 1px solid var(--gk-border-color);
    bottom: 0;
    padding: .875rem 1.5rem;
    position: absolute;
    width: 100%
}

.sidebar-nav-fixed {
    border-left: 1px solid var(--gk-gray-300);
    height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-top: 4.0625rem;
    position: sticky;
    top: 4rem
}

.sidebar-nav-fixed ul {
    list-style: none
}

.sidebar-nav-fixed ul li a {
    background: transparent;
    border-left: 2px solid transparent;
    border-radius: 0;
    color: var(--gk-gray-600);
    display: block;
    font-size: .8125rem;
    line-height: 1.4375rem;
    padding: .125rem 1.5rem;
    text-decoration: none;
    transition: .5s ease
}

.sidebar-nav-fixed ul li a:hover {
    color: var(--gk-primary)
}

.sidebar-nav-fixed ul li a.active {
    background: transparent !important;
    border-left-color: var(--gk-primary);
    color: var(--gk-primary);
    display: block;
    text-decoration: none;
    transition: .5s ease
}

.sidebar-nav-fixed ul li ul {
    list-style: none;
    padding-left: 0
}

.sidebar-nav-fixed ul li ul li a {
    padding: .125rem 2.5rem
}

.docs-main-wrapper {
    min-height: 100%;
    position: relative
}

.docs-wrapper {
    left: 0;
    margin-left: 15.625rem;
    position: relative;
    top: 35px
}

.docs-content {
    margin: 6rem 4rem
}

.docs-content-head {
    padding: 4.375rem 0
}

.gd-example-modal.modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1
}

.scrollspy-example {
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto;
    position: relative
}

.scrollspy-example-2 {
    height: 21.875rem;
    overflow: auto;
    position: relative
}

.toast.hide {
    display: none
}

.color-swatch {
    margin-bottom: 1.875rem
}

.color-swatch-header {
    border-radius: .25rem;
    height: 4.5rem
}

.color-swatch-body {
    line-height: 1;
    margin-top: .5rem
}

.color-swatch-body-label {
    margin-bottom: .25rem
}

.color-swatch-body-value {
    margin-bottom: 0
}

.docs-example-border-utils [class^=border] {
    background-color: var(--gk-gray-100);
    display: inline-block;
    height: 5rem;
    margin: .25rem;
    width: 5rem
}

.docs-example-border-utils-0 [class^=border] {
    border: 1px solid var(--gk-gray-300)
}

:focus {
    outline: 0
}

@media only screen and (max-width:1400px) {
    .docs-content {
        margin: 6rem 0
    }
}

@media only screen and (max-width:1200px) {
    .docs-content {
        margin: 5rem 3rem
    }
}

@media only screen and (max-width:768px) {
    .docs-content {
        margin: 5rem 3rem
    }
}

@media only screen and (max-width:480px) {
    .docs-nav-sidebar {
        position: relative;
        right: 0;
        width: 100%
    }

    .docs-nav-sidebar .top-search-bar {
        border-bottom: 1px solid var(--gk-gray-300);
        margin-top: 2.875rem;
        padding: 1.25rem
    }

    .docs-nav-sidebar .navbar-toggler {
        background-color: var(--gk-white)
    }

    .docs-wrapper {
        margin-left: 0
    }

    .docs-main-wrapper .main-content {
        margin-left: 0;
        width: auto
    }

    .docs-content {
        margin: 1rem
    }
}

.ratio {
    background-color: var(--gk-gray-100);
    border: 1px solid var(--gk-gray-300);
    color: var(--gk-gray-600);
    display: inline-block;
    width: 10rem
}

.docs-content .nav-line-bottom .nav-item .nav-link {
    padding: .75rem
}

.card {
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09)
}

.img-left-rounded {
    border-radius: .5rem 0 0 .5rem
}

@media (max-width:768px) {
    .img-left-rounded {
        border-radius: .5rem .5rem 0 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .img-left-rounded {
        border-radius: .5rem .5rem 0 0
    }
}

.card-header-height {
    height: 3.75rem
}

.card-hover {
    transition: box-shadow .25s ease
}

.card-hover.active,
.card-hover:focus,
.card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important
}

.accordion>.card>.card-header {
    margin-bottom: 0
}

.card-img-size-600 {
    width: 100%
}

@media (min-width:990px) {
    .card-img-size-600 {
        width: 600px
    }
}

.card-bordered {
    border: 1px solid var(--gk-gray-200);
    box-shadow: none
}

.card-dashed-hover {
    border-style: dashed !important;
    transition: .5s ease
}

.card-dashed-hover:hover {
    border: 2px dashed var(--gk-primary) !important
}

.card-hover-with-icon {
    cursor: pointer;
    transition: box-shadow .25s ease
}

.card-hover-with-icon.active,
.card-hover-with-icon:focus,
.card-hover-with-icon:hover {
    border-top-color: var(--gk-primary) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transition: 1s ease
}

.card-hover-with-icon.active .card-icon,
.card-hover-with-icon:focus .card-icon,
.card-hover-with-icon:hover .card-icon {
    background-color: var(--gk-light-primary) !important;
    color: var(--gk-primary) !important
}

.card-lift {
    border-radius: .5rem;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-lift.active,
.card-lift:focus,
.card-lift:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-border-primary {
    border: 1px solid transparent;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-border-primary:hover {
    border-color: #dc2626;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-light-primary:hover {
    background-color: var(--gk-primary-bg-subtle)
}

.card-hover-svg {
    box-shadow: .2s ease-in-out;
    cursor: pointer;
    display: block;
    transition: .3s ease-in-out
}

.card-hover-svg svg {
    fill: var(--gk-gray-500)
}

.card-hover-svg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-hover-svg:hover svg {
    fill: var(--gk-primary)
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-webkit-scrollbar {
    background: transparent;
    background: #f1f5f9;
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: .5rem
}

.form-control-simple:focus {
    box-shadow: none
}

.no-resize {
    resize: none
}

.form-focus-none.form-control:focus {
    box-shadow: none;
    outline: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.password-field:after {
    background-color: var(--gk-gray-200);
    border-radius: .75rem;
    content: "";
    display: block;
    height: 6px;
    margin-top: 3px;
    width: 100%
}

.password-field.level0:after {
    background-color: var(--gk-danger);
    width: 25%
}

.password-field.level1:after {
    background-color: var(--gk-warning);
    width: 50%
}

.password-field.level2:after {
    background-color: var(--gk-warning);
    width: 75%
}

.password-field.level3:after {
    background-color: var(--gk-success);
    width: 100%
}

.password-field.level0:after {
    background-color: var(--gk-gray-200);
    width: 100%
}

.blockquote-left {
    border-left: 4px solid var(--gk-gray-200)
}

.header .navbar {
    padding: .625rem 1.5rem
}

.header .navbar #nav-toggle {
    color: var(--gk-gray-700);
    font-size: 20px;
    line-height: .5
}

@media (max-width:576px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

#db-wrapper {
    display: flex;
    overflow-x: hidden
}

#page-content {
    margin-left: 15.625rem
}

#page-content,
#page-content-for-mini {
    min-height: 100vh;
    min-width: 100vw;
    transition: margin .25s ease-out
}

#page-content-for-mini {
    margin-left: 75px
}

#db-wrapper.toggled #page-content,
#db-wrapper.toggled #page-content-for-mini,
#db-wrapper.toggled .navbar-vertical,
#db-wrapper.toggled .navbar-vertical-compact {
    margin-left: 0
}

@media (max-width:740px) {
    #page-content {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem
    }

    #page-content-for-mini {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content-for-mini {
        margin-left: 74px
    }
}

@media (min-width:768px) {
    .navbar-vertical {
        margin-left: 0
    }

    #page-content {
        min-width: 0;
        width: 100%
    }

    #db-wrapper.toggled .navbar-vertical {
        margin-left: -16rem
    }

    .navbar-vertical-compact {
        margin-left: 0
    }

    #page-content-for-mini {
        min-width: 0;
        width: 100%
    }

    #db-wrapper.toggled .navbar-vertical-compact {
        margin-left: -74px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #page-content {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem
    }

    #page-content-for-mini {
        margin-left: 0
    }
}

.btn-social {
    background-color: var(--gk-gray-200);
    border: 1px solid transparent;
    border-radius: .375rem;
    color: var(--gk-gray-500);
    display: inline-block;
    font-size: .875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0;
    text-align: center;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
    width: 2.25rem
}

.btn-social:hover {
    color: var(--gk-white)
}

.btn-social:focus {
    outline: none
}

.btn-social:active {
    box-shadow: none !important;
    transition: none
}

.btn-social-outline {
    background-color: transparent;
    border-color: var(--gk-gray-400)
}

.btn-social-outline:hover {
    border-color: transparent
}

.btn-facebook:hover {
    background-color: #3b5998
}

.btn-twitter:hover {
    background-color: #1da1f2
}

.btn-instagram:hover {
    background-color: #5851db
}

.btn-google:hover {
    background-color: #ea4335;
    border-color: #ea4335;
    color: var(--gk-white)
}

.btn-linkedin:hover {
    background-color: #0077b5
}

.btn-github:hover {
    background-color: #4078c0
}

.color-facebook {
    color: #4267b2
}

.color-twitter {
    color: #1da1f2
}

.color-github {
    color: #000
}

.color-google {
    color: #db3236
}

.indicator {
    position: relative
}

.indicator:before {
    border: 2px solid var(--gk-white);
    border-radius: 50%;
    content: "";
    height: .75rem;
    position: absolute;
    right: .18rem;
    top: 0;
    width: .75rem
}

.indicator-primary.indicator:before {
    background-color: var(--gk-primary)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .dropdown .dropdown-toggle:after {
        display: none
    }

    .search-icon {
        margin-top: -10px
    }

    .avatar-indicators:before {
        right: 16%
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
        top: .5rem
    }
}

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: .5rem
}

.gallery .gallery__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gallery .gallery__item--1 {
    grid-column-end: 6;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--2 {
    grid-column-end: 9;
    grid-column-start: 6;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--3 {
    grid-column-end: 13;
    grid-column-start: 9;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--4 {
    grid-column-end: 4;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-row-start: 4
}

.gallery .gallery__item--5 {
    grid-column-end: 9;
    grid-column-start: 4;
    grid-row-end: 7;
    grid-row-start: 4
}

.gallery .gallery__item--6 {
    grid-column-end: 13;
    grid-column-start: 9;
    grid-row-end: 7;
    grid-row-start: 4
}

.accordion-flush a[aria-expanded=true] {
    color: var(--gk-primary)
}

.btn-collapse svg {
    margin-left: 5px;
    transition: transform .3s
}

.btn-collapse.show-more svg {
    transform: rotate(180deg)
}

.chat-item {
    position: relative;
    transition: background-color .3s
}

.chat-item .chat-actions {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: .75rem;
    top: 0;
    width: 3rem;
    z-index: 2
}

.chat-item .chat-actions,
.chat-item:hover {
    background-color: var(--gk-light)
}

.chat-item:hover .chat-actions {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .5s
}

.chat-layout {
    height: 100vh;
    overflow-y: hidden
}

@media (max-width:1199.98px) {
    .chat-layout .chat-body {
        background: var(--gk-gray-100);
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        transition: transform .3s ease, visibility .3s ease;
        visibility: hidden;
        width: 100%;
        z-index: 1020
    }

    .chat-layout .chat-body.chat-body-visible {
        transform: translateX(0);
        visibility: visible
    }
}

.chat-footer {
    bottom: 0;
    position: sticky;
    width: 100%
}

@media (min-width:1200px) {
    .chat-footer {
        bottom: 60px
    }
}

.task-kanban-container {
    display: block;
    overflow-x: auto;
    white-space: nowrap
}

.task-kanban-container .task-card {
    width: 20rem
}

.task-kanban-container .task-list {
    position: relative
}

.task-kanban-container .task-list:before {
    content: "";
    font-weight: 600;
    line-height: 110px;
    position: absolute;
    text-align: center;
    width: 100%
}

.task-kanban-container .task-kanban {
    position: relative
}

.task-kanban-container .task-kanban .card {
    margin-bottom: 1rem;
    white-space: normal
}

.task-kanban-container .task-kanban .gu-mirror,
.task-kanban-container .task-kanban>div {
    cursor: pointer;
    margin: 0;
    min-height: 100px;
    padding: 0;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.progress-tooltip {
    overflow: visible
}

.progress-tooltip .progress-bar {
    border-radius: .5rem;
    overflow: visible;
    position: relative
}

.progress-tooltip .progress-bar span {
    border-radius: 2px;
    color: var(--gk-dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    position: absolute;
    right: -1.4em;
    top: -20px
}

.navbar-mail .navbar-nav .nav-item {
    margin-bottom: .25rem
}

.navbar-mail .navbar-nav .nav-item .nav-link {
    color: var(--gk-gray-500);
    font-weight: 500;
    padding: .5rem .75rem
}

.navbar-mail .navbar-nav .nav-item .nav-link.active,
.navbar-mail .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--gk-gray-100);
    border-radius: .375rem;
    color: var(--gk-gray-800)
}

.list-group-mail .list-mail {
    color: var(--gk-gray-700)
}

.list-group-mail .list-mail.active,
.list-group-mail .list-mail:focus,
.list-group-mail .list-mail:hover {
    background-color: var(--gk-gray-100);
    border-color: var(--gk-gray-100);
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08);
    color: var(--gk-gray-700)
}

.list-group-mail .list-mail.active .actions-mail,
.list-group-mail .list-mail:focus .actions-mail,
.list-group-mail .list-mail:hover .actions-mail {
    opacity: 1
}

.list-group-mail .list-mail .list-title {
    flex-basis: 168px;
    max-width: 168px;
    overflow: hidden;
    padding-right: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:768px) {
    .list-group-mail .list-mail .list-title {
        flex-basis: 88px;
        max-width: 88px
    }
}

.list-group-mail .list-mail .list-title a {
    color: var(--gk-gray-700)
}

.list-group-mail .list-mail .list-text {
    color: var(--gk-gray-700);
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-group-mail .list-mail .list-time {
    margin-right: 1.5rem;
    position: absolute;
    right: 0
}

.actions-mail {
    background-color: var(--gk-white);
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    line-height: 1;
    margin-right: .5rem;
    margin-top: .47rem;
    opacity: 0;
    padding: .5rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.actions-mail span {
    color: var(--gk-gray-500);
    font-size: 16px;
    font-weight: 500;
    margin-right: .25rem
}

.actions-mail span:hover {
    color: var(--gk-primary)
}

.compose-mail .ql-toolbar.ql-snow {
    border: none;
    border-bottom: 1px solid var(--gk-gray-200);
    border-radius: 0
}

.compose-mail .ql-container.ql-snow {
    border: none
}

.compose-mail .ql-editor {
    height: 250px
}

.compose-mail .compose-img-upload {
    cursor: pointer
}

.compose-mail .compose-img-upload>input {
    display: none
}

.compose-mail .compose-img-upload label {
    cursor: pointer
}

.list-group-hover:focus,
.list-group-hover:hover {
    background-color: transparent;
    color: var(--gk-gray-900)
}

.list-group-hover:focus .list-group-title,
.list-group-hover:hover .list-group-title {
    color: var(--gk-primary)
}

.list-session-hover {
    background-color: transparent
}

.list-session-hover:hover {
    color: var(--gk-primary)
}

.page-item:first-child .page-link {
    margin-right: .25rem
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
    margin-right: .25rem
}

.page-item .page-link {
    border-radius: var(--gk-pagination-border-radius)
}

.offset-right-0 {
    margin-right: 0
}

.offset-right-1 {
    margin-right: 1200%
}

.offset-right-2 {
    margin-right: 2400%
}

.offset-right-3 {
    margin-right: 3600%
}

.offset-right-4 {
    margin-right: 4800%
}

.offset-right-5 {
    margin-right: 6000%
}

.offset-right-6 {
    margin-right: 7200%
}

.offset-right-7 {
    margin-right: 8400%
}

.offset-right-8 {
    margin-right: 9600%
}

.offset-right-9 {
    margin-right: 10800%
}

.offset-right-10 {
    margin-right: 12000%
}

.offset-right-11 {
    margin-right: 13200%
}

.offset-right-12 {
    margin-right: 14400%
}

@media (min-width:576px) {
    .offset-right-sm-0 {
        margin-right: 0
    }

    .offset-right-sm-1 {
        margin-right: 1200%
    }

    .offset-right-sm-2 {
        margin-right: 2400%
    }

    .offset-right-sm-3 {
        margin-right: 3600%
    }

    .offset-right-sm-4 {
        margin-right: 4800%
    }

    .offset-right-sm-5 {
        margin-right: 6000%
    }

    .offset-right-sm-6 {
        margin-right: 7200%
    }

    .offset-right-sm-7 {
        margin-right: 8400%
    }

    .offset-right-sm-8 {
        margin-right: 9600%
    }

    .offset-right-sm-9 {
        margin-right: 10800%
    }

    .offset-right-sm-10 {
        margin-right: 12000%
    }

    .offset-right-sm-11 {
        margin-right: 13200%
    }

    .offset-right-sm-12 {
        margin-right: 14400%
    }
}

@media (min-width:768px) {
    .offset-right-md-0 {
        margin-right: 0
    }

    .offset-right-md-1 {
        margin-right: 1200%
    }

    .offset-right-md-2 {
        margin-right: 2400%
    }

    .offset-right-md-3 {
        margin-right: 3600%
    }

    .offset-right-md-4 {
        margin-right: 4800%
    }

    .offset-right-md-5 {
        margin-right: 6000%
    }

    .offset-right-md-6 {
        margin-right: 7200%
    }

    .offset-right-md-7 {
        margin-right: 8400%
    }

    .offset-right-md-8 {
        margin-right: 9600%
    }

    .offset-right-md-9 {
        margin-right: 10800%
    }

    .offset-right-md-10 {
        margin-right: 12000%
    }

    .offset-right-md-11 {
        margin-right: 13200%
    }

    .offset-right-md-12 {
        margin-right: 14400%
    }
}

@media (min-width:992px) {
    .offset-right-lg-0 {
        margin-right: 0
    }

    .offset-right-lg-1 {
        margin-right: 1200%
    }

    .offset-right-lg-2 {
        margin-right: 2400%
    }

    .offset-right-lg-3 {
        margin-right: 3600%
    }

    .offset-right-lg-4 {
        margin-right: 4800%
    }

    .offset-right-lg-5 {
        margin-right: 6000%
    }

    .offset-right-lg-6 {
        margin-right: 7200%
    }

    .offset-right-lg-7 {
        margin-right: 8400%
    }

    .offset-right-lg-8 {
        margin-right: 9600%
    }

    .offset-right-lg-9 {
        margin-right: 10800%
    }

    .offset-right-lg-10 {
        margin-right: 12000%
    }

    .offset-right-lg-11 {
        margin-right: 13200%
    }

    .offset-right-lg-12 {
        margin-right: 14400%
    }
}

@media (min-width:1200px) {
    .offset-right-xl-0 {
        margin-right: 0
    }

    .offset-right-xl-1 {
        margin-right: 1200%
    }

    .offset-right-xl-2 {
        margin-right: 2400%
    }

    .offset-right-xl-3 {
        margin-right: 3600%
    }

    .offset-right-xl-4 {
        margin-right: 4800%
    }

    .offset-right-xl-5 {
        margin-right: 6000%
    }

    .offset-right-xl-6 {
        margin-right: 7200%
    }

    .offset-right-xl-7 {
        margin-right: 8400%
    }

    .offset-right-xl-8 {
        margin-right: 9600%
    }

    .offset-right-xl-9 {
        margin-right: 10800%
    }

    .offset-right-xl-10 {
        margin-right: 12000%
    }

    .offset-right-xl-11 {
        margin-right: 13200%
    }

    .offset-right-xl-12 {
        margin-right: 14400%
    }
}

@media (min-width:1400px) {
    .offset-right-xxl-0 {
        margin-right: 0
    }

    .offset-right-xxl-1 {
        margin-right: 1200%
    }

    .offset-right-xxl-2 {
        margin-right: 2400%
    }

    .offset-right-xxl-3 {
        margin-right: 3600%
    }

    .offset-right-xxl-4 {
        margin-right: 4800%
    }

    .offset-right-xxl-5 {
        margin-right: 6000%
    }

    .offset-right-xxl-6 {
        margin-right: 7200%
    }

    .offset-right-xxl-7 {
        margin-right: 8400%
    }

    .offset-right-xxl-8 {
        margin-right: 9600%
    }

    .offset-right-xxl-9 {
        margin-right: 10800%
    }

    .offset-right-xxl-10 {
        margin-right: 12000%
    }

    .offset-right-xxl-11 {
        margin-right: 13200%
    }

    .offset-right-xxl-12 {
        margin-right: 14400%
    }
}

.animate-marquee {
    animation: marquee 50s linear infinite !important
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-left {
    to {
        transform: translateX(0)
    }

    0% {
        transform: translateX(-50%)
    }
}

@media (min-width:992px) {
    .offcanvas-collapse {
        background-color: transparent;
        border-right: 0 !important;
        bottom: auto !important;
        display: block;
        height: auto !important;
        left: auto !important;
        position: static;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        visibility: visible;
        width: 100% !important
    }
}

.text-truncate-line-2 {
    max-height: 3rem;
    overflow: hidden
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.flatpickr-calendar {
    animation: none;
    background: transparent;
    background: var(--gk-white);
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 var(--gk-gray-200), -1px 0 0 var(--gk-gray-200), 0 1px 0 var(--gk-gray-200), 0 -1px 0 var(--gk-gray-200), 0 3px 13px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0
}

.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar:before {
    border: 5px solid transparent;
    margin: 0 -5px
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar:after {
    border: 4px solid transparent;
    margin: 0 -4px
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-calendar.open {
    display: inline-block;
    max-height: 640px;
    opacity: 1;
    visibility: visible;
    z-index: 99999
}

.flatpickr-calendar.inline {
    display: block;
    max-height: 640px;
    opacity: 1;
    position: relative;
    top: 2px;
    visibility: visible
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 var(--gk-gray-200), 5px 0 0 var(--gk-gray-200)
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border-top: 1px solid var(--gk-gray-200);
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--gk-gray-200);
    bottom: 100%
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: var(--gk-white);
    bottom: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--gk-gray-200);
    top: 100%
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: var(--gk-white);
    top: 100%
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: var(--gk-gray-100);
    fill: rgba(0, 0, 0, .9);
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-prev-month {
    color: var(--gk-gray-100);
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3;
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month:hover {
    color: var(--gk-gray-300)
}

.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: var(--gk-primary)
}

.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.flatpickr-months .flatpickr-next-month {
    color: var(--gk-gray-100);
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3;
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month:hover {
    color: var(--gk-gray-300)
}

.flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--gk-primary)
}

.flatpickr-months .flatpickr-next-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path {
    transition: fill .1s;
    fill: inherit
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input {
    display: inline-block;
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: var(--gk-gray-600);
    display: inline-block;
    font-size: 100%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 16px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: var(--gk-gray-600);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--gk-gray-100)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: var(--gk-gray-100)
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--gk-gray-600);
    cursor: text;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: var(--gk-gray-400);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: var(--gk-gray-600);
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    align-items: center;
    background: transparent;
    display: flex;
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    background: transparent;
    color: var(--gk-gray-900);
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 var(--gk-gray-200)
}

.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--gk-gray-800);
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 38px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: var(--gk-gray-200);
    border-color: var(--gk-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 var(--gk-gray-200), 5px 0 0 var(--gk-gray-200)
}

.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.today.inRange {
    background: var(--gk-gray-200);
    border-color: var(--gk-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--gk-gray-600);
    cursor: default
}

.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover {
    background: var(--gk-gray-200);
    border-color: var(--gk-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.nextMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--gk-gray-300);
    cursor: default
}

.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover {
    background: var(--gk-gray-200);
    border-color: var(--gk-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: var(--gk-gray-300);
    border-color: var(--gk-gray-300);
    color: var(--gk-white)
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: var(--gk-primary);
    border-color: var(--gk-primary);
    box-shadow: none;
    color: var(--gk-white)
}

.flatpickr-day.selected.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--gk-primary)
}

.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--gk-primary)
}

.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--gk-primary)
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: transparent;
    border-color: transparent;
    color: var(--gk-gray-600);
    cursor: default;
    cursor: not-allowed
}

.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--gk-gray-600);
    cursor: default
}

.flatpickr-day.notAllowed.nextMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--gk-gray-200);
    cursor: default
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 var(--gk-primary), 5px 0 0 var(--gk-primary)
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 var(--gk-gray-200);
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: var(--gk-gray-600);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--gk-gray-300)
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--gk-gray-300)
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--gk-gray-300);
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: var(--gk-gray-200)
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: var(--gk-gray-300);
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
    background: var(--gk-gray-200)
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-input[readonly] {
    background-color: var(--gk-white);
    cursor: pointer
}

.ql-container {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0;
    position: relative
}

.ql-editor {
    box-sizing: border-box;
    height: 100%;
    line-height: 2;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0 0 35px
}

.ql-editor>* {
    cursor: text
}

.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    color: var(--gk-gray-600);
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Ëœ";
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=false] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before {
    color: var(--gk-gray-600);
    content: "ÃƒÂ¢Ã‹Å“Ã‚Â";
    cursor: pointer;
    pointer-events: all
}

.ql-editor .ql-bg-black {
    background-color: var(--gk-dark)
}

.ql-editor .ql-bg-orange,
.ql-editor .ql-bg-red,
.ql-editor .ql-bg-yellow {
    background-color: var(--gk-danger)
}

.ql-editor .ql-bg-green {
    background-color: var(--gk-success)
}

.ql-editor .ql-bg-blue {
    background-color: var(--gk-primary)
}

.ql-editor .ql-bg-purple {
    background-color: var(--gk-secondary)
}

.ql-editor .ql-color-white {
    color: var(--gk-white)
}

.ql-editor .ql-color-red {
    color: var(--gk-danger)
}

.ql-editor .ql-color-orange {
    color: #fd7e14
}

.ql-editor .ql-color-yellow {
    color: var(--gk-warning)
}

.ql-editor .ql-color-green {
    color: var(--gk-success)
}

.ql-editor .ql-color-blue {
    color: var(--gk-primary)
}

.ql-editor .ql-color-purple {
    color: var(--gk-secondary)
}

.ql-editor .ql-font-serif {
    font-family: Inter, sans-serif
}

.ql-editor.ql-blank:before {
    color: var(--gk-dark)
}

.ql-snow.ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar button:hover {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar button:focus {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar button.ql-active {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow {
    box-sizing: border-box
}

.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow .ql-toolbar button:hover {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar button:focus {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow .ql-toolbar button.ql-active {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: var(--gk-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--gk-primary)
}

.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-gray-400);
    box-shadow: 0 0 5px var(--gk-gray-300);
    color: var(--gk-gray-600);
    padding: 5px 12px;
    position: absolute;
    transform: translateY(10px);
    white-space: nowrap
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    line-height: 26px;
    text-decoration: none
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    border: 1px solid var(--gk-gray-200);
    display: none;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid var(--gk-gray-200);
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: var(--gk-gray-700);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: var(--gk-gray-700);
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: var(--gk-gray-700)
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid var(--gk-gray-200)
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: var(--gk-light)
}

.ql-snow .ql-editor pre {
    border-radius: 3px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: var(--gk-dark);
    color: var(--gk-gray-300);
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: var(--gk-gray-600);
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker-options {
    background-color: var(--gk-white);
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: var(--gk-gray-200);
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: var(--gk-gray-200)
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: var(--gk-gray-200)
}

.ql-snow .ql-color-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: var(--gk-white)
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: var(--gk-dark)
}

.ql-snow a {
    color: var(--gk-primary)
}

.ql-toolbar.ql-snow {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-border-color);
    border-radius: .5rem .5rem 0 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: var(--gk-gray-200)
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: var(--gk-dark)
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-container.ql-snow {
    border: 1px solid var(--gk-border-color);
    border-radius: 0 0 .5rem .5rem
}

@media (pointer:coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: var(--gk-gray-600)
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: var(--gk-gray-700)
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: var(--gk-gray-700)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: var(--gk-gray-600)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: var(--gk-gray-700)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: var(--gk-gray-700)
    }
}

.custom-file-container {
    box-sizing: border-box;
    display: block;
    position: relative
}

.custom-file-container * {
    box-sizing: border-box
}

.custom-file-container .label-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.custom-file-container .clear-button {
    color: var(--gk-gray-700);
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.custom-file-container .clear-button:hover {
    color: var(--gk-gray-300)
}

.custom-file-container .input-container {
    display: inline-block;
    height: 40px;
    margin-bottom: 8px;
    position: relative;
    width: 100%
}

.custom-file-container .input-container:hover {
    cursor: pointer
}

.custom-file-container .input-hidden {
    height: 40px;
    margin: 0;
    max-width: 100%;
    min-width: 300px;
    opacity: 0
}

.custom-file-container .input-visible {
    background-clip: padding-box;
    background-color: var(--gk-input-bg);
    border: 1px solid var(--gk-border-color);
    border-radius: 4px;
    color: var(--gk-gray-700);
    height: 40px;
    left: 0;
    line-height: 1.5;
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 5
}

.custom-file-container .browse-button {
    background-color: var(--gk-gray-200);
    border-left: 1px solid var(--gk-border-color);
    color: var(--gk-gray-700);
    display: block;
    height: 38px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6
}

.custom-file-container .image-preview {
    background-color: var(--gk-gray-200);
    height: 250px;
    overflow: auto;
    padding: 4px;
    transition: background .2s ease-in-out;
    width: 100%
}

.custom-file-container .image-preview,
.custom-file-container .image-preview-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px
}

.custom-file-container .image-preview-item {
    box-shadow: 0 4px 10px 0 rgba(var(--gk-gray-700), .25);
    float: left;
    height: 90px;
    margin: 1.858736059%;
    position: relative;
    transition: background .2s ease-in-out, opacity .2s ease-in-out;
    width: 29.615861214%
}

.custom-file-container .image-preview-item.multi-item-clear-animation {
    opacity: 0
}

.custom-file-container .image-preview-item-clear {
    background: var(--gk-gray-200);
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(var(--gk-gray-700), .25);
    height: 20px;
    left: -6px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    width: 20px
}

.custom-file-container .image-preview-item-clear:hover {
    background: var(--gk-gray-300);
    cursor: pointer
}

.custom-file-container .image-preview-item-clear-icon {
    color: var(--gk-gray-700);
    display: block;
    margin-top: -2px
}

pre[class*=language-] {
    border-radius: .5rem !important;
    height: 420px;
    margin-bottom: 0;
    overflow: auto;
    padding: 1em
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: var(--gk-gray-900)
}

div.code-toolbar {
    position: relative
}

div.code-toolbar>.toolbar {
    opacity: 0;
    position: absolute;
    right: .2em;
    top: .3em;
    transition: opacity .3s ease-in-out
}

div.code-toolbar:focus-within>.toolbar,
div.code-toolbar:hover>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar>.toolbar-item {
    display: inline-block
}

div.code-toolbar>.toolbar>.toolbar-item>a {
    cursor: pointer
}

div.code-toolbar>.toolbar>.toolbar-item>button {
    background: none;
    border: 0;
    color: var(--gk-gray-900);
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
    background: var(--gk-gray-300);
    border-radius: .25rem;
    color: var(--gk-gray-900);
    font-size: .75rem;
    font-weight: 600;
    padding: .25rem .5rem
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover {
    color: var(--gk-gray-900);
    text-decoration: none
}

div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
    color: inherit;
    text-decoration: none
}

.bs-stepper .step-trigger {
    color: var(--gk-gray-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0
}

.bs-stepper .step-trigger:focus {
    color: var(--gk-primary);
    outline: none
}

.bs-stepper .step-trigger:hover {
    background-color: transparent;
    color: var(--gk-primary);
    text-decoration: none
}

.bs-stepper .line {
    background-color: var(--gk-border-color)
}

.bs-stepper .bs-stepper-content {
    padding: 0
}

.bs-stepper-header {
    align-items: center;
    background-color: var(--gk-white);
    border-radius: 0 0 .5rem .5rem;
    display: flex;
    padding: 16px
}

.bs-stepper-line {
    background-color: var(--gk-border-color);
    flex: 1 0 32px;
    margin: auto;
    min-height: 1px;
    min-width: 1px
}

.bs-stepper-circle {
    align-items: center;
    background-color: var(--gk-gray-300);
    border-radius: 50%;
    color: var(--gk-gray-600);
    display: inline-flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 1.3;
    margin: .25rem;
    width: 40px
}

.active .bs-stepper-circle {
    background-color: var(--gk-primary);
    color: var(--gk-white)
}

@media (max-width:520px) {
    .bs-stepper-header {
        overflow: scroll
    }
}

@media (max-width:400px) {

    .bs-stepper .line,
    .bs-stepper-line {
        flex-basis: 20px
    }
}

.apexcharts-tooltip {
    border-radius: .5rem !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09) !important
}

.apexcharts-tooltip .apexcharts-tooltip-series-group {
    align-items: center;
    background: var(--gk-white) !important;
    color: var(--gk-dark);
    display: none;
    justify-content: left;
    line-height: 1 !important;
    padding: 3px 16px 6px !important;
    text-align: left
}

.apexcharts-tooltip-marker {
    border-radius: 50%;
    height: 8px !important;
    margin-right: 6px !important;
    position: relative;
    top: 0;
    width: 8px !important
}

.apexcharts-tooltip.apexcharts-theme-light {
    background-color: var(--gk-gray-100) !important;
    background: var(--gk-white) !important;
    border: 1px solid var(--gk-gray-200) !important
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: var(--gk-white) !important;
    border-bottom: 1px solid var(--gk-gray-200) !important
}

.apexcharts-tooltip-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 4px;
    padding: 8px 16px !important
}

.apexcharts-xaxis-label {
    fill: var(--gk-gray-500)
}

.tagify {
    background-color: var(--gk-white) !important;
    border-color: var(--gk-tagify-border-color) !important;
    border-radius: .25rem;
    line-height: 1.5;
    --tag-bg: var(--gk-gray-300) !important;
    --tag-hover: var(--gk-light-primary) !important;
    --tag-invalid-color: var(--gk-light-danger) !important;
    --tag-text-color: var(--gk-dark) !important;
    --tags-focus-border-color: var(--gk-primary) !important;
    --tag-pad: 0.6em 0.5em
}

.tagify__tag:hover:not([readonly]) div:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.tagify--focus {
    border-color: var(--gk-primary) !important;
    box-shadow: var(--gk-input-focus-box-shadow)
}

.tagify__tag {
    background-color: var(--gk-gray-300);
    border-radius: .25rem;
    color: var(--gk-white)
}

.tagify__tag__removeBtn:hover {
    background: var(--gk-light-danger) !important;
    color: var(--gk-danger) !important
}

.controls {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%
}

@media (max-width:768px) {
    .controls {
        bottom: -50px;
        justify-content: center;
        position: absolute;
        top: inherit
    }
}

.controls:focus {
    outline: none
}

.controls li {
    cursor: pointer
}

.controls li.prev {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    color: var(--gk-gray-400);
    height: 40px;
    line-height: 40px;
    margin-left: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px
}

@media (max-width:768px) {
    .controls li.prev {
        margin-right: 5px
    }
}

.controls li.prev:hover {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}

.controls li.next {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    color: var(--gk-gray-400);
    height: 40px;
    line-height: 40px;
    margin-right: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px
}

@media (max-width:768px) {
    .controls li.next {
        margin-left: 5px
    }
}

.controls li.next:hover {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}

.controls-testimonial {
    bottom: -100px;
    justify-content: center;
    position: absolute;
    top: inherit
}

@media (max-width:990px) {
    .controls-testimonial {
        bottom: -50px
    }
}

.product-tools {
    position: relative
}

.product-tools .thumbnails {
    margin: 10px 0;
    text-align: center
}

.product-tools img {
    border-radius: 6px;
    max-width: 100%
}

.product .tns-item img {
    border-radius: 6px;
    width: 100%
}

.thumbnails li img {
    height: auto
}

.thumbnails .tns-nav-active .thumbnails-img {
    background: none;
    border: 2px solid var(--gk-primary);
    border-radius: .5rem
}

.tippy-box[data-animation=scale][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    opacity: 0;
    transform: scale(.5)
}

.tippy-box[data-theme~=light] {
    background-color: var(--gk-dark);
    box-shadow: 0 0 20px 4px rgba(42, 44, 46, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    color: var(--gk-white)
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
    border-top-color: var(--gk-dark)
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: var(--gk-dark)
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
    border-left-color: var(--gk-dark)
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
    border-right-color: var(--gk-dark)
}

.tippy-box[data-theme~=light]>.tippy-backdrop {
    background-color: var(--gk-dark)
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow {
    fill: var(--gk-dark)
}

.tippy-box[data-theme~=lightPurple] {
    background-color: var(--gk-light-primary);
    color: var(--gk-dark-primary)
}

.tippy-box[data-theme~=lightPurple][data-placement^=right]>.tippy-arrow:before {
    border-right-color: var(--gk-light-primary)
}

.jvm-region.jvm-element {
    fill: var(--gk-gray-200)
}

svg {
    touch-action: none
}

.jvm-zoomin,
.jvm-zoomout,
image,
text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jvm-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    touch-action: none;
    width: 100%
}

.jvm-tooltip {
    background-color: var(--gk-white);
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    color: #fff;
    display: none;
    font-family: Inter, "sans-serif";
    font-size: .82075rem;
    padding: 3px 5px;
    position: absolute;
    white-space: nowrap
}

.jvm-tooltip.active {
    display: block
}

.jvm-zoom-btn {
    background-color: var(--gk-gray-400);
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 15px;
    left: 10px;
    line-height: 7px;
    padding: 3px;
    position: absolute;
    width: 15px
}

.jvm-zoom-btn.jvm-zoomout {
    top: 30px
}

.jvm-zoom-btn.jvm-zoomin {
    top: 10px
}

.jvm-series-container {
    position: absolute;
    right: 15px
}

.jvm-series-container.jvm-series-h {
    bottom: 15px
}

.jvm-series-container.jvm-series-v {
    top: 15px
}

.jvm-series-container .jvm-legend {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-border-color);
    border-color: var(--gk-border-color);
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    float: left;
    margin-left: .75rem;
    padding: .6rem
}

.jvm-series-container .jvm-legend .jvm-legend-title {
    border-bottom: 1px solid var(--gk-border-color);
    line-height: 1;
    margin-bottom: .575rem;
    padding-bottom: .5rem;
    text-align: left
}

.jvm-series-container .jvm-legend .jvm-legend-inner {
    overflow: hidden
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
    min-width: 40px;
    overflow: hidden
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
    margin-top: .575rem
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
    border-radius: 4px;
    float: left;
    height: 16px;
    margin-right: .65rem;
    width: 16px
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
    float: left;
    font-size: 12px;
    text-align: center
}

.jvm-line[animation=true] {
    animation: jvm-line-animation 10s linear infinite forwards
}

@keyframes jvm-line-animation {
    0% {
        stroke-dashoffset: 250
    }
}

table.dataTable {
    border-collapse: separate !important;
    clear: both;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: none !important
}

table.dataTable td,
table.dataTable th {
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent
}

div.dataTables_wrapper div.dataTables_length {
    padding: 16px 24px
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: 80px
}

div.dataTables_wrapper div.dataTables_filter {
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    margin-left: .5em;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding: 1rem !important;
    padding-left: 1.5rem;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    padding: .75rem;
    text-align: right;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 12px 24px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item {
    margin-left: .25rem
}

div.dataTables_wrapper div.dataTables_processing {
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
    padding: 1em 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody>table {
    border-top: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

div.dataTables_scrollBody>table>thead .sorting:after,
div.dataTables_scrollBody>table>thead .sorting_asc:after,
div.dataTables_scrollBody>table>thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody>table>tbody>tr:first-child>td,
div.dataTables_scrollBody>table>tbody>tr:first-child>th {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    border-top: none;
    margin-top: 0 !important
}

@media screen and (max-width:767px) {

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed>thead>tr>th {
    padding-right: 20px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 1px
}

div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

div.dt-buttons {
    display: block;
    position: static
}

div.dt-buttons .btn {
    border-radius: .375rem !important
}

@media screen and (max-width:767px) {
    div.dt-buttons {
        flex-wrap: nowrap !important;
        float: none;
        margin-bottom: .5em;
        overflow-x: auto;
        text-align: center;
        width: 100%
    }
}

table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px #f1f5f9
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em
}

.fc,
.fc *,
.fc:after,
.fc:before {
    box-sizing: border-box
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    border-left: none !important;
    border-right: none !important;
    text-align: center
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top
}

.fc a[data-navlink] {
    color: var(--gk-gray-900);
    cursor: pointer
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid var(--gk-border-color)
}

.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: fcicons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype")
}

.fc-icon {
    display: inline-block;
    font-family: fcicons !important;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1em;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    -webkit-appearance: button;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: .25em;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-size: .875rem;
    font-weight: 500;
    line-height: inherit;
    line-height: 1.9;
    margin: 0;
    overflow: visible;
    padding: .25em .65em;
    text-align: center;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.fc .fc-button:not(:disabled) {
    cursor: pointer
}

.fc .fc-button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.fc .fc-button:hover {
    text-decoration: none
}

.fc .fc-button:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
    outline: 0
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button-primary {
    background-color: transparent;
    border-color: var(--gk-border-color);
    color: var(--gk-gray-700)
}

.fc .fc-button-primary:disabled,
.fc .fc-button-primary:hover {
    background-color: var(--gk-gray-300);
    border-color: var(--gk-border-color);
    color: var(--gk-gray-700)
}

.fc .fc-button-primary:focus {
    box-shadow: none
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: var(--gk-primary);
    border-color: var(--gk-primary);
    color: var(--gk-white)
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none
}

.fc .fc-button .fc-icon {
    font-size: .875rem;
    vertical-align: middle
}

.fc .fc-button-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.fc .fc-button-group>.fc-button {
    flex: 1 1 auto;
    position: relative
}

.fc .fc-button-group>.fc-button.fc-button-active,
.fc .fc-button-group>.fc-button:active,
.fc .fc-button-group>.fc-button:focus,
.fc .fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 1.5rem
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-scroller-harness {
    direction: ltr;
    overflow: hidden;
    position: relative
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--gk-border-color)
}

.fc .fc-scrollgrid {
    border-bottom-width: 0;
    border-collapse: separate;
    border-right-width: 0;
    table-layout: fixed;
    width: 100%
}

.fc .fc-scrollgrid table {
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    table-layout: fixed;
    width: 100%
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section>td {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid>td {
    height: 100%
}

.fc .fc-scrollgrid-section>* {
    border-left-width: 0;
    border-top-width: 0
}

.fc .fc-scrollgrid-section-footer>*,
.fc .fc-scrollgrid-section-header>* {
    border-bottom-width: 0
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky>* {
    background: var(--gk-white);
    position: sticky;
    z-index: 3
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    flex-grow: 1;
    position: relative
}

.fc .fc-view-harness-active>.fc-view {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-col-header-cell-cushion {
    color: var(--gk-gray-900);
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-non-business {
    background: var(--gk-gray-200)
}

.fc .fc-bg-event {
    background: #8fdf82;
    opacity: .3
}

.fc .fc-bg-event .fc-event-title {
    font-size: .85em;
    font-style: italic;
    font-weight: 500;
    margin: .5em
}

.fc .fc-highlight {
    background: var(--gk-light-info)
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background: var(--gk-gray-500)
}

a.fc-event,
a.fc-event:hover {
    text-decoration: none
}

.fc-event.fc-event-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event:hover .fc-event-resizer {
    display: block
}

.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event-selected .fc-event-resizer {
    background: var(--gk-white);
    border: 1px solid;
    border-color: inherit;
    border-radius: 4px;
    display: block;
    height: 8px;
    width: 8px
}

.fc-event-selected .fc-event-resizer:before {
    bottom: -20px;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: -20px
}

.fc-event:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08)
}

.fc-event-selected:before,
.fc-event:focus:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.fc-event-selected:after,
.fc-event:focus:after {
    background: rgba(0, 0, 0, .25);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1
}

.fc-h-event {
    background-color: var(--gk-primary);
    border: 1px solid var(--gk-primary);
    display: block
}

.fc-h-event .fc-event-main {
    color: var(--gk-white)
}

.fc-h-event .fc-event-main-frame {
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    vertical-align: top
}

.fc-h-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-left-width: 0;
    border-top-left-radius: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-right-radius: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    bottom: 0;
    top: 0;
    width: 8px
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    margin-top: -4px;
    top: 50%
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px
}

.fc .fc-popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 9999
}

.fc .fc-popover-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    font-size: 1.1em;
    opacity: .65
}

.fc-theme-standard .fc-popover {
    background: var(--gk-white);
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08)
}

.fc-theme-standard .fc-popover-header {
    background: var(--gk-gray-200);
    border-start-end-radius: .25rem;
    border-start-start-radius: .25rem
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
    clear: both;
    content: "";
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--gk-light-warning)
}

.fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .3
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    left: 0;
    position: absolute;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2em;
    position: relative
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-daygrid-bg-harness {
    bottom: 0;
    position: absolute;
    top: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    margin-top: 1px;
    z-index: 6
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
}

.fc .fc-daygrid-day-bottom:before {
    clear: both;
    content: "";
    display: table
}

.fc .fc-daygrid-more-link {
    cursor: pointer;
    position: relative;
    z-index: 4
}

.fc .fc-daygrid-week-number {
    background-color: var(--gk-gray-100);
    color: var(--gk-gray-700);
    min-width: 1.5em;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 5
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    border-radius: 0 0 3px 0;
    left: 0
}

.fc-direction-rtl .fc-daygrid-week-number {
    border-radius: 0 0 0 3px;
    right: 0
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    border-radius: 3px;
    font-size: .85em;
    position: relative;
    white-space: nowrap
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 700;
    padding: 1px
}

.fc-daygrid-block-event .fc-event-title {
    font-weight: 500;
    line-height: 1;
    padding: 4px 6px
}

.fc-daygrid-dot-event {
    align-items: center;
    background-color: var(--gk-light-primary);
    display: flex;
    padding: 2px 4px
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0;
    overflow: hidden
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background-color: var(--gk-light-primary)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px
}

.fc-daygrid-event-dot {
    border: 4px solid var(--gk-dark-primary);
    border-radius: 4px;
    box-sizing: content-box;
    height: 0;
    margin: 0 4px;
    width: 0
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    background-color: var(--gk-primary);
    border: 1px solid var(--gk-primary);
    display: block
}

.fc-v-event .fc-event-main {
    color: var(--gk-white);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    height: 100%
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    top: 0
}

.fc-v-event:not(.fc-event-start) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    min-height: 100%;
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-axis-chunk>table,
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slot {
    border-bottom: 0;
    height: 1.5em
}

.fc .fc-timegrid-slot:empty:before {
    content: ""
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    overflow: hidden
}

.fc .fc-timegrid-axis-cushion {
    flex-shrink: 0;
    max-width: 60px
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: var(--gk-light-warning)
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-media-screen .fc-timegrid-cols {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-media-screen .fc-timegrid-cols>table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    left: 0;
    position: absolute;
    right: 0
}

.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness {
    position: absolute
}

.fc-timegrid-event-harness>.fc-timegrid-event {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
    box-shadow: 0 0 0 1px var(--gk-white)
}

.fc-timegrid-event,
.fc-timegrid-more-link {
    border-radius: 3px;
    font-size: .85em
}

.fc-timegrid-event {
    margin-bottom: 1px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    font-size: .85em;
    margin-bottom: 1px;
    white-space: nowrap
}

.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-short .fc-event-time:after {
    content: "- "
}

.fc-timegrid-event-short .fc-event-title {
    font-size: .85em
}

.fc-timegrid-more-link {
    background: var(--gk-gray-100);
    color: inherit;
    cursor: pointer;
    margin-bottom: 1px;
    position: absolute;
    z-index: 9999
}

.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: 0
}

.fc-direction-rtl .fc-timegrid-more-link {
    left: 0
}

.fc .fc-timegrid-now-indicator-line {
    border-color: var(--gk-danger);
    border-style: solid;
    border-width: 1px 0 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 4
}

.fc .fc-timegrid-now-indicator-arrow {
    border-color: var(--gk-danger);
    border-style: solid;
    margin-top: -5px;
    position: absolute;
    z-index: 4
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 0 5px 6px;
    left: 0
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 6px 5px 0;
    right: 0
}

.fc-theme-standard .fc-list {
    border: 1px solid var(--gk-border-color)
}

.fc .fc-list-empty {
    align-items: center;
    background-color: var(--gk-gray-200);
    display: flex;
    height: 100%;
    justify-content: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    border-style: hidden;
    width: 100%
}

.fc .fc-list-table tr>* {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day>* {
    background: var(--gk-white);
    position: sticky;
    top: 0
}

.fc .fc-list-table thead {
    left: -10000px;
    position: absolute
}

.fc .fc-list-table tbody>tr:first-child th {
    border-top: 0
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    clear: both;
    content: "";
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: var(--gk-gray-100)
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: var(--gk-gray-100)
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    border: 5px solid var(--gk-primary);
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-block;
    height: 0;
    width: 0
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

@media (max-width:768px) {
    .fc .fc-header-toolbar {
        align-items: flex-start;
        flex-direction: column
    }

    .fc .fc-toolbar-chunk:first-child,
    .fc .fc-toolbar-chunk:nth-child(2) {
        margin-bottom: .5rem
    }
}

.noUi-target {
    background-color: var(--gk-gray-200);
    border: none;
    border-radius: .5rem;
    box-shadow: 0 6px 8px 0 rgba(17, 24, 39, .08), 0 0 0 1px rgba(17, 24, 39, .04)
}

.noUi-horizontal {
    height: 8px
}

.noUi-handle {
    background: var(--gk-white);
    border: 1px solid var(--gk-gray-400);
    border-radius: 100%;
    box-shadow: 0 6px 8px 0 rgba(17, 24, 39, .08), 0 0 0 1px rgba(17, 24, 39, .04);
    cursor: default
}

.noUi-handle:focus {
    outline: none
}

.noUi-horizontal .noUi-handle {
    height: 18px;
    right: -13px;
    top: -6px;
    width: 18px
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.noUi-connects {
    border-radius: 6px
}

.noUi-connect {
    background: var(--gk-primary)
}

.noUi-tooltip {
    background-color: transparent;
    background-color: var(--gk-primary);
    border: none;
    color: var(--gk-white);
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px
}

.gslide-image img {
    border-radius: .5rem
}

.simplebar-scrollbar:before {
    background-color: var(--gk-gray-700)
}

.dropzone {
    background: var(--gk-white) !important
}

@media (max-width:990px) {
    #sidebar .sidebar__inner {
        transform: none !important
    }
}

[data-choices] {
    opacity: 0;
    transition: opacity .2s ease
}

.choices__inner {
    opacity: 1
}

.choices {
    font-size: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: var(--gk-gray-200);
    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 {
    background-color: #fff;
    border-bottom: 1px solid var(--gk-gray-300);
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    border-radius: 10em;
    height: 20px;
    margin-right: 25px;
    margin-top: -10px;
    opacity: .25;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px
}

.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(--gk-primary)
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
}

.choices[data-type*=select-one]:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 13px 16px;
    content: "";
    height: 8px;
    margin-top: -2.5px;
    pointer-events: none;
    position: absolute;
    right: 2.5px;
    top: 50%;
    width: 30px
}

.choices[data-type*=select-one].is-open:after {
    border-color: #fff0 #fff0 var(--gk-gray-800) #fff0
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    left: 0;
    margin-left: 25px;
    margin-right: 0;
    right: auto
}

.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 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    border-left: 1px solid var(--gk-gray-200);
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 -4px 0 8px;
    opacity: .75;
    padding-left: 16px;
    position: relative;
    width: 8px
}

.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 {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-gray-300);
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: .5rem 3rem .5rem 1rem;
    vertical-align: top;
    width: 100%
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--gk-primary)
}

.is-open .choices__inner {
    border-radius: 6px 6px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 6px 6px
}

.choices__list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.choices__list--single {
    display: inline-block;
    padding: 0;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-left: 16px;
    padding-right: 4px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    background-color: var(--gk-primary);
    border: 1px solid var(--gk-primary);
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    vertical-align: middle;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-left: 3.75px;
    margin-right: 0
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: var(--gk-primary-subtle);
    border: 1px solid var(--gk-primary-subtle)
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: var(--gk-gray-300);
    border: 1px solid var(--gk-gray-300)
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    background-color: var(--gk-white);
    border: 1px solid var(--gk-gray-300);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    will-change: visibility;
    word-break: break-all;
    z-index: 1
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: var(--gk-gray-300)
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    border-radius: .25rem .25rem 0 0;
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: 0;
    top: auto
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    max-height: 300px;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-size: 14px;
    padding: 4px 10px;
    position: relative
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width:640px) {

    .choices__list--dropdown .choices__item--selectable:after,
    .choices__list[aria-expanded] .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,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
        padding-left: 100px;
        padding-right: 10px;
        text-align: right
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable:after {
        left: 10px;
        right: auto
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--gk-gray-200)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices__heading {
    border-bottom: 1px solid var(--gk-gray-200);
    color: var(--gk-gray-600);
    font-size: 12px;
    font-weight: 600;
    padding: 10px
}

.choices__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff0;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px
}

.choices__button:focus {
    outline: none
}

.choices__input {
    background-color: var(--gk-white);
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    vertical-align: baseline
}

.choices__input:focus {
    outline: 0
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
    display: none
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

[dir=rtl] .choices__input {
    padding-left: 0;
    padding-right: 2px
}

.choices__placeholder {
    opacity: .75
}


/* From Uiverse.io by Smit-Prajapati */ 
.parent {
    width: 290px;
    height: 360px;
    perspective: 1000px;
  }
  
  .cardv {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(33deg, rgb(255 255 255) 0%, rgb(255 11 11) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
  }
  
  .glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 8px;
    border-radius: 55px;
    border-top-right-radius: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    transform: translate3d(0px, 0px, 25px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s ease-in-out;
  }
  
  .content {
    padding: 100px 60px 0px 30px;
    transform: translate3d(0, 0, 26px);
  }
  
  .content .title {
    display: block;
    color: #000000;
    font-weight: 900;
    font-size: 20px;
  }
  
  .content .text {
    display: block;
    color: rgb(0 0 0 / 76%);
    font-size: 13px;
    margin-top: 20px;
  }
  .content .text1 {
    display: block;
    color: rgb(59 59 59 / 80%);
    font-size: 13px;
    margin-top: 20px;
  }
  
  .bottom {
    padding: 10px 12px;
    transform-style: preserve-3d;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, 0, 26px);
  }
  
  .bottom .view-more {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
    transition: all 0.2s ease-in-out;
  }
  
  .bottom .view-more:hover {
    transform: translate3d(0, 0, 10px);
  }
  
  .bottom .view-more .view-more-button {
    background: none;
    border: none;
    color: #00c37b;
    font-weight: bolder;
    font-size: 12px;
  }
  
  .bottom .view-more .svg {
    fill: none;
    stroke: #00c37b;
    stroke-width: 3px;
    max-height: 15px;
  }
  
  .bottom .social-buttons-container {
    display: flex;
    gap: 10px;
    transform-style: preserve-3d;
  }
  
  .bottom .social-buttons-container .social-button {
    width: 101px;
    /* aspect-ratio: 1; */
    padding: 5px;
    background: rgb(255 255 255 / 85%);
    border-radius: 1%;
    border: none;
    display: grid;
    place-content: center;
    box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
}
  
  .bottom .social-buttons-container .social-button:first-child {
    transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
  }
  
  .bottom .social-buttons-container .social-button:nth-child(2) {
    transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
  }
  
  .bottom .social-buttons-container .social-button:nth-child(3) {
    transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
  }
  
  .bottom .social-buttons-container .social-button .svg {
    width: 15px;
    fill: #00894d;
  }
  
  .bottom .social-buttons-container .social-button:hover {
    background: #e4e4e4;
  }
  
  .bottom .social-buttons-container .social-button:hover .svg {
    fill: white;
  }
  
  .bottom .social-buttons-container .social-button:active {
    background: rgb(255, 234, 0);
  }
  
  .bottom .social-buttons-container .social-button:active .svg {
    fill: black;
  }
  
  .logo {
    position: absolute;
    right: 0;
    top: 0;
    transform-style: preserve-3d;
  }
  
  .logo .circle {
    display: block;
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 20%);
    transition: all 0.5s ease-in-out;
  }
  
  .logo .circle1 {
    width: 170px;
    transform: translate3d(0, 0, 20px);
    top: 8px;
    right: 8px;
  }
  
  .logo .circle2 {
    width: 140px;
    transform: translate3d(0, 0, 40px);
    top: 10px;
    right: 10px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition-delay: 0.4s;
  }
  
  .logo .circle3 {
    width: 110px;
    transform: translate3d(0, 0, 60px);
    top: 17px;
    right: 17px;
    transition-delay: 0.8s;
  }
  
  .logo .circle4 {
    width: 80px;
    transform: translate3d(0, 0, 80px);
    top: 23px;
    right: 23px;
    transition-delay: 1.2s;
  }
  
  .logo .circle5 {
    width: 63px;
    transform: translate3d(0, 0, 100px);
    top: 30px;
    right: 30px;
    display: grid;
    place-content: center;
    transition-delay: 1.6s;
  }
  
  .logo .circle5 .svg {
    width: 36px;
    fill: white;
  }
  
  .parent:hover .cardv {
    transform: rotate3d(1, 1, 0, 30deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
  }
  
  .parent:hover .cardv .bottom .social-buttons-container .social-button {
    transform: translate3d(0, 0, 50px);
    box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
  }
  
  .parent:hover .cardv .logo .circle2 {
    transform: translate3d(0, 0, 60px);
  }
  
  .parent:hover .cardv .logo .circle3 {
    transform: translate3d(0, 0, 80px);
  }
  
  .parent:hover .cardv .logo .circle4 {
    transform: translate3d(0, 0, 100px);
  }
  
  .parent:hover .cardv .logo .circle5 {
    transform: translate3d(0, 0, 120px);
  }


  .youtube4{
    width: 100% !important;
    border-radius: 15px;
  }


  .section1{
    position:relative;
    height:80vh;
    display:flex;
  }
  
  .section1 .screen{
    position:relative;
    flex-grow: 2;
    display: flex;
    overflow: hidden;

    transition: 1s;
    justify-content:flex-end;
    align-items:flex-end;
  }
  
  .section1:hover .screen{
    opacity:0.3;
  }
  
  
  .section1 .screen:hover{
    flex-grow: 5;
    opacity:1;
  }
  
  
  .section1 .screen:nth-child(1){
    background: url(/images/lingaya.jpg);
    background-repeat: no-repeat;
    background-position:center;
  }
  
  .section1 .screen:nth-child(2){
    background: url(/images/gkuu.jpg);
    background-repeat: no-repeat;
    background-position:center;
  }
  
  .section1 .screen:nth-child(3){
    background: url(/images/manipal.jpg);
    background-repeat: no-repeat;
    background-position:center;
  }
  
  .section1 .screen .content{
    position:absolute;
    width:400px;
    height:auto;
    background: #fff;
    padding:30px;
    box-sizing: border-box;
    transform:translateX(100%);
    transition:0.5s;
    text-align:justify;
  }
  
  .section1 .screen:hover .content{
    transform:translateX(0);
    transition:0.5s;
    transition-delay: 0.5s;
  }
  
  .section1 .screen h2{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #ed363a;
  }
  
  .section1 .screen p{
    color: #666666;
  }

  .brown-size{
    font-size: 25px !important;
  }


  
  .frontend-side{
	background-image: url("/images/pla1.jpg");
	button:hover{
		color:violet;
	}
}
.uiux-side {
  background-image: url("/images/Frame 211.jpg");
	button:hover{
		color:#005de3;
	}
}

.split-pane{
	padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  font-size: 2em;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-align: center;

	@include bada-desktop {
		padding-top: 2em;
    height: 100%;
  }
	div {
		position: relative;
		transform: translateY(-50%);
		top: 50%;
		button{
			background-color:transparent;
			border: 1px solid white;
			border-radius: 5px;
			font-size:0.5em;
			padding: 0.8em;
			font-weight:bold;
			transition: all 0.2s ease-out;
			text-decoration: none;
			cursor:pointer;
			display: inline-block;
			@include chota-desktop{
				font-size:0.4em;
			}
		}
		button:hover{
			background:#fff;
			text-decoration:none;
		}
		.text-content{
			line-height: 1.6em;
			margin-bottom: 1em;
			text-align:center;
			align-items:center;
			align-content:center;
			justify-content:center;
			.bold{
				font-size:0.6em;
				text-transform:uppercase;
				@include chota-desktop{
					font-size:0.4em;
				}
			}
			.big{
				font-size:2em;
				font-weight:800;
				@include chota-desktop{
					font-size:1.5em;
				}
			}
		}
	}
}

.split-pane-line{
	color:white;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	position:absolute;
	text-align:center;
	img{
		height:6em;
		@include chota-desktop{
			height:3em;
		}
	}
}
.col-sm-6 {
	@include bada-desktop {
		width: 50%;
	}
}

.credits footer {
  position: absolute;
  bottom: 0;
  right: 5px;
  text-align: right;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:white;
  p {
    border: none;
    padding: 0;
    strong {
      font-size:2em;
      text-decoration: none;
      &:hover {
        color: darken(#ff2222, 5%);
        transition: all .4s ease-in-out;
        font-weight:1500;
        font-size:4em;
      }
    }
  }
  a {
    color: #ffffff;
    text-decoration: none;
    transition: all .9s ease-in-out;
    &:hover {
      color: #ff2222;
      font-weight:900;
      font-size:1.5em;
    }
  }
}

#newsection{
 swiper {
    width: 100%;
    height: 100%;
  }
  .swiper {
    width: 350px !important;
    height: 100%;
    border-radius: 50px;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


  
      
.mountain-banner {
  background: url(/images/red.gif) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.margin-top{
    margin-top: 58px;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(226, 224, 211, 0) 0%,
    rgba(0, 0, 0, 0.8687850140056023) 100%
  );
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  background: url(/images/cloud-overlay.png) 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
  z-index: 2;
  pointer-events: none;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.banner-text {
  position: relative;
  color: white;
  text-align: center;
  padding: 10% 0 0 0;
}

.banner-text h1 {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  color: antiquewhite;
}

.banner-text p {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
}
.padding-top{
    padding-top: 75px;
}


#play{
    button {
        position: relative;
        width: 11em;
        height: 4em;
        outline: none;
        transition: 0.1s;
        background-color: transparent;
        border: none;
        font-size: 13px;
        font-weight: bold;
        color: #ddebf0;
      }
      button {
        position: relative;
        width: 12em;
        height: 4em;
        outline: none;
        transition: 0.1s;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: bold;
        color: #ddebf0;
    }
  
  #clip {
    --color: #dc000091;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 5px double var(--color);
    box-shadow: inset 0px 0px 15px #ff0000;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  }
  
  .arrow {
    position: absolute;
    transition: 0.2s;
    background-color: #c20101;
    top: 35%;
    width: 11%;
    height: 30%;
  }
  
  #leftArrow {
    left: -13.5%;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
  
  #rightArrow {
    -webkit-clip-path: polygon(100% 49%, 0 0, 0 100%);
    left: 102%;
  }
  
  button:hover #rightArrow {
    background-color: #9699a3;
    left: -15%;
    animation: 0.6s ease-in-out both infinite alternate rightArrow8;
  }
  
  button:hover #leftArrow {
    background-color: #9699a3;
    left: 103%;
    animation: 0.6s ease-in-out both infinite alternate leftArrow8;
  }
  
  .corner {
    position: absolute;
    width: 4em;
    height: 4em;
    background-color: #c20101;
    box-shadow: inset 1px 1px 8px #c00304;
    transform: scale(1) rotate(45deg);
    transition: 0.2s;
  }
  
  #rightTop {
    top: -1.98em;
    left: 91%;
  }
  
  #leftTop {
    top: -1.96em;
    left: -3.0em;
  }
  
  #leftBottom {
    top: 2.10em;
    left: -2.15em;
  }
  
  #rightBottom {
    top: 45%;
    left: 88%;
  }
  
  button:hover #leftTop {
    animation: 0.1s ease-in-out 0.05s both changeColor8,
    0.2s linear 0.4s both lightEffect8;
  }
  
  button:hover #rightTop {
    animation: 0.1s ease-in-out 0.15s both changeColor8,
    0.2s linear 0.4s both lightEffect8;
  }
  
  button:hover #rightBottom {
    animation: 0.1s ease-in-out 0.25s both changeColor8,
    0.2s linear 0.4s both lightEffect8;
  }
  
  button:hover #leftBottom {
    animation: 0.1s ease-in-out 0.35s both changeColor8,
    0.2s linear 0.4s both lightEffect8;
  }
  
  button:hover .corner {
    transform: scale(1.25) rotate(45deg);
  }
  
  button:hover #clip {
    animation: 0.2s ease-in-out 0.55s both greenLight8;
    --color: #9699a3;
  }
  
  @keyframes changeColor8 {
    from {
      background-color: #2781c3;
    }
  
    to {
      background-color: #27c39f;
    }
  }
  
  @keyframes lightEffect8 {
    from {
      box-shadow: 1px 1px 5px #27c39f;
    }
  
    to {
      box-shadow: 0 0 2px #27c39f;
    }
  }
  
  @keyframes greenLight8 {
    from {
    }
  
    to {
      box-shadow: inset 0px 0px 32px #27c39f;
    }
  }
  
  @keyframes leftArrow8 {
    from {
      transform: translate(0px);
    }
  
    to {
      transform: translateX(10px);
    }
  }
  
  @keyframes rightArrow8 {
    from {
      transform: translate(0px);
    }
  
    to {
      transform: translateX(-10px);
    }
  }
  
  
  
}



.glow {
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 4px #fff;
    }
    
  
  }



#newhome{
    :root {
        --primary-color: #ecad29;
        --text-color: rgba(255, 255, 255, 0.87);
      }
:root {
    --primary-color: #ecad29;
    --text-color: rgba(255, 255, 255, 0.87);
  }
  
  body {
    margin: 0;
    background-color: #1a1a1a;
    color: var(--text-color);
    position: relative;
    overflow: hidden;
    font-family: "Inter", sans-serif;
  }
  
  .card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
  }
  
  #btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99;
  }
  
  .card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--text-color);
    padding-left: 16px;
  }
  
  .content-place {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
  }
  
  .content-title-1,
  .content-title-2 {
    font-weight: 600;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
  }
  
  .content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: var(--text-color);
  }
  
  .details {
    z-index: 22;
    position: absolute;
    top: 240px;
    left: 60px;
  }
  
  .details .place-box {
    height: 46px;
    overflow: hidden;
  }
  
  .details .place-box .text {
    padding-top: 16px;
    font-size: 20px;
    position: relative;
  }
  
  .details .place-box .text:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background-color: white;
  }
  
  .details .title-1,
  .details .title-2 {
    font-weight: 600;
    font-size: 72px;
    font-family: "Oswald", sans-serif;
  }
  
  .details .title-box-1,
  .details .title-box-2 {
    margin-top: 2px;
    height: 100px;
    overflow: hidden;
  }
  
  .details > .desc {
    margin-top: 16px;
    width: 500px;
  }
  
  .details > .cta {
    width: 500px;
    margin-top: 24px;
    display: flex;
    align-items: center;
  }
  
  .details > .cta .bookmark {
    border: none;
    background-color: var(--primary-color);
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
  }
  
  .details > .cta .bookmark svg {
    width: 20px;
    height: 20px;
  }
  
  .details > .cta .discover {
    border: 1px solid #ffffff;
    background-color: transparent;
    height: 36px;
    border-radius: 99px;
    color: #ffffff;
    padding: 4px 24px;
    font-size: 12px;
    margin-left: 16px;
    text-transform: uppercase;
  }
  
  nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    font-weight: 500;
  }
  
  nav svg {
    width: 20px;
    height: 20px;
  }
  
  nav .svg-container {
    width: 20px;
    height: 20px;
  }
  
  nav > div {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  nav > div:first-child {
    gap: 10px;
  }
  
  nav > div:last-child {
    gap: 24px;
  }
  
  nav > div:last-child > .active {
    position: relative;
  }
  
  nav > div:last-child > .active:after {
    bottom: -8px;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 99px;
    background-color: var(--primary-color);
  }
  
  .indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-color: var(--primary-color);
  }
  
  .pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
  }
  
  .pagination > .arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.33);
    display: grid;
    place-items: center;
  }
  
  .pagination > .arrow:nth-child(2) {
    margin-left: 20px;
  }
  
  .pagination > .arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    color: rgba(255, 255, 255, 0.6);
  }
  
  .pagination .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .pagination .progress-sub-container .progress-sub-background {
    width: 500px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .pagination .progress-sub-container .progress-sub-foreground {
    height: 3px;
    background-color: var(--primary-color);
  }
  
  .pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
  }
  
  .pagination .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: bold;
  }
  
  .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
  }
      
}


#slider3{
    #app { height: 100% }
    #app { height: 100% }
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 262px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 263px;
    height: 355px;
}


}


.bg-abab{
    background-image: url(/images/133837544_bf9abef8-a5f5-4363-8751-61fae2f18c61.jpg);
}


@media only screen and (max-width: 600px) {
    .mountain-banner {
        background: url(/images/red.gif) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 50vh;
        position: relative;
    }
    .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 43.75em;
    background: url(/images/cloud-overlay.png) 0 100% repeat-x;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
  }



.new-white{
    font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
  color: white;
}


.qs {
    background-color: #02bdda;
    border-radius: 16px;
    color: #e3fbff;
    cursor: default;  
    display: inline-block;
    font-family: 'Helvetica',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    
    .popover {
      background-color: rgba(0,0,0,0.85);
      border-radius: 5px;
      bottom: 42px;
      box-shadow: 0 0 5px rgba(0,0,0,0.4);
      color: #fff;
      display: none;
      font-size: 12px;
      font-family: 'Helvetica',sans-serif;
      left: 22px;
      padding: 7px 10px;
      position: absolute;
      width: 200px;
      z-index: 4;
      
      &:before {
          border-top: 7px solid rgba(0,0,0,0.85);
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          bottom: -7px;
          content: '';
          display: block;
          left: 50%;
          margin-left: -7px;
          position: absolute;
        }
    }
    
    &:hover {
        .popover {
          display: block;
          -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
          -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
          -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
        }
      }
  }
  
  @-webkit-keyframes fade-in {
      from   { opacity: 0; }
      to { opacity: 1; }
  }
  @-moz-keyframes fade-in {
      from   { opacity: 0; }
      to { opacity: 1; }
  }
  @-ms-keyframes fade-in {
      from   { opacity: 0; }
      to { opacity: 1; }
  }
  @-webkit-keyframes move-up {
      from   { bottom: 30px; }
      to { bottom: 42px; }
  }
  @-moz-keyframes move-up {
      from   { bottom: 30px; }
      to { bottom: 42px; }
  }
  @-ms-keyframes move-up {
      from   { bottom: 30px; }
      to { bottom: 42px; }
  }



#vikrantnew{
    body {
        background: linear-gradient(to bottom, rgba(140, 122, 122, 1) 0%, rgba(175, 135, 124, 1) 65%, rgba(175, 135, 124, 1) 100%) fixed;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/coc-background.jpg') no-repeat center center fixed;
        background-size: cover;
        font: 14px/20px "Lato", Arial, sans-serif;
        color: #9e9e9e;
        margin-top: 30px;
      }
    
    body {
      background: linear-gradient(to bottom, rgba(140, 122, 122, 1) 0%, rgba(175, 135, 124, 1) 65%, rgba(175, 135, 124, 1) 100%) fixed;
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/coc-background.jpg') no-repeat center center fixed;
      background-size: cover;
      font: 14px/20px "Lato", Arial, sans-serif;
      color: #9e9e9e;
      margin-top: 30px;
    }
    
    .slide-container {
      margin: auto;
      width: auto;
      text-align: center;
    }
    
    .wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .wrapper:focus {
      outline: 0;
    }
    
    .clash-card {
      background: white;
      width: 300px;
      display: inline-block;
      margin: auto;
      border-radius: 19px; /* $border-radius-size + 5 */
      position: relative;
      text-align: center;
      box-shadow: -1px 15px 30px -12px black;
      z-index: 9999;
    }
    
    .clash-card__image {
      position: relative;
      height: 230px;
      margin-bottom: 35px;
      border-top-left-radius: 14px; /* $border-radius-size */
      border-top-right-radius: 14px; /* $border-radius-size */
    }
    
    .clash-card__image--barbarian {
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/barbarian-bg.jpg');
    }
    
    .clash-card__image--barbarian img {
      width: 400px;
      position: absolute;
      top: -65px;
      left: -70px;
    }
    
    .clash-card__image--archer {
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/archer-bg.jpg');
    }
    
    .clash-card__image--archer img {
      width: 400px;
      position: absolute;
      top: -34px;
      left: -37px;
    }
    
    .clash-card__image--giant {
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/giant-bg.jpg');
    }
    
    .clash-card__image--giant img {
      width: 340px;
      position: absolute;
      top: -30px;
      left: -25px;
    }
    
    .clash-card__image--goblin {
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/goblin-bg.jpg');
    }
    
    .clash-card__image--goblin img {
      width: 370px;
      position: absolute;
      top: -21px;
      left: -37px;
    }
    
    .clash-card__image--wizard {
      background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/wizard-bg.jpg');
    }
    
    .clash-card__image--wizard img {
      width: 345px;
      position: absolute;
      top: -28px;
      left: -10px;
    }
    
    .clash-card__level {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 3px;
    }
    
    .clash-card__level--barbarian {
      color: #EC9B3B; /* $barbarian */
    }
    
    .clash-card__level--archer {
      color: #EE5487; /* $archer */
    }
    
    .clash-card__level--giant {
      color: #F6901A; /* $giant */
    }
    
    .clash-card__level--goblin {
      color: #82BB30; /* $goblin */
    }
    
    .clash-card__level--wizard {
      color: #4FACFF; /* $wizard */
    }
    
    .clash-card__unit-name {
      font-size: 26px;
      color: black;
      font-weight: 900;
      margin-bottom: 5px;
    }
    
    .clash-card__unit-description {
      padding: 20px;
      margin-bottom: 10px;
    }
    
    .clash-card__unit-stats--barbarian {
      background: #EC9B3B; /* $barbarian */
    }
    
    .clash-card__unit-stats--barbarian .one-third {
      border-right: 1px solid #BD7C2F;
    }
    
    .clash-card__unit-stats--archer {
      background: #EE5487; /* $archer */
    }
    
    .clash-card__unit-stats--archer .one-third {
      border-right: 1px solid #D04976;
    }
    
    .clash-card__unit-stats--giant {
      background: #F6901A; /* $giant */
    }
    
    .clash-card__unit-stats--giant .one-third {
      border-right: 1px solid #D47A12; /* darken($giant, 8%) */
    }
    
    .clash-card__unit-stats--goblin {
      background: #82BB30; /* $goblin */
    }
    
    .clash-card__unit-stats--goblin .one-third {
      border-right: 1px solid #78A72A; /* darken($goblin, 6%) */
    }
    
    .clash-card__unit-stats--wizard {
      background: #4FACFF; /* $wizard */
    }
    
    .clash-card__unit-stats--wizard .one-third {
      border-right: 1px solid #4595E2; /* darken($wizard, 6%) */
    }
    
    .clash-card__unit-stats {
      color: white;
      font-weight: 700;
      border-bottom-left-radius: 14px; /* $border-radius-size */
      border-bottom-right-radius: 14px; /* $border-radius-size */
    }
    
    .clash-card__unit-stats .one-third {
      width: 33%;
      float: left;
      padding: 20px 15px;
    }
    
    .clash-card__unit-stats sup {
      position: absolute;
      bottom: 4px;
      font-size: 45%;
      margin-left: 2px;
    }
    
    .clash-card__unit-stats .stat {
      position: relative;
      font-size: 24px;
      margin-bottom: 10px;
    }
    
    .clash-card__unit-stats .stat-value {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
    }
    
    .clash-card__unit-stats .no-border {
      border-right: none;
    }
    
    .clearfix:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
    }
    
    .slick-prev {
      left: 20px;
      z-index: 999;
    }
    
    .slick-next {
      right: 20px;
      z-index: 999;
    }
    
      
}

.self-w{
    width: 10px;
}

#res{
    @import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    :root {
      --bg-left: linear-gradient(
        to bottom,
        hsl(252, 100%, 67%) 0%,
        hsl(241, 81%, 54%) 100%
      );
      --bg-circle: linear-gradient(
        to bottom,
        hsla(256, 72%, 46%, 1) 0%,
        hsla(241, 72%, 46%, 0) 100%
      );
    
      --text-white: hsl(0, 0%, 100%);
      --text-light: hsl(221, 100%, 96%);
      --text-light-blue: hsl(241, 100%, 89%);
      --text-dark: hsl(224, 30%, 27%);
    
      --text-primary: hsl(0, 0%, 30%);
      --bg-primary: hsl(0, 0%, 66%);
    
      --font-weight-normal: 500;
      --font-weight-bold: 700;
      --font-weight-extra-bold: 900;
    
      font-size: 18px;
      font-family: "Hanken Grotesk", sans-serif;
      font-weight: var(--font-weight-normal);
    }
    
    .reaction {
      --text-primary: hsl(0, 100%, 67%);
      --bg-primary: hsla(0, 100%, 67%, 0.15);
    }
    
    .memory {
      --text-primary: hsl(39, 100%, 56%);
      --bg-primary: hsla(39, 100%, 56%, 0.15);
    }
    
    .verbal {
      --text-primary: hsl(166, 100%, 37%);
      --bg-primary: hsla(166, 100%, 37%, 0.15);
    }
    
    .visual {
      --text-primary: hsl(234, 85%, 45%);
      --bg-primary: hsla(234, 85%, 45%, 0.15);
    }
    
    html,
    body,
    main,
    .result {
      width: 100%;
    }
    
    body,
    main,
    .result {
      display: flex;
      flex-direction: column;
    }
    
    html,
    body {
      min-height: 100vh;
    }
    
    .result {
      padding: 1.5rem 1.5rem 2.5rem;
      background: var(--bg-left);
      border-radius: 0 0 30px 30px;
      flex-direction: column;
      align-items: center;
    }
    
    .subtitle {
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }
    
    .result .subtitle {
      color: var(--text-light-blue);
    }
    
    .circle {
      width: 150px;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: var(--bg-circle);
      display: grid;
      place-content: center;
    }
    
    .circle_numbers {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .circle_numbers_result {
      font-size: 3.5rem;
      font-weight: var(--font-weight-extra-bold);
      color: var(--text-white);
    }
    
    .circle_numbers_total {
      color: var(--text-light-blue);
    }
    
    .title {
      font-size: 1.5rem;
      margin-top: 1rem;
      color: var(--text-white);
    }
    
    .paragraph {
      margin-top: 0.5rem;
      color: var(--text-light-blue);
      text-align: center;
    }
    
    .summary {
      padding: 1.5rem 1.5rem 2.5rem;
    }
    
    .summary .subtitle {
      color: var(--text-dark);
      font-weight: var(--font-weight-extra-bold);
    }
    
    .summary_list {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .summary_list_item {
      width: 100%;
      height: 45px;
      padding: 0 0.8rem;
      background-color: var(--bg-primary);
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .summary_list_item_title_container {
      display: flex;
      gap: 0.5rem;
    }
    
    .summary_list_item_title {
      font-size: 1rem;
      color: var(--text-primary);
    }
    
    .summary_list_item_result_numbers_result {
      color: var(--text-dark);
      font-weight: var(--font-weight-extra-bold);
    }
    
    .summary_list_item_result_numbers_total {
      color: var(--text-light-blue);
    }
    
    .summary_button {
      width: 100%;
      height: 45px;
      margin-top: 1rem;
      background-color: var(--text-dark);
      border-radius: 50px;
      color: var(--text-light);
      font-size: 1rem;
      font-weight: var(--font-weight-bold);
      border: none;
      display: grid;
      place-content: center;
      cursor: pointer;
      transition: 0.25s ease;
    }
    
    .summary_button:hover {
      background: var(--bg-left);
    }
    
    @media (min-width: 768px) {
      body {
        justify-content: center;
      }
    
      main {
        width: fit-content;
        padding: 0;
        margin: 0 auto;
        border-radius: 30px;
        box-shadow: 0px 20px 20px 0px var(--text-light);
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
      }
    
      .result {
        width: fit-content;
        border-radius: 30px;
        justify-content: center;
      }
    
      .paragraph {
        width: 250px;
      }
    
      .summary_list {
        width: 250px;
      }
    }
         
}


#service{
    {
        --title-font: "Oxanium", Helvetica, Arial, sans-serif;
        --body-font: "Manrope", Helvetica, Arial, sans-serif;
        --body-font-weight: 500;
        --border-default: solid 1px rgba(30, 30, 30, 1);
        --bg-color-even: #E8E8E8;
        --bg-color-odd: #F4F4F4;
        --bg-dark-1: #010314;
        --bg-dark-1-rgb: 1, 3, 20;
        --bg-dark-2: #0F101E;
        --bg-dark-3: #303030;
        --body-font-color: #4C5671;
        --dark-body-font-color: #92939e;
        --gradient-text: 0deg,#888888 0%, #ffffff 75%;
        --swiper-theme-color: var(--secondary-color);
      }
* {
  --title-font: "Oxanium", Helvetica, Arial, sans-serif;
  --body-font: "Manrope", Helvetica, Arial, sans-serif;
  --body-font-weight: 500;
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #010314;
  --bg-dark-1-rgb: 1, 3, 20;
  --bg-dark-2: #0F101E;
  --bg-dark-3: #303030;
  --body-font-color: #4C5671;
  --dark-body-font-color: #92939e;
  --gradient-text: 0deg,#888888 0%, #ffffff 75%;
  --swiper-theme-color: var(--secondary-color);
}


.bg-dark-1{background: var(--bg-dark-1) !important;}
.bg-dark-2{background: var(--bg-dark-2) !important;}
.bg-dark-3{background: var(--bg-dark-3) !important;}

.g-custom {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.g-custom-x {
  --bs-gutter-x: 30px;
}

/* ================================================== */


/* body */


/* ================================================== */

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: var(--bg-dark-1);
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: var(--body-font-weight);
  color: var(--body-font-color);
  padding: 0;
  line-height: 1.8em;
  word-spacing: 0px;
  letter-spacing: -0.2px;
}

.dark-scheme {
  color: var(--dark-body-font-color);
}

body.dark-scheme {
  background: var(--bg-dark-1);
}

body.boxed {
  margin: 30px;
  overflow: hidden;
  border: solid 1px #eee;
}

body .owl-stage .owl-item {
  margin-bottom: 15px;

}

#wrapper {
  position: relative;
  overflow: hidden;
}

.de-navbar-left #wrapper {
  overflow: visible;
}

a,
a:hover {
  text-decoration: none;
}

a.a-underline {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

a.a-underline span {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #333;
  width: 0;
}

a.a-underline:hover span {
  width: 100%;
}

/* ================================================== */


/*  header  */


/* ================================================== */

header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: #2b313f;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

header.header-s1 {
  top: 0;
}

header .info {
  display: none;
  color: #fff;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 100;
  background: #242424;
}

header .info .col {
  display: inline-block;
  font-size: 12px;
}

header .info .col {
  padding-right: 30px;
}

header .info .col:last-child {
  padding-right: 0px;
}

header .info i {
  font-size: 14px;
  margin-right: 15px;
}

header .info .social.col {
  border: none;
}

header .info .social i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

header .info strong {
  font-size: 12px;
}

header.header-bg {
  background: rgba(0, 0, 0, 0.5);
}

header.transparent {
  background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
  background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header.autoshow.scrollOff {
  top: -120px;
}

header div#logo {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .logo-2 {
  display: none;
}

header .logo-scroll {
  display: none;
}

header .logo,
header .logo-2 {
  font-family: var(--body-font);
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

header .logo-2 {
  color: #333;
}

header.header-full nav {
  float: left;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: rgba(var(--bg-dark-1-rgb), .9);
}

.scroll-down {
    margin-top: -90px;
}

.scroll-up {
    margin-top: 0;
}

header.header-center.scroll-down{
  margin-top: -175px;
}

header.header-center #logo-center{
  display: inline-block;
  padding-top: 40px;
}

header.header-center #mainmenu{
  display: inline-block;
}

header.header-center{
  text-align: center;
}

header.header-center #logo{
  display: none;
}

header.smaller .btn-main{
  margin-top: 8px;
}

header.smaller .btn-rsvp {
  height: 100px;
  padding-top: 55px;
}

.boxed header.smaller {
  margin-top: 0px;
}

header.smaller div#logo,
header.s2 div#logo {}

header.smaller .logo-init {
  display: none;
}

header.smaller #topbar.topbar-dark {
  background: rgba(34, 34, 34, .05);
}

header.smaller #topbar.topbar-dark a {
  color: #333333;
}

header .logo-mobile {
  display: none;
}

header.smaller.scroll-dark {
  background: var(--bg-color-even);
}

header.header-light .h-phone,
header.smaller.scroll-light .h-phone {
  color: #202020;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
  display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
  display: inline-block;
}

header.smaller.header-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light .social-icons i {
  color: #333;
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
  color: #333333;
}

header.smaller.scroll-light #mainmenu li li a:hover {
  color: #ffffff;
}

.logo-smaller div#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}

.logo-smaller div#logo img {
  font-size: 30px;
}

header.smaller div#logo .logo-1 {
  display: none;
}

header.smaller div#logo .logo-2 {
  display: inline-block;
}

.logo-small {
  margin-bottom: 20px;
}

header.de_header_2 {
  height: 125px;
}

header.de_header_2.smaller {
  height: 70px;
}

header.de_header_2.smaller .info {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

header.header-full {
  padding-left: 40px;
  padding-right: 40px;
}

header .header-row {
  text-align: center;
}

header .header-col {
  position: relative;
  height: 100%;
}

/* left col header */
header .header-col.left {
  float: left;
  padding: 0 30px 0 0;
  /* border-right:solid 1px rgba(255,255,255,.2); */
}

/* middle col header */
header .header-col.mid {
  float: right;
}

header .header-col.mid .social-icons {
  float: right;
  /* border-left:solid 1px rgba(255,255,255,.2); */
  padding: 0 30px 0 30px;
}


.header-col-right {
  text-align: right;
}


.de-navbar-left {
  background: #151618;
}

.de-navbar-left #logo {
  padding: 40px;
  text-align: center;
  width: 100%;
}

.de-navbar-left header {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background: none;
  padding: 30px;
  padding-right: 20px;
}

.de-navbar-left header #mainmenu {
  float: none;
  margin: 0;
  padding: 0;
}

.de-navbar-left header #mainmenu>li {
  display: block;
  margin: 0;
  float: none;
  text-align: center;
  font-family: var(--body-font);
  letter-spacing: 5px;
  font-size: 14px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.de_light.de-navbar-left header #mainmenu>li {
  border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.de-navbar-left header #mainmenu>li>a {
  padding: 0;
  opacity: .5;
}

.de_light.de-navbar-left header #mainmenu>li>a {
  color: #222;
}

.de-navbar-left header #mainmenu>li a:hover {
  opacity: 1;
}

.de-navbar-left header #mainmenu>li>a:after {
  content: none;
}

.de-navbar-left header nav {
  float: none;
}

/* subheader */

#subheader {
  overflow: hidden;
  position: relative;
}

#subheader h2 {
  margin-bottom: 0;
}

#subheader.dark {
  background-color: #1A1C26;
}

#subheader.dark h1 {
  color: #fff;
}

.de-navbar-left #subheader {
  padding-bottom: 120px;
}

#subheader .crumb {
  font-size: 14px;
  letter-spacing: 3px;
}

#subheader.text-light .crumb {
  color: #fff;
}

#subheader .small-border-deco {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}

#subheader .small-border-deco span {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 100px;
}

#subheader.dark h2,
#subheader.dark h4 {
  color: #fff;
}

#subheader.dark h2 {
  font-size: 48px;
}

#subheader.s2 {
  text-align: left;
  padding: 120px 0 20px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

.rtl #subheader.s2 {
  text-align: right;
}


#subheader.s2 h1,
#subheader.s2 .crumb {
  margin: 0;
  padding: 0;
}

#subheader.s2 .crumb {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2 .crumb {
  float: left;
}

#subheader.sh-plain {
  padding: 100px 0 60px 0;
}

.de-navbar-left.de_light #subheader h1 {
  color: #222;
}

#profile_banner {
  min-height: 360px;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
  font-size: 14.5px;
  margin: 0 auto;
  float: none;
  counter-reset: my-awesome-counter;
}

#mainmenu.s2{
  font-family: var(--body-font);
}

#mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  background: #ffffff;
  color: var(--body-font-color);
}

#mainmenu ul:not(.mega) {
  border: solid 1px #dddddd;
}

.dark-scheme #mainmenu ul {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme #mainmenu ul.mega {
  border:none;
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu>li {
  margin-right: 22px;
}

#mainmenu>li {
  counter-increment: my-awesome-counter;
}
#mainmenu>li::before {
  content: counter(my-awesome-counter) "";
  position: absolute;
  right: 8px;
  top: 15px;
  font-weight: bold;
  font-size: 10px;
  color:rgba(255, 255, 255, .5);
}

header.smaller #mainmenu>li::before{
  transform: scale(0);
}

#mainmenu>li.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  top: -2px;
}

.rtl #mainmenu li.has-child:after {
  padding-left: 15px;
}

.header-light #mainmenu li.has-child:after {
  color: rgba(0, 0, 0, .5);
}

#mainmenu li>a {
  padding-right: 6px;
  font-weight:600;
}

#mainmenu.s2 li>a{
  letter-spacing: 0;
}

#mainmenu li.has-child>a {
  padding-right: 0px;
}

#mainmenu a {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
}

header.smaller #mainmenu > li > a{
  padding: 15px 0;
}

#mainmenu p {
  line-height: 1.8em;
  margin-bottom: 0;
}

header.header-light #mainmenu a {
  color: #35404e;
}

#mainmenu a span:not(.badge) {
  position: relative;
  width: 0%;
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
  width: 100%;
}

#mainmenu li li a span:not(.badge) {
  float: right;
  margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
  width: 100%;
  margin-left: 0%;
}

.header-light {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.header-light #mainmenu>li>a {
  color: #222;
}

#mainmenu li li {
  font-family: var(--body-font);
  font-size: 14px;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  letter-spacing: 0;
}

#mainmenu li:last-child>a {
  border-bottom: none;
}

.dark-scheme #mainmenu li li a {
  color: #ffffff;
}

.rtl #mainmenu li li a {
  text-align: right;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
  color: #fff;
}

#mainmenu li a.active{
  color:var(--secondary-color) !important;
}

#mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#mainmenu li a.new:before{
  content: "New";
  text-transform: uppercase;  
  padding: 2px 5px;
  background: var(--primary-color);
  font-size: 12px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  margin-right: 5px;
}

#mainmenu ul li b {
  background: #333;
  color: #ffffff;
  padding: 0 3px;
  padding-bottom: 3px;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#mainmenu li li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

/* before edited 
#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}
*/

#mainmenu li ul ul {
  top: 0px;
  margin-left: 188px;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type a {
  background: #eee;
  padding: 0;
  margin: 0;
}

#mainmenu>li ul.mega {
  position: fixed;
  left: 0;
  height: 0%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#mainmenu>li ul.mega .sb-menu {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #dddddd;
}

.dark-scheme #mainmenu>li ul.mega .sb-menu {
  background: var(--bg-dark-1);
  border-color: rgba(255, 255, 255, .1);
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#mainmenu li:hover ul.mega {
  visibility: visible;
  opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
  width: 100%;
}

#mainmenu li ul.mega li.title {
  padding: 0px 10px 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainmenu li ul.mega>li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  left: 0;
  float: none;
  width: 100%;
}

#mainmenu ul.mega>li ul li {
  margin: 0;
  padding: 0;
}

#mainmenu ul.mega>li ul li:last-child {
  border-bottom: none;
}

#mainmenu li ul.mega .menu-content {
  background: #171A21;
  padding: 30px;
}

#mainmenu li ul.mega li.title {
  font-family: var(--main-font);
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #586383;
}

#mainmenu ul.mega>li ul {
  border: none;
}

#mainmenu li ul.mega ul li a {
  background: none;
  padding: 2px 0;
}

#mainmenu li ul.mega ul li a:hover {
  color: #35404e;
}

#mainmenu .box-icon {
  margin-bottom: 10px;
  line-height: 1.6em;
  background: rgba(var(--primary-color-rgb), .1);
  padding: 15px;
  margin: 0;
  height: 100%;
}

#mainmenu .box-icon:hover {
  background: rgba(var(--secondary-color-rgb), .2);
}


.menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

.menu-col i {
  margin-right: 10px;
  text-align: center;
  min-width: 20px;
}

.menu-col li {
  margin-bottom: 10px;
}

.menu-col li a {
  padding: 10px 16px;
  display: block;
  color: #333333;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.menu-col li a.active,
.menu-col li a.active i {
  color: #ffffff;
}



header.header-mobile #mainmenu>li ul.mega {
  visibility: visible;
  opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
  height: auto;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  cursor: poInter;
  color: #fff;
  margin-top: 0px;
  margin-left: 20px;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
}


#menu-btn.menu-open:before{
  content: "\f068";
}


.rtl #menu-btn {
  float: left;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
  background: none;
}

header.header-mobile.header-light #menu-btn {
  color: #222;
}


header.header-mobile.header-center #logo{
  display: block;
}

header.header-mobile.header-center #logo-center{
  display: none;
}

/* user account menu */

.de-login-menu {
  position: relative;
}

.de-menu-profile {
  cursor: pointer;
}

.de-menu-profile img {
  width: 38px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-left: 5px;
  margin-bottom: 2px;
}

#de-click-menu-notification {
  position: relative;
}

#de-click-menu-notification .d-count {
  display: inline-block;
  position: absolute;
  z-index: 100;
  background: #333;
  line-height: 1em;
  padding: 6px;
  width: 22px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  top: -10px;
  right: -10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}

.de-menu-notification {
  cursor: pointer;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #eeeeee;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  padding-top: 3px;
  margin-left: 5px;
}

.dark-scheme .de-menu-notification {
  background: rgba(255, 255, 255, .2);
  color: #ffffff;
}

.rtl .de-menu-notification {
  margin-right: 5px;
}

.de-submenu {
  text-align: left;
  opacity: 0;
  position: absolute;
  right: 0;
  background: #ffffff;
  padding: 15px 20px;
  margin: 0;
  margin-top: 10px;
  width: 250px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1000;
  border: solid 1px #eeeeee;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.dark-scheme .de-submenu {
  background: var(--dark-scheme-color);
  border: solid 1px rgba(255, 255, 255, .1);
}

.rtl .de-submenu {
  right: auto;
  left: 0;
}

.de-submenu.open {
  opacity: 1;
}

.de-submenu .d-balance {
  font-size: 14px;
}

.de-submenu h4 {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 5px;
}

.d-name h4 {
  line-height: 1.2em;
  margin-bottom: 0;
}

.d-name span {
  font-size: 15px;
}

.rtl .de-submenu h4,
.rtl .d-name,
.rtl .d-balance {
  text-align: right;
}

.de-submenu-profile {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtl .de-submenu-profile {
  text-align: right;
}

.de-submenu-profile a {
  color: #0d0c22;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: #fff;
}

.dark-scheme .de-submenu-profile a {
  color: #fff;
}

.de-submenu-profile li {
  padding: 5px 0;
}

.de-submenu-profile li.de-line {
  border-top: solid 1px #bbbbbb;
  margin: 10px 0 8px 0;
  padding: 0;
}

.de-submenu-profile i {
  text-align: center;
  padding: 7px;
  background: #eee;
  color: #ffffff;
  border-radius: 30px;
  width: 28px;
  margin-right: 5px;
}

.dark-scheme .de-submenu-profile i {
  background: rgba(255, 255, 255, .1);
}

.de-submenu .d-wallet {
  position: relative;
}

.de-submenu .d-wallet .d-wallet-address {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 69%;
  overflow: hidden;
  position: relative;
}

.de-submenu .d-wallet #btn_copy {
  right: 0;
  bottom: 4px;
}

.rtl .de-submenu .d-wallet #btn_copy {
  right: auto;
  left: 0;
}


#de-submenu-notification ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

#de-submenu-notification li {
  line-height: 20px;
  margin-bottom: 15px;
}

#de-submenu-notification li .d-time {
  display: block;
  font-size: 14px;
  color: #727272;
}

.dark-scheme #de-submenu-notification li .d-time {
  color: #999999;
}

#de-submenu-notification li a {
  color: #0d0c22;
}

.dark-scheme #de-submenu-notification li a {
  color: #ffffff;
}

#de-submenu-notification li .d-desc {
  margin-left: 45px;
}

.rtl #de-submenu-notification li .d-desc {
  text-align: right;
  margin-left: 0;
  margin-right: 45px;
}

#de-submenu-notification li img {
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.rtl #de-submenu-notification li img {
  right: 20px;
}

#de-submenu-notification li:last-child {
  margin-bottom: 0;
}

.de-submenu .d-line {
  margin: 15px 0 15px 0;
  border-top: solid 1px #bbbbbb;
}

.dark-scheme .de-submenu .d-line {
  border-top-color: rgba(255, 255, 255, .1);
}

/* user account menu close */

/* ================================================== */


/* content */


/* ================================================== */

#content {
  width: 100%;
  background: #ffffff;
  padding: 90px 0 90px 0;
  z-index: 100;
}

.dark-scheme #content {
  background: var(--bg-dark-1);
}

.dark-scheme #content {
  background: var(--bg-dark-1);
}

/* ================================================== */


/* section */


/* ================================================== */



#content.zebra section:nth-child(even) {
  background: #fcfcfc;
}

section.no-bg,
#content.no-bg {
  background: none !important;
}

.dark-scheme section {
  background: var(--bg-dark-1);
}

.no-bg {
  background: none !important;
}

.bgcolor-variation {
  background: #f6f6f6;
}

.overlay-gradient {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  padding: 90px 0 90px 0;
}

.de-navbar-left .container-fluid .container {
  width: 100%;
}

.de-navbar-left section {
  padding: 70px;
}

.de_light section {
  background: #ffffff;
}

.section-fixed {
  position: fixed;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.full-height {
  overflow: hidden;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.text_top {
  position: relative;
  z-index: 1000;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
  background:var(--bg-dark-2);
  padding: 70px 0 0 0;
  font-size: 15px;
}

footer.footer-light {
  background: #ffffff;
}

footer.footer-light a {
  color: #5d6371;
}

footer p {
  line-height: 1.8em;
}

.dark-scheme footer a {
  color: var(--dark-body-font-color);
}

footer.footer-black {
  background: #222222;
}

footer h5,
.de_light footer h5 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

footer a {
  color: #ffffff;
  text-decoration: none !important;
}

.de-navbar-left footer {
  padding: 70px 70px 0 70px;
}

.subfooter {
  margin-top: 20px;
  border-top: solid 1px rgba(255, 255, 255, .1);
  padding: 20px 0 20px 0;
}

.footer-light .subfooter {
  border-top: solid 1px rgba(0, 0, 0, .1);
}

.de-navbar-left .subfooter {
  background: none;
}

header.side-header {
  border-bottom: none;
  margin: 0;
}

header.side-header .social-icons-2 {
  margin: 0 auto;
  margin-top: 50px;
  float: none;
  text-align: center;
}

header.side-header .social-icons-2 a {
  display: inline-block;
  margin: 0 2px 0 2px;
  background: #555;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  opacity: .2;
}

.de_light header.side-header .social-icons-2 a {
  background: #fff;
  color: #333;
}

header.side-header .social-icons-2 a:hover {
  opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
  background: rgba(var(--secondary-color-rgb), .1);
}

header.header-light-transparent {
  background: rgba(255, 255, 255, .5);
}

header.header-solid.header-light #mainmenu>li>a {
  color: #555;
}

header.header-solid.header-light .info {
  background: #eee;
  color: #555;
}

header.header-solid.header-light .info .social i {
  color: #222;
}

header.header-solid {
  background: #fff;
}

header.smaller.header-dark {
  background: #222222;
  border: none;
}

header.smaller.header-dark #mainmenu a {
  color: #fff;
}

header.s2 {
  background: #ffffff !important;
  border-bottom: solid 1px #eee;
  top: 0;
}

header.s2 #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.side-layout header.smaller.header-dark #mainmenu>li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.side-layout header.smaller.header-dark #mainmenu>li:last-child {
  border-bottom: none;
}

header.header-mobile {
  position: fixed !important;
  top: 0;
  padding-bottom: 10px;
}

header.header-mobile.menu-open {
  background: var(--bg-dark-1);
}

header.header-mobile .container {
  max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.dark-scheme header.header-mobile {
  background: var(--bg-dark-1);
}

header.header-mobile.has-topbar .header-row,
header.header-mobile.has-topbar .header-col {
  margin-top: 10px;
}

header.header-mobile nav {
  float: none;
}

header.header-mobile .logo {
  display: none;
}

header.header-mobile .btn-rsvp {
  padding-top: 40px;
  height: 90px;
}

header.header-mobile .logo-2 {
  display: inline-block;
}

header.header-mobile.header-light {
  background: #fff;
}

header.header-mobile #mainmenu ul {
  padding: 0;
}


header.header-mobile .btn-main{
  display: none;
}


header.header-solid.header-light {
  background: #fff;
}

header.header-light .logo {
  display: none;
}

header.header-light .logo-2 {
  display: inline-block;
}

/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: rgba(0, 0, 0, .05);
}

#topbar.topbar-dark {
  background: rgba(34, 34, 34, .2);
}

#topbar a {
  color: #35404E;
  font-weight: 500;
  text-decoration: none;
}

#topbar.text-light a {
  color: #ffffff;
}

.topbar-left,
.topbar-right {
  display: flex;
}

.topbar-right {
  float: right;
}

.topbar-solid {
  background: #ffffff;
}

.tb-light {
  background: #ffffff;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-right span:last-child {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

/* topbar left content */
.topbar-left {
  float: left;
}

#topbar:not(.topbar-noborder) .topbar-left .topbar-widget {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-left .topbar-widget {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-left span:first-child {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left .topbar-widget {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.h-phone {
  position: relative;
  font-weight: bold;
  color: var(--bg-dark-1);
  font-family: var(--title-font);
  padding-left: 40px;
  font-size: 20px;
  padding-top: 22px;
}

.h-phone span {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 0;
  font-size: 14px;
  font-weight: 500;
}

.h-phone i {
  display: inline-block;
  position: absolute;
  font-size: 40px;
  left: 0;
  top: 12px
}

/* topbar widget */
.topbar-widget {
  font-size: 14px;
  display: flex;
  padding: 3px 15px;
  font-weight: 400;
  height: 40px;
}

.topbar-widget.widget-text {
  padding-top: 6px;
}

.topbar-widget i {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 10px;
}

.h-sub .topbar-widget {
  padding: 12px;
}

.topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.topbar-widget.tb-phone:before {
  content: "\f095";
}

.topbar-widget.tb-email:before {
  content: "\f003";
}

.topbar-widget.tb-opening-hours:before {
  content: "\f017";
}

.topbar-widget.tb-social {
  padding: 0;
}

.topbar-widget.tb-social a {
  font-size: 14px;
  display: flex;
  padding: 5px;
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}

.topbar-widget a span {
  font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .topbar-widget.tb-social a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light .topbar-widget.tb-social a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget.tb-social a:first-child {
  border: none;
}

/* topbar end here */

#de-sidebar {
  padding: 0px;
}

/* ================================================== */


/* blog */


/* ================================================== */

.blog-list {
  margin: 0;
  padding: 0;
}

/* blog list */

.blog-list>div {
  list-style: none;
  line-height: 1.7em;
  margin-top: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 20px;
}

.blog-list img {
  margin-bottom: 20px;
}

.de_light .blog-list li {
  border-bottom: solid 1px #ddd;
}

.blog-list h4 {
  margin-top: 20px;
}

.blog-list h4 a {
  color: #fff;
}

.de_light .blog-list h4 a {
  color: #222222;
}

.de_light .text-light .blog-list h4 a {
  color: #fff;
}

.blog-list .btn-more {
  padding: 3px 25px 3px 25px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  float: right;
}

.blog-list .btn-more:hover {
  background: #fff;
}

.de_light .blog-list .btn-more:hover {
  background: #222;
  color: #fff;
}

.blog-list .post-text {
  padding-left: 80px;
}

.bloglist .post-text a.btn-main {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list .blog-slider {
  margin-bottom: -60px;
}

.blog-list .date-box {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

.blog-list .date-box .day,
.blog-list .date-box .month {
  display: block;
  color: #fff;
  text-align: center;
  width: 40px;
  z-index: 100;
}

.de_light .blog-list .date-box .month {
  color: #222222;
}

.blog-list .date-box {
  text-align: center;
  background: #f6f6f6;
  padding: 10px;
}

.blog-list .date-box .month {
  font-size: 14px;
}

.blog-list .date-box .day {
  font-family: var(--body-font);
  color: #222222;
  font-weight: bold;
  font-size: 28px;
}

.blog-list .date-box .month {
  font-family: var(--body-font);
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
}

.de_light .blog-list .date-box .month {
  border-bottom-color: #ddd;
}

.de_light .text-light .blog-list .date-box .month {
  color: #fff;
}

/* de-bloglist-type-1 */
.de-bloglist-type-1 .d-content {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.de-bloglist-type-1 .d-image {
  position: absolute;
  overflow: hidden;
  width: 80px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de-bloglist-type-1 .d-image img {
  width: 100%;
}

.de-bloglist-type-1 .d-content {
  padding-left: 100px;
}

.de-bloglist-type-1 .d-content h4 {
  font-size: 16px;
  margin-bottom: 2px;
}

.de-bloglist-type-1 .d-date {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 18px;
}

.de-bloglist-type-1 .d-date:before {
  font-family: "FontAwesome";
  font-weight: 300;
  color: var(--primary-color);
  content: "\f073";
  left: 0;
  position: absolute;
}


/* de-post-type-1 */
.de-post-type-1 {
  margin-bottom: 40px;
}

.de-post-type-1 .d-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 20px;
}

.de-post-type-1 .d-image img {
  width: 100%;
}

.de-post-type-1 .d-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.de-post-type-1 .d-meta span {
  display: inline-block;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 30px;
  position: relative;
}

.de-post-type-1 h4 {
  margin-bottom: 10px;
}

.de-post-type-1 h4 a {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0px;
}

.de-post-type-1 .d-meta span:before {
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 300;
  color: var(--primary-color);
  content: "";
  left: 0;
  position: absolute;
}

.de-post-type-1 .d-meta span.d-by:before {
  content: "\f007";
}

.de-post-type-1 .d-meta span.d-date:before {
  content: "\f073";
}

.de-post-type-1 .d-meta span.d-tags:before {
  content: "\f02c";
}

.blog-snippet li {
  border-bottom: none;
  margin-bottom: 0;
}

#blog-carousel .item.item {
  width: 100%;
}

.de-blog-c1{
  position: relative;
  margin-bottom: 60px;
}

.de-blog-c1 h4{
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.3em;
}

.de-blog-c1 .d-date{
  position: absolute;
  left: 0;
  text-align: center;
  color:#ffffff;
  text-align: center;
}

.de-blog-c1 .d-date .d-month{
  text-transform: uppercase;
  background: var(--primary-color);
  font-size: 16px;
  font-family: var(--title-font);
  margin-left: .5rem;
  margin-bottom: 10px;
  font-weight:bold;
  line-height: 1em;
  padding: 2px 0;  
  letter-spacing: 2px;
}

.de-blog-c1 .d-date .d-day{
  font-size: 52px;
  font-family: var(--title-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1 .d-image{
  padding-left: 100px;
}

.de-blog-c1 .d-image img{
  width:100%;
  -webkit-box-shadow: 8px 8px 0 0px var(--primary-color);
  -moz-box-shadow: 8px 8px 0 0px var(--primary-color);
  box-shadow: 8px 8px 0 0px var(--primary-color);
}

/* blog comment */

#blog-comment {
  margin-top: 40px;
}

#blog-comment h5 {
  margin-bottom: 10px;
}

#blog-comment ul,
#blog-comment li {
  list-style: none;
  margin-left: -40px;
  padding-left: 0;
}

.rtl #blog-comment li {
  margin-right: -30px;
}

.rtl #blog-comment li li {
  margin-right: 40px;
}

#blog-comment li {
  min-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.dark-scheme #blog-comment li {
  border-bottom-color: rgba(255, 255, 255, .1);
}

#blog-comment li .avatar {
  position: absolute;
  margin-top: 5px;
}

#blog-comment li .avatar img{
  width: 70px;
}

#blog-comment .comment {
  margin-left: 85px;
}

.rtl #blog-comment .comment {
  margin-left: 0;
  margin-right: 85px;
}

#blog-comment li {
  min-height: 70px;
  font-size: 14px;
  line-height: 1.6em;
}

#blog-comment li li {
  margin-left: 55px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #eee;
  border-bottom: none;
}

.dark-scheme #blog-comment li li {
  border-top-color: rgba(255, 255, 255, .1);
}

#blog-comment li li .avatar {
  position: absolute;
}

#blog-comment li li .comment {}

.comment-info {
  margin-left: 85px;
  margin-bottom: 5px;
}

.rtl .comment-info {
  margin-left: 0;
  margin-right: 85px;
}

.comment-info span {}

.comment-info .c_name {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme .comment-info .c_name {
  color: #ffffff;
}

.comment-info .c_reply {
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #ddd;
  font-size: 12px;
}

.dark-scheme .comment-info .c_reply {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info .c_date {
  font-size: 12px;
}

.blog-list h4 {
  color: #333;
}

.blog-list .post-wrapper {}

.blog-read h4 {
  color: #333;
  letter-spacing: normal;
  font-size: 24px;
  text-transform: none;
}

.blog-carousel ul,
.blog-carousel li {
  margin: 0;
  list-style: none;
}

.blog-carousel h4 {
  margin-bottom: 0px;
}

.blog-carousel p {
  margin-bottom: 10px;
}

.blog-carousel .post-date {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #888;
}

.bloglist {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-content {
  position: relative;
}

.post-content p {
  margin-bottom: 0px;
  font-size: 15px;
}

.post-text .d-date{
  font-size: 14px;
}

.post-text h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-text h4 a {
  font-weight: bold;
  font-family: var(--body-font);
  color: #1A1C26;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
}

.dark-scheme .post-text h4 a {
  color: #ffffff;
}

.post-text .tags {
  font-size: 10px;
  text-transform: uppercase;
}

.p-tagline {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.p-tagline {
  left: auto;
  right: 20px;
}

.p-tagline,
.p-title {
  font-family: var(--body-font);
  background: rgba(var(--primary-color-rgb), .2);
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 10px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.p-tagline,
.p-title.invert {
  background: var(--secondary-color);
}

.p-title {
  font-size: 12px;
  margin-bottom: 20px;
}

.post-text .p-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  color: #888888;
  padding: 5px 10px;
  background: rgba(0, 0, 0, .05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post-info {
  border-top: solid 1px rgba(0, 0, 0, .1);
  padding-top: 15px;
}

.blog-read img {
  margin-bottom: 20px;
}

.blog-read .post-text {
  padding: 0;
}

.post-date,
.post-comment,
.post-like,
.post-by,
.post-author {
  margin-right: 20px;
  font-size: 13px;
  font-family: var(--body-font);
}

.dark-scheme .post-date,
.dark-scheme .post-comment,
.dark-scheme .post-like,
.dark-scheme .post-by,
.dark-scheme .post-author {
  color: #ffffff;
}

.post-date {
  color: #35404E;
}

.post-author {
  margin-top: 20px;
}

.post-author img {
  width: 46px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.post-author img {
  position: absolute;
}

.post-author .d-name {
  line-height: 1.7em;
  padding-left: 60px;
  font-size: 15px;
}

.post-author .d-name span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}


.post-date:before,
.post-comment:before,
.post-like:before,
.post-by:before {
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 11px;
}

.post-comment:before {
  content: "\f0e5";
}

.post-like:before {
  content: "\f08a";
}

/* blog comment form */

#commentform label {
  display: block;
}

#commentform input {
  width: 290px;
}

#commentform input:focus {
  border: solid 1px #999;
  background: #fff;
}

#commentform textarea {
  width: 97%;
  padding: 5px;
  height: 150px;
  color: #333;
}

#commentform textarea:focus {
  border: solid 1px #999;
  background: #fff;
}

#commentform input.btn {
  width: auto;
}


.post-meta {
  margin: 0px 0 10px 0px;
  border: solid 1px #eee;
  border-left: none;
  border-right: none;
  border-left: none;
  font-size: 11px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.post-meta a {
  color: #888;
}

.post-meta span {
  display: table-cell;
  padding: 10px 0 10px 0;
  text-align: center;
}

.post-meta span i {
  float: none;
}

.post-image{
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-image img {
  width: 100%;
  margin-bottom: 0px;
}
.post-image .d-tagline{
  position: absolute;
  top:20px;
  right: 20px;
  line-height: 1em;
}

.post-image .d-tagline span{
  font-size: 12px;
  color:#ffffff;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(0, 0, 0, .25);
  margin-left: 5px;
  padding: 4px 10px 4px 10px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}


.blog-slide {
  padding: 0;
  margin: 0;
}

.blog-item {
  margin-bottom: 60px;
}

.blog-item img.preview {
  width: 100%;
  margin-bottom: 30px;
}

.post-image {
  position: relative;
}

.post-image .post-info {
  position: absolute;
  bottom: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.post-image .post-info .inner {
  margin: 0 30px 0 30px;
  padding: 3px 20px;
  border-radius: 0px 10px 0 0;
}

.post-image .post-date,
.post-image .post-author {
  color: #ffffff;
}

/* ================================================== */

/* products */


/* ================================================== */

.products {
  padding: 0;
  list-style: none;
  text-align: center;
}

.products li {
  margin-bottom: 40px;
}

.product .price {
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
}

.de_light .product h4 {
  font-size: 16px;
  margin: 0;
  margin-top: 20px;
}

.product img {
  padding: 2px;
  background: #333;
  border: solid 1px #fff;
}

.de_light .product img {
  padding: 0;
  border: solid 1px #eee;
}

.ratings {
  color: #F86E4E;
}

.de-card .de-rating {
  margin-bottom: 0;
}

.de-card .p-rating i {
  color: rgba(0, 0, 0, .2);
}

.p-rating i {
  color: #cccccc;
}

.p-rating i.checked {
  color: #FFD337;
}

.d-rating i {
  font-size: 15px;
  color: #F86E4E;
  margin-right: 3px;
}

.product .ratings {
  margin: 5px 0 5px 0;
}

/* ================================================== */


/* contact form */


/* ================================================== */

.error {
  display: none;
  margin-top: 30px;
  color: #e7505a;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(231, 80, 90, .1);
  border: solid 1px #e7505a;
}

.success {
  display: none;
  color: #96c346;
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(150, 195, 70, .1);
  border: solid 1px #96c346;
}

.error img {
  vertical-align: top;
}

.full {
  width: 98%;
}

#contact_form.s2 textarea {
  height: 180px;
}

#contact_form .radio-img input[type="radio"] + label, 
#contact_form .radio-img input[type="checkbox"] + label{
  padding: 0px;
  position: relative;
  background: none;
  width: 20%;
  float: left;
  text-align: center;
  margin-right: 5%;
}

#contact_form .radio-img input[type="radio"] + label:before, 
#contact_form .radio-img input[type="checkbox"] + label:before {
  position: absolute;
  top: 10px;
  left: 15px;
  display: none;
}

#contact_form .radio-img input[type="radio"] + label img, 
#contact_form .radio-img input[type="checkbox"] + label img{
  width: 100%;
  margin-bottom: 10px;
  opacity: .5;
}

#contact_form .radio-img input[type="radio"]:checked + label img, 
#contact_form .radio-img input[type="checkbox"]:checked + label img{
  width: 100%;
  padding: 3px;
  opacity: 1;
  background: var(--primary-color);
}

#contact_form input[type=checkbox] {
  position: relative;
  border: solid 1px var(--primary-color);
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 4px .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  opacity: .5;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form input[type="email"],
#contact_form input[type="number"],
#contact_form input[type="date"],
#search,
#contact_form select {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 2px rgba(255, 255, 255, 0.2);
  height: auto;
  background: rgba(34,34,34,0);
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

#contact_form textarea{
  height: 262px;
}

.form-border input[type="text"],
.form-border textarea,
.form-border input[type="email"],
.form-border input[type="number"],
.form-border input[type="date"],
.form-border select {
  border: solid 1px #ffffff;
}


.radio-opt{
  float: left;
}


.radio-opt input[type="radio"]{
  display: none;
}

.radio-opt label {
  min-width: 62px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: rgba(var(--primary-color-rgb),.2);
  color: white;
  padding: 0px;
  margin: 0 8px 8px 0;
  opacity: .5;
}
.radio-opt input[type="radio"]:checked + label{
  background-color: var(--primary-color);
  opacity: 1;
}



#contact_form input[type=checkbox]:checked{
  background: var(--primary-color);
  opacity: 1;
}


#contact_form.s2 .radio-img input[type="radio"] + label, 
#contact_form.s2 .radio-img input[type="checkbox"] + label,
#contact_form .radio-img input[type="radio"] + label img, 
#contact_form .radio-img input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}



.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select {
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: solid 2px #bbbbbb;
  background: none;
  border-radius: 0;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.form-underline select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/ui/arrow-down-form.png') no-repeat 98% 60%;
}

.form-underline select:focus {
  background: url('../images/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}

.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select {
  color: #333;
  border-bottom: solid 1px #bbb;
}

.form-default input[type=text],
.form-default textarea,
.form-default input[type=email],
.form-default select {
  padding: 10px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, .5);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 400;
  font-size: 18px;
}

.form-border select {
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'><path d='M0 0h24v24H0z' fill='none'></svg>") right 5px center no-repeat !important;
}

.rtl .form-border select {
  background: none !important;
  padding-left: 20px;
}

#contact_form.form-default textarea {
  padding: 10px;
  height: 170px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#form_subscribe input[type=text] {
  padding: 7px 12px 7px 12px;
  width: 80%;
  float: left;
  display: table-cell;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border: none;
  border-right: none;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
}

.d-create-file {
  padding: 50px;
  border-radius: 0px;
  border: dashed 3px #dddddd;
  text-align: center;
}

.dark-scheme .d-create-file {
  border-color: rgba(255, 255, 255, .2);
}

.dark-scheme .d-create-file p {
  color: #ffffff;
}

#form_sb input[type=text] {
  font-size: 20px;
  padding: 25px 20px 25px 20px;
  width: 85%;
  height: 30px;
  float: left;
  display: table-cell;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border: none;
  background: #ffffff;
  border: none;
}

.dark-scheme #form_sb input[type=text] {
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
}

#form_sb #btn-submit i {
  text-align: center;
  font-size: 30px;
  float: left;
  width: 15%;
  background: #171A21;
  color: #ffffff;
  display: table-cell;
  padding: 10px 0 10px 0;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

.form-dark input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

footer:not(.footer-light) #form_subscribe input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}

footer:not(.footer-light) #form_subscribe input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}


footer:not(.footer-light) #form_subscribe.form-dark input[type=text] {
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
}

.footer-light #form_subscribe input[type=text] {
  border: none;
  border-right: none;
  padding: 6px 12px;
  background: #ffffff;
}

#form_subscribe input[type=text]:focus {
  background: rgba(255, 255, 255, .2);
}

#form_subscribe #btn-subscribe i {
  text-align: center;
  font-size: 28px;
  float: left;
  width: 20%;
  background: #171A21;
  color: #ffffff;
  display: table-cell;
  padding: 5px 0 5px 0;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

#form_quick_search {
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 0px;
  margin-bottom: -16px;
}

#form_quick_search input[type=text] {
  padding: 8px 12px;
  width: 200px;
  float: left;
  display: table-cell;
  border-radius: 0px 0 0 5px;
  -moz-border-radius: 0px 0 0 5px;
  -webkit-border-radius: 0px 0 0 5px;
  border: solid 1px #ddd;
  border-right: none;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  font-size: 16px;
}

.dark-scheme #form_quick_search input[type=text] {
  color: #ffffff;
  background: none;
  border-color: rgba(255, 255, 255, .2);
}

#form_quick_search #btn-submit i {
  text-align: center;
  font-size: 16px;
  float: left;
  width: 60px;
  background: #171A21;
  color: #ffffff;
  display: table-cell;
  padding: 13px 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

#quick_form {
  border: solid 1px #d2d2d2;
  padding: 35px;
  padding-bottom: 25px;
}

.text-light #form_quick_search input[type=text] {
  color: #ffffff;
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light #form_quick_search input[type=text] {
  color: #ffffff;
}

.text-light #form_quick_search input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}

.text-light #form_quick_search input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.form-default input[type=text]:focus,
.form-default textarea:focus,
.form-default input[type=email]:focus,
.form-default select:focus {
  background: #f6f6f6;
}

.error_input {
  border-bottom: solid 1px #ff0000 !important;
}


/* ================================================== */


/* coming soon page */


/* ================================================== */

.coming-soon .logo {
  margin: 0;
  padding: 0;
}

.coming-soon h2 {
  margin-top: 0;
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.coming-soon .social-icons i {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon .social-icons i:hover {
  background: none;
  color: rgba(255, 255, 255, .2);
}

.arrow-up,
.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: poInter;
  z-index: 101;
}

.arrow-down {
  border-top: 40px solid #fff;
  border-bottom: none;
  position: fixed;
  z-index: 102;
  top: -40px;
}

.arrow-up:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f067";
  color: #222;
  position: relative;
  top: 12px;
  margin: 0 0 0 -8px;
}

.arrow-down:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f068";
  color: #222;
  position: relative;
  top: -35px;
  margin: 0 0 0 -8px;
}

/* ================================================== */


/* elements */


/* ================================================== */


/* address */


/* ------------------------------ */


address span {
  display: block;
  font-size: 18px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}

.dark-scheme address span {
  background: none;
}

address span i {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
}

.rtl address span i {
  margin-left: 15px;
  margin-right: 5px;
}

.text-light address span a {
  color: #ffffff;
}

.text-white address span a,
.text-white address span a:hover {
  color: #fff;
}


address.s1 span {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 5px;
}

address.s1 span i {
  font-size: 15px;
}

address span strong {
  display: inline-block;
}

.de_light #sidebar .widget address span {
  border-bottom: solid 1px #ddd;
}

.de_light #sidebar .widget address a {
  color: #333;
}

/* border */


/* ------------------------------ */

.small-border {
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, .5);
  border-left: none;
  border-right: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}


.small-border.sm-left {
  margin-left: 0;
}

.rtl .small-border.sm-left {
  margin-right: 0;
}

.tiny-border {
  height: 1px;
  background: #333;
  width: 40px;
  margin: 20px 0 20px 0;
  display: block;
}

.tiny-border.center {
  margin-left: auto;
  margin-right: auto;
}

.small-border.white {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


/* ------------------------------ */

.crumb {
  color: #777;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.de-navbar-left.de_light #subheader .crumb {
  color: #333;
}

.crumb a {
  color: #35404e;
}

.crumb li {
  display: inline;
  text-decoration: none;
  letter-spacing: 0;
}

.crumb li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  margin: 0 10px 0 10px;
  opacity: .5;
}

.crumb li:last-child:after {
  display: none;
}

.crumb a {
  text-decoration: none;
}

.crumb li .active {
  font-weight: bold;
}

.de_light .crumb a:hover {
  color: #fff;
}

/* box icon */

.icon_box .icon_wrapper {
  margin-bottom: 20px;
}

.icon_box .icon_wrapper i {
  font-size: 60px;
}

.icon_box.icon_left .icon_wrapper {
  position: absolute;
  width: 80px;
}

.icon_box.icon_left .desc_wrapper {
  margin-left: 80px;
}

.icon_box.icon_right .icon_wrapper {
  position: absolute;
  right: 0;
  width: 80px;
}

.icon_box.icon_right .desc_wrapper {
  margin-right: 80px;
  text-align: right;
}

.icon-big {
  border-radius: 100%;
  text-align: center;
  font-size: 56px;
  display: inline-block;
  padding: 16px 0;
  width: 96px;
  height: 96px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
  -moz-box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
  box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
}

.icon-box {
  display: block;
  text-align: center;
  border: solid 1px #d2d2d2;
  padding: 20px 0 20px 0;
}

.icon-box.s2 {
  margin: 1%;
}

.icon-box.style-2 {
  border: none;
  background: rgba(var(--secondary-color-rgb), .1);
}

.text-light .icon-box {
  border: solid 2px rgba(255, 255, 255, .1);
}

.icon-box i {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-box span {
  display: block;
  color: #606060;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4em;
}

.dark-scheme .icon-box span {
  color: #ffffff;
}

.text-light .icon-box span {
  color: #ffffff;
}

.icon-box:hover {
  color: #ffffff;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
  -moz-box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
  box-shadow: 5px 5px 30px 0px rgba(var(--primary-color-rgb), .3);
}

.icon-box:hover i,
.icon-box:hover span {
  color: #ffffff;
}

/* button and link */


/* ------------------------------ */

a {
  text-decoration: none;
}

.de_light a {
  color: #888;
}

.de_light a:hover {
  color: #555;
}

a.btn-text {
  text-decoration: none;
  display: inline-block;
  color: #111;
  font-weight: 600;
  padding: 0;
}

a.btn-text:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

a.btn-text {
  color: #fff;
}

a.btn-big {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-big:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
}

a.btn,
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

a.btn-fx:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 15px;
  position: absolute;
  right: -20px;
  margin-top: 0px;
}

a.btn-fx {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-fx:hover {
  padding-left: 20px;
  padding-right: 40px;
}

a.btn-fx:before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

a.btn-fx:hover:after {
  right: 15px;
}

a.btn-fx:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

a.btn-fx.light:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.btn-fullwidth {
  display: block;
  width: 100%;
}

a.btn-slider {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
}

a.btn-slider:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}

a.btn-main:hover,
.btn-main:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5);
  -moz-box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5);
  box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5);
}

a.btn-slider:hover:after {
  color: #222;
}

a.btn-id,
a.btn-id:hover {
  border: none;
}

a.btn-light.btn-id {
  color: #222;
}

a.btn-dark.btn-id {
  color: #fff;
}

.btn-main.btn-small {
  padding: 5px 20px 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-fx.btn-main {
  text-transform: normal;
}

a.btn-bg-dark {
  background: #222;
}

a.btn-text-light {
  color: #fff;
}

.btn-icon-left i {
  margin-right: 12px;
  color: #fff;
}

.btn-add_to_cart,
a.btn-add_to_cart {
  border: solid 1px #bbb;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #555;
}

.btn-add_to_cart:before,
a.btn-add_to_cart:before {
  font-family: "FontAwesome";
  content: "\f07a";
  position: absolute;
  left: 20px;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 20px 2px 20px;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  overflow: hidden;
}

a.btn-main{
  position: relative;
  height: 33px;
  overflow: hidden;
}

a.btn-main.btn-lg{
  height: 54px;
}

a.btn-main span{
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main:hover span{
  opacity: 0;
  margin-top: 50px;
}

a.btn-main:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}


a.btn-main img {
  width: 24px;
  margin-right: 10px;
  margin-top: -2px;
}

a.btn-main.big{
  font-size: 30px;
  padding: 20px 30px;
}

a.btn-sc {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: bold;
  padding: 5px 20px 3px 20px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: var(--bg-dark-3);
}

a.btn-sc:hover{
  color: #ffffff;
  background: var(--primary-color);
}

a.btn-sc img {
  width: 20px;
  margin-top: -4px;
  margin-right: 8px;
}

a.btn-line,
a.btn-line:hover {
  background: #5623d857 !important;
  height: 37px;
  color: #35404e;
  border: solid 2px var(--primary-color) !important;
}

a.btn-line:hover {
  color: #ffffff;
  background: var(--primary-color) !important;
}

header:not(.header-light) a.btn-line,
.dark-scheme a.btn-line,
.dark-schem a.btn-line:hover {
  color: #ffffff;
}

a.btn-main.btn-white {
  background: #ffffff;
}

header a.btn-main i {
  display: none;
}

.col-right a.btn-main {
  font-size: 14px;
  text-transform: none;
}

a.btn-border {
  border: solid 2px rgba(255, 255, 255, .3);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-width: 120px;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
  min-width: 120px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

a.btn-border:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  margin-top: -2px;
  margin-bottom: 2px;
  box-sizing: border-box
}

a.btn-border.light {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border.light:hover {
  background: #ffffff;
}

a.btn-border:hover a {
  color: #ffffff !important;
}

.d-btn-close {
  color: #ffffff;
  cursor: poInter;
  text-align: center;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}

a.btn-link {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}

a.btn-lg{
  font-size: 24px;
  padding: 15px 30px 10px 30px;
}

.cover a.btn-link:hover {
  color: #fff;
}

.play-button {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none;
  border: solid 5px rgba(255, 255, 255, .3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.play-button:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.play-button:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}

.play-button.dark {
  color: #222;
  border: solid 5px rgba(0, 0, 0, .1);
}

.play-button.dark:before {
  color: #222;
}

.play-button.dark:hover {
  border: solid 5px rgba(0, 0, 0, .5);
}

.text-light .play-button {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none;
  border: solid 5px rgba(255, 255, 255, .3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.text-light .play-button:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.text-light .play-button.dark {
  color: #fff;
  border: solid 5px rgba(255, 255, 255, .3);
}

.text-light .play-button.dark:before {
  color: #fff;
}

.text-light .play-button.dark:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}


/* counter */


/* ------------------------------ */

.de_count {
  padding: 0px 0 10px 0;
  background: none;
}

.de_count h3 {
  font-size: 72px;
  letter-spacing: .1px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1em;
}

.de_count h5 {
  font-size: 14px;
  font-weight: 500;
}

.de_count p.d-small {
  margin-top: 5px;
  opacity: .5;
}

.rtl .de_count h3,
.rtl .de_count h5 {
  text-align: right;
}

.de_count h3 span {
  font-size: 36px;
}

.de_count.big h3 {
  font-size: 120px;
}

.de_count span {
  font-size: 12px;
  text-transform: uppercase;
}

.de_count i {
  display: block;
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
  font-weight: lighter;
}

.de_count.small h4 {
  font-size: 28px;
  margin-bottom: 0;
}

.de_count {
  font-size: 16px;
  padding: 30px 20px 20px 30px;
  color: #35404e;
  font-weight: 500;
}



/* divider */


/* ------------------------------ */

.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.spacer-triple {
  width: 100%;
  height: 90px;
  display: block;
  clear: both;
}

.spacer-half {
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
}


.spacer-5 {
  width: 100%;
  height: 5px;
  display: block;
  clear: both;
}

.spacer-10 {
  width: 100%;
  height: 10px;
  display: block;
  clear: both;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

.spacer-30 {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-40 {
  width: 100%;
  height: 40px;
  display: block;
  clear: both;
}

.spacer-50 {
  width: 100%;
  height: 50px;
  display: block;
  clear: both;
}

.spacer-60 {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

/* dropcap */


/* ------------------------------ */

.dropcap {
  display: inline-block;
  font-size: 48px;
  float: left;
  margin: 10px 15px 15px 0;
  color: #eceff3;
  padding: 20px 10px 20px 10px;
}

/* form */


/* ------------------------------ */

.form-transparent input[type=text],
.form-transparent textarea,
.form-transparent input[type=email] {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, .3);
  background: rgba(0, 0, 0, .2);
  border-radius: 0;
  height: auto;
}

.form-border input[type=text],
.form-border textarea,
.form-border input[type=email],
.form-border input[type=password],
.form-border input[type=date],
.form-border select {
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  border: solid 2px #eeeeee;
  background: rgba(0, 0, 0, .025);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #333;
}

.dark-scheme .form-border input[type=text],
.dark-scheme .form-border textarea,
.dark-scheme .form-border input[type=email],
.dark-scheme .form-border input[type=password],
.dark-scheme .form-border input[type=date],
.dark-scheme .form-border select {
  color: #ffffff;
  border: solid 2px rgba(255, 255, 255, .1);
}

.dark-scheme ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.dark-scheme .form-border input::-moz-input-placeholder,
.dark-scheme .form-border textarea::-moz-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.dark-scheme .form-border input::-webkit-input-placeholder,
.dark-scheme .form-border textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-border input[type=text]:focus,
.form-border textarea:focus,
.form-underline input[type=email]:focus,
.form-border input[type=date]:focus,
.form-border select:focus {
  background: rgba(var(--secondary-color-rgb), .1);
}

.form-subscribe {
  display: table;
  margin: 0 auto;
}

.form-subscribe input[type=text] {
  display: table-cell;
  border: solid 1px rgba(255, 255, 255, .3);
  border-right: none;
  background: rgba(255, 255, 255, .1);
  padding: 6px 20px 6px 20px;
  border-radius: 60px 0 0 60px;
  height: 40px;
  vertical-align: middle;
}

.form-subscribe .btn-main {
  display: table-cell;
  border-radius: 0 60px 60px 0;
  height: 40px;
  vertical-align: middle;
}

.form-subscribe input[type=text]:hover {
  background: rgba(255, 255, 255, .3);
}

.field-set label {
  color: #606060;
}

.field-set .d-label{
  display: inline-block;
  color:#ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.dark-scheme .field-set label {
  color: #ffffff;
}

#upload_file {
  display: none;
}

#form-create-item textarea {
  height: 45px;
}

.de_form input[type="radio"],
.de_form input[type="checkbox"] {
  display: none;
}

.de_form input[type="radio"]+label:before {
  content: "\f111";
  font-family: "FontAwesome";
  margin-right: 10px;
  border: solid 1px #d2d2d2;
}

.de_form input[type="checkbox"]+label:before {
  position: absolute;
  content: '';
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 10px;
  border: solid 2px rgba(0, 0, 0, .2);
  width: 16px;
  height: 16px;
  margin-top: 5px;
  left: 0;
  font-size: 11px;
  padding: 1px 3px 0 3px;
  line-height: 15px;
  border-radius: 4px;
}

.dark-scheme .de_form input[type="checkbox"]+label:before {
  border: solid 2px rgba(255, 255, 255, .2);
}

.de_checkbox {
  position: relative;
  display: block;
  padding-left: 25px;
}

.de_form input[type="radio"]+label,
.de_form input[type="checkbox"]+label {
  cursor: pointer;
  border: none;
  border-radius: 3px;
}

.no-bg input[type="radio"]+label,
.de_form.no-bg input[type="checkbox"]+label {
  padding: 4px 0px;
  border: none;
  background: none;
}

.de_form input[type="radio"]:checked+label,
.de_form input[type="checkbox"]:checked+label {
  border: none;
}

.de_form input[type="checkbox"]:checked+label:before {
  content: "\f00c";
  color: #ffffff;
  border: rgba(0, 0, 0, 0);
}

.item_filter_group {
  border: solid 1px rgba(0, 0, 0, .15);
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.dark-scheme .item_filter_group {
  border: solid 1px rgba(255, 255, 255, .075);
}

.item_filter_group h4 {
  font-size: 18px;
}

.de-filter-group {}

/* heading */


/* ------------------------------ */

h1,
h2,
h4,
h3,
h5,
h6,
.h1_big,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
footer.footer-light h5 {
  margin-top: 0;
  font-family: var(--title-font);
  font-weight: bold;
  color: #35404E;
}

.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h4,
.dark-scheme h3,
.dark-scheme h5,
.dark-scheme h6,
.dark-scheme .h1_big,
.dark-scheme .h1,
.dark-scheme .h2,
.dark-scheme .h3,
.dark-scheme .h4,
.dark-scheme .h5,
.dark-scheme .h6 {
  color: #ffffff;
}

.dark-scheme h1,
.dark-scheme h2,
.de-item.s2 h4{
  background: -webkit-linear-gradient(var(--gradient-text));
  background: -moz-linear-gradient(var(--gradient-text));
  background: linear-gradient(var(--gradient-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer h1,
footer h2,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h2.text-light,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h1,
.h1 {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.1em;  
  letter-spacing: -.035em;
}

h1.slider-title{
  letter-spacing: 0;
  color: white !important;
}


h1.slider-title.s2{
  font-size: 52px;
  letter-spacing: -2px;
  text-transform: none !important;
}

h1 .label {
  display: inline-block;
  font-size: 36px;
  padding: 0 6px;
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h1 span{
  display: inline-block;
}

.text-line{
   color: transparent !important;
  -webkit-text-stroke: 1px #ffffff;
}

h1.s1 {
  letter-spacing: 30px;
  font-size: 26px;
}

h1.s2 {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1.s2 .c1 {
  font-size: 240px;
  letter-spacing: -20px;
  line-height: .85em;
  position: relative;
}

h1.s2 .c1 span {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 1em;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 10px 20px 10px 0;
}

h1.s2 .c2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
  font-size: 140px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

h1.s2 .c3 {
  font-size: 20px;
  font-weight: 500;
}

h1 .small-border {
  margin-top: 30px;
}

h1.big,
.h1_big {
  font-size: 64px;
  margin: 0;
  line-height: 70px;
}

h1.very-big,
.h1.very-big {
  font-size: 72px;
  line-height: 86px;
  letter-spacing: -3px;
}

h1.ultra-big,
h1.ultra-big .text-line {
  display: inline-block;
  font-size: 120px;
  line-height: 1em;
  margin-bottom: 0;
}


h1.ultra-big-2,
h1.ultra-big-2 .text-line {
  display: inline-block;
  font-size: 240px;
  line-height: .9em;
  margin-bottom: 0;
}

h1.ultra-big-2 span{
  display: inline-block;
}

h1.ultra-big span {
  padding-right: 5px;
  letter-spacing: -.025em;
}


h1.ultra-big.s3 span {
  letter-spacing: -.35em;
}


h1.ultra-big span.underline span {
  display: block;
  border-bottom: solid 12px #fff;
  position: relative;
  margin-top: -5px;
}

h1.ultra-big span.text-line{
  -webkit-text-stroke: 2px #ffffff;
}

h1.very-big-2 {
  font-size: 90px;
  letter-spacing: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.h2_title {
  font-size: 28px;
  display: block;
  margin-top: 0;
  line-height: 1.2em;
}

h2 .small-border {
  margin-left: 0;
  margin-bottom: 15px;
  width: 40px;
}

h2 {
  margin-top: 0;
  font-size: 52px;
  margin-bottom: 5px;
  line-height: 1.1em;
  letter-spacing: -.025em;
  padding-bottom: 5px;
}

h2.style-2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h2.big {
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 0;
}

h2.blog-title{
  font-size: 46px;
}

h2 .uptitle {
  font-family: var(--body-font);
  display: block;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

h2.s1,
.h2_s1 {
  font-size: 24px;
}

h2.deco-text span {
  font-family: "Parisienne";
  display: block;
  line-height: .85em;
  font-weight: lighter;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

h2.deco-text .md {
  font-size: 80px;
}

h2.deco-text .lg {
  font-size: 120px;
}

h2.deco-text .xl {
  font-size: 150px;
}

h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

h3.s2{
  position: relative;
  font-size: 22px;
}

h3.s2:after{
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  top: 14px;
  margin-left: 10px;
  width: 30px;
}

h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
}

h4.teaser {
  font-weight: 300;
  font-size: 22px;
}

h5.title {
  display: inline-block;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

.subtitle.s2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subtitle.s2 span {
  margin-right: 20px;
  padding-left: 20px;
}

.subtitle.s2 i {
  margin-right: 10px;
}

.subtitle.s2 span:first-child {
  padding-left: 0;
}

h4.s1 {
  letter-spacing: 10px;
  font-weight: 400;
  font-size: 16px;
}

h4.s2 {
  font-family: var(--body-font);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8em;
}

h4.s2 span{
  display: inline-block;
  margin-right: 30px;
}

h4.s2 span i{
  display: inline-block;
  margin-right: 10px;
}

h4.s3 {
  font-family: "Parisienne";
  font-size: 60px;
  font-weight: lighter;
}

h4.s3 {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 15px;
}

.sc-group h5{
  background: rgba(var(--primary-color-rgb), .5);
  padding: 5px 15px 2px 15px;
}

.call-to-action h4 {
  text-transform: none;
  font-size: 20px;
}

h1.slogan_big {
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2px;
  padding: 0;
  margin: 0px 0 30px 0;
}

h1.title {
  font-size: 64px;
  letter-spacing: 10px;
}

h1.title strong {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

h1.hs1 {
  font-family: "Parisienne";
  font-size: 96px;
  display: inline-block;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

h1.hs2 {
  font-family: "Parisienne";
  font-size: 72px;
  display: inline-block;
  font-weight: lighter;
}

h2.subtitle {
  margin-top: 0;
}

h2.name {
  font-family: var(--body-font);
  color: #fff;
  font-size: 84px;
  line-height: 50px;
}

h2.name span {
  display: block;
  font-size: 32px;
}

h2.name-s1 {
  font-family: var(--body-font);
  color: #fff;
  font-size: 84px;
  font-weight: 700;
  line-height: 50px;
}

h2.name-s1 span {
  display: block;
  font-size: 32px;
}

h2.hw {
  display: block;
  font-family: "Parisienne";
  font-size: 48px;
  text-transform: none;
  font-weight: lighter;
}

h2.deco {
  font-family: var(--body-font);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

h2.deco span {
  display: inline-block;
  position: relative;
}

h2.deco span:before,
h2.deco span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #bbb;
  top: 10px;
  width: 100px;
}

h2.deco span:before {
  right: 100%;
  margin-right: 15px;
}

h2.deco span:after {
  left: 100%;
  margin-left: 15px;
}

h2.hs1 {
  font-family: var(--body-font);
  font-size: 40px;
}

h2.hs1 i {
  font-size: 48px;
  position: relative;
  top: 10px;
  color: #ff0042;
  margin: 0 10px 0 10px;
}

h2.hs1 span {
  font-size: 48px;
  position: relative;
  top: 10px;
  font-family: "Miama";
  margin: 0 15px 0 10px;
  font-weight: normal;
}

h2 .de_light .text-light h2 {
  color: #fff;
}

.text-light h2.deco span:before,
.text-light h2.deco span:after {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

h2.s2 {
  font-family: var(--body-font);
  font-weight: 400;
}

h2.s3 {
  font-size: 36px;
  margin-bottom: 20px;
}

h4.title {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

h4.style-2 {
  font-size: 18px;
}

h4.title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h5.s2 {
  font-family: var(--body-font);
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 1.5em;
  font-weight: bold;
}

h5.s2 span{
  padding: 0 10px 2px 10px;
  margin-right: 5px;
  background: var(--tertiary-color);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

h5.s2 span i{
  margin-right: 10px;
}

h5.s3 {
  font-size: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

h5.s3 span{
  padding: 4px 10px 2px 10px;
  margin-right: 5px;
  background: var(--tertiary-color);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}


h5 span.label {
  display: inline-block;
  margin-right: 10px;
  background: #222222;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h6 {
  font-size: 14px;
}

h4.s1 {
  font-size: 12px;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

span.teaser {
  font-family: "Georgia";
  font-style: italic;
  font-size: 18px;
}

.wm {
  width:1920px;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
  font-size: 300px;
  position: absolute;
  left: 0;
  z-index: 0;
  text-align: center;
  font-family: var(--title-font);
  line-height: 70px;
  letter-spacing: .15em;
  margin-left:0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wm .s1{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

.wm.invert{
  color:rgba(0,0,0,.1);
}

.top-center {
  color: rgba(255, 255, 255, .5);
  position: absolute;
  width:100%;
  left: 0;
  z-index: 1;
  text-align: center;
  font-family: var(--title-font);
  line-height: 70px;
  letter-spacing: -.05em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-light {
  color: #ffffff;
}

.text-dark {
  color: #223044;
}

.pricing-s2.bg.text-light .top p {
  color: #fff;
}

.text-white,
.de_light .text-white {
  color: #fff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #fff;
}

.de_light .text-light h1,
.de_light .text-light h2,
.de_light .text-light h4,
.de_light .text-light h4,
.de_light .text-light h5,
.de_light .text-light h6 {
  color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.de_light .text-white h1,
.de_light .text-white h2,
.de_light .text-white h4,
.de_light .text-white h4,
.de_light .text-white h5,
.de_light .text-white h6 {
  color: #fff;
}

.de_light h1,
.de_light h2,
.de_light h4,
.de_light h4,
.de_light h5,
.de_light h6 {
  color: #202020;
}

/* feature box style 1 */


.feature-box .inner {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.feature-box.s1 .inner {
  background: #ffffff;
}


.feature-box.s1:hover .inner i {
  background: none;
  color: #303030;
}


.text-light .feature-box .inner {
  color: #fff;
}

.feature-box i {
  font-size: 40px;
  margin-bottom: 20px;
}

.feature-box.left i {
  position: absolute;
}

.feature-box.left .text {
  padding-left: 70px;
}

.feature-box.center {
  text-align: center;
}

.feature-box i.circle,
.feature-box i.square {
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
  z-index: 2;
}

.feature-box i.square {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.feature-box i.circle {
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: relative;
  z-index: 2;
}

i.font60 {
  font-size: 60px;
}


.feature-box i.wm {
  font-size: 800px;
  position: absolute;
  top: 0%;
  width: 100%;
  left: 50%;
}

.feature-box:hover .inner i.wm {
  transform: scale(1.2);
  color: rgba(0, 0, 0, .05);
  z-index: 0;
}

.feature-box:hover .inner i.circle {
  -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.3);
}

.feature-box.style-3 {
  position: relative;
  overflow: hidden !important;
}

.feature-box.style-3 i {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  padding: 14px 0;
  width: 56px;
  height: 56px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.feature-box.style-3 i.wm {
  position: absolute;
  font-size: 240px;
  background: none;
  width: auto;
  height: auto;
  color: rgba(var(--primary-color-rgb), .5);
  right: 0;
  top: 30%;
}

.feature-box.style-3:hover i.wm {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.feature-box.style-4 i {
  position: relative;
  z-index: 2;
  padding: 10px;
  min-width: 60px;
}

.feature-box.style-4 .wm {
  display: block;
  position: absolute;
  font-size: 160px;
  background: none;
  width: 100%;
  height: auto;
  right: 0;
  top: 120px;
  z-index: 2;
  font-weight: bold;
}

.feature-box.style-4 .text {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 30px;
  padding-top: 50px;
}

.feature-box.f-boxed {
  overflow: none;
  padding: 50px;
  background: rgba(var(--primary-color-rgb), .1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.text-light .feature-box.f-boxed {
  background: rgba(0, 0, 0, .1);
}

.feature-box.f-boxed:hover {
  color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
}

.feature-box.f-boxed:hover h4 {
  color: #ffffff;
}

.feature-box i.i-circle {
  border-radius: 60px;
}

.feature-box i.i-boxed {
  border-radius: 0px;
}

.feature-box-small-icon.center {
  text-align: center;
}

.dark .feature-box-small-icon .inner:hover>i {
  color: #fff;
}

.feature-box-small-icon .text {
  padding-left: 80px;
}

.feature-box-small-icon.center .text {
  padding-left: 0;
  display: block;
}

.feature-box-small-icon i {
  text-shadow: none;
  font-size: 40px;
  width: 68px;
  height: 68px;
  text-align: center;
  position: absolute;
  text-align: center;
}

.feature-box-small-icon i.hover {
  color: #333;
}

.feature-box-small-icon .border {
  height: 2px;
  width: 30px;
  background: #ccc;
  display: block;
  margin-top: 20px;
  margin-left: 85px;
}

.feature-box-small-icon .btn {
  margin-top: 10px;
}

.feature-box-small-icon.center i {
  position: inherit;
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
  font-size: 60px;
  background: none;
  padding: 0px;
}

.feature-box-small-icon.center .fs1 {
  position: inherit;
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
  font-size: 60px;
  background: none;
  padding: 0px;
}

.feature-box-small-icon i.dark {
  background-color: #1A1C26;
}

.feature-box-small-icon h4 {
  line-height: normal;
  margin-bottom: 5px;
}

.feature-box-small-icon.no-bg h2 {
  padding-top: 12px;
}

.feature-box-small-icon .number {
  font-size: 40px;
  text-align: center;
  position: absolute;
  width: 70px;
  margin-top: -5px;
}

.feature-box-small-icon .number.circle {
  border-bottom: solid 2px rgba(255, 255, 255, .3);
  padding: 20px;
  width: 70px;
  height: 70px;
}

.feature-box-small-icon.style-2 .number {
  font-size: 32px;
  color: #fff;
  padding-top: 22px;
  background: #253545;
  width: 70px;
  height: 70px;
}

.feature-box-small-icon.no-bg .inner,
.feature-box-small-icon.no-bg .inner:hover {
  padding: 0;
  background: none;
}

.f-hover {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

/* feature-box style 2 */

.feature-box-small-icon-2 {
  margin-bottom: 30px;
}

.feature-box-small-icon-2 .text {
  padding-left: 48px;
}

.feature-box-small-icon-2 i {
  text-shadow: none;
  color: #eceff3;
  font-size: 24px;
  text-align: center;
  position: absolute;
}

.feature-box-small-icon-2 i.dark {
  background-color: #1A1C26;
}

.feature-box-small-icon-2 h4 {
  line-height: normal;
  margin-bottom: 5px;
}

.feature-box-small-icon-2.no-bg h2 {
  padding-top: 12px;
}

.feature-box-small-icon-2.no-bg .inner,
.feature-box-small-icon-2.no-bg .inner:hover {
  padding: 0;
  background: none;
}

/* feature-box image style 3 */

.feature-box-image-2 {
  margin-bottom: 30px;
}

.feature-box-image-2 .text {
  padding-left: 100px;
}

.feature-box-image-2 img {
  position: absolute;
}

.feature-box-image-2 i {
  background-color: #1A1C26;
}

.feature-box-image-2 h4 {
  line-height: normal;
  margin-bottom: 5px;
}

.feature-box-image-2.no-bg h2 {
  padding-top: 12px;
}

.feature-box-image-2.no-bg {}

.feature-box-image-2.no-bg .inner,
.feature-box-image-2.no-bg .inner:hover {
  padding: 0;
  background: none;
}

/* with image */

.feature-box-image img {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}

.feature-box-image h4 {
  line-height: normal;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

/* feature-box image style 4 */

.feature-box-big-icon {
  text-align: center;
}

.feature-box-big-icon .text {}

.feature-box-big-icon i {
  float: none;
  display: inline-block;
  text-shadow: none;
  color: #eceff3;
  font-size: 40px;
  padding: 40px;
  width: 120x;
  height: 120x;
  text-align: center;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -web-kit-border-radius: 0px;
  background: #333;
  margin-bottom: 40px;
  cursor: default;
}

.feature-box-big-icon i:after {
  content: "";
  position: absolute;
  margin: 75px 0 0 -40px;
  border-width: 20px 20px 0 20px;
  border-style: solid;
}

.feature-box-big-icon:hover i,
.feature-box-big-icon:hover i:after {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.feature-box-big-icon:hover i {
  background: #333;
}

.feature-box-big-icon:hover i:after {
  border-color: #333 transparent;
}

.d-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: solid 1px #dddddd;
}

.d-card.s2 {
  border: solid 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.d-card i {
  text-align: center;
  position: absolute;
  width: 64px;
  height: 100%;
  font-size: 36px;
  color: #ffffff;
  padding: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.d-card.s2 i,
.d-card.s2:hover i {
  background: rgba(var(--secondary-color-rgb), .1);
  color: #111111;
}

.d-card .text {
  font-size: 15px;
  padding: 25px;
  padding-left: 90px;
}

.d-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-box-type-2 {
  padding: 40px;
  padding-bottom: 30px;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.dark-scheme .feature-box-type-2 {
  background: var(--bg-dark-1);
}

.feature-box-type-2 i {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.feature-box-type-2:hover i {
  text-shadow: 0px 0px 0px #ffffff;
}

.feature-box-type-2 .wm {
  color: rgba(255, 255, 255, .3);
  font-size: 400px;
  bottom: 11.5%;
  left: 12.5%;
  position: absolute;
  text-align: center;
  font-weight: bold;
}

.f-box i {
  color: #ffffff;
  font-size: 36px;
}

.f-box.f-icon-rounded i {
  display: block;
  text-align: center;
  padding: 22px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

.f-box.f-border i {
  border: solid 10px rgba(255, 255, 255, .1);
  padding: 12px;
}

.f-box.f-icon-rounded:hover i {
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(20, 20, 20, 0.2);
  -moz-box-shadow: 5px 5px 30px 0px rgba(20, 20, 20, 0.2);
  box-shadow: 5px 5px 30px 0px rgba(20, 20, 20, 0.2);
}


.f-box.f-icon-shadow i {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(var(--primary-color-rgb), .3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(var(--primary-color-rgb), .3);
  box-shadow: 5px 5px 10px 0px rgba(var(--primary-color-rgb), .3);
}

.f-box.f-icon-circle i {
  display: block;
  text-align: center;
  padding: 22px 0;
  padding-top: 20px;
  min-width: 80px;
  height: 80px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.f-box.f-icon-left {
  display: flex;
}

.f-box.f-icon-left i {
  margin-right: 30px;
}

.f-box.f-box-s1 {
  padding: 40px;
  padding-left: 0;
  margin-left: 20px;
  background: rgba(var(--primary-color-rgb), .1);
}

.f-box.f-box-s2 {
  background: rgba(255, 255, 255, .1);
}

.f-box.f-box-s1 i {
  margin-left: -20px;
}

.f-box.f-box-s1 p {
  margin: 0;
}

.rtl .f-box.f-icon-left i {
  margin-right: -60px;
  margin-left: 30px;
}

.sm-icon i {
  position: absolute;
  font-size: 21px;
  min-width: 44px;
  min-height: 44px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  border-radius: 3px;
}

.sm-icon h5 {
  margin-bottom: 2px;
}

.sm-icon .si-inner {
  padding-left: 60px;
}

.rtl .sm-icon .si-inner {
  padding-left: 0px;
  padding-right: 60px;
}

.d-gallery-item {
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.d-gallery-item img {
  width: 100%;
  height: 100%;
}

.d-gallery-item .dgi-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.d-gallery-item .dgi-2 {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.d-gallery-item .dgi-3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.d-gallery-item:hover .dgi-1 {
  opacity: .8;
}

.d-gallery-item:hover img {
  transform: scale(1.2);
}


.exp-box {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.exp-box h5 {
  border: solid 2px rgba(255, 255, 255, .5);
  display: inline-block;
  padding: 6px 10px 5px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.box-fx .inner {
  position: relative;
  overflow: hidden;
  border-bottom: solid 2px;
}

.box-fx .inner {
  border-bottom: solid 2px;
}

.box-fx .front {
  padding: 60px 0 60px 0;
}

.box-fx .front span {
  font-size: 14px;
}

.box-fx .info {
  position: absolute;
  padding: 60px 30px 60px 30px;
  background: #fff;
  color: #fff;
}

.box-fx i {
  font-size: 72px;
  margin-bottom: 20px;
}

.box-fx .btn-line,
.box-fx .btn-line a.btn-line {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

.box-fx .btn-line:hover,
.box-fx a.btn-line:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.box-fx .btn-line:after,
.box-fx a.btn-line:after {
  color: #fff;
}

.box-fx .btn-line:hover:after,
.box-fx a.btn-line:hover:after,
.box-fx a.btn-line.hover:after {
  color: #111;
}

.box-fx .bg-icon {
  left: 50%;
  bottom: 50px;
  color: #f6f6f6;
  position: absolute;
  font-size: 190px;
  z-index: -1;
}

.box-icon-simple i {
  color: #222;
}

.box-icon-simple.right {
  margin-right: 70px;
  text-align: right;
}

.box-icon-simple.right i {
  font-size: 42px;
  right: 0;
  position: absolute;
}

.box-icon-simple .num {
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #333333;
  width: 48px;
  height: 48px;
  padding: 12px 12px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
}

.box-icon-simple.right .num {
  right: 10px;
}

.box-icon-simple.left .text {
  margin-left: 70px;
}

.box-icon-simple.left i {
  font-size: 42px;
  position: absolute;
}

.box-number .number {
  display: block;
  font-size: 48px;
  color: #222;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 25px;
  border-radius: 60px;
  position: absolute;
}

.box-number .text {
  margin-left: 100px;
}

.box-border {
  border: solid 2px #333;
}

/* list */

.activity-list,
.activity-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-list li {
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 100px;
}

.activity-list li:after {
  font-family: "FontAwesome";
  margin-right: 15px;
  float: right;
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 26px;
  background: #fff;
  height: 48px;
  width: 48px;
  padding: 12px 0;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.activity-list li.act_follow:after {
  content: "\f00c";
}

.activity-list li.act_like:after {
  content: "\f004";
}

.activity-list li.act_sale:after {
  content: "\f291";
}

.activity-list li.act_offer:after {
  content: "\f0e3";
}

.activity-filter,
.activity-filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-filter li {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #d2d2d2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 48%;
  font-weight: bold;
  cursor: pointer;
  font-family: var(--title-font);
  ;
}

.dark-scheme .activity-filter li {
  border-color: rgba(255, 255, 255, .2);
}

.activity-filter li:nth-child(2) {
  margin-right: 0;
}

.activity-filter i {
  height: 32px;
  width: 32px;
  padding: 9px 0;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #eee;
  margin-right: 10px;
}

.activity-filter li.active {
  color: #fff;
}

.activity-filter li.active i {
  background: #ffffff;
}

.activity-list img {
  width: 80px;
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.activity-list .act_like img,
.activity-list .act_sale img,
.activity-list .act_offer img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.act_list_text {
  padding-left: 100px;
}

.dark-scheme .act_list_text a {
  color: #ffffff;
}

.act_list_text h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.act_list_date {
  display: block;
}

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  margin: 5px 0 5px 0;
}

.ul-style-2 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
}


.ul-style-4 {
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.ul-style-4 li {
  margin: 2px 0 2px 0;
  display: ;
  font-weight: 500;
}

.ul-style-4 li:before {
  color: #ffffff;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
  padding: 3px;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ol-style-1 {
  font-size: 16px;
  font-weight: bold;
}

.ol-style-1 h4 {
  font-size: 16px;
}

.ol-style-1 p {
  font-weight: normal;
}

.ol-style-1 {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ol-style-1 li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.ol-style-1 li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.ol-style-1 li li {
  margin: 0;
}

.ol-style-1 li li:before {
  content: counters(item, ".") " ";
}

.de-server{
  list-style: none;
  padding: 0;
}

.de-server li{
  font-size: 16px;
  font-family: var(--title-font);
  display: inline-block;
  border: solid 2px var(--primary-color);
  padding: 2px 15px 0 15px;
  margin: 0 8px 10px 0;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

.de-server.s2 li{
  font-size: 12px;
  padding: 8px 12px;
  border: solid 2px rgba(0, 0, 0, .1);
  line-height: 1em;
  margin: 0 6px 8px 0;
}


.dark-scheme .de-server.s2 li{
  border: solid 2px rgba(255, 255, 255, .2);
}




.dark-scheme .de-server li{
  color:#ffffff;
}

/* pagination */


/* ======================================== */

.pagination a {
    color: #ffffff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .5s;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 4px;
    font-size: 15px;
}

.pagination a.active {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: 1px solid var(--primary-color);
}

.pagination a:hover:not(.active) {
    background-color: #DDD;
}

.dark-scheme .pagination li:not(.active) a {
  border-color: rgba(255, 255, 255, .1);
  background: none;
  color: #ffffff;
}

.pagination li:last-child a {
  border-right: solid 1px #d2d2d2;
}

.dark-scheme .pagination li:last-child a {
  border-right-color: rgba(255, 255, 255, .1);
}

.pagination>.active>a {
  color: #ffffff;
}

/* pricing table */


/* ================================================== */

.pricing-box {
  color: #888;
}

.pricing-2-col {
  border-right: solid 1px #eee;
}

.pricing-2-col .pricing-box {
  width: 49%;
}

.pricing-3-col {}

.pricing-3-col .pricing-box {
  width: 32.33%;
}

.pricing-4-col {}

.pricing-4-col .pricing-box {
  width: 24%;
}

.pricing-5-col {}

.pricing-5-col .pricing-box {
  width: 19%;
}

.pricing-2-col,
.pricing-3-col,
.pricing-4-col,
.pricing-5-col {}

.pricing-box {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 0;
  opacity: .8;
}

.pricing-box ul {
  margin: 0;
  padding: 0;
}

.pricing-box li {
  list-style: none;
  margin: 0;
  padding: 15px 0 15px 0;
  background: #eee;
}

.pricing-box li h4 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #888;
}

.pricing-box li h1 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.pricing-box li.title-row {
  padding: 15px 0 15px 0;
}

.pricing-box li.title-row h4 {}

.pricing-box li.price-row {
  padding: 15px 0 15px 0;
  background: rgba(var(--secondary-color-rgb), .1);
}

.pricing-box li.deco {
  background: #f6f6f6;
}

.pricing-box a.btn {
  color: #eceff3;
}

.pricing-box li.price-row span {
  display: block;
  font-weight: 600;
}

.pricing-box li.btn-row {
  background: #ddd;
}

.pricing.pricing-box {}

.pricing.pricing-box ul {
  margin: 0;
  padding: 0;
}

.pricing.pricing-box li {
  background: #3b3b3b;
  color: #bbb;
  list-style: none;
  margin: 0;
  padding: 15px 0 15px 0;
}

.pricing.pricing-box li.deco {
  background: #333;
}

.pricing.pricing-box li h4 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #eceff3;
}

.pricing.pricing-box li h1 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  color: #eceff3;
}

.pricing.pricing-box li.title-row {
  background: #35404E;
  padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row {
  background: #2b2b2b;
  padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row h1 {
  font-weight: 400;
}

.pricing.pricing-box li.price-row h1 span {
  display: inline-block;
  font-weight: 600;
}

.pricing.pricing-box li.price-row span {
  display: block;
  font-weight: 600;
}

.pricing.pricing-box li.btn-row {
  background: #202220;
}

.pricing-featured {
  position: relative;
}

.pricing-featured li {
  padding-top: 17px;
  padding-bottom: 17px;
}

.pricing-table {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.pricing-table.table-featured {
  position: relative;
  z-index: 1;
}

.dark-scheme .pricing-table {
  background: var(--bg-dark-1);
}

.text-light .pricing-table {
  background: rgba(0, 0, 0, .1);
}

.pricing-table .top {
  padding: 40px;
}

.pricing-table .top h2 {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.dark-scheme .pricing-table .top h2 {
  color: #ffffff;
}

.pricing-table .top p.plan-tagline {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.top .num {
  color: #35404e;
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 500;
}

.pricing-table .top>* {
  margin: 0px;
}

.pricing-table .top .price {
  margin-top: 40px;
  margin-bottom: 30px;
}

.pricing-table .top .price .currency {
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
}

.pricing-table .top .price b {
  color: #fff;
  font-family: var(--body-font);
  font-weight: 500;
}

.pricing-table .mid .price .period {
  color: #fff;
  font-size: 14px;

}

.pricing-table .top .price .txt {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
}

.pricing-table .m,
.pricing-table .y {
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 48px;
  letter-spacing: -2px;
}

.pricing-table .top .y {
  display: none;
}

.pricing-table .mid {
  padding: 40px;
  padding-bottom: 1px;
  border-left: none;
  border-right: none;
  background: var(--primary-color);
  color: #ffffff;
}

.pricing-table .bottom {
  border-top: 0px;
  text-align: center;
}

.pricing-table .bottom ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: left;
  overflow: hidden;
  margin: 0 15px;
}

.rtl .pricing-table .bottom ul {
  text-align: right;
}

.pricing-table .bottom ul li {
  padding: 6px;
  font-size: 15px;
  color: #35404E;
  opacity: .75;
  border-bottom: solid 1px rgba(255, 255, 255, .2);
  margin: 0 30px;
}

.dark-scheme .pricing-table .bottom ul li {
  color: #ffffff;
}

.text-light .pricing-table .bottom ul li {
  color: #ffffff;
}

.pricing-table .bottom ul li>span {
  color: #16A085;
  font-size: 20px;
  margin-right: 20px;
}

.pricing-table.zebra .bottom ul li:nth-child(odd) {
  background: #ffffff;
}

.pricing-table.zebra .bottom ul li:nth-child(even) {
  background: rgba(var(--secondary-color-rgb), .1);
}

.pricing-table .bottom>a {
  margin: 40px;
  width: auto;
}

.pricing-table .bottom i {
  margin-right: 15px;
  font-size: 12px;
  padding: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.rtl .pricing-table .bottom i {
  margin-right: 0px;
  margin-left: 10px;
}

.pricing-table .ribbon {
  width: 200px;
  position: absolute;
  top: 25px;
  left: -55px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pricing-table.light {
  color: #222;
}

.pricing-table.light .top {
  background: rgba(var(--secondary-color-rgb), .1);
  color: #222;
}

.pricing-table.light .top h2 {
  color: #222;
}

.pricing-table.light .top .price b,
.pricing-table.light .top .price .txt {
  color: #222;
}

.pricing-table.light .top .price .txt {
  color: #555;
}

.pricing-table.light .top .price .month {
  color: #555;
}

.pricing-table.light .top .price .currency {
  color: #555;
}

.pricing-table.light .bottom {
  background: #eee;
}

.pricing-table.light .bottom ul li>span {
  color: #16A085;
}

.pricing-table.light .bottom ul li:nth-child(odd) {
  background: #ffffff;
}

.pricing-table.light .bottom ul li:nth-child(even) {
  background: rgba(var(--secondary-color-rgb), .1);
}

.pricing-table .ribbon {
  color: #fff;
}

.pricing-table.rec {
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}

.pricing-table .action {
  padding: 40px;
}

.pricing-table .action .btn-main {
  display: block;
  width: 100%;
}

.text-light .pricing-table .action {
  border-top: none;
}

.pricing-s2 {
  color: var(--dark-body-font-color);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: rgba(255, 255, 255, .05);
}

.pricing-s2 .top {
  padding: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.pricing-s2 .top h2 {
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: normal;
}

.pricing-s2 .top p {
  margin-bottom: 30px;
}

.pricing-s2 .top>* {
  margin: 0px;
}

.pricing-s2 .top .price {
  margin-bottom: 30px;
}

.pricing-s2 .top .price .currency {
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
}

.pricing-s2 .top .price b {
  font-size: 40px;
  font-family: var(--body-font);
  font-weight: 500;
}

.pricing-s2 .top .price .month {
  color: #333;
  font-size: 14px;
}

.pricing-s2 .top .price .txt {
  color: #35404e;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.pricing-s2 .top a.btn-main {
  display: block;
  width: 100%;
  padding: 6px 10px;
}

.pricing-s2 .bottom {
  border-top: 0px;
  text-align: center;
}


.pricing-s2 a.btn-main {
  border-top: 0px;
  text-align: center !important;
  font-weight: bold;
}


.pricing-s2 .bottom ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

.pricing-s2 .bottom ul li {
  padding: 15px 30px;
  color: #505050;
}

.pricing-s2 .bottom ul li>span {
  color: #16A085;
  font-size: 20px;
  margin-right: 20px;
}

.pricing-s2 .bottom ul li:nth-child(odd) {
  background: #ffffff;
}

.pricing-s2 .bottom ul li:nth-child(even) {
  background: rgba(var(--secondary-color-rgb), .1);
}

.pricing-s2 .bottom>a {
  margin: 40px;
  width: auto;
}

.pricing-s2 .bottom i {
  margin-right: 10px;
}

.pricing-s2 .ribbon {
  width: 200px;
  position: absolute;
  top: 25px;
  left: -55px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pricing-s2 .inner {
  padding-bottom: 10px;
}

.pricing-s2.bg .inner {
  background: rgba(var(--primary-color-rgb), .8);
}

.pricing-s2.bg-2 .inner {
  background: rgba(255, 88, 55, .8);
}

.pricing-s2.bg .top p {
  color: #cccccc;
}

.pricing-s2.bg .top h2,
.pricing-s2.bg .top .price,
.pricing-s2.bg .top .price .currency,
.pricing-s2.bg .top .month,

.pricing-s2.bg-2 .top h2,
.pricing-s2.bg-2 .top .price,
.pricing-s2.bg-2 .top .price .currency,
.pricing-s2.bg-2 .top .month {
  color: #ffffff;
}

/* de_pricing-table begin */
.de_pricing-table {
  position: relative;
  height: 100%;
  padding: 40px;
  padding-bottom: 10px;
}

.de_pricing-table.type-2.rec{
  border-color:var(--tertiary-color) !important;
}


.de_pricing-table .d-head,
.de_pricing-table .d-group,
.de_pricing-table .d-action {
  margin-bottom: 30px;
}

.de_pricing-table .d-head h3,
.de_pricing-table .d-head p {
  margin-bottom: 0px;
}

.de_pricing-table .d-head h3 {
  margin-top: 10px;
  text-align: center;
  min-width: 100%;
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, .1);
  padding: 5px 20px 0 20px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.de_pricing-table .d-head p {
  line-height: 1.4em;
  min-height: 50px;
}

.de_pricing-table .d-price h4 {
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.de_pricing-table .d-price h4 span {
  font-size: 20px;
  color:var(--secondary-color);
}

.de_pricing-table h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.de_pricing-table .d-action p {
  font-size: 12px;
}

.de_pricing-table .d-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 15px;
}

.de_pricing-table .d-list li {
  padding-left: 25px;
}

.de_pricing-table .d-list li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #ffffff;
  margin-right: 12px;
  margin-top: 7px;
  width: 16px;
  height: 16px;
  line-height: 1.2em;
  padding: 2px 0;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.de_pricing-table .d-list li.no {
  opacity: .5;
}

.de_pricing-table .d-list li.no:before {
  content: "\f00d";
  background: #aaa;
}


.de_pricing-table .d-recommend {
  position: absolute;
  top: 0;
  width: 100%;
  background: var(--tertiary-color);
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.de_pricing-tables {
  border: solid 1px #dddddd;
  border-bottom: none;
}

.de_pricing-table.type-2 {
  background: #ffffff;
  border: solid 3px rgba(var(--primary-color-rgb), 0.2);
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.de_pricing-table.type-2.table-rec {
  border: solid 3px rgba(var(--secondary-color-rgb), 1);
}

.dark-scheme .de_pricing-tables {
  border: solid 1px rgba(255, 255, 255, .05);
  border-bottom: none;
}

.dark-scheme .de_pricing-table.type-2 {
  background: rgba(255, 255, 255, .025);
  border: solid 2px rgba(255, 255, 255, .1);
}

.de_pricing-tables div:last-child .de_pricing-table.type-2 {
  border-right: none;
}

/* de_pricing-table end */

.de-price {
  background: rgba(255, 255, 255, .1);
  display: inline-block;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 18px;
}

.spinner {
  display: table-cell;
  vertical-align: middle;
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ================================================== */

/* preloader */

/* ================================================== */

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dark-scheme #de-loader{
  background: var(--bg-dark-1);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* progress bar */


/* ================================================== */

.de-progress {
  width: 100%;
  height: 8px;
  background: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}

.de-progress .progress-bar {
  background: #333;
  height: 8px;
  box-shadow: none;
}

.de-progress {
  background: #ffffff;
}

.skill-bar {
  margin-bottom: 40px;
}

.skill-bar.style-2 .de-progress {
  background: rgba(0, 0, 0, .1);
}

.skill-bar .value {
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: -40px;
}

.rtl .skill-bar .value {
  float: left;
}

.skill-bar h4 {
  font-size: 16px;
}


/* social-icons */


/* ================================================== */

.social-icons {
  display: inline-block;
}

.social-icons i {
  text-shadow: none;
  color: #fff;
  padding: 10px 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px 0 3px;
  background: #ffffff;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.dark-scheme .social-icons i {
  background: rgba(255, 255, 255, .1);
}

.social-icons i.fa-google-plus {
  padding: 12px 14px 10px 6px;
}

.social-icons i:hover {
  background: #fff;
  border-color: #eceff3;
  color: #333;
}

.social-icons.big a{
  padding: 0;
  display: inline-block;
}
.social-icons.big i {
  font-size: 26px;
  width: auto;
  height: auto;
  color:#ffffff;
  background: var(--primary-color);
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  width: 48px;
  padding: 14px 0;
}

.social-icons.big i:hover {
  background: none;
}

#topbar .social-icons i{
  font-size: 14px;
  background: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  margin-right: 1px;
  padding: 10px 5px;
  height: 30px;
  width: 30px;
  margin-top: 5px;
}

.de-color-icons i {
  text-shadow: none;
  color: #fff;
  padding: 12px 10px 8px 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  margin: 0 1px 10px 1px;
  padding-top: 16px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}


.de-color-icons .fa-twitter {
  background: #3ea1ec;
}

.de-color-icons .fa-facebook {
  background: #344e86;
}

.de-color-icons .fa-google-plus {
  background: #d73925;
}

.de-color-icons .fa-reddit {
  background: #c23321;
}

.de-color-icons .fa-linkedin {
  background: #0976b4;
}

.de-color-icons .fa-pinterest {
  background: #cc2127;
}

.de-color-icons .fa-stumbleupon {
  background: #eb4924;
}

.de-color-icons .fa-delicious {
  background: #198cff;
}

.de-color-icons span {
  cursor: poInter;
  display: inline-block;
}

.de-color-icons span:hover {
  transform: scale(1.1);
}

.social-icons.big i {
  margin: 0 15px 0 15px;
}

.social-icons.big i:hover {
  background: none;
}

.social-icons.s1 i {
  border: none;
  font-size: 16px;
  margin: 3px;
}

.social-icons.s1:hover i {
  background: none;
}

.social-icons.s1 {
  line-height: 0.5;
  text-align: center;
}

.social-icons.s1 .inner {
  display: inline-block;
  position: relative;
}

.social-icons.s1 .inner:before,
.social-icons.s1 .inner:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  top: 0;
  width: 100%;
}

.social-icons.s1 .inner:before {
  right: 100%;
  margin-right: 15px;
  margin-top: 20px;
}

.social-icons.s1 .inner:after {
  left: 100%;
  margin-left: 15px;
  margin-top: 20px;
}

.col-right {
  display: inline-block;
  float: right;
  margin-top: 22px;
}

/* ================================================== */

/* accordion

/* ================================================== */


.accordion-section-title {
  color: #35404e;
  width: 100%;
  padding: 15px 0;
  cursor: poInter;
  font-family: var(--body-font);
  width: 100%;
  display: inline-block;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 600;
  overflow: none;
  border-bottom: solid 1px #dddddd;
}

.dark-scheme .accordion-section-title {
  color:#ffffff;
  border-bottom: solid 1px rgba(255, 255, 255,.25);
}

.accordion-section-title:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: #fff;
  text-align: center;
  padding: 0 8px 0 8px;
  font-size: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 30px;
}

.accordion-section-title.s2:before{
  background: none;
  font-size: 22px;
}



.rtl .accordion-section-title:before {
  float: left;
}

.accordion-section-title.active:before {
  content: "\f106";
}

.accordion-section-title.active {
  margin-bottom: 0px;
  text-decoration: none;
}

.accordion-section-title:hover {
  text-decoration: none;
}

.accordion-section-content {
  padding-top: 15px;
  padding-bottom: 5px;
  display: none;
  margin-bottom: 10px;
}

.accordion.s2 .accordion-section-title{
  background: rgba(0, 0, 0, .05);
  border:none;
  margin-bottom: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 10px 10px 10px 20px;
}

.dark-scheme .accordion.s2 .accordion-section-title{
  background: rgba(255, 255, 255, .05);
}

/* bs */

.accordion-item h2 {
  line-height: 24px;
  display: block;
}

.expand-custom {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: solid 1px #dddddd;
}

.dark-scheme .expand-custom {
  background: var(--bg-color-odd);
  border: var(--border-default);
}

.expand-custom h4 {
  margin: 0;
  margin-bottom: 5px;
}

.expand-custom p {
  margin: 0;
}

.expand-custom .table {
  display: table;
}

.expand-custom .toggle {
  display: block;
  margin-top: 10px;
  float: right;
  cursor: poInter;
}

.rtl .expand-custom .toggle {
  float: left;
}

.expand-custom .toggle:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 32px;
}

.expand-custom .toggle.clicked:before {
  content: "\f106";
}

.expand-custom .c1,
.expand-custom .c2,
.expand-custom .c3 {
  display: table-cell;
  vertical-align: middle;
}

.expand-custom .c1,
.expand-custom .c2 {
  padding-right: 30px;
}

.rtl .expand-custom .c1,
.rtl .expand-custom .c2 {
  padding-right: 0;
  padding-left: 30px;
}

.expand-custom .c1 img {
  width: 80px;
}

.expand-custom .c1 {
  width: 10%;
}

.expand-custom .c2 {
  width: 80%;
}

.expand-custom .c3 {
  width: 10%;
}

.expand-custom .details {
  display: none;
  margin-top: 30px;
}

.expand-custom .box-custom {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de_tab .de_nav {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.de_tab .de_nav li {
  float: left;
  list-style: none;
  margin-right: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.rtl .de_tab .de_nav li {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.d_coll .de_tab .de_nav {
  text-align: center;
}

.d_coll .de_tab .de_nav li {
  float: none;
  display: inline-block;
  margin-right: 5px;
}

.de_tab .de_nav li span {
  border: solid 1px rgba(0, 0, 0, .2);
  display: block;
  text-decoration: none;
  color: #646464;
  font-size: 15px;
  cursor: poInter;
}

.dark-scheme .de_tab .de_nav li span {
  color: rgba(255, 255, 255, .3);
  background: #292F45;
}

.de_tab.tab_methods .de_nav li span {
  border: solid 2px rgba(0, 0, 0, .1);
}

.de_tab.tab_methods .de_nav li {
  background: none;
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
}

.de_tab.tab_methods .de_nav li span {
  padding: 35px 10px;
  color: rgba(0, 0, 0, .6);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  min-width: 140px;
}

.dark-scheme .de_tab.tab_methods .de_nav li span {
  color: rgba(255, 255, 255, .6);
}

.dark-scheme .de_tab.tab_methods .de_nav li.active span {
  color: #ffffff;
}


.de_tab.tab_methods .de_nav li span i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.de_tab.tab_methods.style-2 .de_nav li span {
  background: none;
  border-radius: 0px;
  border: solid 1px rgba(255, 255, 255, .5);
  font-size: 16px;
  color: #fff;
}

.de_tab.tab_methods.style-2.light .de_nav li span {
  background: #eee;
  color: #707070;
}

.de_tab.tab_methods.style-2 .de_nav li.active span {
  border: solid 2px rgba(255, 255, 255, .8);
  color: #222;
}

.de_tab.tab_methods .de_nav li .v-border {
  height: 60px;
  border-left: solid 1px rgba(255, 255, 255, .3);
  display: inline-block;
  margin-bottom: -5px;
}

.de_tab.tab_methods.dark .de_nav li .v-border {
  border-left: solid 1px rgba(0, 0, 0, .3);
}

.de_tab .de_nav li span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de_tab .de_tab_content {
  padding-top: 30px;
}

.de_tab.tab_methods .de_tab_content {
  background: 0;
  padding: 0;
  border: none;
  padding-top: 30px;
}

.de_tab.tab_methods.dark .de_tab_content {
  border-top: solid 1px rgba(0, 0, 0, .4);
}

.de_tab .de_nav li.active span {
  background: #FFF;
  color: #222;
}

.de_tab .de_nav li.active span .v-border {
  display: none;
}

.de_tab .de_nav li.active span {
  background: #27282b;
}

.de_tab.tab_methods .de_nav li.active span {
  background: none;
}

.de_tab.tab_methods.dark .de_nav li.active span {
  background: none;
  color: #333;
  border: solid 1px rgba(0, 0, 0, .8);
}

/* new added */

.de_tab.tab_methods.tab_6 .de_nav li span {
  padding: 20px 0 20px 0;
  font-size: 14px;
  line-height: 70px;
  width: 120px;
  height: 120px;
}

.de_tab.tab_methods.style-2 .de_nav li .arrow {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid transparent;
  margin: 0 auto;
  margin-bottom: 20px;
}

.de_tab.tab_methods.style-2 .de_nav li.active .arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
  margin: 0 auto;
}

.de_tab.tab_methods.style-2 .de_nav li {
  margin: 5px;
  display: inline-block;
}

.de_tab.tab_methods.style-2 .de_nav li span {
  font-family: var(--body-font);
  background: rgba(255, 255, 255, .1);
  border-radius: 0px;
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  opacity: .8;
  width: 120px;
  height: 100px;
  border: none;
  padding: 20px;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  -webkit-border-radius: 300px;
}

.de_tab.tab_methods.style-2 .de_nav li i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

.de_tab.tab_methods.style-2.sub-style-2 .de_nav li span {
  background: rgba(0, 0, 0, .1);
  color: #000;
  opacity: .8;
}

.de_tab.tab_methods.style-2 .de_nav li.active span {
  color: #222;
  opacity: 1;
  border: none;
}

.de_tab.tab_methods.style-2 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods.style-2 .de_tab_content {
  border: none;
}

.de_tab.tab_simple .de_nav li {
  min-width: 80px;
  text-align: center;
}

.de_tab.tab_simple .de_nav li span {
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0px;
  margin-right: 30px;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, .5);
}

.dark-scheme .de_tab.tab_simple .de_nav li span {
  color: rgba(255, 255, 255, .5);
}

.rtl .de_tab.tab_simple .de_nav li span {
  margin-right: 0px;
  margin-left: 30px;
}

.de_tab.tab_simple .de_nav li.active span {
  color: rgba(0, 0, 0, 1);
}

.dark-scheme .de_tab.tab_simple .de_nav li.active span {
  color: rgba(255, 255, 255, 1);
}



/* tab de_light */

.de_light .de_tab.tab_style_2 .de_tab_content {
  border: none;
  background: none;
  padding: 40px 0 0 0;
  border-top: solid 1px #ddd;
}

.text-light .de_tab.tab_style_2 .de_tab_content {
  border-top: solid 1px rgba(255, 255, 255, .1);
}

.de_light .de_tab.tab_style_2 .de_nav {}

.de_light .de_tab.tab_style_2 .de_nav li {
  float: none;
  list-style: none;
  background: none;
  margin: 0 5px 0 5px;
  text-align: center;
  display: inline-block;
}

.de_light .de_tab.tab_style_2 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_light .de_tab.tab_style_2 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_light .de_tab.tab_style_2 .de_nav li span {
  background: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
}

.de_light .de_tab.tab_style_2 .de_nav li.active span {
  border-bottom: solid 6px;
  color: #333;
  background: none;
}

.text-light .de_tab.tab_style_2 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

.de_light .de_tab.tab_style_3 .de_tab_content {
  border: none;
  background: none;
  padding: 40px 0 0 0;
  border-top: solid 1px #ddd;
}

.text-light .de_tab.tab_style_3 .de_tab_content {
  border-top: solid 1px rgba(255, 255, 255, .1);
}

.de_light .de_tab.tab_style_3 .de_nav {
  text-align: center;
  background: #eee;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 30px;
  padding: 0;
}

.de_light .de_tab.tab_style_3 .de_nav li {
  float: none;
  list-style: none;
  background: none;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.de_light .de_tab.tab_style_3 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_light .de_tab.tab_style_3 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_light .de_tab.tab_style_3 .de_nav li span {
  background: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
  padding: 5px 30px 5px 30px;
  min-width: 150px;
}

.de_light .de_tab.tab_style_3 .de_nav li:last-child span {
  border-radius: 0 60px 60px 0;
}

.de_light .de_tab.tab_style_3 .de_nav li:first-child span {
  border-radius: 60px 0 0 60px;
}

.de_light .de_tab.tab_style_3 .de_nav li span:hover {
  background: #ddd;
}

.de_light .de_tab.tab_style_3 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light .de_tab.tab_style_3 .de_nav li.active span {
  color: #fff;
}

.de_tab h3{
  font-size: 18px;
  margin-bottom: 10px;
}

.de_tab h3 span{
  font-size:40px ;
}

.de_tab p{
  margin-bottom: 0;
}

.de_nav h3{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}


/* tab de_light */

.de_tab.tab_style_4 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light .de_tab.tab_style_4 .de_tab_content {
  border-top: none;
}

.de_tab.tab_style_4 .de_nav {
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 30px;
  padding: 0;
  border: solid 1px rgba(255, 255, 255, .5);
}

.de_tab.tab_style_4 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_tab.tab_style_4 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_tab.tab_style_4 .de_nav li {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
  padding: 15px 30px 15px 30px;
  min-width: 150px;
  margin: 0;
  border-right: solid 1px rgba(255, 255, 255, .5);
}

.de_tab.tab_style_4 .de_nav li span {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  display: inline-block;
}

.de_tab.tab_style_4 .de_nav li:last-child {
  border-radius: 0 60px 60px 0;
  border-right: none;
}

.de_tab.tab_style_4 .de_nav li:first-child {
  border-radius: 60px 0 0 60px;
}

.de_tab.tab_style_4 .de_nav li.active,
.de_tab.tab_style_4 .de_nav li.active span {
  background: #333;
  color: #fff;
}

.text-light .de_tab.tab_style_4 .de_nav li.active {
  color: #fff;
}

.de_tab.tab_style_4 .de_nav li.active h4,
.de_tab.tab_style_4 .de_nav li.active h4,
.de_tab.tab_style_4 .de_nav li.active h4 span {
  color: #fff;
}

.tab_style_4 h4,
.de_tab.tab_style_4 .de_nav li span {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.tab_style_4 h4 {
  margin: 0;
  font-size: 12px;
}

.de_tab .de_tab_content.tc_style-1 {
  background: none;
  padding: 0;
  padding-top: 30px;
}

.tab-small-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-small-post ul li {
  min-height: 60px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.tab-small-post ul li {
  border-bottom: solid 1px #202220;
}

.tab-small-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-small-post ul li img {
  position: absolute;
}

.tab-small-post ul li span {
  display: block;
  padding-left: 64px;
}

.tab-small-post ul li span.post-date {
  font-size: 11px;
}

.de_tab.timeline.nav_4 li {
  display: inline-block;
  text-align: center;
  background: none;
  width: 24%;
}

.de_tab.timeline.nav_4 li span {
  background: none;
  border: none;
  margin-top: 20px;
  font-family: var(--body-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.de_tab.timeline.nav_4 .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

.de_tab.timeline.nav_4 .dot:before,
.de_tab.timeline.nav_4 .dot:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 0;
  width: 24%;
}

.de_tab.timeline.nav_4 li:last-child .dot:before,
.de_tab.timeline.nav_4 li:last-child .dot:after {
  border-bottom: none;
}

.de_tab.timeline li .num {
  font-size: 20px;
}

.de_tab.timeline .de_tab_content {
  background: none;
  border: none;
  padding-top: 30px;
}

.de_tab .navigation_arrow {
  text-align: center;
}

.btn-left,
.btn-right {
  background: none;
  border: solid 1px rgba(255, 255, 255, .2);
  padding: 10px 20px 10px 20px;
  margin: 5px;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.btn-right:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

.btn-left:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 10px;
}

a.btn-left,
a.btn-right {
  text-decoration: none;
}

/* team
    /* ================================================== */

.team {
  margin-bottom: 30px;
  text-align: center;
}

.team h5 {
  margin-bottom: 0;
}

.team_photo {
  margin-bottom: 10px;
}

.team img.team-pic {
  width: 100%;
  height: auto;
}

.pic-team img {
  width: 100%;
  height: auto;
  width: 150px;
  height: 150px;
  position: absolute;
}

.pic-team img.pic-hover {
  z-index: 100;
  display: none;
}

.team .team_desc {
  font-style: italic;
  margin-bottom: 10px;
}

.team .sb-icons {
  padding: 10px 0 0 0;
}

.team .sb-icons img {
  margin-right: 5px;
}

.team .columns {
  margin-bottom: 30px;
}

.team-list {
  min-height: 180px;
  margin-bottom: 40px;
}

.team-list .team-pic {
  width: 150px;
  height: 150px;
  position: absolute;
}

.team-list h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.team-list.team_desc {
  font-style: italic;
  margin-bottom: 10px;
}

.team-list .small-border {
  float: none;
  margin: 15px 0 15px 0;
  background: #ddd;
  width: 50px;
}

.team-list .social {
  width: 150px;
  margin-top: 170px;
  text-align: center;
  position: absolute;
}

.team-list .social a {
  display: inline-block;
}

.team-list .info {
  padding-left: 170px;
}

.de-team-list {
  overflow: hidden;
}

.de-team-list .team-desc {
  padding: 20px;
  padding-bottom: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  background: #111;
  color: #ccc;
}

.de-team-list .team-desc h4 {
  color: #fff;
}

.de-team-list .social {}

.de-team-list .social a {
  display: inline-block;
  padding: 0 5px 0 5px;
}

.de-team-list p.lead {
  font-size: 14px;
}

.de-team-list .small-border {
  float: none;
  margin: 15px 0 15px 0;
  background: #ddd;
  width: 50px;
}

.de-team-list .social a:hover {
  color: #fff;
}

/* testimonial
    /* ================================================== */

.de_testi {
  display: block;
  margin-bottom: 10px;
}

.de_testi blockquote p {
  margin-top: 10px;
}

/*
.de_testi blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-style: normal;
  background: #000;
  position: absolute;
  left: 15px;
  font-weight: normal;
}
*/

.de_testi blockquote,
.de_testi blockquote p {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: normal;
}

.de_testi_by {
  font-style: normal;
  font-size: 12px;
  display: flex;
  margin-top: -20px;
}

.de_testi_by span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.de_testi_by img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.de_testi_pic {
  float: left;
  padding-right: 15px;
}

.de_testi_company {
  padding-top: 20px;
}

.de_testi blockquote {
  position: relative;
  display: block;
  font-family: var(--body-font);
  border: none;
  font-weight: 300;
  padding: 30px 40px 30px 40px;
  background: var(--bg-dark-2);
}

.de_testi.no-bg blockquote {
  background: none;
}

.de_testi blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10e";
  color: rgba(255,255,255,.05);
  z-index: 100;
  font-size: 84px;
  background: none;
  top:20px;
  right:0;
  padding: 20px;
  z-index:-1;
}


.de_testi.type-2.review blockquote {
  padding: 50px;
}

.de_testi.type-2.review blockquote:before {
  display: none;
}

.de_testi.type-2.review p {
  padding-top: 0;
}

.de_testi.type-2.review h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light .de_testi.type-2 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

.de_testi.type-2 blockquote p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -.1px;
}

.de_testi.type-2 .de_testi_by {
  font-size: 14px;
  font-weight: normal;
}

.de_testi.opt-3 blockquote {
  background: none;
  color: #555;
  padding-top: 0;
  font-weight: 400;
}

.de_testi.opt-3 blockquote p {
  font-size: 14px;
}

.de_testi.opt-3 blockquote:before {
  color: #fff;
}

.de_testi.opt-3 .de_testi_by {
  font-size: 14px;
  color: #000;
}

.de_testi.de-border blockquote {
  border: solid 5px rgba(0, 0, 0, .05);
}

.de_testi.light blockquote{
  background: #ffffff;
  border: solid 1px #dddddd;
}


#testimonial-masonry .item {
  margin-bottom: 30px;
}

.testimonial-list p {
  font-style: italic;
}

.testimonial-list,
.testimonial-list li {
  list-style: none;
  padding: 0px;
  font-size: 16px;
  line-height: 1.7em;
  padding-left: 30px;
}

.testimonial-list span {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.testimonial-list.big-font li {
  font-size: 28px;
}

.testimonial-list:before {
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 40px;
  color: rgba(0, 0, 0, .1);
  position: absolute;
  margin-left: -30px;
}

.testimonial-list.style-2,
.testimonial-list.style-2 li {
  padding-left: 0px;
}

.testimonial-list.style-2 {
  text-align: center;
}

.testimonial-list.style-2:before {
  margin: 0;
  position: static;
}

.testimonial-list.style-2 span {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
}

/* timeline */

.timeline {
  position: relative;
  padding: 10px
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 127px;
  height: 100%;
  width: 1px;
  background: #eee;
}

.text-light .timeline:before {
  background: rgba(255, 255, 255, .1);
}

.timeline .tl-block {
  position: relative;
  margin-top: 10px;
}

.timeline .tl-block:after {
  content: ' ';
  clear: both;
  display: block;
}

.timeline .tl-block .tl-time {
  float: left;
  padding: 10px 20px 0px 20px;
  margin-top: -15px;
  border: solid 1px #ddd;
}

.timeline .tl-block .tl-time:after {
  width: 50px;
  height: 1px;
  background: #ddd;
}

.timeline .tl-block .tl-bar {
  float: left;
  width: 5%;
  position: absolute;
  margin-left: 114px;
}

.timeline .tl-block .tl-line {
  background: #333;
  margin-left: 10px;
  border-radius: 0px;
  width: 8px;
  height: 8px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}

.timeline .tl-message {
  border-radius: 3px;
  float: left;
  margin-left: 150px;
  top: 0;
  margin-top: -50px;
  margin-bottom: 30px;
}

.timeline .tl-block .tl-message:after {
  display: block;
  content: ' ';
  clear: both;
}

.timeline .tl-block .tl-message .tl-main {
  float: left;
}

.timeline .tl-block .tl-message .tl-main .tl-title {}

.timeline .tl-block .tl-message .tl-main .tl-content {}

.timeline .tl-block .tl-message .tl-main .tl-content label {
  font-weight: bold;
  display: inline-block;
  width: 80px;
}

.timeline .tl-block .tl-message .tl-main .tl-content span {}

.timeline .tl-block .tl-message h4 {
  text-transform: none;
}

.timeline .tl-block .tl-time h4 {
  margin: 0 0 10px 0;
}

.timeline .tl-block .tl-main h4 {
  margin-top: -24px;
}

.timeline.exp:before {
  left: 214px;
}

.timeline.exp .tl-message {
  margin-left: 250px;
}

.timeline.exp .tl-block .tl-bar {
  margin-left: 200px;
}

/* timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #ddd;
  left: 50%;
}

.timeline>li {
  position: relative;
  margin-top: -50px;
}

.timeline>li:first-child {
  position: relative;
  margin-top: 0px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  position: relative;
  background: rgba(var(--secondary-color-rgb), .1);
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 43%;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 40px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -7px;
  background-color: #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 15px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.timeline-heading img {
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
}

.timeline .timeline-story {
  position: relative;
  padding: 40px;
}

.timeline-inverted .timeline-story {
  position: relative;
  padding: 40px;
  padding-left: 50px;
}

.timeline .wm {
  font-size: 200px;
  position: absolute;
  bottom: 20px;
  color: rgba(0, 0, 0, .3);
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.timeline h5 {
  background: #bbb;
  color: #ffffff;
  padding: 5px 20px 3px 20px;
  display: inline-block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-bottom: 15px;
  float: right;
}

.timeline-inverted h5 {
  float: left;
}

/* Timeline */
.container-timeline {
  position: relative;
}

.container-timeline ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
  counter-reset: wa-process-counter;
}

.container-timeline ul li {
  list-style: none;
  margin: 0;
  border-left: 1px solid green;
  padding: 0 0 30px 40px;
  position: relative;
  counter-increment: wa-process-counter;
}

.container-timeline ul li:last-child {
  border: 0;
}

.container-timeline ul li::before {
  position: absolute;
  left: -21px;
  top: 0;
  content: counter(wa-process-counter);
  border: 1px solid green;
  border-radius: 0px;
  background: white;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 41px;
  color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  font-weight: bold;
}

.container-timeline ul li:hover::before {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.container-timeline p {
  font-size: 15px;
  line-height: 1.8em;
}

.timelines h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 32px;
}


.v-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}


.d-flex-2 {
  display: flex;
  align-items: center;
}

.timeline-area {
  padding: 80px 0;
}

.all-timelines {
  position: relative;
}

.timelines h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.all-timelines::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #efa22f;
  top: 20px;
}

.single-timeline {
  margin-bottom: 22px;
}

.timeline-blank {
  width: 50%;
}

.timeline-text {
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline-text h6 {
  color: #f0f1f2;
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
}

.timeline-text span {
  color: #f0f1f2;
  display: block;
  width: 100%;
}

.single-timeline:nth-child(even) .timeline-text span {
  text-align: right;
}

.t-circle {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  background: #efa22f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single-timeline:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-timeline:nth-child(even) .t-circle {
  right: -6px;
  left: unset;
}

.single-timeline:nth-child(even) .timeline-text {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

@media all and (max-width: 768px) {
  .all-timelines::before {
    right: unset;
    top: 0;
  }

  .single-timeline:nth-child(2n) .timeline-text {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
  }

  .single-timeline:nth-child(2n) .t-circle {
    left: -6px;
    right: unset;
  }

  .timeline-blank {
    display: none;
  }

  .timeline-text {
    width: 100%;
  }

  .single-timeline:nth-child(even) .timeline-text span {
    text-align: left !important;
  }
}

@media all and (max-width: 360px) {
  .all-timelines::before {
    top: 32px;
  }
}



/* css attributes */


/* margin top */

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

/* margin bottom */

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: -100px;
}


.mb-200 {
    margin-bottom: -200px;
}


.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.padding30 {
  padding: 30px;
}

.padding40 {
  padding: 40px;
}

.padding50 {
  padding: 50px;
}

.padding60 {
  padding: 60px;
}

.padding70 {
  padding: 70px;
}

.padding80 {
  padding: 80px;
}

.padding100 {
  padding: 100px;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}


.pt90 {
  padding-top: 90px !important;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl130 {
  padding-left: 130px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

/* margin top */

.mt-10 {
  margin-top: -10px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-100 {
  margin-top: -100px;
}

.w-100px{
  width: 100px;
}


.w-200px{
  width: 200px;
}


.absolute {
  position: absolute;
  z-index: 1;
}

.relative {
  position: relative;
  z-index: 1;
}

.z-1000 {
  position: relative !important;
  z-index: 1000;
}

.overflow-hidden {
  overflow: hidden;
}

.width100 {
  width: 100%;
}

.border1 {
  border-width: 1px;
}

.bordertop {
  border-top: solid 1px #eee;
}

.borderbottom {
  border-bottom: solid 1px #eee;
}

.pos-top {
  position: relative;
  z-index: 1000;
}


.op-4{
  opacity: .4;
}

.op-5{
  opacity: .5;
}


/* ================================================== */


/* anim */


/* ================================================== */

header,
.de_tab .de_nav li span,
.feature-box-small-icon i,
a.btn-line:after,
.de_count,
.social-icons a i,
.de_tab.tab_methods .de_nav li span,
.de_tab.tab_methods .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
.product img,
.product img:hover,
.mfp-close,
.mfp-close:hover,
.pic-hover .bg-overlay,
.pic-hover:hover>.bg-overlay,
i.btn-action-hide,
.pic-hover.hover-scale img,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.overlay-v,
.carousel-item .pf_text .title,
.carousel-item:hover .pf_text .title,
.carousel-item .pf_text .title .type,
.carousel-item:hover .pf_text .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm i,
.social-icons-sm i:hover,
.overlay-v i,
.overlay-v i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select,
.btn-rsvp,
.d-btn-close,
.btn-main,
.overlay-v span,
.de_tab.tab_style_4 .de_nav li,
.form-subscribe input[type=text],
#mainmenu a span,
#mainmenu a.active span,
.feature-box .inner,
.feature-box:hover .inner,
.feature-box .inner i,
.feature-box:hover .inner i,
.error_input,
.de_tab.tab_methods.style-2 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask *,
.mask .cover,
.mask:hover .cover,
.mask img,
.mask:hover img,
.accordion .content,
a.btn-border,
.f_box span,
.f_box img,
.f_box.s2:hover img,
.mask .cover p,
.d-card:hover i,
.feature-box-type-2 i,
#contact_form input,
#form_subscribe input[type=text],
.table-pricing tbody tr,
#selector .dark-mode,
#selector .dark-mode:hover,
.feature-box.f-boxed,
.feature-box.f-boxed:hover,
.fp-wrap,
.fp-wrap div,
.fp-wrap img,
.feature-box-type-2,
.feature-box.style-3 i,
.feature-box.style-3 h4,
.logo-carousel img,
.f-box,
.f-box *,
.fp-wrap *,
.d-gallery-item *,
.de-box-image *,
.de-image-hover *,
#selector *,
a.a-underline *,
.activity-filter *,
.dropdown *,
.icon-box.style-2 *,
#quick_search,
.form-border *,
.d-carousel *,
.de-card *,
.de-image-text *,
.image-container *,
.de-country,
.de-country *,
#slider-carousel *,
.de-event-item *,
.de-color-icons *,
.container-timeline *,
.d_demo_img *,
.carousel-control-next-icon,
.carousel-control-prev-icon,
.de-icon,
.de-icon-image,
.de-img-cap-1 *,
.de-item,
.de-item *,
.grayscale,
.hover-color,
.show-on-scroll,
#mainmenu>li::before,
.de-box-cat *,
.radio-img-btn *,
.d-list-small,
.d-list-small * {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

a.btn-fx:after,
a.btn-fx:hover:after,
a.btn-fx:before,
a.btn-fx:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post li .post-date,
.author_list_pp img,
.items_filter *,
.owl-prev,
.owl-next {
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  outline: none;
}

.feature-box:hover i.wm {
  -o-transition: 2s ease;
  -ms-transition: 2s ease;
  -moz-transition: 2s ease;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  outline: none;
}

header.header-mobile #mainmenu>li>span {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

@keyframes scaleIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

@keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

.scaleInFade {
  -webkit-animation-name: scaleInFade;
  animation-name: scaleInFade;
}

@-webkit-keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.75, .75, .75);
    transform: scale3d(.75, .75, .75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.75, .75, .75);
    transform: scale3d(.75, .75, .75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(var(--primary-color-rgb));
    transform: scale3d(var(--primary-color-rgb));
  }
}

.scaleOutFade {
  -webkit-animation-name: scaleOutFade;
  animation-name: scaleOutFade;
}

@-webkit-keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

@keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

.widthInFade {
  -webkit-animation-name: widthInFade;
  animation-name: widthInFade;
}

/* ================================================== */


/* video */


/* ================================================== */

video,
object {
  display: inline-block;
  vertical-align: baseline;
  min-width: 100%;
  min-height: 100%;
}

.de-video-container {
  top: 0%;
  left: 0%;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.de-video-content {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.de-video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(20, 20, 20, .5);
}

.de-video-overlay.dotted {
  background: url(../images_02/dotted.webp);
}

.video-fixed {
  width: 100%;
  position: fixed;
  top: 0;
}

/* youtube, vimeo */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.de-video-container .btn-line:hover:after,
.de-video-container a.btn-line:hover:after,
.de-video-container a.btn-line.hover:after {
  color: #eceff3;
}

/* ================================================== */


/* map */


/* ================================================== */


/* --------------- map --------------- */

#map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  border: solid 1px #ccc;
  padding: 2px;
  background: #fff;
}

.map-container {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
}

.de-map-hotspot {
  position: relative;
}

.de-map-hotspot img {
  width: 100%;
}

.de-spot {
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}


.de-spot span {
  position: absolute;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  left: 30px;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.dark-scheme .de-spot span{
  background: none;
  color:#ffffff;
  border: solid 2px rgba(255, 255, 255, .25);
}
.de-circle-1 {
  width: 15px;
  height: 15px;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  position: absolute;
  margin: 5px 0 0 5px;
  left: 31%;
}

.de-circle-2 {
  border: 4px solid var(--tertiary-color);
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0;
  left: 31%;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* ================================================== */


/* call to action */


/* ================================================== */

.call-to-action-box {
  background: #f6f6f6;
  border: solid 1px #ddd;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

.call-to-action-box {
  background: #27282B;
  border: solid 1px #202220;
}

.call-to-action-box .inner {
  padding: 20px 20px 20px 20px;
}

.call-to-action-box .text {
  margin-right: 20px;
  float: left;
}

.call-to-action-box .act {
  float: right;
}

.call-to-action-box h4 {
  margin: 0;
  margin-top: 10px;
}

.call-to-action-box .btn {
  color: #eceff3;
}

.call-to-action-box {
  background: #202220;
  color: #eceff3;
}

.call-to-action-boxh4 {
  color: #eceff3;
}

/* ================================================== */


/* overide bootstrap */


/* ================================================== */

.dark-scheme .modal-header,
.nav-tabs {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme .modal-content {
  background: var(--bg-dark-1);
}

.dark-scheme .modal-footer {
  border-top-color: rgba(255, 255, 255, .2);
}

.dark-scheme .accordion-body {
  background: var(--bg-dark-1);
  border-color: #292F45;
}

.nav-tabs .nav-link {
  font-weight: 600;
}

.tab-default .tab-content {
  margin-top: 20px;
}

.container-fluid {
  padding: 0px;
  margin: 0px;
}

.btn-primary {
  text-shadow: none;
  border: none;
}

.btn.btn-primary:hover {
  background: #555;
}

.img-responsive {
  display: inline-block;
}

.img-shadow {
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

.img-circle{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

img.img-auto {
  width: auto;
  height: auto;
}

img.img-rounded {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.images-group-s1 img {
  width: 31.5%;
  margin-right: 2.5%;
  float: left;
  padding: 5px;
}

.images-group-s1 img:nth-child(2) {
  padding-top: 25%;
}

.images-group-s1 img:nth-child(3) {
  padding-top: 12.5%;
  margin-right: 0;
}

.box-rounded {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.img-profile {
  border: solid 3px #fff;
}

.img-card-sm {
  width: 72px;
  background: #ffffff;
  margin: 3px;
  padding: 5px 0;
}

.label {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

table thead {
  font-weight: bold;
}

p{
  margin-top: 0;
}

p.lead {
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

p.lead.big{
  font-size: 32px !important;
}

.dark-scheme p.lead {
  color: rgba(255, 255, 255, .75);
}

.dark-scheme strong{
  color:#ffffff;
}

p.lead.big {
  font-size: 18px;
}

p.sub {
  font-size: 14px;
}

p.p-info {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 0;
}

p.d-small {
  font-size: 14px;
  line-height: 1.8em;
}

p.d-smaller {
  font-size: 12px;
  line-height: 1.5em;
}

.panel-group {
  opacity: .8;
}

.panel-heading,
.panel-body {
  background: #27282B;
  border: solid 1px #202220;
  border-radius: 0;
}

.panel-body {
  border-top: none;
}

.progress {
  background: #27282B;
}

.panel-heading h4 a {
  display: block;
}

.panel-heading h4 a:hover {
  color: #eceff3;
}

.panel-default,
.panel-collapse,
.panel-collapse,
.panel-group .panel {
  border: none;
  border-radius: 0;
}

.panel-heading {
  background: #222;
}

.table-bordered,
.table-bordered td {
  border: solid 1px #202220;
}

blockquote {
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  border: none;
  border-left: solid 3px #333333;
  padding-left: 30px;
}

.rtl blockquote {
  border-left: none;
  border-right: solid 3px #333333;
  padding-left: 0px;
  padding-right: 30px;
}

.dark-scheme blockquote {
  color: #ffffff;
}

blockquote span {
  font-family: var(--body-font);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
  color: #35404E;
  opacity: .8;
}

.dark-scheme blockquote span {
  color: #ffffff;
}

blockquote.s2 {
  border: none;
  text-align: left;
  background: #f2f2f2;
  padding: 30px 30px 30px 60px;
  margin-top: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

blockquote.s2:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  position: absolute;
  margin-left: -30px;
}

blockquote.s1 {
  padding: 0px;
}

blockquote.s1:before {
  font-family: "FontAwesome";
  content: "\f10d";
  display: block;
  color: rgba(0, 0, 0, .1);
  z-index: -1;
  font-size: 40px;
  top: 0;
  left: 0;
}


.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.text-light .collapsible-link:before,
.text-light .collapsible-link:after {
  background: #ffffff;
}



.rtl .collapsible-link::before {
  right: auto;
  left: 0px;
}

.rtl .collapsible-link::after {
  right: auto;
  left: 6px;
}

.rtl .rtl-show {
  display: block
}

.rtl .rtl-hide {
  display: none;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.collapsible-link.text-white {
  color: #ffffff;
}

.collapsible-link.text-white::after,
.collapsible-link.text-white::before {
  background: #ffffff;
}

.card h6 {
  font-weight: 500;
}

.card-header.text-light h6 {
  color: #ffffff;
}

.de-card {
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.de-card .de-image {
  position: relative;
  overflow: hidden;
}

.de-card img {
  position: relative;
}

.de-card:hover img {
  transform: scale(1.05);
}

.de-card .text {
  border: solid 1px #d2d2d2;
  padding: 35px;
  padding-bottom: 25px;
  position: relative;
}

.de-card .de-price span {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  position: absolute;
  top: 32px;
  right: 35px;
}

.domain-card {
  text-align: center;
  padding: 30px;
  border: solid 1px #eeeeee;
  position: relative;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.domain-card p {
  min-height: 60px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.domain-card .d-price-before {
  text-decoration-line: line-through;
  margin-bottom: 10px;
}

.domain-card .d-price {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 30px;
  color: #35404E;
  letter-spacing: -3px;
}

.domain-card .d-price .d-atr-1,
.domain-card .d-price .d-atr-2 {
  font-size: 16px;
  letter-spacing: 0;
}

.domain-card img {
  width: 120px;
}

.box-icon {
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.6em;
}

a.box-icon:hover {
  color: var(--body-font-color) !important;
}

.box-icon .d-inner {
  padding-left: 56px;
}

.rtl .box-icon .d-inner {
  padding-left: 0;
  padding-right: 56px;
}


.box-icon h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

.box-icon img {
  width: 42px;
  position: absolute;
}

.dark-scheme .box-icon.s2 {
  color: var(--dark-body-font-color);
}

.rtl .de-card .de-price span {
  right: auto;
  left: 35px;
}


a.de-card,
a.de-card:hover {
  color: #404040;
}

.de-card.s2 .d-price span {
  font-weight: bold;
  font-size: 20px;
}

.de-card.s2 h4 {
  margin-bottom: 20px;
}


.de-image-text {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.de-image-text img {
  width: 100%;
  position: relative;
}

.de-image-text:hover img {
  transform: scale(1.05);
}

.de-image-text .d-text {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 30%, rgba(30, 30, 30, 1) 100%);
}

.de-image-text .d-text h4 {
  color: #ffffff;
}


.de-image-text .d-text blockquote {
  border: none;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  padding: 0;
  line-height: 1.6em;
}

.de-image-text .d-text blockquote .by {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 30px;
}

.de-image-text .d-text blockquote .by:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  margin-top: 10px;
  width: 20px;
  height: 1px;
  background: #ffffff;
}


.accordion-style-1 {
  overflow: visible;
}

.accordion-style-1 .card {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.phone-num-big i {
  font-size: 48px;
  display: block;
}

.pnb-text {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.pnb-num {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

/* ======================================== */


/* toggle */


/* ======================================== */

.toggle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toggle-list li {
  margin-bottom: 10px;
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: solid 3px #ddd;
}

.toggle-list li h2 {
  -moz-user-select: none;
  -html-user-select: none;
  user-select: none;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serifr;
  padding: 10px 20px 0px 60px;
  font-weight: 700;
  display: block;
  letter-spacing: normal;
}

.toggle-list li .acc_active:hover {
  color: #777;
  background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
  padding-left: 80px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.toggle-list li .acc_noactive:hover {
  color: #777;
  background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.toggle-list .ac-content {
  display: none;
  padding: 20px;
  border-top: solid 1px #e5e5e5;
}

.acc_active {
  background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  height: 32px;
}

.acc_noactive {
  background: url(../images_02/icon-slide-min.png) 20px center no-repeat;
}

/* ================================================== */


/* image position */


/* ================================================== */

.img-left {
  float: left;
  margin: 5px 15px 15px 0;
}

.img-right {
  float: right;
  margin: 5px 0 15px 15px;
}

hr {
  border-top: solid 1px #555;
}

hr.blank {
  border: none;
  margin: 20px 0 20px 0;
}

/* ================================================== */


/* font awesome icons */


/* ================================================== */

i {
  display: inline-block;
}

i.large {
  font-size: 72px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.medium {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.small {
  font-size: 12px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.circle-icon {
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
}

.fa-android {
  color: #469159;
}

.fa-apple {
  color: #0EC3F7;
}

/* extra ^ */

.de_center p {
  width: 100%;
}

.de_center .de_icon {
  float: none;
  margin: 0 auto;
}

/* ================================================== */


/* transition */


/* ================================================== */

a,
a:hover,
.test-column,
.test-column:hover {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.de_contact_info {
  font-size: 40px;
  font-weight: bold;
}

.de_contact_info i {
  float: none;
  margin-right: 20px;
}

.center-div {
  margin: 0 auto;
}

/* ================================================== */


/* gallery */


/* ================================================== */

#gallery-carousel .item {
  text-align: center;
  font-size: 12px;
  width: 100%;
  cursor: e-resize;
}

.de_carousel .item {
  width: 100%;
  display: block;
}

#gallery-carousel .item img {
  width: 100%;
  height: auto;
}

#gallery-carousel .item h4 {
  margin-bottom: 0;
  font-size: 14px;
}

.carousel-item {
  width: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.overlay-v {
  text-align: center;
  width: 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay-v i {
  background: #333;
  padding: 10px;
  width: 48px;
  height: 48px;
  font-weight: normal;
  font-size: 32px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  margin-top: 100%;
  color: #222;
  opacity: 0;
}

.overlay-v:hover i {
  margin-top: 25%;
  opacity: 1;
}

.overlay-v span {
  background: #1A1C26;
  padding: 40px;
  width: 100%;
  height: 100%;
  font-weight: normal;
  margin-top: 100%;
  color: #222;
  opacity: 0;
  position: absolute;
  left: 0;
}

.overlay-v:hover span {
  margin-top: 0px;
  opacity: .9;
}

.carousel-item .pf_text .title {
  display: block;
  position: absolute;
  width: 100%;
  top: 80%;
  font-size: 20px;
  font-weight: 700;
  height: 0;
  color: rgba(255, 255, 255, 0);
  letter-spacing: 0;
}

.overlay-v:hover {
  background: rgba(30, 30, 30, .5);
}

.carousel-item:hover .pf_text .title {
  color: rgba(255, 255, 255, 1);
  top: 75%;
}

.carousel-item .pf_text .title .type {
  display: block;
  color: rgba(255, 255, 255, 0);
  font-size: 12px;
  font-weight: 400;
}

.carousel-item:hover .pf_text .title .type {
  color: rgba(255, 255, 255, 1);
}

.pf_text {
  color: #eceff3;
  letter-spacing: 5px;
}

.pf_text h4 {
  color: #eceff3;
  margin-bottom: 0;
  font-size: 14px;
}

.project-info {
  color: #ccc;
  margin-left: 20px;
}

.de_light .project-info {
  color: #606060;
}

.project-info h2 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-info h4 {
  font-weight: bold;
}

.project-info .details {
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, .2);
  background: rgba(0, 0, 0, .5);
  margin-bottom: 30px;
}

.de_light .project-info .details {
  background: #eee;
  border-color: #ddd;
}

.project-infoproject-info span {
  display: block;
}

.project-info span.title {
  display: inline-block;
  min-width: 80px;
}

.project-info span.val {
  margin-bottom: 15px;
  font-weight: bold;
}

.project-view {
  padding: 120px 0 80px 0;
}

.project-images img {
  width: 100%;
}

.picframe {
  position: relative;
  overflow: hidden;
}

.picframe img {
  width: 100%;
}



#d-btn-close-x {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images_02/close.png) center no-repeat;
  margin: 0 auto;
  margin-bottom: 80px;
  cursor: poInter;
  padding: 20px;
}

#d-btn-close-x {
  background: url(../images_02/close-2.png) center no-repeat;
}

.project-name {
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.info-details .info-text {
  margin-bottom: 20px;
}

.info-details .title {
  display: block;
  font-weight: bold;
}

span.overlay {
  font-family: var(--body-font);
  text-align: center;
  display: block;
  width: 100px;
  background: rgba(var(--primary-color-rgb), .8);
  position: absolute;
  opacity: .75;
  z-index: 500;
}

span.icon {
  cursor: poInter;
}

.f_box {
  display: block;
  position: relative;
  float: left;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
}

.f_box:hover .f_bg {
  opacity: .3;
}

.grid-item .f_box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
}

.f_box:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.2);
  opacity: 1;
}

.f_box .f_bg {
  background: #111111;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.f_box .f_bg.s1 {
  opacity: 0;
}

.f_box:hover .f_bg.s1 {
  opacity: .2;
}

.f_box .f_cap_wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-weight: bold;
}

.f_box .f_cap_wrap .f_cap {
  vertical-align: middle;
  display: table-cell;
}

.f_box:hover .f_cap {
  transform: scale(1.05);
}


.f_box .f_text {
  height: 0;
  overflow: hidden;
  font-family: Helvetica, Arial;
  font-weight: normal;
  display: inline-block;
  width: 70%;
  font-size: 14px;
}

.f_box:hover .f_text {
  height: auto;
}

.f_box img {
  width: 100%;
}

.f_box.s2:hover .f_bg {
  opacity: .4;
}

.f_box.s2 .f_bg {
  opacity: 0;
}

.f_box.s2:hover img {
  transform: scale(1.2);
}

.f_box.s2 {
  position: static;
}

.f_box.s2 .f_cap_wrap {
  opacity: 0;
}

.f_box.s2:hover .f_cap_wrap {
  opacity: 1;
  margin-top: 0;
}

.f_box .f_cap h1,
.f_box .f_cap h4 {
  color: #ffffff;
}

.f_box.s2 .f_cap {
  font-size: 20px;
  transform: scale(1.2);
}

.f_box.s2:hover .f_cap {
  transform: scale(1);
}

.f_box:hover h2 span.underline {
  width: 100%;
}

.overlay .info-area {
  display: block;
  margin-top: 10%;
}

.overlay .sb-icons {
  display: block;
  margin-top: 200px;
}

.de-gallery .overlay {
  text-align: center;
}

.de-gallery .overlay .pf_text {
  display: inline-block;
  opacity: 0;
}

.de-gallery .project-name {
  font-size: 16px;
  letter-spacing: 0;
}

.de-gallery .overlay .icon {
  display: inline-block;
  margin-top: 200px;
  text-align: center;
}

.de-gallery .overlay .icon i {
  text-shadow: none;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, .1);
  font-size: 22px;
  padding: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 10px;
}

.de-gallery .overlay .icon i.icon-info {
  margin-left: 0px;
}

.de-gallery .overlay .icon i:hover {
  color: #222;
  background: #fff;
}

.grid_gallery .item {
  margin-bottom: 30px;
}

a.img-icon-url,
a.img-icon-zoom {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images_02/icon-url.png) center no-repeat;
  margin: 0 auto;
  margin: 0 2px 0 2px;
}

a.img-icon-zoom {
  background: url(../images_02/icon-zoom.png) center no-repeat;
}

.pf_full_width {
  width: 100%;
}

.pf_full_width .item {
  float: left;
  width: 24.99%;
}

.pf_4_cols {
  width: 101%;
}

.pf_full_width.pf_3_cols .item {
  width: 33.3%;
}

.pf_full_width.pf_2_cols .item {
  width: 49.9%;
}

.gallery_border {}

.pf_full_width.gallery_border .item,
.pf_full_width.gallery_border.pf_2_cols .item,
.pf_full_width.gallery_border.pf_3_cols .item {
  float: left;
  width: 23.9%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.pf_full_width.gallery_border.pf_3_cols .item {
  width: 32.3%;
}

.pf_full_width.gallery_border.pf_2_cols .item {
  width: 48.9%;
}

.pf_full_width img {
  float: left;
  width: 100%;
}

.pf_full_width.grid {
  padding: .75%;
  padding-bottom: 0;
}

.pf_full_width.grid .item {
  margin: 0 .75% .75% 0;
  width: 32%;
}

.pf_full_width.grid.pf_4_cols .item {
  margin: 0 .75% .75% 0;
  width: 23.9%;
}

.pf_full_width.grid.pf_2_cols .item {
  margin: 0 .75% .75% 0;
  width: 48.5%;
}

.gallery-cols .item {
  margin-bottom: 30px;
}

.pic-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* ---- grid ---- */

.grid {
  width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-sizer {
  width: 5%;
}

.grid-item {
  position: relative;
  float: left;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* ================================================== */


/* widget */


/* ================================================== */

#sidebar {
  padding-left: 30px;
  position: relative;
}

.rtl #sidebar {
  padding-left: 0px;
  padding-right: 30px;
}

#sidebar.fixed {
  position: fixed;
  top: 0;
}

#sidebar.post-left {
  padding-left: 0px;
  padding-right: 30px;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .widget{
  margin-bottom: 0;
}


.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 3px 0;
}

.widget .small-border {
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0px 0 20px 0;
  display: block;
}

.widget_category li {
  padding: 8px 20px 8px 20px;
  margin-bottom: 8px;
  background: #111;
}

.widget_category li:before {
  font-family: "FontAwesome";
  content: "\f07b";
  margin-right: 10px;
}

.de_light .widget_category li {
  background: none;
  border: solid 1px #eee;
}

.widget_category li a {
  color: #606060;
}

.widget_recent_post li {
  padding-left: 20px;
  background: url(../images_02/list-arrow.png) left 2px no-repeat;
  border-bottom: solid 1px #222;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.widget_recent_post li a {
  color: #555;
}

.widget-post li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.widget-post li a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #606060;
}


.dark-scheme .widget-post li a {
  color: #ffffff;
}

.widget-post .post-date {
  position: absolute;
  color: #222;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  font-size: 10px;
  text-transform: uppercase;
}

.widget-post li:hover>.post-date {
  background: #222;
  color: #fff;
}

.widget-post .date {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 2px 3px 2px 3px;
  line-height: 1.4em;
  font-size: 12px;
  width: 60px;
  font-weight: bold;
  text-align: center;
}

.rtl .widget-post .date {
  float: right;
}

.widget .comments li {
  padding-left: 20px;
  background: url(../images_02/list-arrow.png) left 2px no-repeat;
  border-bottom: solid 1px #eee;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.widget .tiny-border {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light .widget .tiny-border {
  background: rgba(0, 0, 0, .1);
}

.widget_tags li {
  text-shadow: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 16px;
}

.widget_tags li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 10px 7px 10px;
  margin: 0 2px;
}

.de_light .widget_tags li a {
  color: #606060;
  border: solid 1px rgba(0, 0, 0, .2);
}

.widget_tags li a:hover {
  color: #555;
  border-color: #555;
}

.de_light .widget_tags li a:hover {
  color: #111;
  border-color: #111;
}

.widget_top_rated_product ul {
  padding: 0;
}

.widget_top_rated_product li {
  min-height: 80px;
}

.widget_top_rated_product li .text {
  padding-top: 5px;
  padding-left: 75px;
}

.widget_top_rated_product li img {
  position: absolute;
  width: 60px;
  height: 60px;
}

.widget_tags li a {
  border-color: #555;
}


footer .widget {
  border: none;
  margin-bottom: 0;
}

.widget_tags ul {
  margin-top: 30px;
}

footer .widget.widget_tags li a {
  border-color: #222;
}

footer .widget_recent_post li {
  padding: 0 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  border-bottom-color: rgba(255, 255, 255, .1);
}

footer .widget_recent_post li a {
  color: #ccc;
}

footer .widget h5 {
  margin-bottom: 20px;
}

footer .widget_list li {
  padding: 0 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  border-bottom-color: rgba(255, 255, 255, .1);
}

footer .widget_list li a {
  color: #ccc;
}

footer .tiny-border span {
  background: #ffffff;
  display: block;
  height: 1px;
  width: 30px;
}


.side-layout header {
  width: 20%;
  height: 100%;
  background: #222;
  position: fixed;
  padding: 30px;
  top: 0;
}

.side-layout header.header-light {
  background: #fff;
  border-right: solid 1px #eee;
}

.side-layout #content {
  width: 80%;
  float: right;
}

.side-layout footer {
  width: 80%;
  float: right;
}

.side-layout .container {
  width: 90%;
}

.side-layout section {
  width: 100%;
  float: right;
}


.side-layout header .info {
  display: none;
}

.side-layout #mainmenu {
  padding: 0;
  margin-top: 40px;
}

.side-layout #mainmenu>li {
  display: block;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.side-layout header.smaller #mainmenu>li {
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.side-layout header.smaller {
  border-right: solid 1px #f6f6f6;
}

.side-layout header.header-dark.smaller {
  border-right: none;
}

.side-layout #mainmenu>li:last-child {
  border-bottom: none;
}

.side-layout #mainmenu>li>a {
  padding: 0;
  margin: 0;
}

.side-layout #mainmenu>li>a span {
  display: none;
}

.side-layout #mainmenu>li>ul {
  top: 0;
  margin-left: 120%;
}

.side-layout #mainmenu li ul {
  border: solid 1px #888;
}

.side-layout header div#logo {
  display: block;
  float: none;
  text-align: center;
}

.side-layout header div#logo img {
  width: 100%;
}

.side-layout #subheader {
  width: 80%;
  float: right;
  text-align: left;
}

.side-layout #subheader h1 {
  margin-top: 0;
  font-size: 24px;
}

.side-layout #subheader .small-border-deco span {
  margin: 0;
}

.side-layout.side-custom-bg header {
  background: url(../images/background/bg-header.jpg) top left;
  background-size: cover;
}

.bg-color-secondary h1,
.bg-color-secondary h2,
.bg-color-secondary h3,
.bg-color-secondary h4,
.bg-color-secondary h5,
.bg-color-secondary h6,
.p-title.invert,
.p-tagline,
i.bg-color-secondary {
  color: #ffffff;
}


.d_wrap{
    position: relative;
}
.d_wrap img{
    position: relative;
}
.d_wrap_sm-box{
    font-size: 15px;
    font-family: var(--title-font);
    font-weight: bold;
    display: inline-block;
    position: absolute;
    background: #ffffff;
    padding: 10px 15px;
    height: 62px;
    padding-left: 60px;
    box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.dark-scheme .d_wrap_sm-box{
    background: var(--bg-dark-2);
}

.d_wrap_sm-box i{
    position: absolute;
    left: 10px;
    margin-right: 10px;
    background: var(--primary-color);
    padding: 8px;
    width: 42px;
    height: 42px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.d_wrap_sm-box h3{
    font-size: 24px;
    margin-bottom: 0px;
}

.d_wrap_sm-box h6{
    font-weight: 500;
    font-size: 12px;
}

.dark-scheme .d_wrap_sm-box h6{
    color:rgba(255, 255, 255, .6);
}

.d_wrap_sm-box.b1{
    left: 0;
    top: 20%;
}

.d_wrap_sm-box.b2{
    right: 0;
    top: 25%;
}

.d_wrap_sm-box.b3{
    right: 50%;
    top: 65%;
}


#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem;
  display: flex;
  z-index: 1022;
  background: rgba(20, 20, 20, 1) !important;
}

.dark-scheme #cookit {
  border-top: solid 1px rgba(255, 255, 255, .15);
}

#cookit.hidden {
  display: none;
}

#cookit #cookit-container {
  margin: auto;
  width: 1300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container>* {
  margin: .4rem;
}

#cookit #cookit-container p {
  line-height: 1.4rem;
}

#cookit #cookit-container a {
  text-decoration: none;
}

#cookit #cookit-container a:hover {
  opacity: .9;
}

#cookit #cookit-container #cookit-button {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: .25rem 2rem;
  margin-left: auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

/* marquee */


.d-flex {
  display: flex;
  white-space: nowrap;
}

.de-marquee-list {
  display: flex;
  align-items: top;
  -webkit-animation: loop 40s infinite linear;
  animation: loop 40s infinite linear;
}

.de-marquee-list .d-item-txt {
  font-size: 100px;
  line-height: 100px;
  padding-right: 8px;
  font-style: normal;
  font-weight: bold;
  font-family: var(--title-font);
  color: var(--primary-color);
  user-select: none;
  text-transform:uppercase;
   color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .75);
}

.de-marquee-list.s2 .d-item-txt{
   background: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: -moz-linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

.de-marquee-list .d-item-txt img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

.de-marquee-list .d-item-display {
  display: inline;
}

.de-marquee-list .d-item-block {
  width: 80px;
  height: 2px;
  margin: 0 20px;
  margin-right: 40px;
  padding: 0px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-30px);
  background: var(--primary-color);
}

.de-marquee-list.s2 .d-item-block{
  height: 5px;
  background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
}

.de-marquee-list .d-item-block{
  border-radius: 0;
}

.text-light .de-marquee-list .d-item-dot {
  background: rgba(255, 255, 255, .3);
}

.de-marquee-list.style-2 .d-item-txt {
  font-size: 160px;
  background: rgba(255, 255, 255, .2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.de-marquee-list.style-2 .d-item-dot {
  transform: translateY(-0px);
  background: rgba(255, 255, 255, .2);
}

/* marquee */


.de-step-s1 {
  overflow: ;
  position: relative;
  padding: 45px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--secondary-color-rgb), 0.3) 100%);
  background: -webkit-linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--secondary-color-rgb), 0.3) 100%);
  background: linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--secondary-color-rgb), 0.3) 100%);
}

.de-step-s1 p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.de-step-s1 h4 {
  position: relative;
  z-index: 1;
}

.de-step-s1 .d-number {
  font-size: 150px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 70px;
  color: rgba(var(--secondary-color-rgb), 0.5);
}

.border-gray {
  border: solid 1px #ddd;
}

.bg-white-50 {
  background: rgba(255, 255, 255, .5);
}

.bg-white-60 {
  background: rgba(255, 255, 255, .6);
}

.bg-white-75 {
  background: rgba(255, 255, 255, .75);
}

.bg-white-85 {
  background: rgba(255, 255, 255, .85);
}

.bg-blur {
  background: rgba(255, 255, 255, .1);  
  -webkit-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

/* marquee plugin */

.testimonials-marquee {
  display: block;
  background: #333333;
  height: 100%;
}

.testimonials-marquee .item {
  width: 360px;
  height: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 15px;
  top: 0;
}

.testimonials-marquee .item .de_testi blockquote {
  position: relative;
  height: 100%;
}

.testimonials-marquee .item .de_testi blockquote:before {
  top: 30px;
  color: var(--secondary-color);
}

/* marquee plugin close */

.de-gradient-edge-top {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
}

.dark-scheme .de-gradient-edge-top {
  background: linear-gradient(180deg, rgba(var(--bg-dark-1-rgb), 1) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}

.de-gradient-edge-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.dark-scheme .de-gradient-edge-bottom {
  background: linear-gradient(0deg, rgba(var(--bg-dark-1-rgb), 1) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}


.no-border {
  border: none !important;
}


.owl-carousel.no-hide .owl-stage-outer{
  overflow: visible !important;
}

.c-item{
  position: relative;
}

.c-item_title{
  z-index: 1;
  width: 90%;
  margin-left:5%;
  margin-bottom: 5%;
  font-size: 16px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  color: #ffffff;
  font-family: var(--title-font);
  font-weight:bold;
  text-transform: uppercase;
  background: var(--primary-color);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.c-item_wm{
  width: 100%;
  font-size: 100px;
  letter-spacing: .15em;
  position: absolute;
  text-align: center;
  bottom: -15px;
  color: #ffffff;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
}

.de-pricing-s1{
  position: relative;
}

.de-pricing-s1 .d-inner{
  position: relative;
  background: #ccc;
}

.de-pricing-s1 h3{
  text-transform: uppercase;
  display: block;
  font-size: 36px;
  text-align: center;
  line-height: 1.1em;
}

.de-pricing-s1 h3 span{
  font-size: 20px;
  display: block;
  color:var(--primary-color);
}

.de-pricing-s1 .d-deco-top{
  position: absolute;
  top:0;
  width: 250px;
  height: 250px;
   background: -moz-linear-gradient(135deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
    background: -webkit-linear-gradient(135deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
    background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
}

.de-pricing-s1 .d-deco-bottom{
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
   background: -moz-linear-gradient(-45deg, rgba(var(--secondary-color-rgb), 1) 0%, rgba(var(--secondary-color-rgb), 0) 50%);
    background: -webkit-linear-gradient(-45deg, rgba(var(--secondary-color-rgb), 1) 0%, rgba(var(--secondary-color-rgb), 0) 50%);
    background: linear-gradient(-45deg, rgba(var(--secondary-color-rgb), 1) 0%, rgba(var(--secondary-color-rgb), 0) 50%);
}

.de-pricing-s1 img.d-image-deco{
  position: absolute;
  left: 0;
  bottom: 0;
  width:60px;
}

.de-pricing-s1 .d-content{
  position: relative;
  width: 100%;
  padding: 40px;
  z-index: 5;
}

.de-pricing-s1 .d-price{
  position: relative;
  font-size: 80px;
  letter-spacing: -.08em;
  line-height: 1em;
  padding-right: 20px;
  color:#ffffff;
  text-align: center;
  font-weight: bold;
}

.de-pricing-s1 .d-price:before{
  content: '$';
  font-size: 20px;
}

.de-pricing-s1 .d-list{
  list-style: none;
  padding: 0;
  color:#ffffff;
}

.de-pricing-s1 .d-list li.no{
  text-decoration: line-through;
  opacity: .75;
}

.de-pricing-s1 .d-list li:before{
  color: var(--primary-color);
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  list-style: none;
}

.de-pricing-s1 .d-list li.no:before{
  content: "\f00d";
  color:#ffffff;
}

.de-pricing-plan{
  padding: 50px 30px 30px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.de-pricing-plan.d-feature{
  border:solid 5px var(--primary-color);
}

.dark-scheme .de-pricing-plan{
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  color:#ffffff;
  background: rgba(var(--bg-dark-1-rgb), .75);
}
.de-pricing-plan .d-title{
  font-family: var(--title-font);
  font-weight: bold;
  font-size: 40px;
}

.de-pricing-plan .d-subtitle{
  font-weight: bold;
  color:var(--secondary-color);
  margin-bottom: 30px;
}

.de-pricing-plan .d-item{
  border:solid 2px rgba(255, 255, 255, .25);
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.de-pricing-plan .d-item{
  font-size: 26px;
  font-weight: bold;
  padding: 15px 0 10px 0;
}

.de-pricing-plan .d-item span{
  font-size: 14px;
  display: block;
  color:rgba(255, 255, 255, .5);
}

.de-pricing-plan .d-value{
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: bold;
}

.de-pricing-plan .d-cur{
  color:var(--secondary-color);
  font-weight: bold;
  font-size: 14px;
}

.de-pricing-plan .d-period{
  color:var(--secondary-color);
  font-weight: bold;
  font-size: 14px;
}

.de-pricing-plan .d-sub-price{
  color:rgba(255, 255, 255, .5);
}

.de-pricing-plan .d-badge{
  position:absolute;
  width: 100%;
  top:0;
  left: 0;
  padding: 2px 0;
  background: var(--primary-color);
  font-weight: bold;
}

.de-pricing-plan .d-stars i{
  margin: 0 3px;
  font-size: 12px;
  color:#FF5000;
}

.grayscale{
  filter: grayscale(1);
}

.hover-color:hover{
  filter:grayscale(0);
}

.show-on-scroll{
  opacity: 0;
}

.show-on-scroll.show{
  opacity: 1;
}

.show-on-scroll.hide{
  opacity: 0;
}


/* year-card */
.year-card{
    display: flex;
    align-items: center;
    color: #262626;
}
.dark-scheme .year-card{
    color: #ffffff;
}
.year-card h1{
    margin: 0;
    margin-right:20px;
    font-size: 140px;
    float: left;
    position: relative;
    line-height: 1em;
    font-weight: 500;
    /*background: -webkit-linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .25));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.dark-scheme .year-card h1{
   /*background: -webkit-linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .25));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.year-card .atr-desc{
  margin-top: -20px;
}


.de-images-stack{
    position: relative;
}

.de-images-stack img{
     -webkit-box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.3);
}

.de-images-stack .di-1,
.de-images-stack .di-2,
.de-images-stack .di-3{
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  overflow: hidden;
}

.de-images-stack .di-1{
    width: 70%;
    position: relative;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
.de-images-stack .di-2{
    width: 55%;
    position: absolute;
    z-index: 9;
    right: 5%;
    top: -35%;
}
.de-images-stack .di-3{
    width: 55%;
    position: absolute;
    z-index: 8;
    left: 5%;
    top:55%;
}

.de-images-stack .d_wrap_sm-box{
  padding-left: 20px;
  z-index: 10;
}

.de-images-stack .d_wrap_sm-box h6{
  margin-bottom: 0;
}

.de-images-stack .d_wrap_sm-box.b1{
  top: 15%;

}

.de-images-stack .d_wrap_sm-box.b2{
   top: 65%;
}



.d_wrap{
    position: relative;
}
.d_wrap img{
    position: relative;
}
.d_wrap_sm-box{
    font-size: 15px;
    font-family: var(--title-font);
    font-weight: bold;
    display: inline-block;
    position: absolute;
    background: rgba(var(--bg-dark-1-rgb), .5);    
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px 15px;
    color: #2f394b;
    box-shadow: 0px 0px 25px 0px rgba(var(--primary-color-rgb),.5);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(var(--primary-color-rgb),.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(var(--primary-color-rgb),.5);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 60px;
}

.de-rating-ext .d-val{
  color:#fff;
  margin-right: 10px;
}

.de-rating-ext i{
  color:#F2B827;
  font-size: 14px;
}

.de-box-cat{
  padding: 30px;
  background: rgba(255, 255, 255, .05);
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}

.de-box-cat h3{
  font-size: 24px;
  margin-bottom: 0px;
}

.de-box-cat span{
  color:var(--secondary-color);
}

.de-box-cat i{
  color:rgba(255, 255, 255, .25);
  font-size: 40px;
  margin-bottom: 15px;
}

.de-box-cat:hover i{
  color: #ffffff;
}

/* select2 begin */
.select2-container--default .select2-selection--single {
  border-color: #fff;
  height: 60px;
  padding: 2.5px 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-dropdown {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}


.select2-container--default{
    margin-bottom: 20px;
}
.select2-container--default img{
    width: 30px;
    margin-left: 5px;
    margin-right:10px;
    padding: 7px 0;
}
.select2-container--default .select2-selection--single{
    background: none;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, .2);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#ffffff;
}
.select2-container--default .select2-results__option--selectable{
    background: #333;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: var(--primary-color);
}

/* select2 end */


/* v-marquee */

.v-marquee-wrapper{
  position: relative;
  text-align:center;
  overflow: hidden;
}
.v-marquee-wrapper .v-marquee-container{
  overflow:hidden;
  margin:0 auto !important;
  text-align:center;
}
.v-marquee-inner span{
  height:50%;
}
.v-marquee-wrapper .v-marquee-block{
  width: 100%;
  height: 750px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  float:left;
}
.v-marquee-inner{
  display: block;
  height: 200%;
  width:100%;
  position: absolute;
}
.v-marquee-item p{
  font-weight: 800;
  font-size: 30px;
  padding:100px;
  font-family: cursive;
}
.v-marquee-inner.to-left{
  animation: v-marqueeTop 60s linear infinite;
}
.v-marquee-inner.to-right{
  animation: v-marqueeBottom 60s linear infinite;
}
.v-marquee-item{
  display: block;
  transition: all .1s ease-out;
  margin:20px 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 14px 0px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  overflow: hidden;
}
.v-marquee-item img{
    width: 100%;
}

@keyframes v-marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -500%;
  }
}
@keyframes v-marqueeBottom{
  0% { 
    top: -500%; 
  }
  100% {
   top: 0; 
  }
}


.w-10{width: 10%}
.w-20{width: 20%}
.w-30{width: 30%}
.w-40{width: 40%}
.w-50{width: 50%}
.w-60{width: 60%}
.w-70{width: 70%}
.w-80{width: 80%}
.w-90{width: 90%}
.w-100{width: 100%}

.h-10{height: 10%}
.h-20{height: 20%}
.h-30{height: 30%}
.h-40{height: 40%}
.h-50{height: 50%}
.h-60{height: 60%}
.h-70{height: 70%}
.h-80{height: 80%}
.h-90{height: 90%}
.h-100{height: 100%}

.top-10{top: 10%}
.top-20{top: 20%}
.top-30{top: 30%}
.top-40{top: 40%}
.top-50{top: 50%}
.top-60{top: 60%}
.top-70{top: 70%}
.top-80{top: 80%}
.top-90{top: 90%}
.top-100{top: 100%}

.bottom-10{bottom: 10%}
.bottom-20{bottom: 20%}
.bottom-30{bottom: 30%}
.bottom-40{bottom: 40%}
.bottom-50{bottom: 50%}
.bottom-60{bottom: 60%}
.bottom-70{bottom: 70%}
.bottom-80{bottom: 80%}
.bottom-90{bottom: 90%}
.bottom-100{bottom: 100%}

.start-10{left: 10%}
.start-20{left: 20%}
.start-30{left: 30%}
.start-40{left: 40%}
.start-50{left: 50%}
.start-60{left: 60%}
.start-70{left: 70%}
.start-80{left: 80%}
.start-90{left: 90%}
.start-100{left: 100%}

.end-10{right: 10%}
.end-20{right: 20%}
.end-30{right: 30%}
.end-40{right: 40%}
.end-50{right: 50%}
.end-60{right: 60%}
.end-70{right: 70%}
.end-80{right: 80%}
.end-90{right: 90%}
.end-100{right: 100%}

.fs-24{font-size: 24px}
.fs-32{font-size: 32px}
.fs-36{font-size: 36px}
.fs-40{font-size: 40px}
.fs-48{font-size: 48px}
.fs-56{font-size: 56px}
.fs-64{font-size: 64px}
.fs-72{font-size: 72px}
.fs-96{font-size: 96px}


.ml-10{margin-left: 10px}
.ml-20{margin-left: 20px}
.ml-30{margin-left: 30px}
.ml-40{margin-left: 40px}
.ml-50{margin-left: 50px}
.ml-60{margin-left: 60px}
.ml-70{margin-left: 70px}
.ml-80{margin-left: 80px}
.ml-90{margin-left: 90px}
.ml-100{margin-left: 100px}

.de-testi-a{
  position: relative;
}
.de-testi-a .d-quote{
  padding: 40px;
  padding-bottom: 90px;
  width:70%;
  position: relative;
  z-index: 1;
}
.de-testi-a .d-img{
  position: absolute;
  max-height: 100%;
  right: -10%;
  bottom: -20px;
}
.de-testi-a .d-quote p{
  font-weight: 500;
  color:white;
}
.de-testi-a .d-by{
  position: absolute;
  bottom: 40px;
  left:40px;
}
.de-testi-a .d-by .d-name{
  font-weight: bold;
}
.de-testi-a .d-by .d-info{
  font-size: 14px;
}
.de-testi-a:before{
  position: absolute;
  font-family:FontAwesome;
  content: "\f10d";
  font-size: 120px;
  top:60px;
  left:20px;
  color: rgba(255, 255, 255, .1);
}

/* v-marquee end */

.d-img-preview{
  padding: 10px !important;
  background: rgba(255,255,255,.2);
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

}

.d-img-preview img{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.d-img-preview:hover{
    padding: 5px !important;
    background: rgba(var(--primary-color-rgb), 1);
}

/* ================================================== */


/* misc */


/* ================================================== */

.abs{ position:absolute; }

/* border-radius */
.rounded-5px{ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.rounded-10px{ border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.rounded-20px{ border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; }
.rounded-30px{ border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; }

/* height */
.h-10{height: 10%}
.h-20{height: 20%}
.h-30{height: 30%}
.h-40{height: 40%}
.h-50{height: 50%}
.h-60{height: 60%}
.h-70{height: 70%}
.h-80{height: 80%}
.h-90{height: 90%}
.h-100{height: 100%}

/* width */
.w-10{width: 10%}
.w-20{width: 20%}
.w-30{width: 30%}
.w-40{width: 40%}
.w-50{width: 50%}
.w-60{width: 60%}
.w-70{width: 70%}
.w-80{width: 80%}
.w-90{width: 90%}
.w-100{width: 100%}

/* position top % */
.top-10{top: 10%}
.top-20{top: 20%}
.top-30{top: 30%}
.top-40{top: 40%}
.top-50{top: 50%}
.top-60{top: 60%}
.top-70{top: 70%}
.top-80{top: 80%}
.top-90{top: 90%}
.top-100{top: 100%}

/* position top px */
.top-10px{top: 10px}
.top-20px{top: 20px}
.top-30px{top: 30px}
.top-40px{top: 40px}
.top-50px{top: 50px}
.top-60px{top: 60px}
.top-70px{top: 70px}
.top-80px{top: 80px}
.top-90px{top: 90px}
.top-100px{top: 100px}

/* position top px */
.bottom-10px{bottom: 10px}
.bottom-20px{bottom: 20px}
.bottom-30px{bottom: 30px}
.bottom-40px{bottom: 40px}
.bottom-50px{bottom: 50px}
.bottom-60px{bottom: 60px}
.bottom-70px{bottom: 70px}
.bottom-80px{bottom: 80px}
.bottom-90px{bottom: 90px}
.bottom-100px{bottom: 100px}

/* position bottom % */
.bottom-10{bottom: 10%}
.bottom-20{bottom: 20%}
.bottom-30{bottom: 30%}
.bottom-40{bottom: 40%}
.bottom-50{bottom: 50%}
.bottom-60{bottom: 60%}
.bottom-70{bottom: 70%}
.bottom-80{bottom: 80%}
.bottom-90{bottom: 90%}
.bottom-100{bottom: 100%}

/* position left % */
.start-10{left: 10%}
.start-20{left: 20%}
.start-30{left: 30%}
.start-40{left: 40%}
.start-50{left: 50%}
.start-60{left: 60%}
.start-70{left: 70%}
.start-80{left: 80%}
.start-90{left: 90%}
.start-100{left: 100%}

/* position left px */
.start-10px{left: 10px}
.start-20px{left: 20px}
.start-30px{left: 30px}
.start-40px{left: 40px}
.start-50px{left: 50px}
.start-60px{left: 60px}
.start-70px{left: 70px}
.start-80px{left: 80px}
.start-90px{left: 90px}
.start-100px{left: 100px}

/* position right % */
.end-10{right: 10%}
.end-20{right: 20%}
.end-30{right: 30%}
.end-40{right: 40%}
.end-50{right: 50%}
.end-60{right: 60%}
.end-70{right: 70%}
.end-80{right: 80%}
.end-90{right: 90%}
.end-100{right: 100%}

/* position right px */
.end-10px{right: 10px}
.end-20px{right: 20px}
.end-30px{right: 30px}
.end-40px{right: 40px}
.end-50px{right: 50px}
.end-60px{right: 60px}
.end-70px{right: 70px}
.end-80px{right: 80px}
.end-90px{right: 90px}
.end-100px{right: 100px}

/* font-size px */
.fs-12{font-size: 12px}
.fs-14{font-size: 14px}
.fs-15{font-size: 15px}
.fs-16{font-size: 16px}
.fs-18{font-size: 18px}
.fs-20{font-size: 20px}
.fs-24{font-size: 24px}
.fs-28{font-size: 28px}
.fs-30{font-size: 30px}
.fs-32{font-size: 32px}
.fs-36{font-size: 36px}
.fs-40{font-size: 40px}
.fs-42{font-size: 42px}
.fs-48{font-size: 48px}
.fs-56{font-size: 56px}
.fs-60{font-size: 60px}
.fs-64{font-size: 64px}
.fs-72{font-size: 72px}
.fs-84{font-size: 84px}
.fs-96{font-size: 96px}
.fs-120{font-size: 120px}
.fs-150{font-size: 150px}
.fs-200{font-size: 200px}
.fs-250{font-size: 250px}
.fs-300{font-size: 300px}
.fs-350{font-size: 350px}
.fs-400{font-size: 400px}
.fs-450{font-size: 450px}
.fs-500{font-size: 500px}

/* font-weight */
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;}
.fw-400{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-bold{font-weight: bold;}

/* margin left px */
.ml-10{margin-left: 10px}
.ml-20{margin-left: 20px}
.ml-30{margin-left: 30px}
.ml-40{margin-left: 40px}
.ml-50{margin-left: 50px}
.ml-60{margin-left: 60px}
.ml-70{margin-left: 70px}
.ml-80{margin-left: 80px}
.ml-90{margin-left: 90px}
.ml-100{margin-left: 100px}

/* padding left px */
.pl-10{padding-left: 10px}
.pl-20{padding-left: 20px}
.pl-30{padding-left: 30px}
.pl-40{padding-left: 40px}
.pl-50{padding-left: 50px}
.pl-60{padding-left: 60px}
.pl-70{padding-left: 70px}
.pl-80{padding-left: 80px}
.pl-90{padding-left: 90px}
.pl-100{padding-left: 100px}
.pl-110{padding-left: 110px}
.pl-120{padding-left: 120px}

/* padding right px */
.pr-10{padding-right: 10px}
.pr-20{padding-right: 20px}
.pr-30{padding-right: 30px}
.pr-40{padding-right: 40px}
.pr-50{padding-right: 50px}
.pr-60{padding-right: 60px}
.pr-70{padding-right: 70px}
.pr-80{padding-right: 80px}
.pr-90{padding-right: 90px}
.pr-100{padding-right: 100px}

/* opacity */
.op-1{ opacity:.1; }
.op-2{ opacity:.2; }
.op-3{ opacity:.3; }
.op-4{ opacity:.4; }
.op-5{ opacity:.5; }
.op-6{ opacity:.6; }
.op-7{ opacity:.7; }
.op-8{ opacity:.8; }
.op-9{ opacity:.9; }

/* line height em */
.lh-1{line-height: 1em;}
.lh-1-1{line-height: 1.1em;}
.lh-1-2{line-height: 1.2em;}
.lh-1-3{line-height: 1.3em;}
.lh-1-4{line-height: 1.4em;}
.lh-1-5{line-height: 1.5em;}


.mw-100{min-width: 100px}
.mw-200{min-width: 200px}

.mh-300{min-height: 300px}
.mh-400{min-height: 400px}
.mh-500{min-height: 500px}

/* margin right negative px */
.mr-min-20{margin-right: -20px;}
.mr-min-30{margin-right: -30px;}
.mr-min-40{margin-right: -40px;}
.mr-min-50{margin-right: -50px;}
.mr-min-60{margin-right: -60px;}
.mr-min-70{margin-right: -70px;}
.mr-min-80{margin-right: -80px;}

/* border white px */
.border-white-1{border: solid 1px white;}
.border-white-2{border: solid 2px white;}
.border-white-3{border: solid 3px white;}
.border-white-4{border: solid 4px white;}
.border-white-5{border: solid 5px white;}
.border-white-6{border: solid 6px white;}

.border-white-op2-1{border: solid 1px rgba(255, 255, 255, .2);}
.border-white-op3-1{border: solid 1px rgba(255, 255, 255, .3);}
.border-white-op5-1{border: solid 1px rgba(255, 255, 255, .5);}

.w-20px{width: 20px}
.w-24px{width: 24px}
.w-30px{width: 30px}
.w-180px{width: 180px}
.w-200px{width: 200px}

.text-gradient-up-down-1{
  background-image: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: -moz-linear-gradient(0deg,rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(0deg,rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-up-down-2{
  background-image: -webkit-linear-gradient(0deg,rgba(0,0,0, 0) 0%, rgba(0,0,0, .1) 70%);
  background-image: -moz-linear-gradient(0deg,rgba(0,0,0, 0) 0%, rgba(0,0,0, .1) 70%);
  background-image: linear-gradient(0deg,rgba(0,0,0, 0) 0%, rgba(0,0,0, .1) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.hover-op-0{ opacity:1 }
.hover:hover .hover-op-0{ opacity:0 }
.hover-op-1{ opacity:0 }
.hover:hover .hover-op-1{ opacity:1 }
.hover:hover .hover-scale-1-1{transform: scale(1.1);}
.hover:hover .hover-scale-1-2{transform: scale(1.2);}
.hover-scale-in-3{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color{background: var(--primary-color)}
.hover:hover .hover-bg-dark{background: var(--title-font-color)}
.hover-mh-100{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100{max-height: 500px;}
.hover:hover .hover-top-0{top:0;}
.hover:hover .hover-pb-40{padding-bottom: 40px;}
.hover-mt-40{margin-top: 40px;}
.hover:hover .hover-mt-40{margin-top: 0px;}
.hover:hover .hover-mt-0{margin-top: 0;}

.inline-block{
    display: inline-block;
}

.gradient-trans-white-bottom{ background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }
.gradient-trans-color-bottom{ background: linear-gradient(180deg, rgba(var(--primary-color-rgb),0) 0%, rgba(var(--primary-color-rgb),1) 100%); }

/* z-index */
.z-1{z-index: 1}
.z-2{z-index: 2}
.z-3{z-index: 3}
.z-4{z-index: 4}
.z-5{z-index: 5}
.z-1000 { z-index: 1000; }

.deco-text{ font-family: var(--deco-font) !important; }

/* misc */

/* range sdlier begin */


.rangeslider-wrap {
  padding-top: 70px;
}

.rangeslider {
  position: relative;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  background-color: gray;
}
.rangeslider__handle {
  transition: background-color 0.2s;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--primary-color);
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}
.rangeslider__handle__value {
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  box-sizing: border-box;
  width: 90px;
  text-align: center;
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: white;
  left: -35px;
  top: -55px;
  position: absolute;
  white-space: nowrap;
  box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(0, 0, 0, 0.3);
}
.rangeslider__handle__value:before {
  transition: border-top-color 0.2s;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: var(--primary-color);
}
.rangeslider__handle__value:after {
  content: " slots";
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 5px;
}
.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.rangeslider__labels__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: white;
  cursor: pointer;
}
.rangeslider__labels__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 9px;
  border-radius: 1px;
  background-color: rgba(128, 128, 128, 0.5);
}
.rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
  height: 12px;
  width: 2px;
}
.rangeslider__labels__label:first-child:before {
  background-color: var(--primary-color);
}
.rangeslider__labels__label:last-child:before {
  background-color: gray;
}
.rangeslider__labels__label:first-child {
  transform: translateX(-48%);
}
.rangeslider__labels__label:last-child {
  transform: translateX(48%);
}
.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
  background-color: var(--secondary-color);
}
.rangeslider.rangeslider--active .rangeslider__handle *:before {
  border-top-color: var(--secondary-color);
}
.rangeslider.rangeslider--active .rangeslider__handle__value {
  transform: translateY(-5px);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

/* range slider end */

/* radio img button begin */

.radio-img-btn{
  float: left;
}

.radio-img-btn img{
  width:30px;
  height:30px;
}

.radio-img-btn > input{
  display:none
}
.radio-img-btn h5{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: .75;
}

.radio-img-btn h3{
  margin-bottom: 0;
  opacity: .75;
}
.radio-img-btn > input + label{  
  width: 100%;
  padding: 20px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  height: 100%;
  border: solid 2px rgba(255, 255, 255, .1);
}
.radio-img-btn > img{
  cursor:pointer;
}
.radio-img-btn > input:checked + label{
  background: var(--primary-color);
  border-color: var(--primary-color);;
}
.radio-img-btn > input:checked + label h3,
.radio-img-btn > input:checked + label h5{
  opacity: 1;
}

/* radio img button end */

/* swiperjs */

.swiper,
.sw-overlay{
    position: absolute;
    width: 100%;
    height: 100% !important;
}

.swiper-slide{
    position: relative;
    background: var(--bg-dark-1);
}

.sw-caption{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.sw-overlay{
    background: rgba(var(--bg-dark-1-rgb), .25);
}

.swiper-scrollbar,
.swiper-scrollbar-horizontal,
.swiper-scrollbar-drag{
    display: none;
}

.swiper-inner{
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
}

.slider-text{
  color:rgba(255, 255, 255, .75);
}

.swiper-slide-active .subtitle {
  animation-delay: 0s;
  animation: fadeInUp 1.5s;
}


.swiper-slide-active .slider-title {
  animation-delay: 1s;
  animation: fadeInUp 1.5s;
}

.swiper-slide-active .slider-text {
  animation-delay: 1.2s;
  animation: fadeInUp 1.5s;
}

.swiper-slide-active .btn-main {
  animation-delay: 1.4s;
  animation: fadeInUp 1.5s;
}

.swiper-slide .sw-image {
  animation-delay: 0s;
  animation: flipOutY .75s;
}


.swiper-slide-active .sw-image {
  animation-delay: 8s;
  animation: flipInY 2s;
}


.swiper-pagination{
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
}

.swiper-pagination-current{
  color:#ffffff;
  font-size: 40px;
}

.swiper-button-next{
  right: 20px;
}

.swiper-button-prev{
  left: 20px;
}

.sw-price{
  color:#ffffff;
}
.sw-price .d-starting{
  font-size: 14px;
}
.sw-price .d-starting,
.sw-price .d-title{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price .d-price{
  font-size: 56px;
  font-family: var(--title-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price .d-val{
  background: -webkit-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: -moz-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: linear-gradient(0deg,#888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-price .d-cur, .sw-price .d-period{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price .d-cur{
  font-weight: bold;
}

.de-flag-small img{
  width: 32px;
  height: 32px;
  padding: 4px;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

#swiper-s2 .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-dark-1);
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .gallery-top {
      width: 100%;
      height: 100vh;
      /* margin-right: 10px; */
  }
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.sw-caption-thumb h3{
  font-size: 22px
}

.sw-caption-thumb .d-tag{
  color:#ffffff;
  font-size: 12px;
  font-weight: bold;
  background: var(--primary-color);
  padding: 2px 10px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

/* swiper #2 end */


.subtitle{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;  
  background: var(--bg-dark-3);
  padding: 0 15px 2px 15px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

.dark-scheme .subtitle{
  color:#ffffff;
  border: solid 2px rgba(255, 255, 255, .25);
  background: none;
}

.subtitle.blink{
  padding-left: 35px;
}

.subtitle.blink:before{
  animation: blinkingText 1s infinite;
  content:'';
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  top: 7.5px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  -moz-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
}


@keyframes blinkingText{
  0%    { background: var(--primary-color);}
  50%   { background: rgba(255, 255, 255, 1.0); }
  100%    { background: var(--primary-color);}
}

body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb,
#de_modal::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.dark-scheme::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: var(--bg-dark-1);
}


.de-item{
  border: solid 0px rgba(var(--primary-color-rgb), 0);
  position: relative;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  overflow: hidden;
}

.de-item .d-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 50%);
}

.de-item .d-overlay .d-text{
  position: absolute;
  bottom: -50px;
  padding: 30px;
  width: 100%;
}

.de-item .d-overlay .d-text .btn-main{
  margin-top: 10px;
  opacity: 0;
}

.de-item:hover {
  border: solid 5px var(--primary-color);
}

.de-item:hover .d-overlay .d-text{
  bottom:0;
}

.de-item:hover .d-overlay .d-text .btn-main{
  opacity: 1;
}

.de-item .price{
  color:#ffffff;
  font-weight: bold;
  background: rgba(var(--primary-color-rgb), .5);
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 5px;
}

.de-item .d-overlay .d-text h4{
  margin-bottom: 5px;
}

.de-item .d-overlay .d-text p{
  margin-bottom: 0;
}

.de-item .d-overlay .d-label{
  position: absolute;
  font-size: 14px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 800;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  background-color: var(--tertiary-color);
}

.de-item:hover img{
  transform: scale(1.05);
}

.de-item.s2 h4{
  font-size: 32px;
  border-bottom: solid 1px rgba(255, 255, 255, .5);
  padding-bottom: 15px;
}

.d-list-small{
  padding: 7px 7px 7px 0;
}

.d-list-small:hover{
  background: var(--primary-color);
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;  
}

.d-list-small a{
  border: none !important;
}


.d-list-small img{
  width: 40px;
  margin-right: 10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  display:inline-block;
  vertical-align:middle;

}

.d-list-small h5{
  font-family: var(--body-font);
  font-size: 15px;
  display:inline-block;
  vertical-align:middle;
  margin-top: .5em;
  opacity: .65;
}

.d-list-small:hover h5{
  opacity: 1;
}

/* glow fx */

a.btn-main:hover,
#filters a.selected{
  -webkit-box-shadow: 0 0 40px 0px rgba(var(--primary-color-rgb), 1);
  -moz-box-shadow: 0 0 40px 0px rgba(var(--primary-color-rgb), 1);
  box-shadow: 0 0 40px 0px rgba(var(--primary-color-rgb), 1);
}

.de-item:hover{
  -webkit-box-shadow: 0 0 50px 0px rgba(0,0,0, 1);
  -moz-box-shadow: 0 0 50px 0px rgba(0,0,0, 1);
  box-shadow: 0 0 50px 0px rgba(0,0,0, 1);
}

.scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 4px;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index:1000;
}

.scrollbar-v {
  background: var(--primary-color);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index:1000;
}

.scrollbar-v:before{
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  min-height: 100px;
  background: rgba(0, 0, 0, .2);
}

.dark-scheme .scrollbar-v:before{
  background: rgba(255, 255, 255, .02);
}

.float-text {
    width: 20px;
    position: fixed;
    z-index: 1002;
    margin-left: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
}

.float-text a{
    color: var(--bg-dark-1);
}

.dark-scheme .float-text a{
    color: #ffffff;
}

.float-text span{
    margin-left: -5px;
    margin-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: .75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #222;
}


.float-text-right {
    width: 20px;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    top: 50%;
    right: 15px;
}

.de_social-icons a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number{
      margin-top: 8px;
    }

    .d-minus, .d-plus{
      margin-top: -6px;
      cursor: pointer;
      color: #ffffff;
      font-size: 24px;
      width:36px;
      height:36px;
      padding:3px 5px 3px 5px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none; /* Standard syntax */
      background: var(--primary-color);
    }
    .d-minus:active, .d-plus:active{
      background: #ffffff;
      color: #000;
    }
    .de-number input{
      width: 40px;
      text-align: center;
      font-size: 20px;
      border:none;
      padding: 3px !important;
      background: none;
      color:#ffffff;
      border:solid 1px var(--primary-color);
      }
/* de-number close */

#recaptcha {
    width: 304px;
    margin: 0 auto;
}


.carousel-indicators [data-mdb-target]{
  background: none !important;
  margin: 0 10px;
}
.carousel-indicators [data-mdb-target] img {
    margin-top: 20px;
}

.img-deco-1{
  border: solid 1px #222222;
  padding: 20px 0;
  background: -moz-linear-gradient(-45deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
  background: linear-gradient(-45deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 50%);
}

.de-img-cap-1{
  position: relative;
  overflow: hidden;
}

.de-img-cap-1 .d-cap{
  line-height: 1.4em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 5px 20px;
  font-weight: bold;
  width:100%;
  text-align:center;
  font-size: 12px;
  z-index: 1;
}

.de-img-cap-1.s2 .d-cap{
  font-family: var(--title-font);
  font-size: 18px;
  padding: 20px;
  background: -moz-linear-gradient(0deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
  background: linear-gradient(0deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
}


.de-img-cap-1.s2 .d-cap .d-social{
  position: absolute;
  color:#ffffff;
  opacity: 0;
  width:100%;
  text-align: center;
  left:0;
  bottom: 30px;
}

.de-img-cap-1 .d-cap .d-social a{
  color:#ffffff;
  text-shadow: none;
  color: #fff;
  padding: 12px 10px 8px 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
}

.de-img-cap-1:hover img{
  transform: scale(1.1);
  margin-top: 0px;
}

.de-img-cap-1:hover .d-cap{
  margin-left: -100%;
}

.de-img-cap-1.s2:hover .d-cap{
  margin-left: 0;
}
.de-img-cap-1.s2:hover .d-cap h4{
  opacity: 0;
}
.de-img-cap-1.s2:hover .d-cap .d-social{
  opacity:1;
}


.images-deco-1 .d-img-1{
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 5%;
}
.images-deco-1 .d-img-2{
  width: 30%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.images-deco-1 .d-img-3{  
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -12px;
  right: 0;
  margin: 5%;
}

.title-line {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}

.title-line:before,
.title-line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .2);
}

.title-line:before {
  margin: 0 20px 0 0;
}

.title-line:after {
  margin: 0 0 0 20px;
}

.dark-scheme .title-line:before,
.dark-scheme .title-line:after {
  background: rgba(255, 255, 255, .2);
}


.d_demo_img {
  background: rgba(255, 255, 255, .05);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 5px;
  margin-bottom: 15px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

  box-shadow: 5px 20px 40px 5px rgba(0,0,0,.3);
  -webkit-box-shadow: 5px 20px 40px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 5px 20px 40px 5px rgba(0,0,0,.3);
}

.d_demo_img:hover{
  border-color:rgba(var(--primary-color-rgb),1);
}

.d_demo_img .d-overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.d_demo_img .d-overlay span {
  color: #ffffff;
  background: var(--primary-color);
  padding: 5px 15px;
  font-weight: bold;
  transform: scale(2);
  opacity: 0;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.d_demo_img img{
  padding: 5%;
}

.d_demo_img:hover img {
  padding: 0%;
}

.d_demo_img:hover .d-overlay {
  opacity: 1;
}

.d_demo_img:hover .d-overlay span {
  transform: scale(1.0);
  opacity: 1;
}

/* box-url */

.box-url, .box-url:hover {
  position: relative;
  padding: 30px;
  background: #ffffff;
  display: block;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color:var(--body-font-color);
  line-height: 1.6em;
  border:solid 2px rgba(var(--secondary-color-rgb), .2);
}

.box-url:hover{
    background: rgba(var(--secondary-color-rgb), .2);
    border:solid 2px rgba(var(--secondary-color-rgb), 0);
}

.dark-scheme .box-url {
  background: rgba(255, 255, 255, .05);
}

.box-url img {
  margin-bottom: 10px;
}

.box-url h4{
  font-size: 18px;
}

.box-url p {
  margin-bottom: 0;
  padding: 0;
}

.dark-scheme .box-url p {
  color: var(--dark-body-font-color);
  margin-bottom: 0;
}

.box-url-label {
  font-weight: bold;
  position: absolute;
  right: 30px;
  color: #35404e;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.menu-simple {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.menu-simple li {
  display: inline;
  margin: 0 15px;
}

.menu-simple li:first-child{
  margin-left: 0;
}

.de-icon {
  width: 80px;
  text-align: center;
  font-size: 40px;
  padding: 20px 0;
}

.de-icon-image {
  width: 80px;
  text-align: center;
  font-size: 40px;
  background: rgba(85, 85, 85, .2);
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.de-icon-image-sm {
  width: 80px;
  text-align: center;
  font-size: 40px;
  background: rgba(85, 85, 85, .2);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.de-hover-scale:hover{
  transform: scale(1.2);
  -webkit-box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
  -moz-box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
  box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
}

.dark-scheme .box-url-label {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.box-url.style-2 {
  text-align: center;
}

.box-url.style-2 h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.box-url h3 {
  font-size: 26px;
}

.box-url .tld-domain {
  color: #35404E;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.dark-scheme .box-url .tld-domain {
  color: #ffffff;
}

.box-url p.tld-subtitle {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 10px;
}

.box-url p.tld-price {
  font-size: 14px;
  font-weight: bold;
}

.soft-shadow {
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%), 0 1.5rem 2.2rem rgb(0 0 0 / 20%);
}

.rtl .owl-carousel,
.rtl .bx-wrapper {
  direction: ltr;
}

.rtl .owl-carousel .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex {
  display: flex;
  justify-content: space-between;
}

.de-flex>.de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.force-text-center * {
  text-align: center !important;
}

.f-logo {
  margin-right: 30px;
}

.rtl .f-logo {
  margin-right: 0px;
  margin-left: 30px;
}

.text-light .card {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .05);
}


.filter__l,
.filter__r {
  font-family: var(--title-font);
}

.filter__l {
  font-weight: bold;
}

.filter__r {
  float: right;
  cursor: pointer;
}

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 26px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: poInter;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 20px;
  cursor: poInter;
}

#cookieConsent a.cookieConsentOK:hover {
  opacity: .8;
}

/*Cookie Consent End*/

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

#purchase-now {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 10000;
}

#purchase-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: #78A938;
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  padding: 17px;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
}


#buy-now {
  position: fixed;
  bottom: 60px;
  right: 170px;
  z-index: 10000;

}

#buy-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  background: #333333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  line-height: 1em;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

#buy-now a img{
  width: 64px;
  margin-left: 3px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}

#purchase-now a span {
  font-size: 14px;
  font-weight: 500;
  left: 8px;
  position: absolute;
  top: 18px;
  width: 100px;
}

#purchase-now .pn-hover {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  color: #78A938;
  width: 120px;
  padding: 10px;
  padding-left: 20px;
  text-align: center;
  top: 8px;
  border-radius: 0px;
  left: 30px;
  opacity: 0;
}

#purchase-now:hover .pn-hover {
  opacity: 1;
  left: 40px;
}

.de-images {
  position: relative;
  width: 100%;
}

.de-images img {
  border-radius: 3px;
  -webkit-box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.3);
  -moz-box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.3);
  box-shadow: 2px 20px 30px 0px rgba(20, 20, 20, 0.3);
}

.di-small {
  position: absolute;
  width: 40%;
  z-index: 1;


}

.di-small-2 {
  position: absolute;
  width: 40%;
  right: -0;
  bottom: -15%;
  z-index: 1;
}

.di-big {
  width: 80%;
  height: 80%;
  margin-top: 15%;
  margin-left: 10%;
}

div.round,
.rounded {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.opt-1 {
  display: inline-block;
}

.opt-2 {
  display: none;
}

.size96 {
  width: 96px;
  height: auto;
}

.domain-ext {
  margin-top: 15px;
}

.ext {
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  margin: 0 5px 10px 5px;
  padding: 10px;
  padding-bottom: 3px;
  color: #35404E;
}

.dark-scheme .ext {
  color: rgba(255, 255, 255, .75);
}

.domain-ext.pos-left .ext {
  margin: 0 10px 0 0;
}


.ext h4 {
  font-size: 18px;
  line-height: 10px;
  margin-bottom: 0;
}

.border {
  border-color: #EFEFEF !important;
}

.tparrows {
  background: none !important;
}


.fc-header-toolbar {
  font-size: 14px;
}

.fc-content {
  color: #ffffff;
  padding: 3px;
}

.fc-widget-header {}

.fc-view {
  background: #ffffff;
}

.fc-day-number {
  padding: 4px 8px !important;
}

.f-profile {
  margin-bottom: 0px;
}

.f-profile h4 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.fp-wrap {
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.fpw-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.fpw-overlay-btm {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.f-invert .fpw-overlay-btm {
  opacity: 0;
}

.fpwo-wrap {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}

.f-profile:hover .fpwo-wrap {
  bottom: 30px;
}

.fpwow-icons {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px 7px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.fpwow-icons a {
  color: #ffffff;
  padding: 0 5px;
}

.fpwow-icons i {
  font-size: 15px;
}

.fp-icon {
  margin-top: 20%;
  z-index: 2;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  display: table;
  text-align: center;
}

.fp-icon i {
  display: none;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 36px;
  color: #ffffff;
  padding: 13px 0;
  background: rgba(var(--primary-color-rgb), .8);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.gray img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.demo-icon-wrap {
  margin-bottom: 30px;
}

.demo-icon-wrap i {
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  background: rgba(var(--secondary-color-rgb), .1);
  width: 48px;
  height: 48px;
  border-radius: 0px;
  padding: 15px 0;
}

.rtl .demo-icon-wrap i {
  margin-right: 0;
  margin-left: 20px;
}

.demo-icon-wrap-s2 {
  margin-bottom: 30px;
}

.demo-icon-wrap-s2 span {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  background: rgba(var(--secondary-color-rgb), .1);
  width: 48px;
  height: 48px;
  border-radius: 0px;
  padding: 15px 0;
}

.rtl .demo-icon-wrap-s2 span {
  margin-right: 0px;
  margin-left: 20px;
}

.demo-icon-wrap .text-grey {
  display: none;
}

.fp-wrap {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.fp-wrap:hover {
  -webkit-box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.1);
  -moz-box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.1);
  box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.1);
}

.fp-wrap:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);

  transform: scale(1.05);
}

.fp-wrap:hover .fpw-overlay-btm {
  opacity: 0;
}

.fp-wrap:hover .fpwow-icons a i {
  color: #fff;
}

.fp-wrap:hover .fp-icon {
  opacity: 1;
  margin-top: 0;
  margin-right: 0;
}

.fp-wrap:hover .fp-icon i {
  transform: scale(1.5);
}

i.big {
  display: inline-block;
  font-size: 48px;
}

.text-light .border {
  border-color: rgba(255, 255, 255, .1) !important;
}

.container-full {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.one-fourth {
  width: 24.9%;
  display: table-cell;
  vertical-align: middle;
}

.one-third {
  width: 33.3%;
  float: left;
}

.three-fourth {
  position: relative;
  width: 74.9%;
  height: 100%;
  display: table-cell;
}

.owl-carousel {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-stage-outer .feature-box-type-2 {
  overflow: none;
  margin: 30px 0 30px 0;
}

.owl-item.active.center .feature-box-type-2,
.owl-item.active.center .feature-box-type-2 h4,
.owl-item.active.center .feature-box-type-2 i {
  color: #ffffff;
}

.owl-thumbs img {
  padding: 3px;
}

#slider-carousel .owl-thumbs {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs button {
  opacity: 1;
  border: none !important;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  opacity: .5;
}

#slider-carousel .owl-thumb-item.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item.active {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

#slider-carousel .owl-thumb-item img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.schedule-item {
  padding: 40px;
}

.schedule-listing:nth-child(even) {
  background: rgba(var(--primary-color-rgb), .5);
}

.schedule-item>div {
  float: left;
}

.schedule-item .sc-time {
  width: 160px;
  padding-top: 25px;
  color: #ffffff;
}

.schedule-item .sc-pic {
  width: 120px;
}

.schedule-item .sc-pic img {
  width: 80px;
  height: auto;
  -webkit-box-shadow: 8px 8px 0 0px var(--primary-color);
  -moz-box-shadow: 8px 8px 0 0px var(--primary-color);
  box-shadow: 8px 8px 0 0px var(--primary-color);
}

.schedule-item .sc-name {
  font-weight: normal;
  font-size: 14px;
  width: 160px;
  padding-top: 15px;
}

.schedule-item .sc-name h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.6em;
}

.schedule-item .sc-name span {
  font-weight: normal;
}

.schedule-item .sc-info {
  float: none;
  display: inline-block;
  width: 60%;
}

.schedule-item .sc-info h4 {
  margin-bottom: 10px;
}

.de_tab.tab_style_4 .de_nav {
  -webkit-touch-1A1C26out: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

strong {
  font-weight: bold;
}

.text-light strong {
  color: #fff;
}

.bg-white {
  background: #ffffff;
}

.bg-white-10 {
  background: rgba(255, 255, 255, .1);
}

.wh80 {
  width: 80%;
  height: 80%;
}

.border-top {
  border-top: solid 1px #e5e5e5;
}

.border-bottom {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme header.border-bottom {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay {
  padding: 60px 0 60px 0;
}

.color-overlay-2 {
  background: rgba(26, 37, 48, .85);
}

.fontsize24 {
  font-size: 24px;
}

.fontsize32 {
  font-size: 32px;
}

.fontsize36 {
  font-size: 36px;
}

.fontsize40 {
  font-size: 40px;
}

.fontsize48 {
  font-size: 48px;
}

.overlay50 {
  background: rgba(0, 0, 0, .5)
}

.overlay60 {
  background: rgba(0, 0, 0, .6)
}

.overlay70 {
  background: rgba(0, 0, 0, .7)
}

.overlay80 {
  background: rgba(0, 0, 0, .8)
}

.hidden-xy {
  overflow: hidden;
}

.border-box {
  border: solid 1px #d2d2d2;
}

.display-table {
  display: table;
}

.display-table [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#popup-box {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: -100%;
  overflow-y: auto;
}

#popup-box.popup-show {
  top: 0;
}

#popup-box.popup-hide {
  top: -100%;
}

.overlay-s1 {
  background: rgba(217, 42, 224, .5);
}

.overlay-s2 {
  background: rgba(255, 135, 140, .5);
}

.overlay-s3 {
  background: rgba(91, 35, 108, .5);
}

.circle-x {
  background: #333;
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  color: #fff;
  margin-top: 140px;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
}

#services-list {
  padding: 0;
  margin: 0;
}

#services-list li a {
  color: #fff;
}

#services-list li.active a:after {
  font-family: "FontAwesome";
  content: "\f054";
  float: right;
}

.de_light #services-list li a {
  color: #999;
}

#services-list li {
  font-weight: bold;
  list-style: none;
  margin: 0;
  background: rgba(0, 0, 0, .3);
  margin-bottom: 2px;
}

.de_light #services-list li {
  background: #eee;
}

#services-list li a {
  display: block;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
}

#services-list li a:hover {
  color: #111;
}

.pic-services img {
  margin-bottom: 30px;
}

#services-list li.active a,
#services-list li.active a:hover {
  color: #fff;
  background: #333;
}

.project-images img {
  margin-bottom: 60px;
}

.teaser-text {
  font-family: var(--body-font);
  font-size: 18px;
  color: rgba(255, 255, 255, .5);
  line-height: normal;
  font-weight: 400;
}

.teaser-text h2 {}

#navigation {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  right: 20px;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1000;
}

.nav-prev:before,
.nav-next:before,
.nav-exit:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit:before {
  width: 100%;
  display: block;
}

.nav-next:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit:before {
  content: '\f00d';
}

.de_light .nav-exit:before {
  color: #222;
}

.container-4 .de-team-list {
  width: 24.9%;
  float: left;
  position: relative;
}

.container-3 .de-team-list {
  width: 33.3%;
  float: left;
  position: relative;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey {
  background: #f6f6f6;
}

.bg-gradient-dark{
  background: -moz-linear-gradient(180deg, rgba(var(--bg-dark-1-rgb), 0.75) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(var(--bg-dark-1-rgb), 0.75) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
  background: linear-gradient(180deg, rgba(var(--bg-dark-1-rgb), 0.75) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}

.no-bottom .col-md-12 {}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.nopadding {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: absolute;
  padding: 0;
  margin: 0;
  background-size: cover;
}

.image-container.pos-right {
  right: 0;
}

.image-container:hover .background-image {
  transform: scale(1.05);
}

.rtl .image-container.pos-right {
  right: auto;
  left: 0;
}

.image-slider {
  cursor: move;
}

.inner-padding {
  padding: 90px;
}

.inner-padding.pos-left {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding.pos-left {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding,
section.no-padding {
  padding: 0;
}

.float-left {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay {
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  margin: auto;
}

.teaser {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser.style-2 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser.style-3 {
  font-size: 14px;
}

.teaser.style-4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100px;
  z-index: 100;
}

.d-arrow-left,
.d-arrow-right {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-top: -10px;
  z-index: 100;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 1.0);
}

.d-arrow-left {
  left: 0px;
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
}

.d-arrow-right {
  right: 0px;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}

.d-arrow-left i,
.d-arrow-right i {
  position: absolute;
  z-index: 1000;
  top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.d-arrow-left i {
  left: 8px;
}

.d-arrow-right i {
  right: 8px;
}

#d-coll-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.owl-nav {
  display: flex;
}

.owl-prev,
.owl-next,
.d-nav-left,
.d-nav-right {
  cursor: pointer;
  position: absolute;
  top: 27.5%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 1.0);
  border: solid 1px #ccc;
}

.dark-scheme .owl-prev,
.dark-scheme .owl-next {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev:hover,
.owl-next:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.owl-prev,
.d-nav-left {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next,
.d-nav-right {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left i,
.d-nav-right i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next i,
.d-nav-left i {
  top: 12px;
  left: 16px;
}

.d-nav-right i {
  top: 12px;
  right: 16px;
}

.owl-arrow {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow .prev {
  left: 0;
}

.owl-arrow .next {
  right: 0;
}

.owl-arrow .prev:before,
.owl-arrow .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow .next:before {
  content: '\f178';
}

.owl-pagination {
  margin-top: 0px;
  height: 40px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  background: none;
}

.owl-theme .owl-controls .owl-page.active span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  border: solid 2px #555;
  top: -2px;
  left: -2px;
}

/* new owl */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
}

.owl-dots button {
  border: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

/* new owl close */

.text-light .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
}

.text-light .owl-theme .owl-controls .owl-page.active span {
  background: none;
}

.text-light .owl-theme .owl-controls .owl-page.active span:before {
  border: solid 2px #fff;
}

.text-slider {
  color: #fff;
  display: inline-block;
}

.text-slider.med-text {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider.big-text {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco .text-item {
  display: inline-block;
}

.text-slider.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider.big-text i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red {
  color: #ff0000;
}

.teal {
  color: #009999;
}

.purple {
  color: #663366;
}

.green {
  color: #009900;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y {
  position: relative;
}

.overlay-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg.p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg.t0 {
  background: rgba(var(--bg-dark-1-rgb), 0);
}

.overlay-bg.t20 {
  background: rgba(var(--bg-dark-1-rgb), .2);
}

.overlay-bg.t30 {
  background: rgba(var(--bg-dark-1-rgb), .3);
}

.overlay-bg.t40 {
  background: rgba(var(--bg-dark-1-rgb), .4);
}

.overlay-bg.t50 {
  background: rgba(var(--bg-dark-1-rgb), .5);
}

.overlay-bg.t60 {
  background: rgba(var(--bg-dark-1-rgb), .6);
}

.overlay-bg.t70 {
  background: rgba(var(--bg-dark-1-rgb), .7);
}

.overlay-bg.t80 {
  background: rgba(var(--bg-dark-1-rgb), .8);
}

.overlay-bg.t90 {
  background: rgba(var(--bg-dark-1-rgb), .9);
}


.overlay-bg.light-5 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg.light-6 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg.light-7 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg.light-8 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg.c1 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg.gradient-blue-aqua {
  background: -moz-linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  background: linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}

.full-height .overlay-bg {
  display: table;
}

.full-height .overlay-gradient {
  display: table;
}

.full-height .center-y {
  display: table-cell;
  vertical-align: middle;
}

.pic-hover {
  width: 100%;
  position: relative;
  overflow: hidden;
}

i.btn-action-hide {
  opacity: 0;
}

.pic-hover:hover .bg-overlay {
  background: rgba(0, 0, 0, .5);
}

.pic-hover:hover i.btn-action-hide {
  opacity: 1;
}

.pic-hover.hover-scale:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.center-xy {
  position: absolute;
  z-index: 5;
}

.center-xy i.btn-action {
  font-size: 24px;
  border: solid 2px rgba(255, 255, 255, .3);
  padding: 16px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
}

.center-xy i.btn-action:hover {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, .3);
}

.center-xy i.btn-action.btn-play {
  padding-left: 20px;
}

.bg-grey,
section.bg-grey {
  background: rgba(var(--secondary-color-rgb), .1);
}

.wow {
  visibility: hidden;
}

#back-to-top {
  background: #ffffff;
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 1020;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  cursor: poInter;
  padding-top: 3px;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  opacity: 0;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

#back-to-top:hover {
  transform: scale(1.1);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
}

#back-to-top.hide {
  bottom: -40px;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f106";
  color: #fff !important;
  position: relative;
}

/* mouse scroll icon begin */

.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* mouse scroll icon close */

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-anim {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more:hover {
  color: #707070;
}

a.read_more i {
  margin-left: 8px;
}

.text-light a.read_more {
  color: #fff;
}

.text-black {
  color: #222;
}


#de-arrow-nav-set {
  text-align: center;
}

#de-arrow-nav-set i {
  color: #222;
  font-size: 32px;
}

#de-arrow-nav-set i.icon_menu {
  display: inline-block;
}

.profile_pic h4 {
  margin-bottom: 0px;
}

.profile_pic .subtitle {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: #999;
}

.profile_pic .tiny-border {
  margin-bottom: 20px;
}

.profile_pic span {
  color: #fff;
}

.owl-custom-nav {
  position: absolute;
  z-index: 100;
  right: 4px;
  margin-top: 80px;
  width: 100%;
}

.owl-custom-nav .btn-next,
.owl-custom-nav .btn-prev {
  opacity: 0;
}

.owl-custom-nav .btn-next {
  right: -50px;
  position: absolute;
}

.owl-custom-nav .btn-prev {
  left: -50px;
  position: absolute;
}

.pf-hover:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover:hover .btn-prev {
  left: 30px;
  opacity: 1;
}

.owl-custom-nav .btn-next:before,
.owl-custom-nav .btn-prev:before {
  font-size: 18px;
}

.owl-custom-nav .btn-next:before {
  font-family: "FontAwesome";
  content: "\f178";
  color: #fff;
  padding: 12px;
}

.owl-custom-nav .btn-prev:before {
  font-family: "FontAwesome";
  content: "\f177";
  color: #fff;
  padding: 12px;
}

.owl-custom-nav a {
  text-decoration: none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before {
  cursor: poInter;
}

#custom-owl-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #fff;
}

#custom-owl-slider .items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  visibility: inherit;
  opacity: 1;
}

#custom-owl-slider .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-slider-nav {
  position: absolute;
  width: 100%;
}

.owl-slider-nav,
.owl-slider-nav div {
  position: absolute;
  z-index: 10;
  cursor: poInter;
}

.owl-slider-nav .next {
  right: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
}

.owl-slider-nav .prev {
  left: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
}

.owl-slider-nav .next:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0da";
  color: #fff;
  position: absolute;
  right: -40px;
  top: -13px;
}

.owl-slider-nav .prev:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0d9";
  color: #fff;
  position: absolute;
  left: -40px;
  top: -13px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  background: #ccc;
  border: none;
  margin: 5px;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.dark-scheme .owl-dot {
  background: rgba(255, 255, 255, .3);
}

.owl-item.active div blockquote {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.owl-item.active div blockquote,
.owl-item.active div blockquote .de_testi_by {
  opacity: 1;
}

.owl-stage {
  overflow: none;
}

/* close new table */

.table {
  display: table;
  margin-bottom: 0;
}

.table [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 0;
  height: 100%;
}

.table-custom-1 {
  position: absolute;
  height: 100%;
}

.table .table {
  background: none;
}

.table-pricing {
  font-size: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-right: none;
  overflow: hidden;
  padding: 5px;
  background: #ddd;
}

.table-pricing.dark-style{
  color:var(--dark-body-font-color);
  background: var(--bg-dark-3);
}

.table-pricing thead {
  color: #ffffff;
  font-size: 18px;
}

.table-pricing thead tr th {
  font-weight: bold;
  padding: 20px 0 20px 0;
}

.table-pricing tbody tr {
  width: 100%;
  background: #ffffff;
}

.table-pricing.dark-style tbody tr{
  background: var(--bg-color-2);
}

.table-pricing tbody tr:nth-child(even) {
  width: 100%;
  background: #f5f5f5;
}

.table-pricing tbody tr:nth-child(even) {
  width: 100%;
  background: #f5f5f5;
}

.table-pricing.dark-style tbody tr:nth-child(even) {
  background: var(--bg-dark-2);
  color:var(--dark-body-font-color);
}

.table-pricing.dark tbody tr:nth-child(even) {
  width: 100%;
  background: #111111;
}

.table-pricing tbody tr th {
  font-weight: bold;
}

.table-pricing tbody tr td,
.table-pricing tbody tr th {
  border: none;
  padding: 30px 0 0 0;
}

.table-pricing tbody tr th .lbl,
.table-pricing tbody tr td .lbl {
  display: none;
}

.table-pricing .num {
  font-weight: bold;
}

.table-pricing .btn-main,
.table-pricing .btn-line {
  display: inline-block;
}

.table-pricing>:not(caption)>*>* {
  border: none;
}

.table-pricing .d-spc{
  width: 200px;
}

.table-pricing .d-spc .select-wrap{
  margin-top: -10px;
}

.table-pricing i{
  position: relative;
  margin-right: 10px;
}

.typed-strings p {
  position: absolute;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mask {
  width: 100%;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
}

.mask img {
  width: 100%;
  height: 100%;
}

.mask .cover {
  display: table;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 70px;
  padding: 25px;
  background: #35404e;
  bottom: 0px;
  top: 100%;
  margin-top: -70px;
}

.mask .cover .c-inner {
  display: table-cell;
  vertical-align: middle;
}

.mask.light .cover {
  background: #ffffff;
}

.mask .cover h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1em;
  padding-left: 30px;
}

.mask.light .cover h3 {
  color: #35404e;
}

.mask .cover p {
  color: #ffffff;
  padding-top: 15px;
  padding-right: 25px;
}

.rtl .mask .cover p {
  padding-right: 0;
}

.mask.light .cover p {
  color: #777777;
}

.mask:hover .cover {
  height: 100%;
  top: 0;
  margin-top: -0px;
  background: rgba(35, 37, 42, .8);
}

.mask:hover .cover p {
  opacity: 1;
}

.mask:hover .cover p {
  padding-top: 0px;
}

.mask .cover h3 span {
  margin-left: 20px;
}

.rtl .mask .cover h3 span {
  margin-right: 50px;
}

.mask .cover h3 i {
  font-size: 32px;
  position: absolute;
  left: 30px;
  margin-top: -8px;
}

.rtl .mask .cover h3 i {
  left: auto;
  right: 30px;
}

.mask.s1 .cover {
  top: 0;
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, .0);
}

.mask.s1 .cover .desc {
  opacity: 0;
}

.mask.s1:hover .cover {
  background: rgba(0, 0, 0, .8);
}

.mask.s1:hover .cover .desc {
  opacity: 1;
}

.mask.s1 h3 {
  font-size: 24px;
}

.mask .cover a.btn-main {
  display: block;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}

.mask .s-gradient img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mask .s-gradient {
  position: relative;
}

.mask .s-gradient .gradient-fx {
  position: absolute;
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
  background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
  background: linear-gradient(to right, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
}

.style-2 .date-box {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2 .date-box .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2 .date-box .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap {
  margin: 0;
  padding: 0;
}

.sitemap.s1 li {
  list-style: none;
}

.sitemap.s1 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list {
  margin: 0;
  padding: 0;
}

.list li {
  list-style: none;
}

.rtl .list.s1 li:after,
.list.s1 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list.s1 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list.s1 li:before {
  display: none;
}

.list.s2 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list.s3 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list.s3 li {
  display: inline;
  margin-right: 20px;
}

.list.s3 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme .switch-set{
  color:#ffffff;
}

.dark-scheme .switch {
  background: rgba(255, 255, 255, .1);
}

.switch-set div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch {
  display: block;
}

.de-switch h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch input[type=checkbox] {
  display: none;
}

.de-switch input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch label {
  transition: all 200ms ease-in-out;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 40px;
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  color: transparent;
}

.dark-scheme .de-switch label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch label:after {
  transition: all 200ms ease-in-out;
  content: " ";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  right: auto;
}

.de-switch.colored input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch.colored label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch {
  float: right;
}

.switch:checked::after {
  transform: translateX(20px);
}

.switch:focus {
  outline-color: transparent;
}

.box-highlight,
.box-highlight .content {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 1px;
}

.box-highlight .heading {
  padding: 15px 20px;
}

.box-highlight h4 {
  margin-bottom: 0;
}

.box-highlight .content {
  margin: 5px;
  padding: 20px;
  background: #ffffff;
}

.box-highlight .content,
.box-highlight .content strong {
  color: #111111;
}

.box-highlight .content.v1 p {
  font-size: 20px;
}

.box-cc {
  color: #1a1b1e;
  border: solid 1px rgba(0, 0, 0, .15);
  padding: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: 500;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(10, 10, 10, 0.1);
  -moz-box-shadow: 0 30px 30px 0 rgba(10, 10, 10, 0.1);
  box-shadow: 0 30px 30px 0 rgba(10, 10, 10, 0.1);
}

.box-cc .bc-price span {
  display: inline-block;
  margin-left: 10px;
}

.box-cc img {
  margin-bottom: 10px;
  width: auto !important;
  height: auto !important;
}

.bc-btn {
  display: block;
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, .05);
  padding: 0 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#selector {
  width: 500px;
  position: fixed;
  right: 5px;
  top: 25%;
  padding: 5px;
  z-index: 1000;
}

#selector .opt {
  margin-top: 10px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  border: solid 1px rgba(255, 255, 255, .5);
}

#selector .opt:hover {
  border-color: #ffffff;
}

#selector .opt.tc1 {
  background: #00927c;
}

#selector .opt.tc2 {
  background: #436fb6;
}

#selector .opt.tc3 {
  background: #71c055;
}

#selector .opt.tc4 {
  background: #fba51a;
}

#selector .opt.tc5 {
  background: #d1499b;
}

#selector .opt.tc6 {
  background: #8750a1;
}

#selector .opt.tc7 {
  background: #40b8ea;
}


#selector #dark-mode,
#selector #related-items {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 50px;
  right: 15px;
  width: 40px;
  height: 39px;
  position: absolute;
  background: #222222;
  padding: 8px;
  padding-top: 0px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #FDD32A;
  font-size: 16px;
}

#selector #related-items {
  margin-top: 100px;
  background: #82b440;
  color: #ffffff;
}

#selector #dark-mode:hover,
#selector #related-items:hover {
  width: 190px;
}

#selector #dark-mode:before,
#selector #related-items:before {
  font-weight: normal;
  display: inline-block;
  content: '\f186';
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 3px;
  padding-top: 6px;
  margin-right: 10px;
}

#selector #related-items:before {
  content: '\f05a';
}

#selector #dark-mode.active {
  background: #FDD32A;
  color: #222222;
}

.disable-dark #selector .dark-mode {
  display: none;
}

#selector .sc-opt {
  cursor: pointer;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  max-width: 45px;
  padding-right: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  right: 0px;
  border: solid 1px rgba(0, 0, 0, .2);
  border-right: none;
  font-weight: 500;
}

#selector .sc-opt:hover {
  max-width: 100%;
}

#selector .sc-opt .sc-icon {
  width: 45px;
  height: 38px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 10px;
  position: relative;
  float: left;
}

#selector .sc-mt {
  margin-top: 45px;
}

#selector .sc-val {
  display: inline-block;
  margin-top: 5px;
}

.de-box-image {
  padding: 10px;
  text-align: center;
}

.de-box-image img {
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 40px 0 rgba(10, 10, 10, 0.05);
  -moz-box-shadow: 0 0 40px 0 rgba(10, 10, 10, 0.05);
  box-shadow: 0 0 40px 0 rgba(10, 10, 10, 0.05);
}

.de-box-image:hover img {
  margin-top: -20px;
  -webkit-box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.3);
  -moz-box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.3);
  box-shadow: 0 40px 40px 0 rgba(10, 10, 10, 0.3);
}

.de-box-image:hover h4 {
  margin-top: 20px;
}


.de-image-hover {
  position: relative;
  overflow: hidden;
}

.dih-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0;
}

.dih-title-wrap {
  z-index: 2;
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}

.dih-title {
  font-family: var(--title-font);
  opacity: 0;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.de-image-hover:hover .dih-overlay {
  opacity: .8;
}

.de-image-hover:hover .dih-title {
  opacity: 1;
  transform: scale(1.2);
}

.de-image-hover:hover img {
  transform: scale(1.1);
}

.de-image-hover:hover {
  -webkit-box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1);
}

.img-fullwidth {
  width: 100%;
  height: auto;
}

.author_list {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

.author_list li {
  position: relative;
  margin-bottom: 30px;
}

.author_list_pp {
  margin-top: 2px;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: auto;
  margin-left: 10px;
  z-index: 10;
}

.author_list_pp img {
  width: 100%;
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  position: relative;
  z-index: 1;

}

.author_list_pp:hover img {
  padding: 3px;
}

.author_list_pp i {
  color: #ffffff;
  font-size: 10px;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 2;
}

.author_list_info {
  font-weight: bold;
  padding-left: 70px;
}

.author_list_info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.author_list_info a {
  color: #1a1b1e;
}

.coll_list_pp {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: auto;
  margin-left: 10px;
  margin-top: -12px;
  z-index: 10;
  left: 0;
}

.coll_list_pp img {
  width: 100%;
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  position: relative;
  z-index: 1;

}

.coll_list_pp i {
  color: #ffffff;
  font-size: 10px;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 2;
}

.de-table.table-rank th,
.de-table.table-rank tr {
  border-bottom: solid 1px rgba(0, 0, 0, .05) !important;
}

.dark-scheme .de-table.table-rank th,
.dark-scheme .de-table.table-rank tr {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.de-table.table-rank th,
.de-table.table-rank td {
  padding: 30px 0;
}

.de-table.table-rank .d-plus {
  color: #34c77b;
}

.de-table.table-rank .d-min {
  color: #eb5757;
}

.de-table.table-rank tbody th {
  position: relative;
  padding-left: 75px;
}

.de-specs-table .d-atr{
  float: left;
  min-width: 50%;
  color:#ffffff;
  font-weight: bold;
}

.de-specs-table .d-value{
  float: right;
  width: 50%;
}

.dark-scheme .de-table.table-rank {
  color: #ffffff;
}

.dark-scheme .author_list_info a {
  color: #ffffff;
}

.text-light .author_list_info a {
  color: #ffffff;
}

.p_list {
  margin-bottom: 30px;
}

.p_list_pp {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: auto;
  margin-left: 0px;
  margin-top: -3px;
  z-index: 10;
}

.p_list_pp img {
  width: 100%;
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
}

.p_list_pp i {
  color: #ffffff;
  font-size: 10px;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.p_list_info {
  font-weight: 400;
  padding-left: 70px;
}

.dark-scheme .p_list_info b {
  color: #ffffff;
}

.p_list_info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.p_list_info a {
  color: #1a1b1e;
}

.text-light .p_list_info a {
  color: #ffffff;
}

.menu_side_area {
  margin-left: 20px;
}

.rtl .menu_side_area {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  background: #ffffff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}


.d_profile {
  margin-bottom: 40px;
}

.profile_avatar {
  text-align: center;
}

.d_coll .profile_avatar {
  display: block;
  text-align: center;
}

.profile_avatar img {
  align-items: center;
  border: solid 3px #f2f2f2;
  padding: 6px;
}

.d_coll .profile_avatar img,
.d_coll .profile_name {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.profile_avatar img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.d_coll .profile_avatar img {
  display: inline-block;
  margin-top: -100px;
  margin-bottom: 30px;
}

.profile_avatar i {
  color: #ffffff;
  margin: 110px 0 0 110px;
  display: block;
  position: absolute;
  padding: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.profile_name {
  display: block;
}

.profile_name h4 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
}

.profile_follower {
  margin-right: 20px;
  font-weight: 600;
}

.dark-scheme .profile_follower {
  color: #ffffff;
}

.profile_username,
.profile_wallet {
  font-size: 16px;
  font-weight: 500;
}

.profile_username {

  display: block;
}

.profile_wallet {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  float: left;
  color: #404040;
}

.dark-scheme .profile_wallet {
  color: var(--dark-body-font-color);
}

.d_coll .profile_wallet {
  display: inline-block;
  float: none;
}

#btn_copy {
  position: absolute;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1em;
  border: solid 1px #d2d2d2;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
}

.dark-scheme #btn_copy {
  color: #ffffff;
  background: rgba(255, 255, 255, .3);
  border: none;
  padding: 6px 12px;
}

#btn_copy.clicked {
  color: #ffffff;
}

.d_coll .d_profile_img {
  position: relative;
  margin: 0 auto;
}

.d_coll .d_profile_img i {
  color: #ffffff;
  margin: 10px 0 0 -40px;
  float: none;
  display: inline-block;

}


.tabs_wrapper {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none {
  display: none;
}

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 15px;
  line-height: 1.6em;
}

.ul-style-2 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2.s2 li h4 {
  font-weight: 600;
}

.ul-style-2.s2 li {
  margin-bottom: 30px;
}

.ul-style-2.s3 li {
  margin-bottom: 5px
}

.ul-style-2 .d-label {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline{
  margin: 0;
  padding: 0;
}

.ul-check-inline li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: #35404E;
}

.ul-check-inline li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 5px;
}

.ul-style-2 li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ul-style-2.color-green li:before{
  color:#3CF702;
}

.rtl .ul-style-2 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3 li:after {
  content: "•";
  margin: 0 5px 0 10px;
}

.ul-style-3 li:last-child:after {
  content: "";
}

.de-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.de-review-list li {
  padding: 30px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  position: relative;
  overflow: hidden;
}

.de-review-list p {
  margin-bottom: 0px;
}

.de-review-list .d-user {
  font-weight: 500;
}

.de-review-list h5:after {
  font-family: FontAwesome;
  content: "\f10e";
  font-size: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(0, 0, 0, .5);
  line-height: 1;
}

.rtl .de-review-list h5:after {
  right: auto;
  left: 30px;
}

#carouselExampleIndicators .carousel-indicators {
  margin: 0;
}

.de-country {
  border: solid 1px #dddddd;
  margin-bottom: 25px;
  overflow: hidden;
}

.dark-scheme .de-country {
  border: var(--border-default);
}

.de-country .d-title {
  padding: 20px;
  padding-bottom: 15px;
  cursor: pointer;
}

.de-country .d-title:after {
  font-family: FontAwesome;
  content: "\f078";
  margin-top: 3px;
  float: right;
}

.rtl .de-country .d-title:after {
  float: left;
}

.de-country.expand .d-title:after {
  content: "\f077";
}

.de-country .d-title h4 {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 18px;
}

.de-country img {
  width: 32px;
  height: auto;
  float: left;
}

.rtl .de-country img {
  float: right;
  margin-left: 10px;
}

.de-country .d-content {
  padding: 0px 20px;
  padding-top: 0;
  max-height: 0;
}

.de-country .d-content ul {
  list-style: none;
  padding: 0;
}

.de-country .d-content a {
  color: #202020;
}

.dark-scheme .de-country .d-content a {
  color: #ffffff;
}

.de-country.expand .d-content {
  padding: 20px;
  padding-top: 0;
  max-height: 1000px;
}

.de-country .d-content h5 {
  font-size: 16px;
}

.de-country:hover {
  position: relative;
  margin-top: -5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
}

/* shadow */

.shadow-soft,
.de-country,
.de-card,
.de-image-text,
#quick_form,
.de-event-item,
.de-event-item .d-date,
.de-map-wrapper iframe,
.de-box,
.de-review-list li,
.expand-custom,
.sc-opt,
.feature-box-type-2,
.pricing-table:not(.pricing-s1),
.de_count,
#form_sb input,
.container-timeline ul li::before,
.box-url,
.table-pricing,
.pricing-s1,
.pricing-s2 {
  -webkit-box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
  -moz-box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
  box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
}

.shadow-s1 {
  -webkit-box-shadow: 0 2px 10px rgb(0 19 87 / 15%);
  -moz-box-shadow: 0 2px 10px rgb(0 19 87 / 15%);
  box-shadow: 0 2px 10px rgb(0 19 87 / 15%);
}

.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  overflow: hidden;
}


/* border radius */
.pricing-table,
.de_count {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.de-country:hover,
.de-card:hover,
.de-image-text:hover,
.dropdown ul {
  -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
  box-shadow: 0 4px 6px 0 rgba(10, 10, 10, .2);
}

.rtl .carousel-control-next {
  right: 0;
}

.rtl .carousel-control-prev {
  left: 0;
  right: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon:after {
  content: "\f105";
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background: #ffffff;
}

.carousel-indicators [data-mdb-target] {
  background-color: var(--primary-color);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}


.de-event-item {
  position: relative;
  margin-bottom: 20px;
}

.de-event-item .d-image {
  position: relative;
}

.de-event-item .d-image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
}

.de-event-item .d-image img {
  width: 100%;
  position: relative;
}

.de-event-item .d-date {
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
}

.rtl .de-event-item .d-date {
  left: auto;
  right: 20px;
}

.de-event-item .d-date span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.de-event-item .d-date .d-mm {
  margin-bottom: 2px;
}

.de-event-item .d-date .d-dd {
  font-size: 40px;
  margin-bottom: 4px;
}

.de-event-item .d-shadow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  left: 98px;
  top: -10px;
}

.rtl .de-event-item .d-shadow {
  left: auto;
  right: 2px;
}

.de-event-item .d-text {
  padding: 30px;
  border: solid 1px #d2d2d2;
}

.de-event-item:hover .d-date {
  top: -20px;
  left: 10px;
}

.de-event-item:hover .d-shadow {
  top: -20px;
  left: 88px;
}

.rtl .de-event-item:hover .d-date {
  top: -20px;
  left: auto;
  right: 20px;
}

.rtl .de-event-item:hover .d-shadow {
  top: -20px;
  left: auto;
  right: 0;
}

.de-event-item:hover img {
  transform: scale(1.1);
}

.de-event-item .d-location {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  background: #ffffff;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 30px;
}

.rtl .de-event-item .d-location {
  left: auto;
  right: 20px;
}

.de-map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}

.de-location-address {
  font-weight: 400;
}

.de-box {
  padding: 30px;
  border: solid 1px #d2d2d2;
}


/* image effect */


img.anim-up-down {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

@-webkit-keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.slider-text-wrap {
  background: rgba(255, 255, 255, .75);
  padding: 30px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.bubble{
  font-weight: bold;
  position: absolute;
  color:#ffffff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius:100%;
  padding-top: 35px;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  background: var(--primary-color);
  z-index:1;
}

.bubble-3 .bubble:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3 .bubble:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3 .bubble:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images .d-item{
  text-align: center;
  display: flex;
  width: 25%;
  height: 100px;
  float: left;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  justify-content: center;
  align-items: center;
}

blockquote.q-big{
    font-family: var(--title-font);
    color: #202020;
    font-size: 36px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.dark-scheme blockquote.q-big{
    color: #ffffff;
}


blockquote.q-big .d-big{
    font-size: 150px;
    display: block;
}

blockquote.q-big .d-quote-by{
    font-size: 14px;
    line-height: 1.5em;
}

.info-box i {
    font-size: 28px;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    width: 48px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.info-box .info-box_text {
    padding-top: 3px;
    padding-left: 60px;
}

.text-light .info-box .info-box_title{
    color: #ffffff;
}

.info-box .info-box_title {
    font-weight: 700;
    line-height: 16px;
    color: #35404E;
    margin-top: 8px;
}

.info-box.s2 .info-box_title {
    font-size: px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.header-light .info-box .info-box_text,
.header-light .info-box i {
    color: #333;
}

.text-right .info-box {
    position: relative;
    right: 60px;
}

.text-right .info-box i {
    right: -60px;
}

.text-right .info-box .info-box_text {
    padding: 0px;
}


.header-custom .info-box i {
    margin-top: -3px;
}

.de-box-a{
  position: relative;
}
.de-box-a .d-image{
  position: relative;
  z-index: 1;
}
.de-box-a .d-image img{
  width: 100%;
  padding: 10%;
}

.de-box-a .d-deco-1{
  top:0;
  z-index: 2;
  right: 0;
  position: absolute;
  width: 50%;
  height: 50%;
  border:solid 1px var(--primary-color);
}

.de-box-a .d-deco-2{
  bottom:0;
  left: 0;
  position: absolute;
  width: 50%;
  height: 50%;
  border:solid 1px var(--primary-color);
}

.de-box-a .d-social{
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 40px;
}

.de-box-a .d-social a{
  padding: 0 10px;
}

.d-sch-table{
  position: relative;
  padding: 40px;
  border: solid 1px var(--primary-color);
}

.d-sch-table .d-content{
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 42px;
  letter-spacing: .2em;
  margin-top: 10px;
}

.d-sch-table .d-deco{
  position: absolute;
  width:100%;
  height: 100%;
  border: solid 1px var(--primary-color);
  top: 10px;
  left: 10px;
}

.d-sch-table .d-col{
  border-bottom:solid 1px rgba(var(--primary-color-rgb), .5);
  padding: 20px 0;
  margin-bottom: 2px;
}

.d-sch-table .d-col:last-child{
  border-bottom: none;
}

.de-word{
  min-height: 80vh;
}
.de-word .letter {
  display: inline-block;
  margin: 0;
  min-width: 20px;
  letter-spacing:10px;
}

/* price list */

.def-list-dots{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots dt span:after {
  content: " ";
}
.def-list-dots dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots .no-def-item dt:after {
  content: "";
}
.def-list-dots dd {
  display: table-cell;
  margin: 0;
  padding-left: 4px;
  vertical-align: bottom;
  white-space: nowrap;
  font-weight: 600;
  color:var(--primary-color);
}

.images-carousel-group img{
  height: 350px;
  width: auto;
}


.de-price-s2{
    color:#ffffff;
    font-weight: bold;    
    font-size: 40px;
    letter-spacing: -2px;
}

.de-price-s2 span{
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0;
}


/* ================================================== */


/* quick-search */


/* ================================================== */

#quick_search {
  margin-left: 30px;
  padding: 4px 11px;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  background: rgba(255, 255, 255, .1);
  width: 120%;
  font-family: var(--title-font);
  outline: none;
}

#quick_search.style-2 {
  background: rgba(0, 0, 0, .05) !important;
}

.dark-scheme #quick_search.style-2 {
  background: rgba(255, 255, 255, .05) !important;
}

header:not(.header-light) #quick_search {
  color: #ffffff;
}

header:not(.header-light) #quick_search::-moz-input-placeholder {
  color: #ffffff;
}

header:not(.header-light) #quick_search::-webkit-input-placeholder {
  color: #ffffff;
}

.header-light #quick_search {
  background: rgba(var(--secondary-color-rgb), .1);
}

.quick-search {
  display: inline-block;
  float: right;
  margin-left: 10px;
  padding: 10px 0 0 0;
}

.quick-search input {
  width: 120px;
  border-radius: 40px;
}

.side-bg {
  position: relative;
}

.image-container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;

}

.side-bg .background-image {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-bg .background-image i {
  font-size: 84px;
  background: rgba(0, 0, 0, .3);
  width: 135px;
  padding: 25px 0;
  text-align: center;
  border-radius: 100%;
}

.side-bg.right .image-container {
  right: 0;
}

#search {
  float: left;
  width: 70%;
  margin-bottom: 0;
}

#btn-search {
  border: none;
  padding: 7px;
  background: #222;
  float: left;
  width: 30%;
  height: 42px;
}

#btn-search:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 24px;
  color: #111;
}

#btn-search:hover {
  background: #fff;
}

/* dropdown */
/* ------------------------------ */
.dropdown {
  position: relative;
  z-index: 500;
  font-weight: 600;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: left;
}

.dropdown a,
.dropdown a:hover {
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.dropdown a,
.header-light .dropdown a:hover {
  color: #333;
}

.dark-scheme .dropdown a,
.dark-scheme .header-light .dropdown a:hover {
  color: #ffffff;
}

.dropdown>a {
  display: inline-block;
  padding: 7px 12px 7px 12px;
  min-width: 140px;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: bold;
}

.dark-scheme .dropdown>a {
  border: solid 1px rgba(255, 255, 255, .2);
}

.dropdown>a:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  position: relative;
  float: right;
  margin-left: 10px;
}

.rtl .dropdown>a:after {
  margin-left: 0;
  float: left;
}

.dropdown ul,
.dropdown li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.dropdown ul {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  min-width: 140px;
  display: none;
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, .1);
}

.dropdown li span {
  background: #ffffff;
  display: block;
  padding: 5px 10px 5px 10px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.dark-scheme .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme .dropdown li span:hover {
  background: var(--bg-color-even);
  color: #fff;
}

.dropdown li span:hover {
  color: #ffffff;
  background: #eeeeee;
}

.dropdown li.active {
  display: none;
}

.dropdown ul.d-col-3 {
  width: 600px !important;
}

.dropdown ul.d-col-3 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3 li span {}

.text-light .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light .dropdown a {
  color: #ffffff;
}

.items_filter {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth,
.dropdown.fullwidth a,
.dropdown.fullwidth ul,
.dropdown.fullwidth li {
  width: 100%;
}

.dropdown.style-2,
.dropdown.style-2 a,
.dropdown.style-2 ul,
.dropdown.style-2 li {
  width: 100%;
}

.rtl .dropdown.style-2 {
  text-align: right;
}

.dropdown.style-2 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  border: solid 1px #ffffff;
}

a.btn-search-big:hover {
  background: #ffffff;
  color: #35404e;
}

/* ================================================== */


/* review */


/* ================================================== */

.de_review {
  text-align: center;
  min-height: 260px;
}

.de_review .de_nav {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.de_review .de_nav li {
  list-style: none;
  background: #EEE;
  margin: 0 10px 0 10px;
  margin-bottom: 20px;
}

.de_review .de_nav li {
  display: inline-block;
}

.de_review .de_nav li img {
  width: 100px;
  height: auto;
}

.de_review .de_nav li span {
  padding: 8px 16px 8px 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: block;
  background: #f6f6f6;
  text-decoration: none;
  color: #646464;
  font-size: 13px;
  cursor: poInter;
}

.de_review blockquote {
  border: none;
  font-family: "Inter", Georgia, "Times New Roman", Times, serif;
}

.de_review .de_nav li span {
  border: 1px solid #202220;
  background: #222;
}

.de_review .de_nav li:first-child span {
  border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
  border-left: 1px solid #202220;
}

.de_review .de_review_content {
  border: 1px solid #ddd;
  padding: 15px 20px 20px 20px;
  margin-top: -1px;
  background: #fff;
}

.de_review .de_review_content {
  border: 1px solid #202220;
  background: #27282b;
}

.de_review .de_nav li.active span {
  background: #FFF;
  border-bottom: 1px solid #fff;
  color: #222;
  margin-bottom: -3px;
}

.separator {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator span {
  display: inline-block;
  position: relative;
}

.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator span:before {
  right: 100%;
  margin-right: 15px;
}

.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light .separator span:before,
.de_light .separator span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light .separator span:before,
.text-light .separator span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator:after {
background: none repeat scroll 0% 0% var(--primary-color);
content: "";
height: 10px;
right: 0%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
.de-separator:before {
background: none repeat scroll 0% 0% var(--primary-color);
content: "";
height: 10px;
left: 0%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
.de-separator {
position: relative;
border-top: 1px solid var(--primary-color);
width: 250px;
clear: both;
margin:0 auto;
margin-bottom: 40px;
}

/* --------------------------------------------------
     * plugin
     * --------------------------------------------------*/


/* --------------------------------------------------
* revolution slider setting
* --------------------------------------------------*/

#revolution-slider {
  background: #222;
}

.tp-caption {
  color: #fff;
  font-weight: 400;
}

.tp-caption.teaser {
  letter-spacing: 5px;
}

.tp-caption br {
  margin-bottom: 5px;
}

.tparrows {
  top: 50%;
}

.med {
  font-size: 24px;
  letter-spacing: -.5px;
}

.med-white {
  color: #fff;
  font-size: 24px;
  letter-spacing: -.5px;
}

.med-green {
  color: #1a8b49;
  font-size: 24px;
  letter-spacing: -.5px;
}

.small-white {
  color: #fff;
  line-height: 1.7em;
}

.big-black {
  font-size: 52px;
  letter-spacing: -3px;
  color: #222;
}

.big-white {
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.very-big-white {
  font-family: var(--body-font);
  font-size: 64px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.ultra-big-white {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.ultra-big-black {
  font-size: 96px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 72px;
}

a.btn-slider:hover {
  color: #222;
}

.tp-caption.separator {
  width: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
}

/* ================================================== */


/* isotope */


/* ================================================== */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#filters {
  font-family: var(--body-font);
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

#filters li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
}

#filters a {
  background: rgba(255, 255, 255, .1);
  outline: none;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.text-light #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light #filters a:hover {
  color: #fff;
}

.text-light #filters a.selected {
  color: #fff;
}

.text-light #filters a.selected {
  color: #fff;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  poInter-events: none;
  z-index: 1;
}

.project-carousel ul.slides,
.project-carousel-3-col ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel .flex-direction-nav,
.project-carousel .flex-control-nav,
.project-carousel .flex-direction-nav,
.project-carousel-3-col .flex-control-nav,
.project-carousel-3-col .flex-direction-nav {
  display: none;
}

.logo-carousel.owl-carousel .owl-item img {
  width: auto;
}

.logo-carousel.no-control .flex-control-nav {
  display: none;
}

.logo-carousel.s2 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel.owl-center .owl-item {
  opacity: .6;
}
.owl-carousel.owl-center .owl-item.active.center {
    opacity: 1;
     position: relative;
     z-index: 101;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc());
}


/* mdb carousel */

/* Carousel styling */
#de-carousel,
#de-carousel .carousel-inner,
#de-carousel .carousel-item,
#de-carousel .carousel-item.active {
  height: 100vh;
}

#de-carousel .carousel-item:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#de-carousel .carousel-item:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#de-carousel .carousel-item:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#de-carousel .carousel-item:nth-child(4) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#de-carousel .carousel-control-prev-icon:after {
  content: '\f104';
  font-family: "FontAwesome";
}

#de-carousel .carousel-control-next-icon:after {
  content: '\f105';
  font-family: "FontAwesome";
}

#de-carousel .carousel-indicators [data-mdb-target] {
  width: 8px;
  height: 8px;
  margin: 6px;
  background: #ffffff !important;
  padding: 0;
  border:none;
}

#de-carousel .mask {
  background: rgba(var(--bg-dark-1-rgb), .5);
}

#de-carousel .carousel-control-next,
#de-carousel .carousel-control-prev {
  width: 100px;
}

/* mdb carousel */


/* flex slider - testi slider */

#testimonial-full {
  text-align: center;
  padding: 10px 0 10px 0;
  text-shadow: none;
}

#testimonial-full blockquote {
  color: #fff;
  border: none;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#testimonial-full span {
  letter-spacing: 0;
  margin-top: 20px;
  text-transform: none;
}

.testi-slider .flex-control-nav {
  position: absolute;
  margin-top: -50px;
}

.testi-slider .flex-direction-nav {
  display: none;
}

/* Control Nav */

.testi-slider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.testi-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.testi-slider .flex-control-paging li a {
  background: none;
  width: 8px;
  height: 8px;
  display: block;
  border: solid 1px #fff;
  cursor: poInter;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.testi-slider .flex-control-paging li a:hover {
  border: solid 1px #fff;
  background: #fff;
}

.testi-slider .flex-control-paging li a.flex-active {
  border: solid 1px #fff;
  cursor: default;
  background: #fff;
}

.size10 {
  font-size: 10px;
}

.size20 {
  font-size: 20px;
}

.size30 {
  font-size: 30px;
}

.size40 {
  font-size: 40px;
}

.size50 {
  font-size: 50px;
}

.size60 {
  font-size: 60px;
}

.size70 {
  font-size: 70px;
}

.typed-strings p {
  position: absolute;
}

.deco-big {
  display: block;
  font-size: 120px;
  font-family: "Miama";
  margin-top: 48px;
  margin-left: -20px;
}

.deco-md {
  display: block;
  font-size: 120px;
  font-family: "Miama";
  margin-top: 32px;
  margin-left: -20px;
}

.social-icons-sm i {
  color: #fff;
  margin: 0 5px 0 5px;
  border: solid 1px #555;
  width: 32px;
  height: 32px;
  padding: 8px;
  text-align: center;
  border-radius: 30px;
}

.social-icons-sm i:hover {
  color: #ffffff;
}

.arrowup {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -30px;
}

.arrowdown {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}

.arrowright {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

blockquote.very-big {
  border: none;
  font-family: var(--body-font);
  text-align: center;
  border: none;
  font-size: 32px;
  font-weight: 400;
  background: none;
  font-style: normal;
}

blockquote.very-big span {
  font-family: var(--body-font);
}

a,
img {
  outline: 0;
}

.z1 {
  z-index: 1;
}

.z10 {
  z-index: 10;
}

.rtl-content {
  text-align: right;
}


/* overwrite bootstrap */

.nav-pills .nav-link {
  font-weight: 500;
}

.de-preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme .de-preloader {
  background: var(--bg-color-even);
}

.dot-loader {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot {
  will-change: transform;
  height: 16.6666666667px;
  width: 16.6666666667px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  -webkit-animation: grow 0.5s ease-in-out infinite alternate;
  animation: grow 0.5s ease-in-out infinite alternate;
}

.dot-loader-dot.dot1 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot.dot2 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot.dot3 {
  right: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}


/* -------------------------Line Preloader--------------------- */

.line-preloader {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.line-preloader .p-line {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader .p-line:nth-child(1) {
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px solid gold;
  border-bottom: 2px solid gold;
  animation: anim4 600ms linear infinite;
}

.line-preloader .p-line:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader .p-line:nth-child(3) {
  position: absolute;
  width: 75px;
  height: 75px;
  border-right: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 900ms linear infinite;
}

@keyframes anim4 {
  to {
    transform: rotate(360deg);
  }
}

/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */


@media (min-width: 1000px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}


@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .pf_full_width.gallery_border .item,
  .pf_full_width.gallery_border.pf_2_cols .item,
  .pf_full_width.gallery_border.pf_3_cols .item {
    float: left;
    width: 23.95%;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1090px) {
  #quick_search {
    width: 200px;
  }

  #quick_search {
    position: absolute;
    top: 30px;
  }
}

@media only screen and (max-width: 992px) {

  header .logo-init {
    display: none;
  }

  .de_table .tr .td:nth-child(4),
  .de_table .tr .td:nth-child(5),
  .de_table .tr .td:nth-child(6),
  .de_table .tr .td:nth-child(7) {
    display: none;
  }

  .col-right {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2 .countdown-show4 .countdown-section {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2 .countdown-period{
    font-size:10px;
  }

  .countdown-s2 .countdown-amount {
    font-size: 20px;
  }


  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .sm-mt-0 {
    margin-top: 0;
  }

  .p-sm-30 {
    padding: 40px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .sm-padding40{
    padding: 40px;
  }

  header .header-col {
    position: absolute;
    top: 0;
  }

  header .header-col.mid {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm {
    text-align: center;
  }

  .sm-pt10 {
    padding-top: 10px;
  }

  .sm-pt100 {
    padding-top: 100px !important;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding {
    padding: 40px;
  }

  .header-col-left,
  .header-col-right {
    padding-top: 16px;
  }

  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;
  }

  #mainmenu>li::before{
    display: none;
  }

  header {
    display: none;
  }

  header .info {
    display: none;
  }

  header.header-bg {
    background: rgba(0, 0, 0, 1);
  }

  header,
  header.fixed {
    display: block;
    position: inherit;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: #111111;
  }

  #de-sidebar {
    position: absolute;
    width: 100%;
    right: 1px;
  }

  header.side-header,
  .de_light header.side-header {
    position: absolute;
    display: block;
    height: 60px;
    top: 0;
    background: #000;
  }

  header.side-header #mainmenu {
    position: absolute;
    background: #000;
    margin: 0;
    top: 60px;
    left: 0;
    width: 100%;
  }

  header.side-header #logo .logo {
    display: none;
  }

  header.side-header #logo .logo-2 {
    display: inline-block;
    position: absolute;
    height: 30px;
    top: 15px;
    left: 40px;
  }

  header.side-header #menu-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    height: 0;
    z-index: 2000;
    height: 35px;
  }

  header.side-header #mainmenu li {
    display: block;
  }

  header.side-header #mainmenu a,
  .de_light.de-navbar-left header #mainmenu>li>a {
    display: block;
    text-align: center;
    color: #fff;
  }

  .de_light.de-navbar-left header #mainmenu>li {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.side-header .social-icons-2 {
    display: none;
  }

  header.autoshow {
    height: auto;
    top: 0;
  }

  header.autoshow #mainmenu li a {
    background: none;
  }

  header.header-mobile-sticky {
    position: fixed;
  }

  #subheader.s2 {
    padding: 40px 0 30px 0;
  }

  .de-navbar-left #subheader {
    padding: 0;
    margin: 0;
  }

  #subheader h1 {
    margin-top: 0;
  }
  
  #subheader .crumb {
    display: none;
  }

  #sidebar {
    padding-left: 10px;
  }

  .de-navbar-left #subheader {
    padding-top: 70px;
  }

  .slider_text h1 {
    font-size: 32px;
  }

  .slider_text .description {
    display: none;
  }

  #logo,
  #logo .inner {
    vertical-align: middle;
    height: auto;
  }

  #domain-check .text,
  #domain-check .button {
    width: 100%;
  }

  .container-4 .de-team-list {
    width: 49.9%;
    float: left;
    position: relative;
  }

  #testimonial-full blockquote {
    padding: 20px;
  }

  nav {
    height: 0;
  }

  #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    overflow-y: auto;
    top: 100px;
  }

  #mainmenu ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #mainmenu a.menu-item {
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mainmenu li.has-child:after {
    display: none;
  }

  #mainmenu li li a.menu-item,
  #mainmenu li li li a.menu-item {
    padding-left: 0;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  #mainmenu li {
    border-bottom: solid 1px #eee;
    margin: 0;
    width: 100%;
    display: block;
  }

  #mainmenu li a.menu-item:after {
    display: none;
  }

  #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  #mainmenu li ul {
    border-top: solid 1px #eee;
    top: auto;
    width: auto;
    height: auto;
    position: inherit;
    visibility: visible;
    opacity: 1;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega) {
    border: none;
  }

  #mainmenu>li ul.mega .sb-menu {
    border: none;
  }

  #back-to-top {
    display: none;
  }

  header.header-mobile {
    overflow: hidden;
    position: relative;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 30px;
  }

  header.header-mobile #mainmenu ul {
    background: none;
  }

  header.header-mobile #mainmenu a.menu-item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-mobile #mainmenu a.menu-item:hover {
    background: none;
  }

  header.header-mobile #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
    margin: 0;
    width: 100%;
    display: block;
  }

  .dark-scheme header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega .menu-content {
    background: #fff;
  }

  header.header-light.header-mobile #mainmenu li,
  header.header-light.header-mobile #mainmenu li ul li a.menu-item {
    border-color: #eee;
  }

  header.header-dark.header-mobile {
    background: #222;
  }

  header.header-dark.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark.header-mobile #mainmenu li a.menu-item {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item:after {
    display: none;
  }

  header.header-mobile #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  header.header-mobile #mainmenu li ul {
    border-top: none;
    top: auto;
  }

  header.header-mobile #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  header.header-mobile #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  header #mainmenu li ul li:first-child {
    border-top: solid 1px #eee;
  }

  .dark-scheme header #mainmenu li ul li:first-child {
    border-top-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    display: block;
    border-bottom: solid 1px #eee;
  }

  header.header-mobile #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  header.header-mobile #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a.menu-item {
    color: #ffffff;
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item {
    color: #ffffff;
  }

  header.header-mobile #mainmenu li a.menu-item:hover {
    color: #333;
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li li a.menu-item:hover {
    color: #888;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme header.header-mobile #mainmenu>li>span {
    background: url(../images/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  .dark-scheme header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom: solid 1px #eee;
  }

  .dark-scheme header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item {
    border-bottom: none;
  }

  header.header-mobile .h-phone {
    color: #202020;
  }

  header.header-light.header-mobile #mainmenu>li>span,
  header.header-light.header-mobile #mainmenu li>ul>li>span {
    background: url(../images/ui/arrow-down.png) center no-repeat;
  }

  header.header-light.header-mobile #mainmenu>li>span.active,
  header.header-light.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega>li {
    width: 100%;
    background: none;
  }

  #mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
  }

  #mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
  }

  #mainmenu li ul.mega .menu-content {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light #mainmenu ul li a.menu-item,
  .header-light #mainmenu ul li a.menu-item:hover {
    color: #333;
  }

  .de_tab.tab_methods .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods .de_nav li .v-border {
    border: none;
  }

  .hidden-phone {
    display: none;
  }

  .grid_gallery .item {
    width: 100%;
  }

  .table [class*="col-"] {
    float: none;
    display: block;
    vertical-align: top;
  }

  .table-pricing thead tr,
  .table-pricing tbody tr {
    display: block;
    width: 100%;
  }

  .table-pricing thead tr {
    display: none;
  }

  .table-pricing tbody tr th,
  .table-pricing tbody tr td {
    text-align: left;
    display: block;
    width: 100%;

  }

  .table-pricing tbody tr td {
    padding: 10px 30px;
  }

  .table-pricing tbody tr td:nth-child(2) {
    padding-top: 30px;
  }

  .table-pricing tbody tr td:last-child {
    padding-bottom: 40px;
    text-align: center;
  }

  .table-pricing tbody tr th span,
  .table-pricing tbody tr td span {
    min-width: 50%;
  }

  .table-pricing tbody tr th .lbl,
  .table-pricing tbody tr td .lbl {
    display: inline-block;
    min-width: 50%;
  }

  .table-pricing tbody tr th {
    color: #ffffff;
    padding: 20px 30px;
  }

  .sm-hide {
    display: none;
  }

  .btn-rsvp {
    position: absolute;
  }

  .d-btn-close {
    position: relative;
  }

  .schedule-item .sc-info {
    padding-top: 20px;
  }

  .de_tab.tab_style_4 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item span {
    display: none;
  }

  .pf_full_width.grid {
    margin-left: 1.5%;
  }

  .de_tab.tab_methods.style-2 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1 {
    position: relative;
    height: auto;
  }

  h1,
  h1.ultra-big,
  h1.ultra-big .text-line,
  h1.ultra-big-2{
    font-size: 64px;
  }

  .timeline>li>.timeline-panel {
    width: 100%;
  }

  .timeline-badge {
    display: none;
  }

  .timeline:before {
    background: none;
  }

  .tp-caption {
    padding-left: 40px;
    padding-right: 40px;
  }

  .author_list {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }

  .images-deco-1 .d-img-3{
    width: 100px;
    height: 100px;
  }

  .subfooter .de-flex,
  .subfooter .de-flex-col {
    display: block;
  }

  .subfooter .social-icons {
    margin-top: 20px;
  }

  .subfooter span.copy {
    margin-top: 20px;
    display: block;
  }

  .activity-filter li {
    width: 100%;
  }

  .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }

  .side-bg .image-container {
    position: relative;
    width: 100%;
    height: 400px !important;
    top: 0;
    margin-bottom: 60px;
  }

  .side-bg-text {
    margin-bottom: 80px;
  }

  .sm-img-fluid{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader{
    padding-top: 120px;
  }

  /* title tablet */

  h1,
  h1.ultra-big,
  h1.ultra-big .text-line,
  h1.ultra-big-2,
  .title-text,
  .de_count h3 span{
    font-size: 60px;
  }

  h2{
    font-size: 40px;
  }

  .table-pricing .d-spc{
    width: 100%;
  }

  .table-pricing .d-spc .select-wrap{
    margin-top: 20px;
  }

}

/* -------------------------------------------------- 
    custom for 320px & 480px 
    /* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

  header .logo-main {
    display: none;
  }

  header .logo-mobile {
    display: block;
  }

  .de-table.table-rank thead th:nth-child(5),
  .de-table.table-rank thead th:nth-child(6),
  .de-table.table-rank thead th:nth-child(7),
  .de-table.table-rank tbody td:nth-child(4),
  .de-table.table-rank tbody td:nth-child(5),
  .de-table.table-rank tbody td:nth-child(6) {
    display: none;
  }

  .d_profile {
    display: block;
  }

  .d_profile .de-flex-col {
    display: block;
  }

  .profile_avatar {
    display: block;
  }

  .profile_avatar i {
    margin-top: -40px;
  }

  .profile_name {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  .profile_follow {
    margin-top: 40px;
    width: 100%;
  }

  .menu_side_area {
    margin-left: 20px;
    width: 100%;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 0;
    display: block;
  }

  header .container {
    min-width: 100%;
  }

  .pricing-2-col .pricing-box,
  .pricing-3-col .pricing-box,
  .pricing-4-col .pricing-box,
  .pricing-5-col .pricing-box {
    width: 100%;
  }

  .container-4 .de-team-list {
    width: 100%;
    float: left;
    position: relative;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-box-image,
  .pricing-box {
    margin-bottom: 30px;
  }

  #filters li.pull-right {
    float: none;
  }

  .pf_full_width .item {
    float: left;
    width: 49.9%;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  #de-sidebar {
    width: 100%;
    display: block;
    position: relative;
  }

  .gallery_border {
    margin-left: 0px;
  }

  .pf_full_width.gallery_border .item {
    width: 48.9%;
  }

  body.boxed {
    margin: 0px;
  }

  .schedule-item .sc-time {
    width: 100%;
    padding-bottom: 20px;
    float: none;
  }

  .schedule-item .sc-pic {
    width: 80px;
  }

  .schedule-item .sc-pic img {
    width: 60px;
  }

  .schedule-item .sc-name {
    padding-top: 5px;
  }

  .schedule-item .sc-info {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    padding-top: 30px;
  }

  .schedule-item .sc-info h4 {
    margin-bottom: 10px;
  }

  .de_tab.tab_style_4 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4 .de_nav li:first-child,
  .de_tab.tab_style_4 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .pf_full_width.grid {
    margin-left: .2%;
  }

  .pf_full_width.grid .item {
    width: 48.5%;
  }

  .display-table [class*="col-"] {
    display: table;
  }

  h1.big,
  h1_big {
    font-size: 8vw;
    line-height: 10vw;
  }

  .xs-hide {
    display: none;
  }

  .author_list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot span{
    display: none;
  }

  .de-spot .de-circle-1,
  .de-spot .de-circle-2{
    transform: scale(.25);
  }

}

/* -------------------------------------------------- 
    design for 480px
    /* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .feature-box-image,
  .pricing-box {
    margin-bottom: 30px;
  }

  .timeline-panel {
    margin-bottom: 30px;
  }

  .timeline-pic {
    height: 300px;
  }
}

/* -------------------------------------------------- 
    design for 320px
    /* -------------------------------------------------- */

@media only screen and (max-width: 480px) {

  .de-testi-a .d-img{
    width: 50%;
    right: 0;
  }

  .pf_full_width .item {
    float: left;
    width: 100%;
  }

  .text-item {
    font-size: 32px;
    line-height: 32px;
  }

  .text-item i {
    font-size: 24px;
  }

  .pf_full_width.gallery_border .item {
    width: 100%;
  }

  h4.s2 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone {
    display: none;
  }

  .author_list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }

  header a.btn-main i {
    display: inline-block;
  }

  #form_quick_search {
    margin-bottom: 0px;
  }

}

@media only screen and (max-width: 360px) {
  #topbar {
    display: none;
  }
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 992px) {
  #subheader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

.overlay1 {
  width: 100%;
  height: 100%;
  float: left;
  background: linear-gradient(to bottom, #0a090aba, #0a090a52);
}



.img-size{
  width: 85% !important;
}

.logo-width{
  width: 130px;
}

.jarallax{
    background-image: url(../../images/background/bg-grid-2.webp);
    background-size: cover;
    height: 100vh;
    margin-top: 70px;
}

.de-gradient-edge-bottom{
    align-items: center;
    display: flex;
}
    


video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.bg-nav {
    background-color: #0a090acc !important;
}


#jeff {

    margin-top: 2%;
    width: 70%;
    aspect-ratio: 1 / 0.4;
  
    border-top-right-radius: 11dvw;
    border-top-left-radius: 11dvw;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
  
    position: relative;
    overflow: hidden;
  }
  
  #row1 {
    position: absolute;
    top: -65%;
    left: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    transform: rotate(-10deg);
  }
  
  
  #row2 {
    position: absolute;
    top: 18%;
    left: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    transform: rotate(-10deg);
  }
  
  .stack {
    display: flex;
    justify-content: center;
    align-items: center;
  
    animation: infiniteLeft 50s linear infinite;
  }
  
  .imagen {
  
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  
    width: 23vw;
    aspect-ratio: 1 / 1;
    margin: 0.4%;
  
    border-radius: 2dvw;
    filter: blur(0.5px);
  }
  
  .reverse {
  
    animation: infiniteRight 50s linear infinite; 
    transform: translateX(-100%);
  
  }
  
  
  @keyframes infiniteLeft {
  
  
    0% {
  
      transform: translateX(0%);
    }
  
    100% {
  
      transform: translateX(-100%);
  
    }
  
  }
  
  @keyframes infiniteRight {
  
  
    0% {
  
      transform: translateX(-100%);
    }
  
    100% {
  
      transform: translateX(0%);
  
    }
  
  }


.con-ne{
    font-weight: 900 !important;
}

#vikvik{
    *,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.html{
    font-size: 62.5%;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
}