/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,input,optgroup,select,textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

a,a:hover,a:focus {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@charset "UTF-8";

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1,  .h1 {
        font-size: 2.5rem;
    }
}

h2,.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2,  .h2 {
        font-size: 2rem;
    }
}

h3,.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3,  .h3 {
        font-size: 1.75rem;
    }
}

h4,.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4,  .h4 {
        font-size: 1.5rem;
    }
}

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

h6,.h6 {
    font-size: 1rem;
}

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

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

ol,ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

b,strong {
    font-weight: bolder;
}

small,.small {
    font-size: 0.875em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

figure {
    margin: 0 0 1rem;
}

img,svg {
    vertical-align: middle;
}

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

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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

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

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

legend + * {
    clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],[type="url"],[type="email"],[type="number"] {
  direction: ltr;
}
*/

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

@media (min-width: 576px) {
    .container-sm,  .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,  .container-sm,  .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,  .container-md,  .container-sm,  .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,  .container-lg,  .container-md,  .container-sm,  .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xl,  .container-lg,  .container-md,  .container-sm,  .container {
        max-width: 1320px;
    }
}

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

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

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.form-label {
    margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}

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

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

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

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

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

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

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

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

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

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

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

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

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

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

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
}

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

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

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

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

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

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

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

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

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}

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

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

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

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

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

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}

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

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

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

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

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

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%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] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .form-control:focus,.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

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

.input-group-sm > .form-control,.input-group-sm > .form-select,.input-group-sm > .input-group-text,.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}

.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}

.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
}

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

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

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

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

.btn-lg,.btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,.btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

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

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

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

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

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

.btn-group {
    border-radius: var(--bs-border-radius);
}

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

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

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

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

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

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

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}

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

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

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

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

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

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

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

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

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

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

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

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

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

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

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

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

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

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

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

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

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

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

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

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

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

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

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

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

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

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

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

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

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

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

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

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

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

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

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

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

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

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

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

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

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

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-header {
    margin-bottom: 0;
}

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

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

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

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

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

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

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

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

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

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

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

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

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

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

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

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

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

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition);
}

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

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

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

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

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

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

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

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

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

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

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

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

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

.btn-close-white {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter);
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
    opacity: 0;
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

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

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

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

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

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

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

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

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

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

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

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

.modal-backdrop.fade {
    opacity: 0;
}

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

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

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

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

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

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

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

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }

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

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

@media (min-width: 992px) {
    .modal-lg,  .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

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

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

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

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

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

/* rtl:begin:ignore */

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

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

/* rtl:end:ignore */

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

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

/* rtl:begin:ignore */

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

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

/* rtl:end:ignore */

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

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

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

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

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

.bs-popover-top > .popover-arrow::before,.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,.bs-popover-top > .popover-arrow::after,.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

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

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

/* rtl:begin:ignore */

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

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

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

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

/* rtl:end:ignore */

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

.bs-popover-bottom > .popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,.bs-popover-bottom > .popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

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

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

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

/* rtl:begin:ignore */

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

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

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

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

/* rtl:end:ignore */

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

.popover-header:empty {
    display: none;
}

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

.carousel {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,  .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,  .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

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

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

/* rtl:options: {
  "autoRename": true,  "stringMap":[ {
    "name"    : "prev-next",    "search"  : "prev",    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

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

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    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-prev-icon,[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 {
    -webkit-filter: invert(1) grayscale(100);
    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;
}

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

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

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.offcanvas,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}

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

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

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

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

    .offcanvas-sm.showing,  .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .offcanvas-sm.showing,  .offcanvas-sm.hiding,  .offcanvas-sm.show {
        visibility: visible;
    }
}

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

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

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

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

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

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

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

    .offcanvas-md.showing,  .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .offcanvas-md.showing,  .offcanvas-md.hiding,  .offcanvas-md.show {
        visibility: visible;
    }
}

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

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

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

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

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

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

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

    .offcanvas-lg.showing,  .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .offcanvas-lg.showing,  .offcanvas-lg.hiding,  .offcanvas-lg.show {
        visibility: visible;
    }
}

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

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

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

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

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

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

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

    .offcanvas-xl.showing,  .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .offcanvas-xl.showing,  .offcanvas-xl.hiding,  .offcanvas-xl.show {
        visibility: visible;
    }
}

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

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

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

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

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

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

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

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

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

.offcanvas.showing,.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

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

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

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

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

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

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

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

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

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

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

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

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

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

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

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover,.link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover,.link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover,.link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover,.link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover,.link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.icon-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
    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 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.row-gap-0 {
    row-gap: 0 !important;
}

.row-gap-1 {
    row-gap: 0.25rem !important;
}

.row-gap-2 {
    row-gap: 0.5rem !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}

.column-gap-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
}

.column-gap-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-wrap {
    white-space: normal !important;
}

/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.link-opacity-10 {
    --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}

.link-opacity-25 {
    --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}

.link-opacity-50 {
    --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}

.link-opacity-75 {
    --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}

.link-opacity-100 {
    --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}

.link-offset-1 {
    text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}

.link-offset-2 {
    text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}

.link-offset-3 {
    text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}

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

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

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

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

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

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.visible {
    visibility: visible !important;
}

.z-n1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .row-gap-sm-0 {
        row-gap: 0 !important;
    }

    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-sm-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-sm-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .row-gap-md-0 {
        row-gap: 0 !important;
    }

    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-md-3 {
        row-gap: 1rem !important;
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-md-5 {
        row-gap: 3rem !important;
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-md-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-md-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .row-gap-lg-0 {
        row-gap: 0 !important;
    }

    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-lg-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-lg-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1460px) {
    .container,  .container-lg,  .container-md,  .container-sm,  .container-xl {
        max-width: 1440px;
    }
}

:root {
    --header-border-color: rgba(62,61,145,.2);
    --border-color-white: rgba(255,255,255,.5);
    --header-border-colors-white: rgba(255,255,255,.2);
    --main-color: #1FA09D;
    --main-color-soft: #8de5e3;
    --main-color-soft2: #46c6af;
    --main-color-dark: #0D536E;
    --main-color2: #013575;
    --main-color3: #ff7560;
    --main-color4: #3e3d91;
    --main-color5: #784BF4;
    --main-color6: #F46954;
    --main-color7: #2b9be2;
    --main-color5-soft: #7445f4;
    --main-color4-soft: #f2f4f8;
    --main-color3-soft: #FFF2F0;
    --main-color3-light: #ED7B6A;
    --main-color3-shadow: 0px 20px 50px #fcafa3;
    --txt-color: #242E4C;
    --txt-color2: #898995;
    --txt-color3: rgba(36,46,76,.6);
    --txt-color4: #42424a;
    --txt-color5: #252f4d;
    --txt-color6: #2f4b4b;
    --txt-color7: #868FAB;
    --txt-color8: #434d4d;
    --color-white: #ffffff;
    --header-colors: #5db571;
    --bs-secondary-bg: rgba(93,181,113,.20);
    --cSize: 25px;
    --cInactive: #3e3d91;
    --cActive: #3e3d91;
    --particleSize: 0px;
    --cEasing: ease;
    --cTiming: 0.5s;
    --innerPaddingSize: 18px;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a,a:hover {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important;
}

ul,li {
    margin: 0;
    padding: 0;
}

.font-400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--txt-color);
}

.font-400-soft {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--txt-color);
    opacity: 0.3;
}

.font-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: var(--txt-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.font-bold-main {
    color: var(--main-color);
}

.font-bold-main:hover {
    color: var(--main-color-dark);
}

.font-700-bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: var(--txt-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.font-700-bold-main {
    color: var(--main-color);
}

.font-700-bold-main:hover {
    color: var(--main-color-dark);
}

.font-700-bold-dark-soft {
    color: var(--main-color2);
    opacity: 0.6;
}

.font-700-bold-dark-soft:hover {
    opacity: 1;
}

.button-btn {
    outline: 0;
    border: none;
    padding: 20px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-btn-main {
    -webkit-box-shadow: 0px 24px 29px rgba(31, 160, 157, 0.38);
    box-shadow: 0px 24px 29px rgba(31, 160, 157, 0.38);
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 30px;
}

.button-btn-main:hover {
    background-color: var(--main-color-dark);
}

.button-btn-main-soft {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    line-height: 25px;
    height: 60px;
    border: none;
    outline: 0;
    border-radius: 40px;
    color: var(--main-color3);
    font-weight: 500;
    font-size: 17px;
}

.button-btn-white {
    border: 1px solid var(--color-white);
    border-radius: 33px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.button-btn-white:hover {
    background-color: var(--main-color-dark);
    border-color: var(--main-color);
}

.button-btn-white-2 {
    border: 1px solid var(--color-white);
    border-radius: 33px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.button-btn-white-2:hover {
    background-color: var(--main-color5);
    border-color: var(--main-color5);
}

.button-btn-purple {
    -webkit-box-shadow: 0px 24px 29px rgba(26, 54, 139, 0.43);
    box-shadow: 0px 24px 29px rgba(26, 54, 139, 0.43);
    background-color: var(--main-color5-soft);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 30px;
    padding: 18px 55px;
    display: inline-block;
}

.button-btn-purple:hover {
    background-color: var(--main-color4);
}

.button-btn-orange {
    background: var(--main-color3);
    border-radius: 13px;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: var(--color-white);
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-btn-orange:hover {
    background-color: var(--main-color6);
}

.button-btn-border-orange {
    height: 70px;
    border-radius: 13px;
    background: transparent;
    border: 2px solid var(--main-color3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    color: var(--main-color3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-btn-border-orange:hover {
    background-color: var(--main-color3);
    color: var(--color-white);
}

.button-btn-bg-white {
    border-radius: 33px;
    background-color: var(--color-white);
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.button-btn-bg-white:hover {
    background-color: var(--main-color);
    color: var(--color-white);
}

.form-checkbox .checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #FFF2F0;
    --border-active: #FFF2F0;
    --tick: #fff;
    position: relative;
}

.form-checkbox .checkbox input,.form-checkbox .checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
}

.form-checkbox .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    border: 1px solid var(--border-color-white);
}

.form-checkbox .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.form-checkbox .checkbox input:checked {
    --b: var(--border-active);
}

.form-checkbox .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}

.form-checkbox .checkbox.path input:checked {
    --s: 2px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.form-checkbox .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.form-checkbox .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.form-checkbox span {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    opacity: 0.6;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home-subtitle {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: var(--main-color3);
}

.home-title {
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    color: var(--txt-color4);
}

.home-title span {
    color: var(--main-color4);
    display: block;
}

.home-text p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.img-after {
    position: relative;
}

.img-after::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 62px;
    height: 65px;
    border-radius: 10px;
    background-color: var(--main-color);
    z-index: 1;
}

.img-after img {
    position: relative;
    z-index: 2;
}

.img-after-orange::after {
    background-color: var(--main-color3);
}

.select-dropdown-bg {
    position: relative;
    width: 236px;
}

.select-dropdown-bg .selected {
    gap: 15px;
    border-radius: 22px;
    background: #e5eaf1;
    padding: 8px 14px 8px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.select-dropdown-bg .selected span {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
}

.select-dropdown-bg .selected i {
    padding: 6px 12px;
    border-radius: 15px;
    background-color: var(--color-white);
}

.select-dropdown-bg-list {
    border-radius: 22px;
    background: #e5eaf1;
    padding: 12px 6px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
    display: none;
}

.select-dropdown-bg-list-item {
    margin: 5px 0;
}

.select-dropdown-bg-list-item label {
    cursor: pointer;
    width: 100%;
}

.select-dropdown-bg-list-item label span {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
}

.select-dropdown-bg-list-item label input {
    opacity: 0;
}

.select-dropdown select {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
    outline: 0;
    cursor: pointer;
}

.select-dropdown select option {
    color: var(--txt-color);
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
}

.accordion-content .accordion {
    display: block;
    position: relative;
    width: 100%;
}

.accordion-content .accordion__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-color: #e7eaf0;
}

.accordion-content .accordion__item:last-child {
    margin-bottom: 0;
}

.accordion-content .accordion__title {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 50px 0 20px;
    font-size: 0.875em;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.accordion-content .accordion__title:hover {
    background-color: #fafafa;
}

.accordion-content .accordion__title.active {
    background: #e7eaf0;
}

.accordion-content .accordion__title.active .x7 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-content .accordion__title.active .x7 .btop {
    width: 67%;
    top: 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.accordion-content .accordion__title.active .x7 .bmid {
    opacity: 0;
}

.accordion-content .accordion__title.active .x7 .bbot {
    width: 67%;
    bottom: 2px;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.accordion-content .accordion__content {
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    line-height: 1.65;
    padding: 25px 15px;
    background-color: #fff;
    font-size: 0.875em;
}

.accordion-content .bmenu {
    width: 26px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
}

.accordion-content .btop,.accordion-content .bmid,.accordion-content .bbot {
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #333;
    border-radius: 1px;
}

.accordion-content .btop {
    width: 40%;
}

.accordion-content .bmid {
    width: 60%;
}

.accordion-content .bbot {
    width: 80%;
}

.accordion-content .x7 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
}

.accordion-content .x7 .btop {
    top: 0;
    -webkit-transition: width 0.3s, top 0s, -webkit-transform 0.3s;
    transition: width 0.3s, top 0s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s, top 0s;
    transition: width 0.3s, transform 0.3s, top 0s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.accordion-content .x7 .bmid {
    top: calc(50% - 1px);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.accordion-content .x7 .bbot {
    bottom: 0;
    -webkit-transition: width 0.3s, bottom 0s, -webkit-transform 0.3s;
    transition: width 0.3s, bottom 0s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s, bottom 0s;
    transition: width 0.3s, transform 0.3s, bottom 0s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.rating-stars span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--main-color);
    padding: 2px;
}

.rating-stars span svg {
    width: 13px;
    height: 13px;
}

.rating-stars span.rating-stars-active svg path {
    fill: #EBAD34;
}

/*navbar*/

.navbar {
    z-index: 9999;
    position: relative;
    background: var(--color-white);
}

.navbar.sticky-top {
    position: sticky;
}

.navbar.navbar-colors {
    background: -webkit-gradient(linear, left top, right top, from(#0d536e), to(#15a584));
    background: linear-gradient(to right, #0d536e 0%, #15a584 100%);
}

.navbar.navbar-colors .navbar-bg {
    border-color: var(--header-border-colors-white);
}

.navbar.navbar-colors .navbar-bg-app {
    border-color: var(--header-border-colors-white);
}

.navbar.navbar-colors .navbar-bg-search .search-btn svg path {
    fill: var(--color-white);
}

.navbar.navbar-colors .navbar-bg-search .search-btn span {
    color: var(--color-white);
}

.navbar.navbar-colors .menu-btn {
    border-color: var(--header-border-colors-white);
}

.navbar.navbar-colors .menu-btn svg rect {
    fill: var(--color-white);
}

.navbar.navbar-colors .btn-app .icon {
    border-color: var(--color-white);
}

.navbar.navbar-colors .btn-app .icon svg rect {
    fill: var(--color-white);
}

.navbar.navbar-colors .btn-app .font-400 {
    color: var(--color-white);
}

.navbar.navbar-colors .font-bold-main {
    color: var(--color-white);
}

.navbar.navbar-colors .button-btn-main {
    background-color: #15a584;
}

.navbar.navbar-colors .navbar-bg-link {
    border-color: var(--header-border-colors-white);
}

.navbar.navbar-colors .navbar-bg-link .navbar-user-item-link {
    color: var(--color-white);
}

.navbar.navbar-colors .navbar-bg-lang .lang-btn {
    color: var(--color-white);
}

.navbar.navbar-colors2 {
    background: var(--header-colors);
}

.navbar-bg {
    border-bottom: 1px solid var(--header-border-color);
}

.navbar-bg-menu .menu-btn {
    padding: 52px 50px;
    border-right: 1px solid var(--header-border-color);
}

.navbar-bg-app {
    border-right: 1px solid var(--header-border-color);
}

.navbar-bg-app .btn-app {
    padding: 0px 50px;
    gap: 10px;
}

.navbar-bg-app .btn-app .icon {
    width: 66px;
    height: 66px;
    border-radius: 66px;
    border: 1px solid var(--header-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-bg-app .btn-app .icon svg rect {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-bg-app .btn-app:hover .icon {
    background-color: var(--main-color);
}

.navbar-bg-app .btn-app:hover .icon svg rect {
    fill: var(--color-white);
}

.navbar-bg-app:hover .btn-app .icon {
    background-color: var(--main-color);
}

.navbar-bg-app:hover .btn-app .icon svg rect {
    fill: var(--color-white);
}

.navbar-bg-app .sub-menu {
    position: absolute;
    top: 131px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    -webkit-box-shadow: 0px 8px 20px rgba(26, 54, 139, 0.24);
    box-shadow: 0px 8px 20px rgba(26, 54, 139, 0.24);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-bg-app .sub-menu-list-item {
    width: 12.5%;
    text-align: center;
    padding: 60px 0px;
}

.navbar-bg-app .sub-menu-list-item:not(:last-child) {
    border-right: 1px solid var(--header-border-color);
}

.navbar-bg-app .sub-menu-list-item-link .img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--main-color2);
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-bg-app .sub-menu-list-item-link:hover .title {
    opacity: 1;
}

.navbar-bg-app .sub-menu-list-item-link:hover .img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.navbar-bg-app:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-bg-search {
    padding: 0px 50px;
}

.navbar-bg-search .search-btn {
    gap: 10px;
}

.navbar-bg-search .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#15a584), to(#0d536e));
    background: linear-gradient(#15a584 0%, #0d536e 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 24%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.navbar-bg-search .search-bg form {
    gap: 10px;
}

.navbar-bg-search .search-bg form button {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.navbar-bg-search .search-bg form button img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.navbar-bg-search .search-bg form input {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-white);
    opacity: 0.5;
    width: 50%;
}

.navbar-bg-search .search-bg form input::-webkit-input-placeholder {
    color: var(--color-white);
}

.navbar-bg-search .search-bg form input::-moz-placeholder {
    color: var(--color-white);
}

.navbar-bg-search .search-bg form input:-ms-input-placeholder {
    color: var(--color-white);
}

.navbar-bg-search .search-bg form input:-moz-placeholder {
    color: var(--color-white);
}

.navbar-bg-search .search-bg.active {
    width: 100%;
    left: 0;
    padding: 0px 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}

.navbar-bg-search .search-bg .search-close-btn {
    position: absolute;
    right: 50px;
    top: 40px;
    background-color: var(--color-white);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 10px;
}

.navbar-bg-link {
    padding: 0px 50px;
    gap: 50px;
    border-right: 1px solid var(--header-border-color);
}

.navbar-bg-link .navbar-user-item {
    position: relative;
}

.navbar-bg-link .navbar-user-item-link {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: var(--main-color);
}

.navbar-bg-link .navbar-user-item .main-dropdown {
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0px 15px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 40px 0 rgba(0, 0, 0, 0.05);
    top: 70px;
    -webkit-transform: translateY(42px) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(42px) translateZ(0) translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.navbar-bg-link .navbar-user-item:hover .main-dropdown {
    -webkit-transform: translateY(60px) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(60px) translateZ(0) translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.navbar-bg-link .navbar-user-item:hover .main-dropdown ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--txt-color7);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-bg-link .navbar-user-item:hover .main-dropdown ul li a:hover {
    color: var(--txt-color4);
}

.navbar-bg-lang .lang-btn {
    padding: 52px 55px;
}

/*sidebar-menu*/

.sidebar-menu {
    position: fixed;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100vh;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 0px 56px rgba(134, 143, 171, 0.45);
    box-shadow: 0px 0px 56px rgba(134, 143, 171, 0.45);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-menu.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.sidebar-menu-content-top {
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 131px;
    border-bottom: 1px solid var(--header-border-color);
}

.sidebar-menu-content-top span {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: var(--txt-color);
}

.sidebar-menu-content-center {
    padding-top: 40px;
    height: calc(100vh - 262px);
    overflow-y: scroll;
}

.sidebar-menu-content-center ul li a {
    padding: 22px 45px 22px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-menu-content-center ul li a span {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: var(--txt-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-menu-content-center ul li a img {
    width: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-menu-content-center ul li a:hover {
    background-color: rgba(62, 61, 145, 0.04);
}

.sidebar-menu-content-center ul li a:hover span {
    font-weight: bold;
}

.sidebar-menu-content-center ul li a:hover img {
    opacity: 1;
    visibility: visible;
}

.sidebar-menu-content-center ul li ul li a {
    padding: 10px 45px 10px 60px;
}

.sidebar-menu-content-center ul li ul li a span {
    font-size: 14px;
    font-weight: 400;
}

.sidebar-menu-content-center::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb:hover {
    background-color: #A5A5A5;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb:active {
    background-color: #A5A5A5;
}

.sidebar-menu-content-bottom {
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 131px;
    border-top: 1px solid var(--header-border-color);
}

.sidebar-menu-content-bottom span {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #a9b3d0;
}

.sidebar-menu-content-bottom a {
    display: none;
}

.sidebar-menu-content-bottom p,.sidebar-menu-content-bottom a {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: var(--main-color3);
    margin: 0;
    padding: 0;
}

.overflow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    will-change: backdrop-filter;
    background-color: rgba(255, 255, 255, 0.5019607843);
    z-index: 9999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.overflow-bg.active {
    visibility: visible;
    opacity: 1;
}

.html-active {
    overflow-y: hidden;
}

.fixed-info {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 130px;
    background-color: var(--main-color);
    z-index: 9;
    padding: 18px 45px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: fixed-up 1s forwards;
    animation: fixed-up 1s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.fixed-info-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixed-info-content-title h4,.fixed-info-content-title .h4 {
    font-weight: 900;
    font-size: 33px;
    text-align: left;
    color: var(--main-color-soft);
    margin: 0;
}

.fixed-info-content-lesson {
    gap: 40px;
}

.fixed-info-content-text {
    position: relative;
}

.fixed-info-content-text::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -18px;
    width: 1px;
    height: 93px;
    background-color: var(--color-white);
    opacity: 0.2;
}

.fixed-info-content-text span {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: var(--color-white);
}

.fixed-info-content-text p {
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    line-height: 30px;
}

.fixed-info-content-teacher {
    position: relative;
}

.fixed-info-content-teacher::after {
    content: "";
    position: absolute;
    left: -33px;
    top: 0;
    width: 1px;
    height: 93px;
    background-color: var(--color-white);
    opacity: 0.2;
}

.fixed-info-content-teacher .img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fixed-info-content-teacher .img:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.fixed-info-content-teacher .title span {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.4;
}

.fixed-info-content-teacher .title p {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}

.fixed-info-content-user {
    gap: 15px;
}

.fixed-info-content-user .item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fixed-info-content-user .item:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.fixed-info-close svg rect {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fixed-info-close:hover svg rect {
    fill: var(--color-white);
}

.fixed-info.active-hidden {
    -webkit-animation: fixed-down 1s forwards;
    animation: fixed-down 1s forwards;
}

@-webkit-keyframes fixed-up {
    from {
        bottom: -140px;
    }

    to {
        bottom: 0px;
    }
}

@keyframes fixed-up {
    from {
        bottom: -140px;
    }

    to {
        bottom: 0px;
    }
}

@-webkit-keyframes fixed-down {
    from {
        bottom: 0px;
    }

    to {
        bottom: -140px;
    }
}

@keyframes fixed-down {
    from {
        bottom: 0px;
    }

    to {
        bottom: -140px;
    }
}

.home-banner {
    background-color: var(--color-white);
    height: calc(100vh - 130px);
    position: relative;
}

.home-banner-path1 {
    position: absolute;
    top: -16%;
    left: 23%;
}

.home-banner-path2 {
    position: absolute;
    top: 0%;
    left: 28%;
}

.home-banner-start {
    width: 130px;
    height: 100%;
    border-right: 1px solid var(--header-border-color);
    gap: 10px;
    padding-bottom: 130px;
}

.home-banner-start .banner-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid var(--header-border-color);
    margin-bottom: 20px !important;
    opacity: 1;
    position: relative;
}

.home-banner-start .banner-swiper-pagination .swiper-pagination-bullet span {
    opacity: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: var(--txt-color);
    white-space: nowrap;
}

.home-banner-start .banner-swiper-pagination .swiper-pagination-bullet-active span {
    opacity: 0;
}

.home-banner-start-nav div {
    padding: 30px 0px;
    border-top: 1px solid var(--header-border-color);
}

.home-banner-center {
    padding: 50px;
    width: calc(100% - 260px);
    position: relative;
    z-index: 1;
}

.home-banner-center-swiper .swiper-slide-item-img {
    margin-bottom: 20px;
}

.home-banner-center-swiper .swiper-slide-item-img img {
    height: 34vh;
}

.home-banner-center-swiper .swiper-slide-item-cat span {
    background-color: var(--main-color3);
    display: inline-block;
    border-radius: 19px;
    padding: 7px 12px;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
}

.home-banner-center-swiper .swiper-slide-item-title {
    font-size: 61px;
    font-weight: 400;
    color: var(--txt-color2);
    line-height: 81px;
    margin-bottom: 10px;
}

.home-banner-center-swiper .swiper-slide-item-title span {
    color: var(--main-color);
    font-weight: 700;
}

.home-banner-center-swiper .swiper-slide-item-text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--txt-color);
    opacity: 0.5;
}

.home-banner-center-form {
    background-color: var(--main-color3);
    -webkit-box-shadow: var(--main-color3-shadow);
    box-shadow: var(--main-color3-shadow);
    padding: 40px 50px;
    border-radius: 45px;
    position: relative;
    margin-top: 10%;
    width: 430px;
}

.home-banner-center-form-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: var(--color-white);
    margin-bottom: 25px;
}

.home-banner-center-form-title p {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
}

.home-banner-center-form form {
    padding: 0px 20px;
    position: relative;
    z-index: 2;
}

.home-banner-center-form form input {
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--border-color-white);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner-center-form form input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--border-color-white);
}

.home-banner-center-form form input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--border-color-white);
}

.home-banner-center-form form input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--border-color-white);
}

.home-banner-center-form form input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--border-color-white);
}

.home-banner-center-form form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--border-color-white);
}

.home-banner-center-form form input:focus {
    border-color: var(--color-white);
}

.home-banner-center-form form button {
    background-color: var(--main-color3-soft);
    padding: 25px 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0px 10px 50px rgba(37, 47, 77, 0.14);
    box-shadow: 0px 10px 50px rgba(37, 47, 77, 0.14);
    border-radius: 40px;
    color: var(--main-color3-light);
    font-weight: 700;
    font-size: 18px;
}

.home-banner-center-form .path1 {
    position: absolute;
    right: -35%;
    top: 16%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner-center-form .path1:hover {
    top: 13%;
}

.home-banner-center-form .path2 {
    position: absolute;
    left: -35%;
    top: 26%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner-center-form .path2:hover {
    top: 23%;
}

.home-banner-center-form .path3 {
    position: absolute;
    left: -30%;
    top: 56%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner-center-form .path3:hover {
    top: 53%;
}

.home-banner-center-form2 {
    width: 498px;
    background: -webkit-gradient(linear, left top, left bottom, from(#15a584), to(#0d536e));
    background: linear-gradient(#15a584 0%, #0d536e 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 24px;
}

.home-banner-center-form2 form {
    padding: 0;
}

.home-banner-center-form2 form .form-row-select {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 16px;
    gap: 20px;
}

.home-banner-center-form2 form .form-row-select .select {
    width: 100%;
}

.home-banner-center-form2 form .form-row-select .select-dropdown-bg {
    width: 100%;
}

.home-banner-center-form2 form .form-row-select .select-dropdown span {
    font-weight: bold;
    font-size: 9px;
    text-align: left;
    color: #e3d9ff;
    opacity: 0.5;
}

.home-banner-center-form2 form .form-row-select .select-dropdown .selected {
    background: transparent;
    padding: 0;
}

.home-banner-center-form2 form .form-row-select .select-dropdown .selected span {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
    opacity: 1;
}

.home-banner-center-form2 form .form-row-select .select-dropdown .selected i {
    background-color: transparent;
    padding: 0;
    margin-top: -14px;
}

.home-banner-center-form2 form .form-row-select .select-dropdown .selected i svg line {
    stroke: var(--color-white);
}

.home-banner-center-form2 form .form-row-select .select-dropdown .select-dropdown-bg-list li span {
    color: var(--txt-color);
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    opacity: 1;
}

.home-banner-center-form2 form .form-row-select.form-row-date input {
    border-bottom: none;
    font-weight: 700;
}

.home-banner-center-form2 form .form-row-select.form-row-date input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
}

.home-banner-center-form2 form .form-row-select.form-row-date input::-moz-placeholder {
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
}

.home-banner-center-form2 form .form-row-select.form-row-date input:-ms-input-placeholder {
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
}

.home-banner-center-form2 form .form-row-select.form-row-date input::-ms-input-placeholder {
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
}

.home-banner-center-form2 form .form-row-select.form-row-date input::placeholder {
    opacity: 1;
    color: var(--color-white);
    font-weight: 700;
}

.home-banner-center-form2 form button {
    background: var(--color-white);
    -webkit-filter: drop-shadow(0px 11px 50px rgba(26, 54, 139, 0.34));
    filter: drop-shadow(0px 11px 50px rgba(26, 54, 139, 0.34));
    border-radius: 16px;
    color: #159b81;
}

.home-banner-end {
    width: 130px;
    height: 100%;
    border-left: 1px solid var(--header-border-color);
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 130px;
}

.home-banner-end-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-banner-end-list-item {
    margin-bottom: 30px;
}

.home-banner-end-list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    position: relative;
}

.home-banner-end-list-item-link span {
    color: var(--txt-color3);
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.home-banner-end-list-item-link img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner-end-list-item-link:hover span {
    opacity: 1;
    visibility: visible;
    bottom: -20px;
}

.home-banner-end-list-item-link:hover img {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}

.home-about-us {
    padding: 140px 0;
    background-color: var(--main-color4-soft);
}

.home-about-us-left {
    border-right: 1px solid #CBDEF3;
}

.home-about-us-left-item:not(:last-child) {
    margin-bottom: 60px;
}

.home-about-us-left-item-counter {
    gap: 20px;
}

.home-about-us-left-item-counter .title .text {
    font-weight: bold;
    font-size: 61px;
    text-align: left;
    color: var(--main-color4);
    line-height: 66px;
}

.home-about-us-left-item-counter .title .text i {
    font-style: normal;
}

.home-about-us-left-item-counter .title .txt span {
    font-family: Poppins;
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    color: var(--txt-color4);
}

.home-about-us-left-item-content p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
    margin-top: 15px;
}

.home-about-us-right {
    padding-left: 50px;
}

.home-about-us-right .info-list {
    gap: 30px;
}

.home-steps {
    position: relative;
}

.home-steps .sss-img {
    position: absolute;
    left: 43%;
    -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    transform: translateX(-47%);
    bottom: -6%;
    height: 40vh;
    z-index: 1;
}

.home-steps-content {
    padding: 100px 0px;
    width: 70%;
}

.home-steps-content-sss {
    margin-top: 10px;
}

.home-steps-content-sss .accordion-item {
    padding: 30px 0px;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button {
    border: none;
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button span {
    color: var(--main-color5);
    font-size: 31px;
    font-weight: 700;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button i {
    color: var(--main-color3);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 40px;
    opacity: 1;
    font-style: normal;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button.collapsed span {
    color: var(--main-color4);
    font-size: 30px;
    font-weight: 700;
    opacity: 0.2;
}

.home-steps-content-sss .accordion-item .accordion-header .accordion-button.collapsed i {
    color: var(--main-color4);
}

.home-steps-lesson {
    background: var(--main-color5-soft);
    -webkit-box-shadow: 0px -16px 50px rgba(26, 54, 139, 0.24);
    box-shadow: 0px -16px 50px rgba(26, 54, 139, 0.24);
    position: relative;
    padding: 85px 8% 85px 120px;
}

.home-steps-lesson-title span {
    border-radius: 19px;
    background: var(--main-color3);
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.21em;
    text-align: center;
    color: var(--color-white);
    padding: 5px 15px;
}

.home-steps-lesson-title h3,.home-steps-lesson-title .h3 {
    font-weight: 700;
    font-size: 41px;
    text-align: left;
    color: var(--color-white);
    margin-top: 10px;
}

.home-steps-lesson-teachers {
    gap: 10px;
    margin: 30px 0px;
}

.home-steps-lesson-teachers .title span {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.4;
}

.home-steps-lesson-teachers .title p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: var(--color-white);
}

.home-steps-lesson-date {
    margin-bottom: 30px;
}

.home-steps-lesson-date .item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
}

.home-steps-lesson-date .item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home-steps-lesson-date .item span {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: var(--color-white);
}

.home-steps-lesson-date .item p {
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
    line-height: 33px;
}

.home-steps-lesson-date .item p i {
    font-style: normal;
    font-family: Poppins;
    opacity: 0.3;
}

.home-steps-lesson-text {
    margin-bottom: 30px;
}

.home-steps-lesson-text p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
}

.home-steps-lesson-user {
    margin-bottom: 30px;
    gap: 15px;
}

.home-steps-lesson-link {
    padding-top: 30px;
}

.home-steps-lesson-link a {
    padding: 20px 70px;
}

.home-steps .padding-left {
    padding-left: 8%;
}

.home-free-lesson {
    padding: 70px 0px;
    background-color: var(--main-color4-soft);
    position: relative;
    overflow: hidden;
}

.home-free-lesson .path-left {
    position: absolute;
    left: -18%;
    top: -46%;
}

.home-free-lesson .path-right {
    position: absolute;
    right: -20%;
    top: -92%;
}

.home-free-lesson-title {
    position: relative;
    z-index: 1;
}

.home-free-lesson-title .subtitle {
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    color: var(--main-color3);
}

.home-free-lesson-title .home-link {
    margin-top: 20px;
}

.home-free-lesson-title .home-text p strong {
    font-weight: 700;
}

.home-free-lesson-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-free-lesson-img .img {
    position: relative;
}

.home-free-lesson-img .img .info {
    position: absolute;
    top: 23%;
    left: -15%;
    background-color: var(--color-white);
    padding: 17px 24px;
    border-radius: 27px;
}

.home-free-lesson-img .img .info span {
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    color: var(--main-color3);
}

.home-free-lesson-img .img .info p {
    font-weight: 300;
    font-size: 11px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    padding: 0;
    margin: 0;
    line-height: 10px;
}

.home-comment {
    padding: 6% 0px;
    position: relative;
}

.home-comment .path-comments {
    position: absolute;
    left: 0;
    top: 4%;
    height: 83vh;
}

.home-comment-container {
    padding: 0px 10%;
}

.home-comment-container-nav-tabs {
    padding-left: 30%;
    position: relative;
}

.home-comment-container-nav-tabs .comments-position {
    position: absolute;
    left: -18%;
    top: -9%;
    z-index: 1;
    height: 80vh;
}

.home-comment-container-nav-tabs .nav-pills {
    background-color: transparent;
}

.home-comment-container-nav-tabs .nav-pills .nav-link {
    padding: 85px 30px 80px 110px;
    background-color: var(--main-color3);
    border-radius: 0px;
}

.home-comment-container-nav-tabs .nav-pills .nav-link .title {
    font-weight: bold;
    font-size: 44px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.4;
    margin: 12px 0;
}

.home-comment-container-nav-tabs .nav-pills .nav-link .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.67;
}

.home-comment-container-nav-tabs .nav-pills .nav-link .arrow-active {
    position: absolute;
    right: -24px;
    top: 23%;
    display: none;
}

.home-comment-container-nav-tabs .nav-pills .nav-link.active {
    background-color: var(--main-color6);
    position: relative;
}

.home-comment-container-nav-tabs .nav-pills .nav-link.active .title {
    opacity: 0.8;
}

.home-comment-container-nav-tabs .nav-pills .nav-link.active .arrow-active {
    position: absolute;
    right: -24px;
    top: 23%;
    display: block;
}

.home-comment-container-nav-tabs .nav-pills .nav-link:first-child {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

.home-comment-container-nav-tabs .nav-pills .nav-link:last-child {
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    -webkit-box-shadow: 0px 20px 50px #fcafa3;
    box-shadow: 0px 20px 50px #fcafa3;
}

.home-comment-container-content .tab-content-title {
    padding-left: 5%;
    width: 60%;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper {
    height: 50vh;
    padding: 2% 5%;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide {
    padding: 35px 40px;
    border-radius: 45px;
    background: #f5f7fc;
    -webkit-box-shadow: 0px 7px 10px rgba(187, 195, 211, 0.53);
    box-shadow: 0px 7px 10px rgba(187, 195, 211, 0.53);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide:hover {
    background: #fdfeff;
    -webkit-box-shadow: 0px 5px 20px #bbc3d3;
    box-shadow: 0px 5px 20px #bbc3d3;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-img {
    text-align: center;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-img .img {
    margin-bottom: 10px;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-img .img img {
    border-radius: 50%;
    width: 79px;
    height: 79px;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-img span {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    color: var(--main-color7);
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--header-border-color);
    padding-bottom: 15px;
    margin-left: 20px;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title {
    width: 100%;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .title {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: var(--txt-color4);
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title i,.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .text {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    color: var(--main-color4);
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title i {
    display: inline-block;
    margin: 0px 10px;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .user-date {
    margin-left: auto;
}

.home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-content {
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color);
    margin-left: 20px;
}

.home-ref {
    background-color: var(--main-color4-soft);
    padding: 120px 0;
}

.home-ref-content .home-title span {
    display: inline-block;
    margin-right: 10px;
}

.home-ref-swiper .swiper-slide-item {
    padding: 50px 20px;
    background-color: var(--color-white);
    border-radius: 15px;
    text-align: center;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-ref-swiper .swiper-slide-item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-ref-swiper .swiper-slide-item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home-contact {
    padding-top: 110px;
}

.home-contact .container {
    border-bottom: 1px solid var(--header-border-color);
    padding-bottom: 30px;
}

.home-contact-content .home-text {
    width: 60%;
}

.home-contact-form {
    margin: 70px 0px;
}

.home-contact-form form {
    border-radius: 47px;
    background: var(--main-color3);
    -webkit-box-shadow: 0px 20px 50px #fcafa3;
    box-shadow: 0px 20px 50px #fcafa3;
    padding: 32px 28px;
}

.home-contact-form form .form-row {
    width: 33.3%;
}

.home-contact-form form .form-row .form-control {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row .form-control::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row .form-control::-moz-placeholder {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row .form-control:-ms-input-placeholder {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row .form-control::-ms-input-placeholder {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row .form-control::placeholder {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
}

.home-contact-form form .form-row button {
    width: 197px;
}

.home-contact-customer {
    border-top: 1px solid var(--header-border-color);
    padding: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-contact-customer-item {
    width: 48%;
    gap: 15px;
}

.home-contact-customer-item:first-child {
    border-right: 1px solid var(--header-border-color);
}

.home-contact-customer-item .title h4,.home-contact-customer-item .title .h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #a9b3d0;
    margin: 0;
}

.home-contact-customer-item .title span {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: var(--main-color3);
}

.footer {
    margin-top: 60px;
}

.footer-bg {
    border-radius: 54px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b1c95), to(#271657));
    background: linear-gradient(#6b1c95 0%, #271657 100%);
    -webkit-box-shadow: 0px 30px 60px rgba(65, 24, 110, 0.56);
    box-shadow: 0px 30px 60px rgba(65, 24, 110, 0.56);
    padding: 100px 90px 60px 90px;
}

.footer-bg-item-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 35px;
}

.footer-bg-item-list li {
    margin-bottom: 20px;
}

.footer-bg-item-list li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: var(--color-white);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-bg-item-list li a:hover {
    padding-left: 10px;
}

.footer-bg-item-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 15px;
}

.footer-bg-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bg-item-txt span,.footer-bg-item-txt i {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: var(--color-white);
    margin-right: 20px;
    margin-bottom: 50px;
}

.footer-bg-item-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.footer-bg-item-social li a {
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-bg-item-social li a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.footer-bg-bottom {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bg-bottom-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
}

.footer-bg-bottom-link span {
    font-weight: 700;
}

.footer-bg-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 4px;
}

.footer-bg-bottom-right p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #c0bff7;
    opacity: 0.52;
}

.footer-kvkk {
    margin-top: 40px;
}

.footer-kvkk-list li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid var(--header-border-color);
}

.footer-kvkk-list li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: var(--txt-color5);
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-kvkk-list li a:hover {
    opacity: 1;
}

.footer-kvkk-copyright {
    text-align: right;
}

.footer-kvkk-copyright p {
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    color: var(--txt-color5);
    padding-top: 4px;
}

/*//ALT SAYFALAR//*/

.breadcrumb {
    padding: 40px 0px;
    border-bottom: 1px solid var(--header-border-color);
}

.breadcrumb ul {
    gap: 10px;
}

.breadcrumb ul li a,.breadcrumb ul li span {
    color: var(--txt-color7);
    font-weight: 300;
    font-size: 12px;
    line-height: 31px;
}

.breadcrumb ul li .arrow {
    width: 5px;
}

.page-info {
    padding: 60px 0px;
    background: -webkit-gradient(linear, left top, right top, from(#0d536e), to(#15a584));
    background: linear-gradient(to right, #0d536e 0%, #15a584 100%);
    position: relative;
    overflow: hidden;
}

.page-info.page-info-colors2 {
    background: var(--header-colors);
}

.page-info.page-info-colors2 .page-info-user-img {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    background-color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-info.page-info-colors2 .page-info-user-title span {
    color: var(--color-white);
}

.page-info.page-info-colors2 .page-info-user-title p {
    color: var(--color-white);
    opacity: 0.5;
}

.page-info.page-info-min {
    padding: 30px 0;
}

.page-info .banner-path {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-info-breadcrumb li {
    margin-right: 12px;
}

.page-info-breadcrumb li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
}

.page-info-title h2,.page-info-title .h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
}

.page-info .btn-prev {
    border-radius: 13px;
    background: transparent;
    border: 2px solid var(--color-white);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
    padding: 15px 24px 15px 20px;
    gap: 10px;
}

.page-info-user {
    gap: 30px;
}

.page-info-user-title i {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
    font-style: normal;
    display: block;
}

.page-info-user-title span {
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    color: #f2f2ff;
    display: block;
    line-height: 38px;
}

.page-info-user-title p {
    margin-top: 15px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #cdccff;
    opacity: 0.5;
    display: block;
}

.page-info-cat {
    gap: 50px;
    position: relative;
}

.page-info-cat::after {
    content: "";
    position: absolute;
    left: -50px;
    width: 250px;
    height: 100%;
    background: rgb(18, 133, 124);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, rgb(18, 133, 124)), to(rgba(36, 36, 35, 0)));
    background: linear-gradient(90deg, rgb(18, 133, 124) 31%, rgba(36, 36, 35, 0) 100%);
}

.page-info-cat::before {
    content: "";
    position: absolute;
    right: 0px;
    width: 200px;
    height: 100%;
    background: rgb(20, 153, 129);
    background: linear-gradient(102deg, rgba(255, 255, 255, 0) 0%, rgb(20, 153, 129) 78%);
    z-index: 1;
}

.page-info-cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 25px 30px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.page-info-cat-item.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page-info-cat-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid var(--color-white);
    border-radius: 13px;
}

.page-info-cat-item::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid var(--color-white);
    border-radius: 13px;
    opacity: 0.1;
}

.page-info-cat-item i {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.21em;
    line-height: 31px;
    text-align: center;
    color: var(--color-white);
    opacity: 0.5;
}

.page-info-cat-item span {
    font-weight: bold;
    font-size: 56px;
    line-height: 50px;
    text-align: center;
    color: var(--color-white);
}

.page-info-cat-item p {
    margin: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: var(--color-white);
}

.page-info-status {
    width: 70%;
}

.page-info-status-item label {
    font-weight: bold;
    font-size: 56px;
    line-height: 39px;
    text-align: center;
    color: var(--color-white);
}

.page-info-status-item label span {
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: var(--color-white);
}

.page-info-status-item-bottom li span {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: var(--color-white);
}

.page-info-status-item-bottom li i {
    width: 14px;
    height: 13px;
    border-radius: 6.5px;
    display: inline-block;
    margin-right: 3px;
}

.page-info-status-item-bottom li.item-1 i {
    background: #f4c46a;
}

.page-info-status-item-bottom li.item-2 i {
    background: #6ae9f4;
}

.page-info-status-item-bottom li.item-3 i {
    background: #f77ae4;
}

.page-filter {
    position: relative;
    z-index: 1;
    margin-top: -51px;
}

.page-filter-search form {
    background-color: var(--color-white);
    border-radius: 22px;
    -webkit-box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    padding: 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-filter-search form div {
    width: 80%;
}

.page-filter-search form input {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
    outline: 0;
    margin-left: 15px;
    width: 80%;
}

.page-filter-search form input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-filter-search form input::-moz-placeholder {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-filter-search form input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-filter-search form input::-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-filter-search form input::placeholder {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-filter-search form button {
    border-radius: 22px;
    background: var(--main-color);
    -webkit-box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    padding: 17px 33px;
    font-weight: bold;
    font-size: 17px;
    line-height: 31px;
    color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-filter-search form button:hover {
    background-color: var(--main-color-dark);
}

.page-filter-cat {
    gap: 10px;
}

.page-filter-cat-item {
    width: 33%;
    border-radius: 22px;
    background: var(--color-white);
    -webkit-box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    box-shadow: 0px 10px 20px rgba(187, 201, 244, 0.14);
    padding: 15px;
}

.page-filter-cat-item.cat-item1 a .icon {
    background-color: #D64C90;
}

.page-filter-cat-item.cat-item2 a .icon {
    background-color: #6FCCF0;
}

.page-filter-cat-item.cat-item3 a .icon {
    background-color: #F2A141;
}

.page-filter-cat-item a {
    gap: 20px;
}

.page-filter-cat-item a .icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-filter-cat-item a .text {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: var(--main-color4);
    width: calc(100% - 68px);
}

.page-lesson-bg {
    background-color: var(--main-color4-soft);
}

.page-lesson-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-top h1,.page-lesson-top .h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-align: left;
    color: var(--txt-color6);
    margin-bottom: 20px;
}

.page-lesson-top p {
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson-top .select-content {
    gap: 20px;
}

.page-lesson-search {
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#0d536e), to(#15a584));
    background: linear-gradient(to right, #0d536e 0%, #15a584 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 40px;
    width: 100%;
}

.page-lesson-search-start {
    width: 70%;
    gap: 30px;
}

.page-lesson-search-start-item {
    gap: 20px;
    width: 25%;
}

.page-lesson-search-start-item .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.page-lesson-search-start-item .select span {
    font-weight: bold;
    font-size: 9px;
    text-align: left;
    color: #c2acff;
    opacity: 0.5;
}

.page-lesson-search-start-item .select .select-dropdown-bg {
    width: auto;
}

.page-lesson-search-start-item .select .select-dropdown-bg .selected {
    background-color: transparent;
    padding: 0;
}

.page-lesson-search-start-item .select .select-dropdown-bg .selected span {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
    opacity: 1;
}

.page-lesson-search-start-item .select .select-dropdown-bg .selected i {
    padding: 0;
    background-color: transparent;
}

.page-lesson-search-start-item .select .select-dropdown-bg .selected i svg line {
    stroke: var(--color-white);
}

.page-lesson-search-start-item .select .select-dropdown-bg-list {
    top: 35px;
}

.page-lesson-search-start-item .select .select-dropdown-bg-list span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
    opacity: 1;
}

.page-lesson-search-start-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.page-lesson-search-start-item-link span {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker::-moz-placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker:-ms-input-placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker::-ms-input-placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-start-item .date-picker::placeholder {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #d3fff6;
    opacity: 0.5;
}

.page-lesson-search-end button {
    width: 231px;
    border-radius: 16px;
    background: var(--color-white);
    -webkit-box-shadow: 0px 11px 50px rgba(26, 54, 139, 0.34);
    box-shadow: 0px 11px 50px rgba(26, 54, 139, 0.34);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--main-color);
}

.page-lesson-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-tabs-start ul {
    gap: 30px;
}

.page-lesson-tabs-start ul li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
    opacity: 0.3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-tabs-start ul li a:hover {
    opacity: 1;
}

.page-lesson-tabs-start ul li a.active {
    font-size: 22px;
    opacity: 1;
    position: relative;
    display: inline-block;
}

.page-lesson-tabs-start ul li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #3e3d91;
    opacity: 0.2;
}

.page-lesson-list-item {
    border-radius: 22px;
    background: var(--color-white);
}

.page-lesson-list-item-top {
    position: relative;
    padding: 28px 25px;
    border-radius: 16px;
    background: var(--color-white);
    -webkit-box-shadow: 0px 11px 50px rgba(26, 54, 139, 0.11);
    box-shadow: 0px 11px 50px rgba(26, 54, 139, 0.11);
}

.page-lesson-list-item-top .fix {
    position: absolute;
    right: 30px;
    top: -10px;
    background-color: var(--main-color);
    padding: 7px 13px;
    border-radius: 12px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: var(--color-white);
}

.page-lesson-list-item-top .title {
    gap: 10px;
}

.page-lesson-list-item-top .title .text {
    padding-bottom: 13px;
}

.page-lesson-list-item-top .title .text span {
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: var(--txt-color8);
}

.page-lesson-list-item-top .title .text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-list-item-top .date {
    border-top: 1px solid rgba(62, 61, 145, 0.1);
    padding-top: 13px;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-list-item-top .date-item {
    position: relative;
    text-align: center;
}

.page-lesson-list-item-top .date-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(62, 61, 145, 0.1);
}

.page-lesson-list-item-top .date-item span {
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: #3e3d91;
    opacity: 0.3;
}

.page-lesson-list-item-top .date-item p {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #d1d5e1;
    margin: 0;
}

.page-lesson-list-item-center {
    padding: 35px 30px 0;
}

.page-lesson-list-item-center-teacher {
    gap: 10px;
}

.page-lesson-list-item-center-teacher .img img {
    width: 62px;
}

.page-lesson-list-item-center-teacher .user .title {
    border-radius: 6px;
    background: var(--main-color);
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: var(--color-white);
    display: inline-block;
    padding: 2px 9px;
}

.page-lesson-list-item-center-teacher .user .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-list-item-center-students .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 17px 0 5px;
}

.page-lesson-list-item-center-students .title h3,.page-lesson-list-item-center-students .title .h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
    opacity: 0.5;
}

.page-lesson-list-item-center-students .title span {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

.page-lesson-list-item-center-students .title span i {
    font-style: normal;
    opacity: 0.3;
}

.page-lesson-list-item-center-students .list-bg {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(62, 61, 145, 0.1);
}

.page-lesson-list-item-center-students .list-bg-scroll {
    overflow-y: scroll;
    height: 260px;
    padding-right: 10px;
}

.page-lesson-list-item-center-students .list-bg-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F2F2F2;
}

.page-lesson-list-item-center-students .list-bg-scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-color3);
}

.page-lesson-list-item-center-students .list-bg-scroll::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color3);
}

.page-lesson-list-item-center-students .list-bg-scroll::-webkit-scrollbar-thumb:active {
    background-color: var(--main-color3);
}

.page-lesson-list-item-center-students .list-bg-scroll .item {
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 61, 145, 0.1);
}

.page-lesson-list-item-center-students .list-bg-scroll .item:last-child {
    border: none;
}

.page-lesson-list-item-center-students .list-bg-scroll .item .title span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
    opacity: 1;
    letter-spacing: 0;
}

.page-lesson-list-item-center-students .list-bg-scroll .item .title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.page-lesson-list-item-center-students .list-bg-scroll .item .title p i {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-list-item-center-students .list-bg-scroll .item-link {
    display: inline-block;
    width: 100%;
    padding: 9px;
    border-radius: 13px;
    background: #f2f4f8;
    gap: 20px;
    margin-top: 8px;
}

.page-lesson-list-item-center-students .list-bg-scroll .item-link span {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #3e3d91;
    opacity: 0.3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-list-item-center-students .list-bg-scroll .item-link svg rect {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-list-item-center-students .list-bg-scroll .item-link:hover span {
    opacity: 1;
}

.page-lesson-list-item-center-students .list-bg-scroll .item .img img {
    width: 62px;
}

.page-lesson-list-item-bottom {
    padding: 20px 30px;
    gap: 30px;
}

.page-lesson-list-item-bottom .discount-item {
    border-radius: 22px;
    background: transparent;
    border: 1px solid var(--main-color3);
    padding: 12px 22px 3px 22px;
    gap: 30px;
}

.page-lesson-list-item-bottom .discount-item span {
    font-weight: bold;
    font-size: 22px;
    line-height: 15px;
    text-align: center;
    color: var(--main-color3);
    display: block;
}

.page-lesson-list-item-bottom .discount-item i {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #868fac;
    font-style: normal;
}

.page-lesson-list-item-bottom .price-item .discounted-price {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #868fac;
    opacity: 0.3;
    text-decoration: line-through;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0.1rem;
    margin-bottom: 6px;
}

.page-lesson-list-item-bottom .price-item .price {
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-list-item-bottom .price-item .price i {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}

.page-lesson-info {
    border-top: 1px solid var(--header-border-color);
}

.page-lesson-info-content {
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-info-item {
    position: relative;
}

.page-lesson-info-item .text span {
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-info-item .text p {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--txt-color8);
    line-height: 26px;
}

.page-lesson-info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(62, 61, 145, 0.1);
}

.page-lesson-info-text p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson .fix-title {
    position: absolute;
    left: 0;
    top: -20px;
    letter-spacing: 0.135em;
    -webkit-text-stroke: 2px var(--main-color3);
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
    font-size: 55px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    opacity: 0.2;
}

.page-lesson .fix-title::after {
    content: "";
    position: absolute;
    left: 10px;
    top: -15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 244, 248, 0.03)), to(#f2f4f8));
    background: linear-gradient(rgba(242, 244, 248, 0.03) 0%, #f2f4f8 100%);
    width: 400px;
    height: 50px;
}

.page-lesson-teacher {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 20px 30px;
    position: relative;
}

.page-lesson-teacher::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    width: 14px;
    height: 43px;
    border-radius: 7px;
    background-color: var(--main-color3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-lesson-teacher .start {
    width: 40%;
}

.page-lesson-teacher .start .img img {
    width: 62px;
}

.page-lesson-teacher .start .user .name {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-teacher .start .user .subtitle {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-teacher .end {
    width: 60%;
    border-left: 1px solid var(--header-border-color);
    padding-left: 20px;
}

.page-lesson-teacher .end p {
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson-students {
    background-color: var(--color-white);
    padding: 50px 30px;
    border-radius: 13px;
    position: relative;
}

.page-lesson-students::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -7px;
    width: 14px;
    height: 43px;
    border-radius: 7px;
    background-color: var(--main-color);
}

.page-lesson-students-top h4,.page-lesson-students-top .h4 {
    font-weight: bold;
    font-size: 33px;
    line-height: 22px;
    text-align: left;
    color: var(--main-color);
    margin-bottom: 0;
}

.page-lesson-students-top span {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    color: #868fac;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

.page-lesson-students-top span i {
    font-style: normal;
    opacity: 0.3;
}

.page-lesson-students-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.page-lesson-students-bottom-item {
    width: 30%;
    border-radius: 13px;
    background: var(--main-color4-soft);
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-students-bottom-item:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.page-lesson-students-bottom-item .fix-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 92px;
    width: 100%;
}

.page-lesson-students-bottom-item .fix-img img {
    height: 92px;
    width: 100%;
    opacity: 0.1;
    -webkit-filter: 3px;
    filter: 3px;
}

.page-lesson-students-bottom-item .img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.page-lesson-students-bottom-item .img img {
    border-radius: 21px;
    -webkit-box-shadow: 0px 10px 22px rgba(113, 134, 134, 0.41);
    box-shadow: 0px 10px 22px rgba(113, 134, 134, 0.41);
}

.page-lesson-students-bottom-item .text .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: var(--txt-color8);
    margin-bottom: 15px;
}

.page-lesson-students-bottom-item .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    text-align: center;
    margin: auto;
}

.page-lesson-students-bottom-item .text ul li {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color7);
    position: relative;
}

.page-lesson-students-bottom-item .text ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--header-border-color);
}

.page-lesson-students-bottom-item .check {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 10px;
}

.page-lesson-students-bottom-item.add-item {
    border-color: var(--main-color3);
}

.page-lesson-students-bottom-item.add-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.page-lesson-students-bottom-item.add-item a span {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: var(--main-color4);
    opacity: 0.22;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-students-bottom-item.add-item a:hover span {
    opacity: 1;
}

.page-lesson-basket-item .start .user-pserson {
    border-radius: 22px;
    background: var(--color-white);
    border: 2px solid var(--main-color3);
    height: 146px;
    width: 140px;
    font-weight: normal;
    font-size: 18px;
    line-height: 49px;
    text-align: left;
    color: var(--txt-color8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.page-lesson-basket-item .start .user-pserson::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-image: url(../img/patern-user-pserson.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
}

.page-lesson-basket-item .end {
    width: calc(100% - 140px);
    background-color: var(--main-color);
    height: 146px;
    padding: 30px 10px;
    border-radius: 22px;
    text-align: center;
}

.page-lesson-basket-item .end .text {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: var(--color-white);
    opacity: 0.5;
    margin-bottom: 10px;
}

.page-lesson-basket-item .end .countdown-container {
    padding: 0px 15px;
}

.page-lesson-basket-item .end .countdown-container ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-basket-item .end .countdown-container ul li {
    position: relative;
    text-align: center;
}

.page-lesson-basket-item .end .countdown-container ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--header-border-colors-white);
}

.page-lesson-basket-item .end .countdown-container ul li span {
    font-weight: bold;
    font-size: 38px;
    line-height: 30px;
    text-align: left;
    color: var(--color-white);
}

.page-lesson-basket-item .end .countdown-container ul li p {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.33em;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
    text-align: center;
}

.page-lesson-basket-item .price {
    border-radius: 24px;
    background: var(--color-white);
    border: 2px solid var(--txt-color8);
    position: relative;
    padding: 27px 10px;
    text-align: center;
}

.page-lesson-basket-item .price .discount {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 19px;
    background: var(--main-color3);
    padding: 9px 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--color-white);
}

.page-lesson-basket-item .price .discounted-price {
    text-decoration: line-through;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0.1rem;
    font-weight: normal;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    color: var(--txt-color7);
    opacity: 0.7;
}

.page-lesson-basket-item .price .current-price {
    font-weight: bold;
    font-size: 54px;
    line-height: 49px;
    text-align: left;
    color: var(--txt-color8);
    text-align: center;
}

.page-lesson-basket-item .price .info {
    font-weight: normal;
    font-size: 22px;
    line-height: 48px;
    text-align: left;
    color: var(--txt-color8);
    text-align: center;
}

.page-lesson-basket-item-process {
    border-radius: 22px;
    background: var(--color-white);
    padding: 34px 50px;
}

.page-lesson-basket-item-process .info {
    padding-bottom: 10px;
}

.page-lesson-basket-item-process .info h4,.page-lesson-basket-item-process .info .h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
    margin-bottom: 15px;
}

.page-lesson-basket-item-process .info p {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson-basket-item-process .info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-basket-item-process .info ul li {
    width: 48%;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.page-lesson-basket-item-process .info ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../img/icon-success.svg);
    width: 8.48px;
    height: 9.26px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-lesson-basket-item-process .table {
    border-top: 1px solid var(--header-border-color);
}

.page-lesson-basket-item-process .table ul li {
    border-bottom: 1px solid var(--header-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
}

.page-lesson-basket-item-process .table ul li .left {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
    padding: 0;
}

.page-lesson-basket-item-process .table ul li .right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page-lesson-basket-item-process .table ul li .right .discounted-price {
    text-decoration: line-through;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0.1rem;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: var(--txt-color7);
    opacity: 0.7;
}

.page-lesson-basket-item-process .table ul li .right .current-price {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    color: var(--txt-color);
}

.page-lesson-basket-item-process .table ul li .right .discount-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: var(--main-color);
}

.page-lesson-basket-item-process .table ul li .right .tax-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: var(--txt-color);
}

.page-lesson-basket-item-process .table-total {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-lesson-basket-item-process .table-total-info {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
}

.page-lesson-basket-item-process .table-total-price {
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
    text-align: right;
    color: var(--txt-color);
}

.page-lesson-basket-item-bottom .coupon-bg {
    text-align: center;
    margin-top: 20px;
}

.page-lesson-basket-item-bottom .coupon-bg-link {
    text-align: center;
    font-weight: 500;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: var(--main-color3);
}

.page-lesson-nav .nav-pills {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    overflow: hidden;
}

.page-lesson-nav .nav-pills .nav-item {
    width: 25%;
}

.page-lesson-nav .nav-pills .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid var(--header-border-color);
}

.page-lesson-nav .nav-pills .nav-item .nav-link {
    background: rgba(134, 143, 171, 0.1);
    width: 100%;
    height: 140px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
}

.page-lesson-nav .nav-pills .nav-item .nav-link:hover {
    background-color: #d6dae3;
}

.page-lesson-nav .nav-pills .nav-item .nav-link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #868fac;
}

.page-lesson-nav .nav-pills .nav-item .nav-link.active {
    background-color: var(--color-white);
}

.page-lesson-nav .nav-pills .nav-item .nav-link.active span {
    color: var(--main-color);
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}

.page-lesson-nav .tab-content {
    background-color: var(--color-white);
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    overflow: hidden;
}

.page-lesson-nav .tab-content .tab-pane {
    background-color: var(--color-white);
    padding: 70px 60px;
}

.page-lesson-nav .tab-content .tab-pane p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson-bottom-info p {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-lesson-detail {
    position: relative;
}

.page-lesson-detail-fix {
    width: 90%;
}

.page-lesson-detail-fix .patern-svg {
    position: absolute;
    right: -19%;
    top: 0;
    z-index: 1;
}

.page-lesson-detail-start {
    position: relative;
}

.page-lesson-detail-start .lang-select {
    padding: 5px 10px;
    background-color: var(--color-white);
    border: 1px solid var(--main-color);
    position: absolute;
    top: -15px;
    left: 52px;
    z-index: 3;
    border-radius: 11px;
}

.page-lesson-detail-start-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 22px 22px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-lesson-detail-start-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 112, 118, 0.8);
    z-index: 1;
}

.page-lesson-detail-start-top .content {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.page-lesson-detail-start-top .content h2,.page-lesson-detail-start-top .content .h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}

.page-lesson-detail-start-top .content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.72;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.page-lesson-detail-center {
    padding: 47px 40px;
    background-color: var(--color-white);
    border-radius: 0px 0px 22px 22px;
    border: 1px solid #e9eaee;
}

.page-lesson-detail-center-item .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-lesson-detail-center-item .info li {
    gap: 20px;
    width: 35%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.page-lesson-detail-center-item .info li:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(62, 61, 145, 0.1);
}

.page-lesson-detail-center-item .info li span {
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-detail-center-item .info li p {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--txt-color8);
    line-height: 26px;
    margin: 0;
}

.page-lesson-detail-center-item:not(:last-child) {
    border-bottom: 1px solid var(--header-border-color);
}

.page-lesson-detail-center-item .page-lesson-teacher {
    padding: 25px 0;
}

.page-lesson-detail-center-item .page-lesson-teacher .user .name {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-detail-center-item .page-lesson-teacher .user .subtitle {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-detail-center-item h3,.page-lesson-detail-center-item .h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
    margin-bottom: 25px;
}

.page-lesson-detail-center-item .students {
    gap: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-lesson-detail-center-item .students .img img {
    width: 53px;
    height: 53px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 53px;
    -webkit-box-shadow: 0px 10px 17px rgba(147, 157, 157, 0.44);
    box-shadow: 0px 10px 17px rgba(147, 157, 157, 0.44);
}

.page-lesson-detail-section {
    position: relative;
}

.page-lesson-detail-section .step-bg-container {
    width: 5px;
    height: 85%;
    position: absolute;
    top: 12%;
    left: -7.4%;
    background-color: #e1eded;
}

.page-lesson-detail-section .step-bg-container .step-bg {
    background-color: #46c6af;
}

.page-lesson-detail-section .info-success {
    height: 80px;
    border-radius: 12px;
    background: #cdefe9;
    border: 1px solid #159780;
    padding: 0px 50px;
    gap: 10px;
}

.page-lesson-detail-section .info-success span {
    font-weight: bold;
    font-size: 22px;
    line-height: 49px;
    text-align: center;
    color: #14917e;
}

.page-lesson-detail-section .alert-info {
    height: 50px;
    border-radius: 12px;
    background: #fcf4db;
    border: 1px solid #e6d6ab;
    padding-left: 50px;
    padding-right: 10px;
}

.page-lesson-detail-section .alert-info span {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: #766842;
}

.page-lesson-detail-section .alert-info span strong {
    font-weight: bold;
    margin-right: 7px;
}

.page-lesson-detail-section-item {
    padding: 48px 50px;
    background-color: var(--color-white);
    border-radius: 12px;
    position: relative;
    margin-top: 70px;
}

.page-lesson-detail-section-item .step-item {
    position: absolute;
    left: -11%;
    background-color: var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-detail-section-item .step-item-border {
    left: -9%;
    background-color: var(--main-color4-soft);
    border: 4px solid #e1eded;
    width: 28px;
    height: 28px;
    color: #e1eded;
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
}

.page-lesson-detail-section-item .step-item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-lesson-detail-section-item .content h3,.page-lesson-detail-section-item .content .h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #34337b;
}

.page-lesson-detail-section-item .content p {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #465483;
}

.page-lesson-detail-section-item .section-item {
    padding: 10px 20px 10px 10px;
    border-radius: 12px;
    background: var(--color-white);
}

.page-lesson-detail-section-item .section-item .item {
    gap: 20px;
}

.page-lesson-detail-section-item .section-item .item .img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-detail-section-item .section-item .item p {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.page-lesson-detail-section-item .section-item span {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #465483;
}

.page-lesson-detail-section-item .section-item a {
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: right;
    color: #465483;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
}

.page-lesson-detail-section-item .section-item.border-color-1 {
    border: 1px solid var(--main-color3);
}

.page-lesson-detail-section-item .section-item.border-color-1 .item .img {
    background: var(--main-color3);
}

.page-lesson-detail-section-item .section-item.border-color-1 .item p {
    color: var(--main-color3);
}

.page-lesson-detail-section-item .section-item.border-color-2 {
    border: 1px solid #b9caff;
}

.page-lesson-detail-section-item .section-item.border-color-2 .item .img {
    background: #4c4b8b;
}

.page-lesson-detail-section-item .section-item.border-color-2 .item p {
    color: #34337b;
}

.page-lesson-detail-section-item .lesson-title {
    width: 90%;
    height: 80px;
    background: var(--main-color-soft2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    padding-left: 38px;
    position: absolute;
    top: -6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-lesson-detail-section-item .lesson-title h3,.page-lesson-detail-section-item .lesson-title .h3 {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    margin-right: 15px;
}

.page-lesson-detail-section-item .lesson-title p {
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.7;
    padding: 0;
    margin: 0;
}

.page-lesson-detail-section-item .content-title h4,.page-lesson-detail-section-item .content-title .h4 {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: var(--main-color3);
}

.page-lesson-detail-section-item .content-title p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #465483;
}

.page-lesson-detail-section-item .content-title-color h4,.page-lesson-detail-section-item .content-title-color .h4 {
    color: var(--main-color);
}

.page-lesson-detail-section-item .content-title-color2 h4,.page-lesson-detail-section-item .content-title-color2 .h4 {
    color: #4c4b8b;
}

.page-lesson-detail-section-item .lesson-detail-list-item {
    padding: 15px 0;
    border-bottom: 1px solid var(--header-border-color);
}

.page-lesson-detail-section-item .lesson-detail-list-item .start {
    gap: 20px;
}

.page-lesson-detail-section-item .lesson-detail-list-item .start .img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-detail-section-item .lesson-detail-list-item .start .img.color-1 {
    background-color: var(--main-color3);
}

.page-lesson-detail-section-item .lesson-detail-list-item .start .img.color-2 {
    background-color: var(--main-color-soft2);
}

.page-lesson-detail-section-item .lesson-detail-list-item .start .img.color-3 {
    border: 1px solid #4c4b8b;
}

.page-lesson-detail-section-item .lesson-detail-list-item .start p {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #586386;
}

.page-lesson-detail-section-item .lesson-detail-list-item .start span {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #465483;
}

.page-lesson-detail-section-item .lesson-detail-list-item .end .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-lesson-detail-section-item .lesson-detail-list-item .end .links li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-lesson-detail-section-item .lesson-detail-list-item .end .links li a {
    width: 82px;
    height: 38px;
    border-radius: 12px;
    background: var(--color-white);
    border: 1px solid #b9caff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #5776d8;
}

.page-lesson-detail-section .certificate-bottom {
    background-color: #46c6af;
    padding: 63px 50px;
    border-radius: 22px;
    position: relative;
}

.page-lesson-detail-section .certificate-bottom .step-item {
    position: absolute;
    left: -11%;
    background-color: var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-detail-section .certificate-bottom .step-item-border {
    left: -9%;
    background-color: var(--main-color4-soft);
    border: 4px solid #e1eded;
    width: 28px;
    height: 28px;
    color: #e1eded;
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
}

.page-lesson-detail-section .certificate-bottom .step-item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-lesson-detail-section .certificate-bottom .end span {
    font-weight: 300;
    font-size: 36px;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}

.page-lesson-detail-section .certificate-bottom .end h5,.page-lesson-detail-section .certificate-bottom .end .h5 {
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}

.page-lesson-detail-section .certificate-bottom .end p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: var(--color-white);
}

.page-lesson-read-list-item {
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 22px;
}

.page-lesson-read-list-item .start {
    gap: 26px;
}

.page-lesson-read-list-item .start .img {
    width: 100px;
    height: 100px;
    background-color: var(--header-colors);
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-read-list-item .start .title {
    width: calc(100% - 100px);
}

.page-lesson-read-list-item .start .title .text h5,.page-lesson-read-list-item .start .title .text .h5 {
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
    margin: 0;
}

.page-lesson-read-list-item .start .title .txt p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: var(--txt-color);
    margin: 0;
    display: inline-block;
}

.page-lesson-read-list-item .start .title .txt a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #3875ff;
}

.page-lesson-read-list-item .end {
    gap: 36px;
}

.page-lesson-read-list-item .end .item {
    text-align: center;
    position: relative;
}

.page-lesson-read-list-item .end .item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #3e3d91;
    opacity: 0.1;
}

.page-lesson-read-list-item .end .item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: var(--txt-color);
    margin-bottom: 0;
    text-align: center;
    margin-top: 9px;
}

.page-lesson-read-list-item .end .item.item-level span {
    font-weight: bold;
    font-size: 45px;
    line-height: 22px;
    text-align: center;
    color: var(--header-colors);
}

.page-lesson-read-list-item .end .item.item-words span {
    font-weight: bold;
    font-size: 45px;
    line-height: 22px;
    text-align: center;
    color: #f2a141;
}

.page-lesson-read-list-detay .start .img {
    background-color: transparent;
    border: 2px solid #013575;
}

.page-lesson-read-list-content {
    padding: 55px;
    background-color: var(--color-white);
    border-radius: 22px;
}

.page-lesson-read-list-tabs .nav-pills {
    background-color: var(--header-colors);
    border-radius: 36px;
    padding: 17px 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    height: 72px;
}

.page-lesson-read-list-tabs .nav-pills .nav-item {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-read-list-tabs .nav-pills .nav-item .nav-link {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--color-white);
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-read-list-tabs .nav-pills .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: transparent;
}

.page-lesson-read-list-tabs .nav-pills .nav-item .nav-link.active {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: var(--color-white);
}

.page-lesson-read-list-tabs .nav-pills .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--header-colors);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 100px;
    width: calc(100% - 100px);
    height: 1px;
    background-color: var(--header-border-color);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start {
    width: 90px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start span {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--header-colors);
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    text-align: left;
    color: var(--color-white);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center {
    width: calc(100% - 180px);
    padding: 0px 30px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center span {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center p {
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    color: var(--txt-color);
    padding-bottom: 0;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .end {
    width: 90px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .end a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #868fab;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom {
    margin-top: 50px;
    padding-left: 100px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 150px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    color: var(--txt-color7);
    border-radius: 22px;
    background: var(--color-white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid var(--txt-color7);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label h1,.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label .h1 {
    font-size: 1em;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label:hover {
    background: rgba(93, 181, 113, 0.15);
    color: var(--txt-color7);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .answer-radio:checked + .button-label {
    background: var(--header-colors);
    color: var(--color-white);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .answer-radio:checked + .button-label:hover {
    background: var(--header-colors);
    color: var(--color-white);
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .hidden {
    display: none;
}

.page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .text {
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-tabs2 .tabs-scroll {
    overflow-y: auto;
}

.page-lesson-read-list-tabs2 .nav-pills {
    gap: 12px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-lesson-read-list-tabs2 .nav-pills .nav-item .nav-link {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--color-white);
    -webkit-box-shadow: 0px 8px 15px #dbe2f2;
    box-shadow: 0px 8px 15px #dbe2f2;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: var(--txt-color6);
}

.page-lesson-read-list-tabs2 .nav-pills .nav-item .nav-link.active {
    background: var(--main-color3);
    color: var(--color-white);
}

.page-lesson-read-list-tabs2 .nav-pills .nav-item .nav-link.passive {
    background: #d9deed;
    border: 1px solid var(--main-color3);
    -webkit-box-shadow: 0px 8px 15px #dbe2f2;
    box-shadow: 0px 8px 15px #dbe2f2;
    color: var(--main-color3);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--header-border-color);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start {
    width: 70px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start span {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: var(--main-color3);
    -webkit-box-shadow: 0px 8px 15px #dbe2f2;
    box-shadow: 0px 8px 15px #dbe2f2;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end {
    width: calc(100% - 70px);
    padding-left: 30px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text1 p {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text2 p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text3 p {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text3 #drop-container {
    width: 120px;
    height: 42px;
    background: #f7f8fa;
    border: 2px double #001f68;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom {
    padding-top: 20px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom .img {
    background-color: #f7f8fa;
    padding: 15px;
    border-radius: 12px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom .content p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #001f68;
    margin: 0;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    margin-bottom: 20px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer {
    width: 100%;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    background: #f7f8fa;
    border: 1px solid transparent;
    padding: 15px;
    gap: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label span {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: transparent;
    -webkit-box-shadow: 0px 8px 15px #dbe2f2;
    box-shadow: 0px 8px 15px #dbe2f2;
    border: 1px solid var(--txt-color8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label p {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #001f68;
    opacity: 0.4;
    margin-bottom: 0;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label:hover {
    background: rgba(93, 181, 113, 0.15);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .answer-radio:checked + .button-label {
    border-color: var(--main-color);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .answer-radio:checked + .button-label span {
    background-color: var(--main-color);
    color: var(--color-white);
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .hidden {
    display: none;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom .drag-list li a {
    width: 100%;
    background-color: #f7f8fa;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 35px 35px;
}

.page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom .drag-list li a span {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #001f68;
    opacity: 0.4;
}

.page-lesson-read-list-sound-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: var(--color-white);
    border-radius: 22px;
}

.page-lesson-read-list-sound-item .start {
    width: 70px;
}

.page-lesson-read-list-sound-item .start a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #e5eaf1;
    border-radius: 22px;
}

.page-lesson-read-list-sound-item .end {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.page-lesson-read-list-sound-item .end span {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-sound-item .end p {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color7);
    margin: 0;
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .img {
    border-color: var(--main-color3);
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .text h5,.page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .text .h5 {
    font-weight: normal;
    font-size: 34px;
    line-height: 35px;
    text-align: left;
    color: var(--main-color3);
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .txt p {
    font-weight: 900;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
    color: var(--main-color3);
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-name {
    font-weight: bold;
    font-size: 28px;
    text-align: right;
    color: var(--txt-color8);
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-text .email {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-text span {
    color: #001f68;
}

.page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-text .phone {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color8);
}

.page-lesson-read-list-detay-exam-right {
    padding-top: 60px;
}

.page-lesson-read-list-detay-exam-right .item {
    padding: 27px 25px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.page-lesson-read-list-detay-exam-right .item .start {
    width: 43%;
    border-right: 1px solid var(--header-border-colors-white);
}

.page-lesson-read-list-detay-exam-right .item .start span {
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    color: var(--color-white);
    display: block;
}

.page-lesson-read-list-detay-exam-right .item .start span:last-child {
    font-weight: 700;
}

.page-lesson-read-list-detay-exam-right .item .end {
    width: 55%;
    padding-left: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.page-lesson-read-list-detay-exam-right .item .end .end-item span {
    font-weight: bold;
    font-size: 44px;
    line-height: 30px;
    text-align: left;
    color: var(--color-white);
    display: block;
}

.page-lesson-read-list-detay-exam-right .item .end .end-item i {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
}

.page-lesson-read-list-detay-exam-right .item.time {
    background-color: var(--main-color3);
}

.page-lesson-read-list-detay-exam-right .item.steps {
    background-color: var(--main-color);
}

.page-lesson-read-list-detay-exam-right .item.steps .end-item:last-child span {
    opacity: 0.5;
}

.page-lesson-read-list-detay-exam-right .info {
    display: inline-block;
    margin-bottom: 20px;
}

.page-lesson-read-list-detay-exam-right .info-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 20px 30px;
}

.page-lesson-read-list-detay-exam-right .info-bg .end span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #001f68;
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
}

.page-lesson-read-list-detay-exam-right .info-bg .end span:last-child {
    color: #43ed56;
}

.page-lesson-read-list-detay-exam-right .text p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-read-nav-item a .img {
    width: 92px;
    height: 86px;
    border-radius: 22px;
    background: #e5eaf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.page-lesson-read-nav-item a span {
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: var(--txt-color7);
}

.page-lesson-read-nav-item ul li a {
    padding: 30px 40px;
    border-radius: 22px;
    background-color: #e5eaf1;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-lesson-read-nav-item ul li a:hover {
    background-color: var(--header-colors);
    color: var(--color-white);
}

.page-lesson-read-nav-item ul li a.active {
    background-color: var(--header-colors);
    color: var(--color-white);
}

.page-lesson-read-nav-item .select-dropdown-bg {
    width: 170px;
}

.page-lesson-read-nav-item .select-dropdown-bg .selected {
    padding: 8px 15px 8px 15px;
}

.page-lesson-read-nav-item .select-dropdown-bg .selected i {
    padding: 0;
    background-color: transparent;
}

.page-lesson-read-bg {
    height: 100%;
    padding-bottom: 15%;
}

.page-teacher-content {
    padding-top: 25px;
}

.page-teacher-content-top {
    gap: 30px;
    padding-bottom: 36px;
    position: relative;
    z-index: 1;
}

.page-teacher-content-top .start img {
    border-radius: 50%;
    border: 2px solid var(--main-color);
    width: 146px;
}

.page-teacher-content-top .end .title {
    color: var(--txt-color4);
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    line-height: 45px;
}

.page-teacher-content-top .end .lang {
    gap: 10px;
    margin-top: 5px;
}

.page-teacher-content-top .end .lang span {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-teacher-content-center {
    padding: 36px 0;
    border-top: 1px solid var(--header-border-color);
}

.page-teacher-content-center p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: var(--txt-color);
    margin-bottom: 0;
}

.page-teacher-content-btn-list {
    gap: 20px;
}

.page-teacher-content-btn-list-item {
    width: 25%;
}

.page-teacher-content-btn-list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--header-border-color);
    padding: 14px 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-teacher-content-btn-list-item-link span {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    color: var(--txt-color);
    opacity: 0.5;
}

.page-teacher-content-btn-list-item-link:hover {
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.page-teacher-content-bottom {
    gap: 18px;
    margin-top: 34px;
}

.page-teacher-content-bottom-link {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: var(--color-white);
    width: 100%;
    border-radius: 12px;
    height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-teacher-content-bottom-link.start {
    background: var(--main-color-soft2);
}

.page-teacher-content-bottom-link.start:hover {
    background-color: var(--main-color-dark);
}

.page-teacher-content-bottom-link.end {
    background-color: var(--main-color3);
}

.page-teacher-content-bottom-link.end:hover {
    background-color: var(--main-color6);
}

.page-teacher-detail {
    padding-top: 25px;
}

.page-teacher-detail-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 36px;
    border: 1px solid var(--header-border-color);
    border-radius: 10px;
}

.page-teacher-detail-item-title span {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: var(--main-color4);
    display: inline-block;
    margin-right: 25px;
}

.page-teacher-detail-item-title h3,.page-teacher-detail-item-title .h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: var(--main-color4);
    border-left: 1px solid var(--header-border-color);
    padding-left: 25px;
    margin: 0;
}

.page-teacher-detail-item-content {
    padding: 30px 0px 30px 0;
}

.page-teacher-detail-item-content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color7);
}

.page-teacher-detail-item-content .lang-list {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-teacher-detail-item-content .lang-list li {
    margin-bottom: 15px;
}

.page-teacher-detail-item-content .lang-list li span {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.5;
    display: inline-block;
    padding-left: 8px;
}

.page-teacher-detail-item-content .education li .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.page-teacher-detail-item-content .education li .top span {
    font-weight: 600;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: var(--main-color);
}

.page-teacher-detail-item-content .education li .top i {
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color7);
}

.page-teacher-detail-item-content .certificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-teacher-detail-item-content .certificates li {
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid var(--header-border-color);
    padding: 7px 17px;
}

.page-teacher-detail-item-content .certificates li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: var(--main-color);
}

.page-teacher-detail-item-content .comments-item:not(:first-child) {
    margin-top: 25px;
}

.page-teacher-detail-item-content .comments-item:not(:last-child) {
    border-bottom: 1px solid var(--header-border-color);
}

.page-teacher-detail-item-content .comments-item .top .content {
    gap: 20px;
}

.page-teacher-detail-item-content .comments-item .top .start {
    gap: 20px;
}

.page-teacher-detail-item-content .comments-item .top .start .img img {
    width: 46px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.page-teacher-detail-item-content .comments-item .top .start span {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: var(--txt-color8);
}

.page-teacher-detail-item-content .comments-item .top .end {
    gap: 32px;
}

.page-teacher-detail-item-content .comments-item .top .end li:not(:last-child) {
    position: relative;
}

.page-teacher-detail-item-content .comments-item .top .end li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--txt-color7);
    opacity: 0.3;
}

.page-teacher-detail-item-content .comments-item .top .end li span {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
    color: var(--txt-color7);
}

.page-teacher-detail-item-content .comments-link {
    width: 100%;
    padding: 14px 0px;
    border: 1px solid var(--header-border-color);
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: var(--txt-color7);
    display: block;
    margin-top: 15px;
}

.page-teacher-detail-item-content .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 15px;
}

.page-teacher-detail-item-content .video-list-item {
    width: 31%;
}

.page-teacher-detail-item-content .video-list-item-content {
    margin-top: 12px;
}

.page-teacher-detail-item-content .video-list-item-content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: var(--main-color4);
}

/*modal*/

.modal .btn-close-modal {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal.register-modal-bg .modal-lg {
    --bs-modal-width: 1000px;
}

.modal-body-login {
    padding: 30px 30px;
}

.modal-body-login h4,.modal-body-login .h4 {
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    color: var(--main-color4);
    margin-bottom: 30px;
}

.modal-body-login-form form .form-row label {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--main-color4);
    opacity: 1;
}

.modal-body-login-form form .form-row input {
    height: 65px;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid var(--main-color4);
    outline: 0;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: var(--main-color4);
}

.modal-body-login-form form .btn-submit {
    height: 71px;
    width: 100%;
    border-radius: 12px;
    background: var(--main-color3);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: var(--color-white);
    margin: 25px 0px;
}

.modal-body-login-form form .login-checkbox .checkbox input,.modal-body-login-form form .login-checkbox .checkbox svg {
    height: 23px;
}

.modal-body-login-form form .login-checkbox input {
    background-color: var(--main-color);
    border-radius: 5px;
    border-color: var(--main-color-dark);
}

.modal-body-login-form form .login-checkbox .password-link {
    font-weight: normal;
    text-decoration: underline !important;
    font-size: 12px;
    text-align: left;
    color: var(--main-color4);
    opacity: 1;
}

.modal-body-login-form form .login-checkbox .text {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: var(--main-color4);
    opacity: 1;
}

.modal-body-login-form form .login-checkbox .text a {
    font-weight: 700;
    color: var(--main-color4);
}

.modal-body-login-google .google-link {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid rgba(62, 61, 145, 0.29);
    gap: 20px;
}

.modal-body-login-google .google-link span {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--main-color4);
}

.modal-body-login-text {
    margin: 25px 0px;
}

.modal-body-login-text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: var(--txt-color);
    opacity: 0.82;
}

.modal-body-login-text p a {
    font-weight: 700;
    color: var(--txt-color);
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
}

.modal-body-login-bottom {
    text-align: center;
}

.modal-body-login-bottom span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--txt-color);
    opacity: 0.5;
    position: relative;
}

.modal-body-login-bottom span::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 54px;
    width: 120px;
    height: 1px;
    background-color: var(--main-color4);
    opacity: 0.2;
}

.modal-body-login-bottom span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 54px;
    width: 120px;
    height: 1px;
    background-color: var(--main-color4);
    opacity: 0.2;
}

.modal-body-login-bottom .register-link {
    font-weight: bold;
    text-decoration: underline !important;
    font-size: 22px;
    color: var(--txt-color7);
    display: inline-block;
    margin-top: 15px;
}

.modal-body-register {
    padding: 30px 30px;
}

.modal-body-register-title h4,.modal-body-register-title .h4 {
    font-weight: normal;
    font-size: 40px;
    text-align: left;
    color: var(--main-color3);
}

.modal-body-register-title h5,.modal-body-register-title .h5 {
    font-weight: 900;
    font-size: 40px;
    text-align: left;
    color: var(--main-color3);
}

.modal-body-register-title p {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
}

.modal-body-register-title p strong {
    font-weight: 700;
}

.modal-body-register-radio .btn-switch {
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-body-register-radio .btn-switch__radio {
    display: none;
}

.modal-body-register-radio .btn-switch__label {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.75em;
    vertical-align: top;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #ff7560;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 47%;
}

.modal-body-register-radio .btn-switch__label + .btn-switch__label {
    padding-right: 0.75em;
    padding-left: 0;
    text-align: right;
    color: var(--txt-color8);
}

.modal-body-register-radio .btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.modal-body-register-radio .btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,.modal-body-register-radio .btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.modal-body-register-radio .btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #91a5a5;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0.0715em 0.3572em rgba(43, 43, 43, 0.05);
    box-shadow: inset 0 0.0715em 0.3572em rgba(43, 43, 43, 0.05);
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    opacity: 0.3;
}

.modal-body-register-radio .btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #ff7560;
}

.modal-body-register-radio .btn-switch__label_no:after {
    content: "Kapalı";
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0.5em;
    left: 0;
    width: 110px;
    height: 49px;
    background: var(--txt-color8);
    border-radius: 12px;
    pointer-events: none;
    -webkit-transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-body-register-radio .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    content: "Açık";
    left: 73%;
    background: #ff7560;
    color: #fff;
}

.modal-body-register-radio .btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,.modal-body-register-radio .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.modal-body-register-radio .btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #ff7560;
}

.modal-body-register-txt p {
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: var(--txt-color);
    opacity: 0.82;
}

/*page-pagination*/

.page-pagination .start a {
    height: 86px;
    width: 180px;
    border-radius: 22px;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 28px;
}

.page-pagination .start a span {
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: var(--txt-color7);
}

.page-pagination .start a img {
    height: 15px;
}

.page-pagination .start a.passive {
    opacity: 0.5;
}

.page-pagination .end a {
    height: 86px;
    width: 180px;
    border-radius: 22px;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 28px;
}

.page-pagination .end a span {
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: var(--txt-color7);
}

.page-pagination .end a img {
    height: 15px;
}

.page-pagination .end a.passive {
    opacity: 0.5;
}

.page-pagination .center ul li a {
    width: 79px;
    height: 86px;
    border-radius: 22px;
    background: var(--color-white);
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: normal;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    color: var(--txt-color7);
}

.page-pagination .center ul li a.active {
    border-color: var(--main-color);
}

.page-pagination .center ul li a:hover {
    border-color: var(--main-color);
}

.progress {
    height: 13px;
    padding: 4px;
}

.progress-white {
    background-color: var(--color-white);
    height: 32px;
    border-radius: 16px;
    padding: 6px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--header-colors);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition);
    border-radius: 13px;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 8px rgba(144, 183, 153, 0.43);
    box-shadow: 0px 3px 8px rgba(144, 183, 153, 0.43);
}

.progress-bar-striped-continues {
    background-color: #f4c46a;
}

.progress-bar-striped-completed {
    background-color: #f77ae4;
}

/*page-static*/

.page-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10%;
}

.page-static-container {
    padding: 0px 10%;
}

.page-static-content h1,.page-static-content .h1 {
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: var(--txt-color6);
    margin: 25px 0;
}

.page-static-content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color7);
}

.page-static-content .nav-pills .nav-link {
    height: 82px;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid var(--header-border-color);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-static-content .nav-pills .nav-link i {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #c0c6d8;
    font-style: normal;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-static-content .nav-pills .nav-link span {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: var(--txt-color8);
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid var(--header-border-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-static-content .nav-pills .nav-link.active {
    border-color: var(--main-color);
}

.page-static-content .nav-pills .nav-link.active i,.page-static-content .nav-pills .nav-link.active span {
    color: var(--main-color);
    font-weight: 700;
    border-color: var(--main-color);
}

.page-static-content .nav-pills .nav-link:hover {
    border-color: var(--main-color);
}

.page-static-content .tab-content {
    margin-top: 50px;
}

.page-static-content .tab-content .tab-pane h2,.page-static-content .tab-content .tab-pane .h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: var(--main-color);
}

.page-static-content .tab-content .tab-pane p {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color8);
}

.page-static-breadcrumb {
    padding: 30px 0;
    border-bottom: 1px solid var(--header-border-color);
}

.page-static-breadcrumb ul {
    gap: 10px;
}

.page-static-breadcrumb ul li a,.page-static-breadcrumb ul li span {
    font-weight: 300;
    font-size: 12px;
    line-height: 31px;
    text-align: left;
    color: var(--txt-color7);
    opacity: 1;
}

.page-static-breadcrumb ul li img {
    width: 5px;
}

.page-static-start {
    width: 130px;
    height: 100vh;
    bottom: 0;
    border-right: 1px solid var(--header-border-color);
    position: fixed;
    left: 0;
}

.page-static-center {
    width: calc(100% - 260px);
    margin-left: 130px;
}

.page-static-end {
    width: 130px;
    height: 100vh;
    bottom: 0;
    position: fixed;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 60px;
    border-left: 1px solid var(--header-border-color);
}

.page-calculating-bg {
    background-color: var(--color-white);
    height: 600px;
    border-radius: 24px;
    border: 1px solid #c9cfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.page-calculating-bg-text {
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    color: var(--main-color3);
    margin-top: 70px;
}

.page-calculating-bg-title {
    font-weight: 900;
    font-size: 34px;
    text-align: center;
    color: var(--main-color);
}

.page-calculating-bg #fountainG {
    position: relative;
    margin: auto;
    text-align: center;
    width: 234px;
}

.page-calculating-bg .fountainG {
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    opacity: 1;
}

.page-calculating-bg #fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    opacity: 0.1;
}

.page-calculating-bg #fountainG_2 {
    left: 60px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    opacity: 0.4;
}

.page-calculating-bg #fountainG_3 {
    left: 120px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    opacity: 0.7;
}

.page-calculating-bg #fountainG_4 {
    left: 180px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

.page-calculating-bg #fountainG_5 {
    left: 240px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

.page-calculating-bg #fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

.page-calculating-bg #fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

.page-calculating-bg #fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(0.3);
    }
}

.page-success-container {
    border-radius: 24px;
    background: -webkit-gradient(linear, right top, left top, from(#15a584), to(#0d536e));
    background: linear-gradient(to left, #15a584 0%, #0d536e 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 45px 10px;
    text-align: center;
}

.page-success-container-title {
    font-weight: 900;
    font-size: 70px;
    line-height: 66px;
    text-align: center;
    color: var(--color-white);
}

.page-success-container-text {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #6ababa;
}

.page-success-container-list {
    position: relative;
    margin: 40px 0px;
}

.page-success-container-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.page-success-container-list ul li {
    border-radius: 13px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 20px 25px;
}

.page-success-container-list ul li.active {
    border: 4px solid var(--color-white);
}

.page-success-container-list ul li.active i {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.21em;
    line-height: 31px;
    text-align: center;
    color: var(--color-white);
    opacity: 0.5;
    display: block;
    font-style: normal;
}

.page-success-container-list ul li.active p {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: var(--color-white);
    display: block;
}

.page-success-container-list ul li.active span {
    font-weight: bold;
    font-size: 56px;
    line-height: 39px;
    text-align: center;
    opacity: 1;
}

.page-success-container-list ul li i,.page-success-container-list ul li p {
    display: none;
    margin: 0;
    padding: 0;
}

.page-success-container-list ul li span {
    font-weight: bold;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    color: var(--color-white);
    opacity: 0.3;
}

.page-success-container-list::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.2;
}

.page-success-container-list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.2;
}

.page-success-container-content {
    margin: 28px 0px 45px;
}

.page-success-container-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.page-success-container-content ul li span {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--color-white);
}

.page-success-container-content ul li i {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: var(--color-white);
    font-style: normal;
}

.page-success-container-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 20px;
}

.page-success-container-links-border {
    width: 313px;
    height: 61px;
    border-radius: 16px;
    border: 2px solid var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--color-white);
}

.page-success-container-links-active {
    width: 313px;
    height: 61px;
    background: var(--color-white);
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--main-color);
}

.alert-danger-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 10px;
    border-radius: 12px;
    background: #ffc7c7;
}

.alert-danger-info span {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #b24f4f;
}

/*account*/

.page-account-start-top {
    border-radius: 12px;
    background: -webkit-gradient(linear, right top, left top, from(#15a584), to(#0d536e));
    background: linear-gradient(to left, #15a584 0%, #0d536e 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 14px 17px rgba(35, 88, 87, 0.33);
    box-shadow: 0px 14px 17px rgba(35, 88, 87, 0.33);
    padding: 34px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.page-account-start-top .start {
    position: relative;
    width: 90px;
}

.page-account-start-top .start .img {
    width: 90px;
    height: 93px;
    border-radius: 25px;
    background: #298295;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-account-start-top .start .img img {
    border-radius: 20px;
    width: 66px;
}

.page-account-start-top .start .user-edit {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-account-start-top .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 90px);
}

.page-account-start-top .end i {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    color: var(--color-white);
    opacity: 0.5;
    font-style: normal;
}

.page-account-start-top .end span {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #f2f2ff;
}

.page-account-start-top .end p {
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: #cdccff;
    opacity: 0.5;
}

.page-account-start-menu {
    border-radius: 12px;
    background: var(--color-white);
    padding: 37px 40px;
}

.page-account-start-menu h3,.page-account-start-menu .h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: var(--txt-color);
    margin-bottom: 20px;
}

.page-account-start-menu ul li {
    padding: 20px 0px;
    border-top: 1px solid rgba(134, 143, 171, 0.2);
}

.page-account-start-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-account-start-menu ul li a span {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-account-start-menu ul li a img {
    opacity: 0;
}

.page-account-start-menu ul li a.active span {
    color: var(--main-color);
}

.page-account-start-menu ul li a.active img {
    opacity: 1;
}

.page-account-start-menu ul li a.passive span {
    opacity: 0.5;
}

.page-account-start-menu ul li a.passive:hover {
    opacity: 1;
}

.page-account-start-menu ul li a:hover span {
    color: var(--main-color);
}

.page-account-start-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.page-account-start-link a.button-btn {
    border-radius: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 40px;
}

.page-account-start-link a.button-btn.button-btn-main {
    background-color: #1fa09d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-account-start-link a.button-btn img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-account-end {
    border-radius: 12px;
    background: var(--color-white);
    padding: 70px 80px;
}

.page-account-end h3,.page-account-end .h3 {
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: var(--txt-color);
}

.page-account-end form label {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: var(--txt-color8);
    margin-bottom: 10px;
}

.page-account-end form input {
    height: 70px;
    border-radius: 12px;
    background: #f7f8fa;
    border: 1px solid #868fab;
    padding: 20px;
    outline: 0;
}

.page-account-end form input:focus {
    background: #f7f8fa;
    border-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal {
    z-index: 999999;
}

.modal-backdrop {
    z-index: 99999;
}

/*credi-card*/

.page-payment-start {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 62px 70px;
}

.page-payment-start h3,.page-payment-start .h3 {
    font-weight: bold;
    font-size: 44px;
    line-height: 22px;
    text-align: left;
    color: #434d4d;
    margin-bottom: 36px;
}

.page-payment-start .page-credit-card-form .form-container {
    padding: 0;
    grid-template-rows: 130px 130px 90px;
}

.page-payment-start .page-credit-card-form .form-container .field-container label {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #3e3d91;
    opacity: 1;
}

.page-payment-start .page-credit-card-form .form-container .field-container input {
    height: 65px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #3e3d91;
    outline: 0;
}

.page-payment-start .page-credit-card-form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.page-payment-start .page-credit-card-form-text span {
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #242e4c;
    opacity: 0.82;
}

.page-payment-start .page-credit-card-form-text a {
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #242e4c;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
}

.page-payment-start .page-credit-card-form-button .btn-submit {
    max-width: 480px;
}

.page-payment-bottom {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 42px 70px;
}

.page-payment-bottom h4,.page-payment-bottom .h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: #ff7560;
}

.page-payment-bottom p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #3e3d91;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.page-payment-bottom-installment .particles-checkbox {
    height: var(--cSize);
    width: var(--cSize);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px #5d6898 solid;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all var(--cTiming) var(--cEasing);
    transition: all var(--cTiming) var(--cEasing);
    margin: 2px;
}

.page-payment-bottom-installment .particles-checkbox:focus {
    outline: 0;
}

.page-payment-bottom-installment .particles-checkbox:checked {
    background-color: var(--cActive);
}

.page-payment-bottom-installment .particles-checkbox:checked::after {
    background-color: #ffffff;
    height: calc(var(--cSize) * 0.3);
    width: calc(var(--cSize) * 0.3);
}

.page-payment-bottom-installment .particles-checkbox:checked::before {
    -webkit-animation: particleAnimate var(--cTiming) var(--cEasing) forwards;
    animation: particleAnimate var(--cTiming) var(--cEasing) forwards;
}

.page-payment-bottom-installment .particles-checkbox:checked + span {
    border-color: #3e3d91;
}

.page-payment-bottom-installment .particles-checkbox::before,.page-payment-bottom-installment .particles-checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: inherit;
    height: 0px;
    width: 0px;
}

.page-payment-bottom-installment .particles-checkbox::after {
    -webkit-transition: all var(--cTiming) var(--cEasing);
    transition: all var(--cTiming) var(--cEasing);
}

.page-payment-bottom-installment .particles-checkbox::before {
    --particleSize: 4px;
    height: var(--particleSize);
    width: var(--particleSize);
    z-index: 2;
}

.page-payment-bottom-installment .particles-checkbox-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all var(--cTiming) var(--cEasing);
    transition: all var(--cTiming) var(--cEasing);
}

.page-payment-bottom-installment .particles-checkbox-container span {
    border-radius: 10px;
    padding: 0 20px;
    width: 100%;
    color: #5d6898;
    -webkit-transition: all var(--cTiming) var(--cEasing);
    transition: all var(--cTiming) var(--cEasing);
    background: #fafafa;
    border: 1px solid #c7c7d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-payment-bottom-installment .particles-checkbox-container span p {
    width: 50%;
    padding: var(--innerPaddingSize);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #434d4d;
}

.page-payment-bottom-installment .particles-checkbox-container span p:first-child {
    border-right: 1px solid #c7c7d6;
    padding-left: 45px;
}

.page-payment-bottom-installment .particles-checkbox-container span p:last-child {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #ff7560;
}

.page-payment-bottom-installment .particles-checkbox-container .particles-checkbox {
    position: absolute;
    left: var(--innerPaddingSize);
}

.page-payment-bottom-installment-top {
    margin-top: 30px;
}

.page-payment-bottom-installment-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c7c7d6;
    background: #fafafa;
    border-radius: 10px;
}

.page-payment-bottom-installment-top ul li {
    width: 50%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 68px;
}

.page-payment-bottom-installment-top ul li span {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #434d4d;
}

.page-payment-bottom-installment-top ul li:first-child {
    border-right: 1px solid #c7c7d6;
}

.page-payment-bottom-installment-top ul li:last-child {
    padding-left: 20px;
}

.page-payment-end .page-credit-card-section .content-creditcard {
    background-color: var(--color-white);
    border-radius: 22px;
}

.page-payment-end .page-credit-card-section .content-creditcard .container1 {
    margin: auto;
}

.page-payment-end .page-credit-card-section-table {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 57px 47px;
}

.page-payment-end .page-credit-card-section-table .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: #434d4d;
}

.page-payment-end .page-credit-card-section-table .table {
    border-top: 1px solid var(--header-border-color);
    margin-top: 25px;
}

.page-payment-end .page-credit-card-section-table .table ul li {
    border-bottom: 1px solid var(--header-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
}

.page-payment-end .page-credit-card-section-table .table ul li .left {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
    padding: 0;
}

.page-payment-end .page-credit-card-section-table .table ul li .right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page-payment-end .page-credit-card-section-table .table ul li .right .discounted-price {
    text-decoration: line-through;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0.1rem;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: var(--txt-color7);
    opacity: 0.7;
}

.page-payment-end .page-credit-card-section-table .table ul li .right .current-price {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    color: var(--txt-color);
}

.page-payment-end .page-credit-card-section-table .table ul li .right .discount-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: var(--main-color);
}

.page-payment-end .page-credit-card-section-table .table ul li .right .tax-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
    color: var(--txt-color);
}

.page-payment-end .page-credit-card-section-table .table-total {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-payment-end .page-credit-card-section-table .table-total-info {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    text-align: left;
    color: var(--txt-color);
}

.page-payment-end .page-credit-card-section-table .table-total-price {
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
    text-align: right;
    color: var(--txt-color);
}

.page-payment-end .page-credit-card-section-discount {
    background-color: var(--color-white);
    border-radius: 22px;
    padding: 33px 39px;
}

.page-payment-end .page-credit-card-section-discount form input {
    width: calc(100% - 118px);
    border-radius: 10px;
    background: #fff;
    border: 1px solid #3e3d91;
    outline: 0;
}

.page-payment-end .page-credit-card-section-discount form button {
    border-radius: 12px;
}

.page-payment-end .page-credit-card-section-save .form-checkbox .checkbox {
    --background: #fafafa;
    --border: #c7c7d6;
    --border-hover: #646464;
    --border-active: #646464;
    --tick: #646464;
    position: relative;
}

.page-payment-end .page-credit-card-section-save .form-checkbox .checkbox input {
    border: 1px solid var(--border);
}

.page-payment-end .page-credit-card-section-save span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #646464;
    opacity: 1;
}

.page-payment-end .page-credit-card-section-save span a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #646464;
    opacity: 1;
}

/*page-blog*/

.page-blog .nav-pills .nav-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #242e4c;
    opacity: 0.4;
}

.page-blog .nav-pills .nav-link.active {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #242e4c;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    opacity: 1;
}

.page-blog .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #1fa09d;
}

.page-blog .tab-content .blog-item {
    margin-bottom: 63px;
}

.page-blog .tab-content .blog-item-link {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.page-blog .tab-content .blog-item-link-img img {
    width: 100%;
}

.page-blog .tab-content .blog-item-link-content-top span {
    border-radius: 7px;
    background: #1fa09d;
    display: inline-block;
    padding: 4px 11px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #fff;
}

.page-blog .tab-content .blog-item-link-content-top i {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #242e4c;
    font-style: normal;
}

.page-blog .tab-content .blog-item-link-content-title h3,.page-blog .tab-content .blog-item-link-content-title .h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #242e4c;
    margin: 0;
    padding: 0;
}

.page-blog .tab-content .blog-item-link-content-text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #242e4c;
}

.page-blog-detay-text h1,.page-blog-detay-text .h1 {
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: #2f4b4b;
    margin: 28px 0;
    padding: 0;
}

.page-blog-detay-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
    color: #868fab;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/*Responsive*/

@media only screen and (max-width: 1600px) {
    .fixed-info-content-title h4,  .fixed-info-content-title .h4 {
        font-size: 25px;
    }

    .fixed-info-content-user .item:nth-child(3) {
        display: none;
    }

    .home-banner-center-swiper .swiper-slide-item-title {
        font-size: 40px;
        line-height: 52px;
    }

    .home-banner-center-form {
        width: 387px;
    }

    .home-banner-center-form-title {
        font-size: 36px;
        line-height: 45px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 22%;
    }

    .home-comment-container-nav-tabs .comments-position {
        left: -32%;
    }

    .home-comment-container-content .tab-content-title {
        width: 80%;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 115px;
        overflow: hidden;
    }

    .page-lesson-basket-item .start .user-pserson::after {
        bottom: -9px;
    }

    .page-lesson-basket-item .end .countdown-container ul li span {
        font-size: 25px;
    }

    .page-lesson-basket-item .end .countdown-container ul li p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1440px) {
    .fixed-info {
        padding: 18px 20px;
    }

    .fixed-info-content-title h4,  .fixed-info-content-title .h4 {
        font-size: 20px;
    }

    .navbar-bg-app .btn-app {
        padding: 0px 25px;
    }

    .navbar-bg-search {
        padding: 0px 25px;
    }

    .navbar-bg-link {
        padding: 0px 25px;
    }

    .navbar-bg-menu .menu-btn {
        padding: 52px 30px;
    }

    .navbar-bg-lang .lang-btn {
        padding: 52px 30px;
    }

    .home-banner-start {
        width: 91px;
    }

    .home-banner-center {
        width: calc(100% - 170px);
    }

    .home-banner-center-form {
        margin-top: 0;
    }

    .home-banner-end {
        width: 79px;
    }

    .home-banner-end-list-item-link img {
        width: 70px;
        height: 70px;
    }

    .home-about-us-left-item-counter .title .text {
        font-size: 50px;
    }

    .home-about-us-left-item-content {
        width: 80%;
    }

    .home-steps-content-sss .accordion-item {
        padding: 15px 0;
    }

    .home-comment-container-nav-tabs {
        padding-left: 17%;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link {
        padding: 50px 30px 50px 110px;
    }

    .home-contact-customer-item .icon img {
        width: 60px;
    }

    .home-contact-customer-item .title span {
        font-size: 24px;
    }

    .footer-bg-item-social li a {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -9px;
    }

    .page-lesson-list-item-bottom {
        gap: 10px;
    }

    .page-lesson-list-item-bottom .price-item .price {
        font-size: 22px;
    }

    .page-lesson-detail-fix .patern-svg {
        position: absolute;
        right: -23%;
        top: 0;
        z-index: 1;
    }

    .page-lesson-detail-section .step-bg-container {
        top: 10%;
    }

    .page-lesson-detail-section-item .step-item-border {
        left: -9.3%;
    }

    .page-lesson-detail-center-item .info li:nth-child(odd)::after {
        right: 19%;
    }

    .page-lesson-read-list-detay-exam-right .item {
        padding: 27px 15px;
    }

    .page-lesson-read-list-detay-exam-right .item .start span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-lesson-read-list-detay-exam-right .item .end .end-item span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-lesson-read-list-detay-exam-right .item .end .end-item i {
        letter-spacing: 0;
    }

    .page-static-container {
        padding: 0px 6%;
    }

    .page-static-start {
        width: 92px;
    }

    .page-static-center {
        width: calc(100% - 172px);
        margin-left: 92px;
    }

    .page-static-end {
        width: 80px;
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-info-content-user .item:nth-child(2) {
        display: none;
    }

    .home-banner-center-form {
        width: 370px;
    }

    .home-banner-center-form .path1 {
        display: none;
    }

    .home-banner-center-form-title {
        font-size: 34px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 12%;
    }

    .home-comment-container-nav-tabs .comments-position {
        height: 68vh;
        top: -3%;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide {
        padding: 25px 15px;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .title {
        font-size: 17px;
    }

    .page-teacher-content-btn-list {
        gap: 5px;
    }

    .page-account-end {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-bg-app .btn-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-bg-app .btn-app .icon {
        width: 50px;
        height: 50px;
    }

    .navbar-bg-app .btn-app .icon svg {
        width: 16px;
        height: 16px;
    }

    .navbar-bg-app .sub-menu-list-item-link .img {
        width: 60px;
        height: 60px;
    }

    .navbar-bg-app .sub-menu-list-item-link .img img {
        width: 30px;
        height: 30px;
    }

    .navbar-bg-search .search-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .navbar-bg-logo img {
        width: 200px;
    }

    .home-banner-center-form {
        width: 355px;
        margin-left: -50%;
    }

    .home-banner-center-form-title {
        font-size: 32px;
    }

    .home-banner-center-form .path2 {
        left: -39%;
    }

    .home-banner-center-swiper .swiper-slide-item-title {
        font-size: 32px;
        line-height: 41px;
    }

    .home-banner-path1 {
        display: none;
    }

    .home-banner-path2 {
        display: none;
    }

    .home-about-us-left-item-counter .title .text {
        font-size: 42px;
    }

    .home-about-us-right .info-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-title {
        font-size: 32px;
    }

    .home-steps-content {
        width: 90%;
        padding: 70px 0;
    }

    .home-steps-content-sss .accordion-item .accordion-header .accordion-button span {
        font-size: 25px;
    }

    .home-steps-content-sss .accordion-item .accordion-header .accordion-button.collapsed span {
        font-size: 25px;
    }

    .home-steps-lesson {
        padding: 70px 3% 70px 25px;
    }

    .home-steps-lesson-title h3,  .home-steps-lesson-title .h3 {
        font-size: 32px;
    }

    .home-steps .sss-img {
        display: none;
    }

    .home-comment-container-nav-tabs .comments-position {
        height: 63vh;
        top: 0;
        left: -48%;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .title {
        font-size: 28px;
    }

    .home-comment-container-content .tab-content-title {
        width: 95%;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-img .img img {
        width: 50px;
        height: 50px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-img span {
        font-size: 12px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .title {
        font-size: 14px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-date {
        font-size: 11px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-content {
        font-size: 13px;
        line-height: 19px;
    }

    .home-free-lesson-img .img .info {
        top: 5%;
    }

    .home-free-lesson-title .subtitle {
        font-size: 32px;
    }

    .home-contact-form {
        margin: 30px 0px;
    }

    .home-contact-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
    }

    .home-contact-form form .form-row {
        margin-bottom: 20px;
        width: 100%;
    }

    .home-contact-form form .form-row input {
        border-bottom: 1px solid var(--header-border-color) !important;
    }

    .home-contact-customer-item .title span {
        font-size: 18px;
    }

    .footer-kvkk-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bg {
        padding: 60px 50px 60px 50px;
    }

    .footer-bg-bottom-link {
        font-size: 11px;
    }

    .page-lesson-search-start {
        width: 80%;
        gap: 15px;
    }

    .page-lesson-search-start-item {
        width: 30%;
    }

    .page-lesson-search-start-item span {
        font-size: 18px;
    }

    .page-lesson-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start !important;
        -ms-flex-align: self-start !important;
        align-items: self-start !important;
        margin-bottom: 25px;
    }

    .page-lesson-info-content {
        width: 90%;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 140px;
    }

    .page-lesson-basket-item .end {
        width: 100%;
    }

    .page-lesson-basket-item-process {
        padding: 20px 15px;
    }

    .page-lesson-students-bottom-item {
        width: 48%;
    }

    .page-lesson-detail-fix .patern-svg {
        display: none;
        right: -27%;
    }

    .page-lesson-detail-section .step-bg-container {
        display: none;
    }

    .page-lesson-detail-section .certificate-bottom {
        padding: 30px 10px;
    }

    .page-lesson-detail-section .step-item {
        display: none;
    }

    .page-lesson-read-list-item .start .img {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-item .start .img img {
        width: 15px;
    }

    .page-lesson-read-list-item .start .title {
        width: calc(100% - 50px);
    }

    .page-lesson-read-list-item .start .title .text h5,  .page-lesson-read-list-item .start .title .text .h5 {
        font-size: 22px;
    }

    .page-lesson-read-list-item .start .title .progress-item {
        width: 90%;
    }

    .page-lesson-read-list-item .end .item.item-level span {
        font-size: 30px;
    }

    .page-lesson-read-list-item .end .item.item-words span {
        font-size: 30px;
    }

    .modal.register-modal-bg .modal-lg {
        --bs-modal-width: 90%;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 62px;
    }

    .page-pagination span {
        display: none;
    }

    .select-dropdown-bg {
        width: 220px;
    }

    .page-payment-start {
        padding: 30px 20px;
    }

    .page-payment-start h3,  .page-payment-start .h3 {
        font-size: 25px;
    }

    .page-payment-end .page-credit-card-section .content-creditcard .container1 {
        max-height: 212px;
    }

    .page-payment-end .page-credit-card-section-table {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section-discount {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section-discount form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-payment-end .page-credit-card-section-discount form input {
        width: 100%;
    }

    .page-payment-end .page-credit-card-section-discount form button {
        width: 100%;
    }

    .page-payment-bottom {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .page-info .container .d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 30px;
    }

    .page-info-status-item .btn-prev {
        display: none !important;
    }

    .page-lesson-top h1,  .page-lesson-top .h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0;
    }

    .page-lesson-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        height: auto;
        padding: 20px;
    }

    .page-lesson-search-start {
        width: 100%;
    }

    .page-lesson-search-start-item {
        width: 33%;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -20px;
    }

    .page-lesson-basket {
        margin-top: 20px;
    }

    .page-lesson-basket-item.d-flex.flex-column {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-basket-item .end .countdown-container {
        width: 45%;
        margin: auto;
    }

    .page-lesson-basket-item .end .countdown-container ul li::after {
        right: -30px !important;
    }

    .page-lesson-nav .nav-pills .nav-item .nav-link {
        height: 100px;
    }

    .page-lesson-read-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 30px;
    }

    .navbar-bg-app {
        display: none !important;
    }

    .navbar-bg-search {
        display: none !important;
    }

    .navbar-bg-link {
        padding-left: 0;
        gap: 0;
        margin-left: 0 !important;
        border: none;
    }

    .navbar-bg-link a:first-child {
        display: none;
    }

    .navbar-bg-link .button-btn.button-btn-main:last-child {
        padding: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-bg-link .button-btn.button-btn-main:last-child svg {
        width: 20px;
        fill: #fff;
    }

    .navbar-bg-lang {
        display: none !important;
    }

    .home-banner {
        height: auto;
    }

    .home-banner-start {
        border: none;
    }

    .home-banner-start .banner-swiper-pagination {
        display: none !important;
    }

    .home-banner-start-nav div {
        border: none;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        position: absolute;
        left: 40px;
        top: 20%;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        position: absolute;
        right: 40px;
        top: 20%;
    }

    .home-banner-end {
        display: none !important;
    }

    .home-banner-center-form {
        margin-left: 0;
        margin: 50px auto 0;
    }

    .home-banner-center-form .path1 {
        display: block;
        right: -50%;
    }

    .home-about-us-right {
        padding-left: 0;
    }

    .home-about-us-left {
        border: none;
    }

    .home-steps .sss-img {
        display: block;
        left: auto;
        right: 0;
        bottom: auto;
        top: 44%;
    }

    .home-free-lesson-img {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .home-free-lesson-img .img .info {
        top: -25%;
        left: auto;
        right: 5%;
    }

    .home-comment .path-comments {
        display: none;
    }

    .home-comment-container-nav {
        margin-bottom: 50px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 0;
    }

    .home-comment-container-nav-tabs .comments-position {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        gap: 20px;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link {
        padding: 0;
        border-radius: 0px !important;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link img {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .title {
        color: var(--txt-color4);
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .text {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .arrow-active {
        display: none;
    }

    .home-comment-container-content .tab-content .tab-content-title {
        padding-left: 0;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper {
        padding: 2% 0%;
    }

    .footer-kvkk-list li {
        margin-bottom: 15px;
    }

    .footer-kvkk-copyright {
        text-align: center;
    }

    .page-lesson {
        overflow: hidden;
    }

    .page-lesson-detail-center-item .info li::after {
        right: 30%;
    }

    .page-lesson-read-nav-item a .img {
        width: 65px;
        height: 65px;
    }

    .page-lesson-read-nav-item ul li a {
        padding: 20px 15px;
    }

    .page-lesson-read-list-tabs .nav-pills {
        padding: 17px 50px;
        gap: 10px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul {
        gap: 50px;
    }

    .page-lesson-read-list-tabs2 .page-lesson-read-list-content {
        padding: 15px 20px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item {
        gap: 10px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-name {
        text-align: left;
    }

    .page-lesson-read-list-detay-exam-right .item {
        width: 48%;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg {
        gap: 20px;
    }

    .page-lesson-read-bg {
        height: auto;
    }

    .modal-body-register {
        padding-bottom: 0;
    }

    .modal-body-register-img {
        display: none;
    }

    .modal-body-register-radio .btn-switch {
        width: 53%;
    }

    .page-static-container {
        padding: 0px 5%;
    }

    .page-static-start {
        display: none;
    }

    .page-static-center {
        width: 100%;
        margin-left: 0;
    }

    .page-static-end {
        display: none !important;
    }

    .page-success-container {
        padding: 45px 15px;
    }

    .page-success-container-title {
        font-size: 30px;
        line-height: 46px;
    }

    .page-success-container-text {
        font-size: 16px;
    }

    .page-success-container-list {
        position: relative;
    }

    .page-success-container-list ul {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-success-container-links-border {
        width: 250px;
    }

    .page-account-start-top,  .page-account-start-menu {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section .content-creditcard {
        display: none;
    }

    .page-blog .nav-pills {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .page-blog .nav-pills .nav-item {
        white-space: nowrap;
    }

    .page-static-container .page-static-breadcrumb ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .page-static-container .page-static-breadcrumb ul li {
        white-space: nowrap;
    }

    .page-blog-detay-text h1,  .page-blog-detay-text .h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .page-info-cat {
        gap: 0px;
    }

    .page-info-cat-item {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .page-info-cat-item.center {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .page-info-user {
        gap: 10px;
    }

    .page-info-user-img {
        width: 70px;
        height: 70px;
    }

    .page-info-user-img img {
        width: 40px;
    }

    .page-info-status {
        width: 100%;
    }

    .page-info-status-item label {
        font-size: 35px;
    }

    .page-info-status-item-bottom li i {
        width: 10px;
        height: 10px;
    }

    .page-info-status-item-bottom li span {
        font-size: 10px;
    }

    .page-filter-cat-item a {
        gap: 10px;
    }

    .page-filter-cat-item a .icon {
        width: 48px;
        height: 48px;
    }

    .page-filter-cat-item a .icon img {
        width: 24px;
        height: 24px;
    }

    .page-filter-cat-item a .text {
        font-size: 12px;
        line-height: 18px;
    }

    .page-lesson-search-start {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-search-start-item {
        width: 100%;
    }

    .page-lesson-search-end {
        width: 100%;
    }

    .page-lesson-search-end button {
        width: 100%;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -50px;
    }

    .page-lesson-list-item-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-lesson-top .select-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .page-lesson-teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-teacher .start {
        width: 100%;
    }

    .page-lesson-teacher .end {
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 15px;
    }

    .page-lesson-nav .tab-content .tab-pane {
        padding: 30px 20px;
    }

    .page-lesson-basket-item .price .current-price {
        font-size: 34px;
        line-height: 25px;
    }

    .page-lesson-read-list-tabs .nav-pills {
        padding: 17px 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top::after {
        left: 10px;
        width: calc(100% - 20px);
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start {
        width: 50px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start span {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center {
        width: calc(100% - 110px);
        padding: 0px 15px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center span {
        line-height: 16px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .end {
        width: 60px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom {
        padding-left: 0;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li {
        gap: 10px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .text {
        font-size: 14px;
    }

    .page-teacher-content-top .start img {
        width: 70px;
    }

    .page-teacher-content-btn-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .page-teacher-content-btn-list-item {
        width: 47%;
    }

    .page-teacher-content .end .title {
        font-size: 28px;
        line-height: 30px;
    }

    .page-teacher-detail-item-content .comments-item .top .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    .page-teacher-detail-item-content .video-list-item {
        width: 47%;
    }

    .home-banner-start {
        width: 0;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        left: 20px;
        z-index: 9;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        right: 20px;
        z-index: 9;
    }

    .home-banner-center {
        padding: 100px 30px 50px 30px;
        width: 100%;
    }

    .home-banner-center-form {
        margin: 120px auto 0;
    }

    .home-banner-center-form .path2 {
        top: -19% !important;
        left: -26% !important;
    }

    .home-banner-center-form .path2 img {
        width: 220px;
    }

    .home-banner-center-form .path1 {
        top: -23%;
        left: 12%;
        right: auto;
    }

    .home-banner-center-form .path1 img {
        width: 230px;
    }

    .home-banner-center-form .path1:hover {
        top: -23%;
    }

    .home-banner-center-form .path3 {
        right: -24%;
        left: auto;
        top: -21%;
    }

    .home-banner-center-form .path3:hover {
        top: -21%;
    }

    .home-banner-center-swiper .swiper-slide-item-img {
        text-align: center;
    }

    .home-banner-end {
        width: 0;
    }

    .home-steps-content {
        width: 100%;
    }

    .home-steps .sss-img {
        height: 26vh;
        right: -10%;
    }

    .footer-bg-item-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bg-item-txt span,  .footer-bg-item-txt i {
        margin-bottom: 10px;
    }

    .footer-bg-item-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bg-bottom {
        border: none;
        text-align: left !important;
    }

    .home-steps-lesson-date .item {
        padding: 10px;
    }

    .home-steps-lesson-date .item p {
        font-size: 23px;
    }

    .home-contact-customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 20px;
    }

    .home-contact-customer-item {
        width: 100%;
        border: none !important;
    }

    .home-comment-container {
        padding: 0px 15px;
    }

    .home-comment-container-content .swiper-slide {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .home-comment-container-content .swiper-slide-user-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0px !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80% !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        padding-left: 20px;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title .user-date {
        margin: 0 !important;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title .list i:first-child {
        margin-left: 0;
    }

    .home-comment-container-content .swiper-slide-user .swiper-slide-content {
        margin-left: 0 !important;
    }

    .page-lesson-detail-fix {
        width: 100%;
    }

    .page-lesson-detail-section-item {
        padding: 30px 25px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .start {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 5px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .end {
        margin-top: 15px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .end .links li {
        margin-left: 0;
        margin-right: 10px;
    }

    .page-lesson-detail-section-item .content h3,  .page-lesson-detail-section-item .content .h3 {
        font-size: 20px;
    }

    .page-lesson-detail-section-item .content-title h4,  .page-lesson-detail-section-item .content-title .h4 {
        font-size: 20px;
    }

    .page-lesson-detail-section-item .section-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-detail-section-item .section-item .item {
        gap: 10px;
    }

    .page-lesson-detail-section-item .section-item .item p {
        width: calc(100% - 60px);
    }

    .page-lesson-detail-section-item .section-item a,  .page-lesson-detail-section-item .section-item span {
        margin-top: 10px;
    }

    .page-lesson-detail-section-item .lesson-title {
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        top: -4%;
    }

    .page-lesson-detail-section-item .lesson-title h3,  .page-lesson-detail-section-item .lesson-title .h3,  .page-lesson-detail-section-item .lesson-title p {
        font-size: 18px;
    }

    .page-lesson-detail-section .info-success {
        padding: 0px 25px;
    }

    .page-lesson-detail-section .info-success span {
        font-size: 19px;
    }

    .page-lesson-detail-section .alert-info {
        padding-left: 25px;
    }

    .page-lesson-detail-section .alert-info span {
        line-height: 16px;
    }

    .page-lesson-detail-section .certificate-bottom .start img {
        width: 60px;
    }

    .page-lesson-detail-section .certificate-bottom .end span {
        font-size: 25px;
    }

    .page-lesson-detail-section .certificate-bottom .end h5,  .page-lesson-detail-section .certificate-bottom .end .h5 {
        font-size: 20px;
    }

    .page-lesson-detail-start-top .content {
        padding-left: 15px;
    }

    .page-lesson-detail-start-top .content h2,  .page-lesson-detail-start-top .content .h2 {
        font-size: 25px;
    }

    .page-lesson-detail-center {
        padding: 30px 15px;
    }

    .page-lesson-detail-center-item .info li {
        width: 50%;
        margin-bottom: 20px;
    }

    .page-lesson-read-list-item .start {
        gap: 10px;
    }

    .page-lesson-read-list-item .start .img {
        width: 40px;
        height: 40px;
    }

    .page-lesson-read-list-item .start .title {
        width: calc(100% - 40px);
    }

    .page-lesson-read-list-content {
        padding: 25px 15px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .img {
        display: none;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .text h5,  .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .text .h5 {
        font-size: 25px;
        line-height: 28px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .txt p {
        font-size: 25px;
        line-height: 28px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-name {
        font-size: 25px;
    }

    .page-lesson-read-list-detay-exam-right {
        padding-top: 10px;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg .item {
        width: 100%;
        margin-bottom: 0;
    }

    .page-lesson-read-list-detay-exam-right .info {
        margin-top: 15px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start {
        width: 50px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start span {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text1 p,  .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text3 p {
        font-size: 16px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .sound audio {
        width: 100%;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li {
        width: 100%;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
        padding: 5px;
        gap: 10px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label p {
        font-size: 16px;
    }

    .page-lesson-read-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        margin-bottom: 50px;
    }

    .page-lesson-read-nav-item a .img {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-nav-item a .img img {
        width: 15px;
    }

    .page-lesson-read-nav-item a span {
        font-size: 14px;
    }

    .page-lesson-read-nav-item ul li a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .page-info-title h2,  .page-info-title .h2 {
        font-size: 20px;
        line-height: 6px;
    }

    .page-info .btn-prev {
        padding: 5px 10px;
        font-size: 11px;
    }

    .page-info .btn-prev img {
        width: 10px;
    }

    .modal-body-login {
        padding: 15px 10px;
    }

    .modal-body-login h4,  .modal-body-login .h4 {
        font-size: 30px;
    }

    .modal-body-register {
        padding: 15px 10px 0px 10px;
    }

    .modal-body-register-title h4,  .modal-body-register-title .h4 {
        font-size: 25px;
    }

    .modal-body-register-title h5,  .modal-body-register-title .h5 {
        font-size: 30px;
    }

    .modal-body-register-radio .btn-switch {
        width: 100%;
    }

    .modal-body-register-radio .btn-switch .btn-switch__label {
        font-size: 16px;
    }

    .modal-body-register-radio .btn-switch .btn-switch__label_no:after {
        height: 39px;
    }

    .modal-body-register-radio .btn-switch .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
        left: 64%;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 50px;
        height: 50px;
        padding: 21px;
    }

    .page-pagination span {
        display: none;
    }

    .page-pagination .center ul {
        gap: 10px !important;
    }

    .page-pagination .center ul li a {
        width: 50px;
        height: 50px;
    }

    .accordion-content .accordion__title {
        height: auto;
        line-height: 19px;
        padding: 10px 50px 10px 20px;
    }

    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
    }

    .sidebar-menu-content-top {
        height: 80px;
        padding: 0px 20px;
    }

    .sidebar-menu-content-top span {
        font-size: 18px;
    }

    .sidebar-menu-content-center {
        padding-top: 20px;
        height: calc(100vh - 180px);
    }

    .sidebar-menu-content-center ul li a {
        padding: 12px 15px 12px 20px;
    }

    .sidebar-menu-content-center ul li ul li a {
        padding: 10px 15px 10px 20px;
    }

    .sidebar-menu-content-center ul li:not(:last-child) {
        border-bottom: 1px solid var(--header-border-color);
    }

    .sidebar-menu-content-center ul li:not(:last-child) ul li {
        border: none;
    }

    .sidebar-menu-content-bottom {
        padding: 0 20px;
        height: 80px;
    }

    .sidebar-menu-content-bottom p {
        display: none;
    }

    .sidebar-menu-content-bottom a {
        display: block;
        font-size: 20px;
    }

    .page-calculating-bg-text {
        font-size: 20px;
        margin-top: 100px;
    }

    .page-calculating-bg-title {
        font-size: 24px;
    }

    .page-success-container-list ul li.active {
        border: 4px solid var(--color-white);
        width: 100%;
    }

    .page-success-container-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-success-container-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-success-container-links-border {
        width: 90%;
        font-size: 16px;
    }

    .page-success-container-links-active {
        width: 90%;
        font-size: 16px;
    }

    .page-account-start-top .end i {
        font-size: 15px;
        line-height: 28px;
    }

    .page-account-start-top .end span {
        font-size: 18px;
    }

    .page-account-end form .button-btn {
        width: 100%;
    }

    .page-payment-bottom-installment-top ul li {
        height: 50px;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-payment-bottom-installment .particles-checkbox-container span {
        padding: 0px 5px;
    }

    .page-payment-bottom-installment .particles-checkbox-container .particles-checkbox {
        left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .page-info-user-title span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-info-user-title p {
        margin-top: 5px;
    }

    .page-filter-search form {
        padding: 10px 12px;
    }

    .page-filter-search form input {
        width: 70%;
    }

    .page-filter-search form button {
        padding: 15px 33px;
    }

    .page-filter-cat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-filter-cat-item {
        width: 100%;
    }

    .page-lesson-search-start-item {
        margin: 10px 0;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -20px;
    }

    .page-lesson-top h1,  .page-lesson-top .h1 {
        font-size: 23px;
        line-height: 25px;
        margin: 0;
    }

    .page-lesson-top p {
        font-size: 14px;
        line-height: 20px;
    }

    .page-lesson-info-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-lesson-info-item {
        width: 48%;
        margin-bottom: 12px;
    }

    .page-lesson .fix-title {
        top: -25px;
        font-size: 40px;
    }

    .page-lesson-students {
        padding: 40px 15px;
    }

    .page-lesson-students-top h4,  .page-lesson-students-top .h4 {
        font-size: 25px;
        line-height: 27px;
    }

    .page-lesson-students-bottom-item {
        padding: 15px 10px 25px;
        width: 47%;
    }

    .page-lesson-students-bottom-item .img img {
        width: 70px;
    }

    .page-lesson-students-bottom-item .text .title {
        font-size: 18px;
        line-height: 20px;
    }

    .page-lesson-students-bottom-item .text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-students-bottom-item .text ul li {
        line-height: 14px;
    }

    .page-lesson-students-bottom-item .text ul li::after {
        display: none;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 100px;
        height: 100px;
        font-size: 14px;
    }

    .page-lesson-basket-item .start .user-pserson::after {
        bottom: -13px;
    }

    .page-lesson-basket-item .end .countdown-container {
        width: 86%;
    }

    .home-title {
        font-size: 28px;
    }

    .navbar-bg-menu .menu-btn {
        padding: 20px;
    }

    .navbar-bg-logo img {
        width: 130px;
    }

    .home-banner-center {
        padding: 50px 0 50px;
        width: 100%;
        overflow: hidden;
    }

    .home-banner-center .row > * {
        padding-right: 0;
    }

    .home-banner-center-form {
        width: 300px;
        padding: 40px 15px;
    }

    .home-banner-center .swiper-slide-item {
        padding: 0px 20px;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        top: 9%;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        top: 9%;
    }

    .home-about-us-right .info-list-item {
        width: 45%;
    }

    .home-steps .sss-img {
        right: -100px;
        top: 41%;
    }

    .home-steps-lesson {
        overflow: hidden;
    }

    .home-steps-lesson-user {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-contact-form form {
        width: 100%;
    }

    .navbar,  .home-banner,  .home-about-us,  .home-steps,  .home-free-lesson,  .home-comment {
        overflow: hidden;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 30px;
        height: 30px;
        padding: 11px;
    }

    .page-pagination span {
        display: none;
    }

    .page-pagination .center ul {
        gap: 10px !important;
    }

    .page-pagination .center ul li a {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .page-static-content h1,  .page-static-content .h1 {
        font-size: 26px;
    }

    .page-payment-start h3,  .page-payment-start .h3 {
        font-size: 21px;
    }

    .page-payment-start .page-credit-card-form .form-container {
        grid-template-rows: 95px 95px 90px;
    }

    .page-payment-start .page-credit-card-form .form-container .field-container input {
        height: 48px;
    }

    .page-payment-start .page-credit-card-form .form-container .field-container label {
        font-size: 14px;
    }

    .page-payment-start .page-credit-card-form-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
    }

    .page-payment-bottom h4,  .page-payment-bottom .h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1600px) {
    .fixed-info-content-title h4 {
        font-size: 25px;
    }

    .fixed-info-content-user .item:nth-child(3) {
        display: none;
    }

    .home-banner-center-swiper .swiper-slide-item-title {
        font-size: 40px;
        line-height: 52px;
    }

    .home-banner-center-form {
        width: 387px;
    }

    .home-banner-center-form-title {
        font-size: 36px;
        line-height: 45px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 22%;
    }

    .home-comment-container-nav-tabs .comments-position {
        left: -32%;
    }

    .home-comment-container-content .tab-content-title {
        width: 80%;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 115px;
        overflow: hidden;
    }

    .page-lesson-basket-item .start .user-pserson::after {
        bottom: -9px;
    }

    .page-lesson-basket-item .end .countdown-container ul li span {
        font-size: 25px;
    }

    .page-lesson-basket-item .end .countdown-container ul li p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1440px) {
    .fixed-info {
        padding: 18px 20px;
    }

    .fixed-info-content-title h4 {
        font-size: 20px;
    }

    .navbar-bg-app .btn-app {
        padding: 0px 25px;
    }

    .navbar-bg-search {
        padding: 0px 25px;
    }

    .navbar-bg-link {
        padding: 0px 25px;
    }

    .navbar-bg-menu .menu-btn {
        padding: 52px 30px;
    }

    .navbar-bg-lang .lang-btn {
        padding: 52px 30px;
    }

    .home-banner-start {
        width: 91px;
    }

    .home-banner-center {
        width: calc(100% - 170px);
    }

    .home-banner-center-form {
        margin-top: 0;
    }

    .home-banner-end {
        width: 79px;
    }

    .home-banner-end-list-item-link img {
        width: 70px;
        height: 70px;
    }

    .home-about-us-left-item-counter .title .text {
        font-size: 50px;
    }

    .home-about-us-left-item-content {
        width: 80%;
    }

    .home-steps-content-sss .accordion-item {
        padding: 15px 0;
    }

    .home-comment-container-nav-tabs {
        padding-left: 17%;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link {
        padding: 50px 30px 50px 110px;
    }

    .home-contact-customer-item .icon img {
        width: 60px;
    }

    .home-contact-customer-item .title span {
        font-size: 24px;
    }

    .footer-bg-item-social li a {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -9px;
    }

    .page-lesson-list-item-bottom {
        gap: 10px;
    }

    .page-lesson-list-item-bottom .price-item .price {
        font-size: 22px;
    }

    .page-lesson-detail-fix .patern-svg {
        position: absolute;
        right: -23%;
        top: 0;
        z-index: 1;
    }

    .page-lesson-detail-section .step-bg-container {
        top: 10%;
    }

    .page-lesson-detail-section-item .step-item-border {
        left: -9.3%;
    }

    .page-lesson-detail-center-item .info li:nth-child(odd)::after {
        right: 19%;
    }

    .page-lesson-read-list-detay-exam-right .item {
        padding: 27px 15px;
    }

    .page-lesson-read-list-detay-exam-right .item .start span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-lesson-read-list-detay-exam-right .item .end .end-item span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-lesson-read-list-detay-exam-right .item .end .end-item i {
        letter-spacing: 0;
    }

    .page-static-container {
        padding: 0px 6%;
    }

    .page-static-start {
        width: 92px;
    }

    .page-static-center {
        width: calc(100% - 172px);
        margin-left: 92px;
    }

    .page-static-end {
        width: 80px;
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-info-content-user .item:nth-child(2) {
        display: none;
    }

    .home-banner-center-form {
        width: 370px;
    }

    .home-banner-center-form .path1 {
        display: none;
    }

    .home-banner-center-form-title {
        font-size: 34px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 12%;
    }

    .home-comment-container-nav-tabs .comments-position {
        height: 68vh;
        top: -3%;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide {
        padding: 25px 15px;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .title {
        font-size: 17px;
    }

    .page-teacher-content-btn-list {
        gap: 5px;
    }

    .page-account-end {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-bg-app .btn-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-bg-app .btn-app .icon {
        width: 50px;
        height: 50px;
    }

    .navbar-bg-app .btn-app .icon svg {
        width: 16px;
        height: 16px;
    }

    .navbar-bg-app .sub-menu-list-item-link .img {
        width: 60px;
        height: 60px;
    }

    .navbar-bg-app .sub-menu-list-item-link .img img {
        width: 30px;
        height: 30px;
    }

    .navbar-bg-search .search-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .navbar-bg-logo img {
        width: 200px;
    }

    .home-banner-center-form {
        width: 355px;
        margin-left: -50%;
    }

    .home-banner-center-form-title {
        font-size: 32px;
    }

    .home-banner-center-form .path2 {
        left: -39%;
    }

    .home-banner-center-swiper .swiper-slide-item-title {
        font-size: 32px;
        line-height: 41px;
    }

    .home-banner-path1 {
        display: none;
    }

    .home-banner-path2 {
        display: none;
    }

    .home-about-us-left-item-counter .title .text {
        font-size: 42px;
    }

    .home-about-us-right .info-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-title {
        font-size: 32px;
    }

    .home-steps-content {
        width: 90%;
        padding: 70px 0;
    }

    .home-steps-content-sss .accordion-item .accordion-header .accordion-button span {
        font-size: 25px;
    }

    .home-steps-content-sss .accordion-item .accordion-header .accordion-button.collapsed span {
        font-size: 25px;
    }

    .home-steps-lesson {
        padding: 70px 3% 70px 25px;
    }

    .home-steps-lesson-title h3 {
        font-size: 32px;
    }

    .home-steps .sss-img {
        display: none;
    }

    .home-comment-container-nav-tabs .comments-position {
        height: 63vh;
        top: 0;
        left: -48%;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .title {
        font-size: 28px;
    }

    .home-comment-container-content .tab-content-title {
        width: 95%;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-img .img img {
        width: 50px;
        height: 50px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-img span {
        font-size: 12px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-title .title {
        font-size: 14px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-user-top .user-date {
        font-size: 11px;
    }

    .home-comment-container-content .tab-content .tab-content-swiper .commentsSwiper .swiper-slide-content {
        font-size: 13px;
        line-height: 19px;
    }

    .home-free-lesson-img .img .info {
        top: 5%;
    }

    .home-free-lesson-title .subtitle {
        font-size: 32px;
    }

    .home-contact-form {
        margin: 30px 0px;
    }

    .home-contact-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
    }

    .home-contact-form form .form-row {
        margin-bottom: 20px;
        width: 100%;
    }

    .home-contact-form form .form-row input {
        border-bottom: 1px solid var(--header-border-color) !important;
    }

    .home-contact-customer-item .title span {
        font-size: 18px;
    }

    .footer-kvkk-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bg {
        padding: 60px 50px 60px 50px;
    }

    .footer-bg-bottom-link {
        font-size: 11px;
    }

    .page-lesson-search-start {
        width: 80%;
        gap: 15px;
    }

    .page-lesson-search-start-item {
        width: 30%;
    }

    .page-lesson-search-start-item span {
        font-size: 18px;
    }

    .page-lesson-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start !important;
        -ms-flex-align: self-start !important;
        align-items: self-start !important;
        margin-bottom: 25px;
    }

    .page-lesson-info-content {
        width: 90%;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 140px;
    }

    .page-lesson-basket-item .end {
        width: 100%;
    }

    .page-lesson-basket-item-process {
        padding: 20px 15px;
    }

    .page-lesson-students-bottom-item {
        width: 48%;
    }

    .page-lesson-detail-fix .patern-svg {
        display: none;
        right: -27%;
    }

    .page-lesson-detail-section .step-bg-container {
        display: none;
    }

    .page-lesson-detail-section .certificate-bottom {
        padding: 30px 10px;
    }

    .page-lesson-detail-section .step-item {
        display: none;
    }

    .page-lesson-read-list-item .start .img {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-item .start .img img {
        width: 15px;
    }

    .page-lesson-read-list-item .start .title {
        width: calc(100% - 50px);
    }

    .page-lesson-read-list-item .start .title .text h5 {
        font-size: 22px;
    }

    .page-lesson-read-list-item .start .title .progress-item {
        width: 90%;
    }

    .page-lesson-read-list-item .end .item.item-level span {
        font-size: 30px;
    }

    .page-lesson-read-list-item .end .item.item-words span {
        font-size: 30px;
    }

    .modal.register-modal-bg .modal-lg {
        --bs-modal-width: 90%;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 62px;
    }

    .page-pagination span {
        display: none;
    }

    .select-dropdown-bg {
        width: 220px;
    }

    .page-payment-start {
        padding: 30px 20px;
    }

    .page-payment-start h3 {
        font-size: 25px;
    }

    .page-payment-end .page-credit-card-section .content-creditcard .container1 {
        max-height: 212px;
    }

    .page-payment-end .page-credit-card-section-table {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section-discount {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section-discount form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-payment-end .page-credit-card-section-discount form input {
        width: 100%;
    }

    .page-payment-end .page-credit-card-section-discount form button {
        width: 100%;
    }

    .page-payment-bottom {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .page-info .container .d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 30px;
    }

    .page-info-status-item .btn-prev {
        display: none !important;
    }

    .page-lesson-top h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0;
    }

    .page-lesson-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        height: auto;
        padding: 20px;
    }

    .page-lesson-search-start {
        width: 100%;
    }

    .page-lesson-search-start-item {
        width: 33%;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -20px;
    }

    .page-lesson-basket {
        margin-top: 20px;
    }

    .page-lesson-basket-item.d-flex.flex-column {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-basket-item .end .countdown-container {
        width: 45%;
        margin: auto;
    }

    .page-lesson-basket-item .end .countdown-container ul li::after {
        right: -30px !important;
    }

    .page-lesson-nav .nav-pills .nav-item .nav-link {
        height: 100px;
    }

    .page-lesson-read-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 30px;
    }

    .navbar-bg-app {
        display: none !important;
    }

    .navbar-bg-search {
        display: none !important;
    }

    .navbar-bg-link {
        padding-left: 0;
        gap: 0;
        margin-left: 0 !important;
        border: none;
    }

    .navbar-bg-link a:first-child {
        display: none;
    }

    .navbar-bg-link .button-btn.button-btn-main:last-child {
        padding: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-bg-link .button-btn.button-btn-main:last-child svg {
        width: 20px;
        fill: #fff;
    }

    .navbar-bg-lang {
        display: none !important;
    }

    .home-banner {
        height: auto;
    }

    .home-banner-start {
        border: none;
    }

    .home-banner-start .banner-swiper-pagination {
        display: none !important;
    }

    .home-banner-start-nav div {
        border: none;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        position: absolute;
        left: 40px;
        top: 20%;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        position: absolute;
        right: 40px;
        top: 20%;
    }

    .home-banner-end {
        display: none !important;
    }

    .home-banner-center-form {
        margin-left: 0;
        margin: 50px auto 0;
    }

    .home-banner-center-form .path1 {
        display: block;
        right: -50%;
    }

    .home-about-us-right {
        padding-left: 0;
    }

    .home-about-us-left {
        border: none;
    }

    .home-steps .sss-img {
        display: block;
        left: auto;
        right: 0;
        bottom: auto;
        top: 44%;
    }

    .home-free-lesson-img {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .home-free-lesson-img .img .info {
        top: -25%;
        left: auto;
        right: 5%;
    }

    .home-comment .path-comments {
        display: none;
    }

    .home-comment-container-nav {
        margin-bottom: 50px;
    }

    .home-comment-container-nav-tabs {
        padding-left: 0;
    }

    .home-comment-container-nav-tabs .comments-position {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        gap: 20px;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link {
        padding: 0;
        border-radius: 0px !important;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link img {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .title {
        color: var(--txt-color4);
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .text {
        display: none;
    }

    .home-comment-container-nav-tabs .nav-pills .nav-link .arrow-active {
        display: none;
    }

    .home-comment-container-content .tab-content .tab-content-title {
        padding-left: 0;
    }

    .home-comment-container-content .tab-content-swiper .commentsSwiper {
        padding: 2% 0%;
    }

    .footer-kvkk-list li {
        margin-bottom: 15px;
    }

    .footer-kvkk-copyright {
        text-align: center;
    }

    .page-lesson {
        overflow: hidden;
    }

    .page-lesson-detail-center-item .info li::after {
        right: 30%;
    }

    .page-lesson-read-nav-item a .img {
        width: 65px;
        height: 65px;
    }

    .page-lesson-read-nav-item ul li a {
        padding: 20px 15px;
    }

    .page-lesson-read-list-tabs .nav-pills {
        padding: 17px 50px;
        gap: 10px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul {
        gap: 50px;
    }

    .page-lesson-read-list-tabs2 .page-lesson-read-list-content {
        padding: 15px 20px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item {
        gap: 10px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-name {
        text-align: left;
    }

    .page-lesson-read-list-detay-exam-right .item {
        width: 48%;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg {
        gap: 20px;
    }

    .page-lesson-read-bg {
        height: auto;
    }

    .modal-body-register {
        padding-bottom: 0;
    }

    .modal-body-register-img {
        display: none;
    }

    .modal-body-register-radio .btn-switch {
        width: 53%;
    }

    .page-static-container {
        padding: 0px 5%;
    }

    .page-static-start {
        display: none;
    }

    .page-static-center {
        width: 100%;
        margin-left: 0;
    }

    .page-static-end {
        display: none !important;
    }

    .page-success-container {
        padding: 45px 15px;
    }

    .page-success-container-title {
        font-size: 30px;
        line-height: 46px;
    }

    .page-success-container-text {
        font-size: 16px;
    }

    .page-success-container-list {
        position: relative;
    }

    .page-success-container-list ul {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-success-container-links-border {
        width: 250px;
    }

    .page-account-start-top,  .page-account-start-menu {
        padding: 30px 20px;
    }

    .page-payment-end .page-credit-card-section .content-creditcard {
        display: none;
    }

    .page-blog .nav-pills {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .page-blog .nav-pills .nav-item {
        white-space: nowrap;
    }

    .page-static-container .page-static-breadcrumb ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .page-static-container .page-static-breadcrumb ul li {
        white-space: nowrap;
    }

    .page-blog-detay-text h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .page-info-cat {
        gap: 0px;
    }

    .page-info-cat-item {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .page-info-cat-item.center {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .page-info-user {
        gap: 10px;
    }

    .page-info-user-img {
        width: 70px;
        height: 70px;
    }

    .page-info-user-img img {
        width: 40px;
    }

    .page-info-status {
        width: 100%;
    }

    .page-info-status-item label {
        font-size: 35px;
    }

    .page-info-status-item-bottom li i {
        width: 10px;
        height: 10px;
    }

    .page-info-status-item-bottom li span {
        font-size: 10px;
    }

    .page-filter-cat-item a {
        gap: 10px;
    }

    .page-filter-cat-item a .icon {
        width: 48px;
        height: 48px;
    }

    .page-filter-cat-item a .icon img {
        width: 24px;
        height: 24px;
    }

    .page-filter-cat-item a .text {
        font-size: 12px;
        line-height: 18px;
    }

    .page-lesson-search-start {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-search-start-item {
        width: 100%;
    }

    .page-lesson-search-end {
        width: 100%;
    }

    .page-lesson-search-end button {
        width: 100%;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -50px;
    }

    .page-lesson-list-item-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-lesson-top .select-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .page-lesson-teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-teacher .start {
        width: 100%;
    }

    .page-lesson-teacher .end {
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 15px;
    }

    .page-lesson-nav .tab-content .tab-pane {
        padding: 30px 20px;
    }

    .page-lesson-basket-item .price .current-price {
        font-size: 34px;
        line-height: 25px;
    }

    .page-lesson-read-list-tabs .nav-pills {
        padding: 17px 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top::after {
        left: 10px;
        width: calc(100% - 20px);
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start {
        width: 50px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .start span {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center {
        width: calc(100% - 110px);
        padding: 0px 15px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center span {
        line-height: 16px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .center p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-top .end {
        width: 60px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom {
        padding-left: 0;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li {
        gap: 10px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .page-lesson-read-list-tabs .tab-content .page-lesson-read-list-content .tabs-question-bottom ul li .text {
        font-size: 14px;
    }

    .page-teacher-content-top .start img {
        width: 70px;
    }

    .page-teacher-content-btn-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .page-teacher-content-btn-list-item {
        width: 47%;
    }

    .page-teacher-content .end .title {
        font-size: 28px;
        line-height: 30px;
    }

    .page-teacher-detail-item-content .comments-item .top .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    .page-teacher-detail-item-content .video-list-item {
        width: 47%;
    }

    .home-banner-start {
        width: 0;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        left: 20px;
        z-index: 9;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        right: 20px;
        z-index: 9;
    }

    .home-banner-center {
        padding: 100px 30px 50px 30px;
        width: 100%;
    }

    .home-banner-center-form {
        margin: 120px auto 0;
    }

    .home-banner-center-form .path2 {
        top: -19% !important;
        left: -26% !important;
    }

    .home-banner-center-form .path2 img {
        width: 220px;
    }

    .home-banner-center-form .path1 {
        top: -23%;
        left: 12%;
        right: auto;
    }

    .home-banner-center-form .path1 img {
        width: 230px;
    }

    .home-banner-center-form .path1:hover {
        top: -23%;
    }

    .home-banner-center-form .path3 {
        right: -24%;
        left: auto;
        top: -21%;
    }

    .home-banner-center-form .path3:hover {
        top: -21%;
    }

    .home-banner-center-swiper .swiper-slide-item-img {
        text-align: center;
    }

    .home-banner-end {
        width: 0;
    }

    .home-steps-content {
        width: 100%;
    }

    .home-steps .sss-img {
        height: 26vh;
        right: -10%;
    }

    .footer-bg-item-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bg-item-txt span,  .footer-bg-item-txt i {
        margin-bottom: 10px;
    }

    .footer-bg-item-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bg-bottom {
        border: none;
        text-align: left !important;
    }

    .home-steps-lesson-date .item {
        padding: 10px;
    }

    .home-steps-lesson-date .item p {
        font-size: 23px;
    }

    .home-contact-customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 20px;
    }

    .home-contact-customer-item {
        width: 100%;
        border: none !important;
    }

    .home-comment-container {
        padding: 0px 15px;
    }

    .home-comment-container-content .swiper-slide {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .home-comment-container-content .swiper-slide-user-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0px !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80% !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        padding-left: 20px;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title .user-date {
        margin: 0 !important;
    }

    .home-comment-container-content .swiper-slide-user-top .user-title .list i:first-child {
        margin-left: 0;
    }

    .home-comment-container-content .swiper-slide-user .swiper-slide-content {
        margin-left: 0 !important;
    }

    .page-lesson-detail-fix {
        width: 100%;
    }

    .page-lesson-detail-section-item {
        padding: 30px 25px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .start {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        gap: 5px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .end {
        margin-top: 15px;
    }

    .page-lesson-detail-section-item .lesson-detail-list-item .end .links li {
        margin-left: 0;
        margin-right: 10px;
    }

    .page-lesson-detail-section-item .content h3 {
        font-size: 20px;
    }

    .page-lesson-detail-section-item .content-title h4 {
        font-size: 20px;
    }

    .page-lesson-detail-section-item .section-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-detail-section-item .section-item .item {
        gap: 10px;
    }

    .page-lesson-detail-section-item .section-item .item p {
        width: calc(100% - 60px);
    }

    .page-lesson-detail-section-item .section-item a,  .page-lesson-detail-section-item .section-item span {
        margin-top: 10px;
    }

    .page-lesson-detail-section-item .lesson-title {
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        top: -4%;
    }

    .page-lesson-detail-section-item .lesson-title h3,  .page-lesson-detail-section-item .lesson-title p {
        font-size: 18px;
    }

    .page-lesson-detail-section .info-success {
        padding: 0px 25px;
    }

    .page-lesson-detail-section .info-success span {
        font-size: 19px;
    }

    .page-lesson-detail-section .alert-info {
        padding-left: 25px;
    }

    .page-lesson-detail-section .alert-info span {
        line-height: 16px;
    }

    .page-lesson-detail-section .certificate-bottom .start img {
        width: 60px;
    }

    .page-lesson-detail-section .certificate-bottom .end span {
        font-size: 25px;
    }

    .page-lesson-detail-section .certificate-bottom .end h5 {
        font-size: 20px;
    }

    .page-lesson-detail-start-top .content {
        padding-left: 15px;
    }

    .page-lesson-detail-start-top .content h2 {
        font-size: 25px;
    }

    .page-lesson-detail-center {
        padding: 30px 15px;
    }

    .page-lesson-detail-center-item .info li {
        width: 50%;
        margin-bottom: 20px;
    }

    .page-lesson-read-list-item .start {
        gap: 10px;
    }

    .page-lesson-read-list-item .start .img {
        width: 40px;
        height: 40px;
    }

    .page-lesson-read-list-item .start .title {
        width: calc(100% - 40px);
    }

    .page-lesson-read-list-content {
        padding: 25px 15px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .img {
        display: none;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .text h5 {
        font-size: 25px;
        line-height: 28px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .start .title .txt p {
        font-size: 25px;
        line-height: 28px;
    }

    .page-lesson-read-list-detay-exam .page-lesson-read-list-item .end .user-name {
        font-size: 25px;
    }

    .page-lesson-read-list-detay-exam-right {
        padding-top: 10px;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-read-list-detay-exam-right .time-steps-bg .item {
        width: 100%;
        margin-bottom: 0;
    }

    .page-lesson-read-list-detay-exam-right .info {
        margin-top: 15px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start {
        width: 50px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .start span {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text1 p,  .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .end .text3 p {
        font-size: 16px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-top .sound audio {
        width: 100%;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li {
        width: 100%;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label {
        padding: 5px;
        gap: 10px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .page-lesson-read-list-tabs2 .tab-content .tab-pane .page-lesson-read-list-content .tabs-question-bottom ul li .answer .button-label p {
        font-size: 16px;
    }

    .page-lesson-read-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        margin-bottom: 50px;
    }

    .page-lesson-read-nav-item a .img {
        width: 50px;
        height: 50px;
    }

    .page-lesson-read-nav-item a .img img {
        width: 15px;
    }

    .page-lesson-read-nav-item a span {
        font-size: 14px;
    }

    .page-lesson-read-nav-item ul li a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .page-info-title h2 {
        font-size: 20px;
        line-height: 6px;
    }

    .page-info .btn-prev {
        padding: 5px 10px;
        font-size: 11px;
    }

    .page-info .btn-prev img {
        width: 10px;
    }

    .modal-body-login {
        padding: 15px 10px;
    }

    .modal-body-login h4 {
        font-size: 30px;
    }

    .modal-body-register {
        padding: 15px 10px 0px 10px;
    }

    .modal-body-register-title h4 {
        font-size: 25px;
    }

    .modal-body-register-title h5 {
        font-size: 30px;
    }

    .modal-body-register-radio .btn-switch {
        width: 100%;
    }

    .modal-body-register-radio .btn-switch .btn-switch__label {
        font-size: 16px;
    }

    .modal-body-register-radio .btn-switch .btn-switch__label_no:after {
        height: 39px;
    }

    .modal-body-register-radio .btn-switch .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
        left: 64%;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 50px;
        height: 50px;
        padding: 21px;
    }

    .page-pagination span {
        display: none;
    }

    .page-pagination .center ul {
        gap: 10px !important;
    }

    .page-pagination .center ul li a {
        width: 50px;
        height: 50px;
    }

    .accordion-content .accordion__title {
        height: auto;
        line-height: 19px;
        padding: 10px 50px 10px 20px;
    }

    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
    }

    .sidebar-menu-content-top {
        height: 80px;
        padding: 0px 20px;
    }

    .sidebar-menu-content-top span {
        font-size: 18px;
    }

    .sidebar-menu-content-center {
        padding-top: 20px;
        height: calc(100vh - 180px);
    }

    .sidebar-menu-content-center ul li a {
        padding: 12px 15px 12px 20px;
    }

    .sidebar-menu-content-center ul li ul li a {
        padding: 10px 15px 10px 20px;
    }

    .sidebar-menu-content-center ul li:not(:last-child) {
        border-bottom: 1px solid var(--header-border-color);
    }

    .sidebar-menu-content-center ul li:not(:last-child) ul li {
        border: none;
    }

    .sidebar-menu-content-bottom {
        padding: 0 20px;
        height: 80px;
    }

    .sidebar-menu-content-bottom p {
        display: none;
    }

    .sidebar-menu-content-bottom a {
        display: block;
        font-size: 20px;
    }

    .page-calculating-bg-text {
        font-size: 20px;
        margin-top: 100px;
    }

    .page-calculating-bg-title {
        font-size: 24px;
    }

    .page-success-container-list ul li.active {
        border: 4px solid var(--color-white);
        width: 100%;
    }

    .page-success-container-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-success-container-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-success-container-links-border {
        width: 90%;
        font-size: 16px;
    }

    .page-success-container-links-active {
        width: 90%;
        font-size: 16px;
    }

    .page-account-start-top .end i {
        font-size: 15px;
        line-height: 28px;
    }

    .page-account-start-top .end span {
        font-size: 18px;
    }

    .page-account-end form .button-btn {
        width: 100%;
    }

    .page-payment-bottom-installment-top ul li {
        height: 50px;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-payment-bottom-installment .particles-checkbox-container span {
        padding: 0px 5px;
    }

    .page-payment-bottom-installment .particles-checkbox-container .particles-checkbox {
        left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .page-info-user-title span {
        font-size: 26px;
        line-height: 30px;
    }

    .page-info-user-title p {
        margin-top: 5px;
    }

    .page-filter-search form {
        padding: 10px 12px;
    }

    .page-filter-search form input {
        width: 70%;
    }

    .page-filter-search form button {
        padding: 15px 33px;
    }

    .page-filter-cat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-filter-cat-item {
        width: 100%;
    }

    .page-lesson-search-start-item {
        margin: 10px 0;
    }

    .page-lesson-list-item-top .date-item:not(:last-child)::after {
        right: -20px;
    }

    .page-lesson-top h1 {
        font-size: 23px;
        line-height: 25px;
        margin: 0;
    }

    .page-lesson-top p {
        font-size: 14px;
        line-height: 20px;
    }

    .page-lesson-info-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-lesson-info-item {
        width: 48%;
        margin-bottom: 12px;
    }

    .page-lesson .fix-title {
        top: -25px;
        font-size: 40px;
    }

    .page-lesson-students {
        padding: 40px 15px;
    }

    .page-lesson-students-top h4 {
        font-size: 25px;
        line-height: 27px;
    }

    .page-lesson-students-bottom-item {
        padding: 15px 10px 25px;
        width: 47%;
    }

    .page-lesson-students-bottom-item .img img {
        width: 70px;
    }

    .page-lesson-students-bottom-item .text .title {
        font-size: 18px;
        line-height: 20px;
    }

    .page-lesson-students-bottom-item .text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-lesson-students-bottom-item .text ul li {
        line-height: 14px;
    }

    .page-lesson-students-bottom-item .text ul li::after {
        display: none;
    }

    .page-lesson-basket-item .start .user-pserson {
        width: 100px;
        height: 100px;
        font-size: 14px;
    }

    .page-lesson-basket-item .start .user-pserson::after {
        bottom: -13px;
    }

    .page-lesson-basket-item .end .countdown-container {
        width: 86%;
    }

    .home-title {
        font-size: 28px;
    }

    .navbar-bg-menu .menu-btn {
        padding: 20px;
    }

    .navbar-bg-logo img {
        width: 130px;
    }

    .home-banner-center {
        padding: 50px 0 50px;
        width: 100%;
        overflow: hidden;
    }

    .home-banner-center .row > * {
        padding-right: 0;
    }

    .home-banner-center-form {
        width: 300px;
        padding: 40px 15px;
    }

    .home-banner-center .swiper-slide-item {
        padding: 0px 20px;
    }

    .home-banner-start-nav .banner-swiper-button-prev {
        top: 9%;
    }

    .home-banner-start-nav .banner-swiper-button-next {
        top: 9%;
    }

    .home-about-us-right .info-list-item {
        width: 45%;
    }

    .home-steps .sss-img {
        right: -100px;
        top: 41%;
    }

    .home-steps-lesson {
        overflow: hidden;
    }

    .home-steps-lesson-user {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-contact-form form {
        width: 100%;
    }

    .navbar,  .home-banner,  .home-about-us,  .home-steps,  .home-free-lesson,  .home-comment {
        overflow: hidden;
    }

    .page-pagination .start a,  .page-pagination .end a {
        width: 30px;
        height: 30px;
        padding: 11px;
    }

    .page-pagination span {
        display: none;
    }

    .page-pagination .center ul {
        gap: 10px !important;
    }

    .page-pagination .center ul li a {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .page-static-content h1 {
        font-size: 26px;
    }

    .page-payment-start h3 {
        font-size: 21px;
    }

    .page-payment-start .page-credit-card-form .form-container {
        grid-template-rows: 95px 95px 90px;
    }

    .page-payment-start .page-credit-card-form .form-container .field-container input {
        height: 48px;
    }

    .page-payment-start .page-credit-card-form .form-container .field-container label {
        font-size: 14px;
    }

    .page-payment-start .page-credit-card-form-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
    }

    .page-payment-bottom h4 {
        font-size: 20px;
    }
}
