@charset "UTF-8";

:root {
    --bs-blue: #009ef6;
    --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-gray: #7e8299;
    --bs-gray-dark: #3f4254;
    --bs-gray-100: #f5f8fa;
    --bs-gray-200: #eff2f5;
    --bs-gray-300: #e4e6ef;
    --bs-gray-400: #b5b5c3;
    --bs-gray-500: #a1a5b7;
    --bs-gray-600: #7e8299;
    --bs-gray-700: #5e6278;
    --bs-gray-800: #3f4254;
    --bs-gray-900: #181c32;
    --bs-white: #ffffff;
    --bs-light: #f5f8fa;
    --bs-primary: #009ef7;
    --bs-secondary: #e4e6ef;
    --bs-success: #50cd89;
    --bs-info: #7239ea;
    --bs-warning: #ffc700;
    --bs-danger: #f1416c;
    --bs-dark: #181c32;
    --bs-white-rgb: 255, 255, 255;
    --bs-light-rgb: 245, 248, 250;
    --bs-primary-rgb: 0, 158, 247;
    --bs-secondary-rgb: 228, 230, 239;
    --bs-success-rgb: 80, 205, 137;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 255, 199, 0;
    --bs-danger-rgb: 241, 65, 108;
    --bs-dark-rgb: 24, 28, 50;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 24, 28, 50;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
    --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: #181c32;
    --bs-body-bg: #ffffff;
    --sa-theme-1: #008000;
    --sa-theme-2: rgb(0 157 0 / 16%);
    --sa-theme-3: rgba(0, 157, 0, 0.419);
    --sa-theme-4: rgb(0 157 0 / 81%);
    --sa-theme-5: rgba(0, 157, 0, 0.631);
    --sa-theme-6: rgb(0, 157, 0);
    --sa-heading: #009f48;
    --sa-badge-blue-light: rgb(0 94 157 / 15%);
    --sa-success-500: rgb(0 161 73);
    --sa-success-400: rgb(0 161 73/ 75%);
    --sa-success-300: rgb(0 161 73/ 50%);
    --sa-success-200: rgb(0 161 73/ 25%);
    --sa-success-100: rgb(0 161 73/ 10%);
    --sa-red-600: #dc2626;
    --sa-red-500: #ef4444;
    --sa-red-400: #f87171;
    --sa-red-300: #fca5a5;
    --sa-red-200: #fca5a5;
    --sa-bg-primary: #008000b5;
    --sa-bg-secondary: rgb(0 157 0 / 16%);
    --sa-bg-secondary-300: rgb(0, 133, 0);
    --sa-bg-gray: #4158421f;
}
[x-cloak] { display: none !important; }
*,
::after,
::before {
    box-sizing: border-box;
}

/* common css  */
body {
    background-color: #f5f8fa;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, sans-serif, Kalpurush;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

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

a,
p {
    font-weight: 400;
}

a:hover {
    text-decoration: none !important;
}

.sa-btn {
    font-weight: 600;
}

a,
i {
    transition: all 0.3s;
}

a,
.nav-link {
    text-decoration: none;
    color: #009ef7;
}

a:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-link:focus,
.nav-link:hover {
    color: #006dab;
    text-decoration: none;
}

.fa-star {
    color: #d3d3d3;
}

i {
    line-height: 1;
    font-size: 0.9rem;
    color: #a1a5b7;
}

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

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

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

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

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 1.75rem;
    }
}

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.35rem;
    }
}

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 500;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 600;
}

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

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #009ef7;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #006dab;
    text-decoration: underline;
}

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

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

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

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

code {
    font-size: 0.875em;
    color: #b93993;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #181c32;
    border-radius: 0.275rem;
}

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #a1a5b7;
    text-align: left;
}

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

.table td,
.table th,
.table tr {
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    height: inherit;
    min-height: inherit;
}

.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eff2f5;
}


button {
    border-radius: 0;
}

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

button,
input,
optgroup,
select,
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]::-webkit-calendar-picker-indicator {
    display: none;
}

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

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

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

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #7e8299;
}

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e4e6ef;
    border-radius: 0.475rem;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    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: #7e8299;
}

/* bullet  */
.bullet {
    display: inline-block;
    background-color: #b5b5c3;
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
}

.bullet-dot {
    width: 4px;
    height: 4px;
    border-radius: 100% !important;
}

/* font weight */
.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

/* padding  */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.p-9 {
    padding: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

/* padding bottom */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.pb-7 {
    padding-bottom: 1.75rem !important;
}

.pb-8 {
    padding-bottom: 2rem !important;
}

.pb-9 {
    padding-bottom: 2.25rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem !important;
}

.pb-15 {
    padding-bottom: 3.75rem !important;
}

/* padding bottom */

/* padding left  */
.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 0.75rem !important;
}

.ps-4 {
    padding-left: 1rem !important;
}

.ps-5 {
    padding-left: 1.25rem !important;
}

.ps-6 {
    padding-left: 1.5rem !important;
}

.ps-7 {
    padding-left: 1.75rem !important;
}

.ps-8 {
    padding-left: 2rem !important;
}

.ps-9 {
    padding-left: 2.25rem !important;
}

.ps-10 {
    padding-left: 2.5rem !important;
}

.ps-14 {
    padding-left: 3.5rem !important;
}

/* padding top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.pt-7 {
    padding-top: 1.75rem !important;
}

.pt-8 {
    padding-top: 2rem !important;
}

.pt-9 {
    padding-top: 2.25rem !important;
}

.pt-10 {
    padding-top: 2.5rem !important;
}

.pt-15 {
    padding-top: 3.75rem !important;
}

.pt-20 {
    padding-top: 5rem !important;
}

.p-15 {
    padding: 3.75rem !important;
}

.pt-18 {
    padding-top: 4.5rem !important;
}

/* padding top */

/* margi */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.m-9 {
    margin: 2.25rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

/* margin top  */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.mt-7 {
    margin-top: 1.75rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mt-9 {
    margin-top: 2.25rem !important;
}

.mt-10 {
    margin-top: 2.5rem !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.mt-17 {
    margin-top: 4.25rem !important;
}

.mt-20 {
    margin-top: 5rem !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: 0.75rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mb-7 {
    margin-bottom: 1.75rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mb-9 {
    margin-bottom: 2.25rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.mb-13 {
    margin-bottom: 3.25rem !important;
}

.mb-15 {
    margin-bottom: 3.75rem !important;
}

.mb-17 {
    margin-bottom: 4.25rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

/* margin left  */
.ml-auto {
    margin-left: auto;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 0.75rem !important;
}

.ms-4 {
    margin-left: 1rem !important;
}

.ms-5 {
    margin-left: 1.25rem !important;
}

.ms-6 {
    margin-left: 1.5rem !important;
}

.ms-7 {
    margin-left: 1.75rem !important;
}

.ms-8 {
    margin-left: 2rem !important;
}

.ms-9 {
    margin-left: 2.25rem !important;
}

.ms-10 {
    margin-left: 2.5rem !important;
}

.ms-20 {
    margin-left: 5rem !important;
}

/* margin right  */
.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 0.75rem !important;
}

.me-4 {
    margin-right: 1rem !important;
}

.me-5 {
    margin-right: 1.25rem !important;
}

.me-6 {
    margin-right: 1.5rem !important;
}

.me-7 {
    margin-right: 1.75rem !important;
}

.me-8 {
    margin-right: 2rem !important;
}

.me-9 {
    margin-right: 2.25rem !important;
}

.me-10 {
    margin-right: 2.5rem !important;
}

.me-20 {
    margin-right: 5rem !important;
}

.me-15 {
    margin-right: 3.75rem !important;
}

/* margin y */
.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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mt-15 {
    margin-top: 3.75rem !important;
}

/* margin y */

.h-1px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-3px {
    height: 3px !important;
}

.h-4px {
    height: 4px !important;
}

.h-5px {
    height: 5px !important;
}

.h-6px {
    height: 6px !important;
}

.h-7px {
    height: 7px !important;
}

.h-8px {
    height: 8px !important;
}

.h-9px {
    height: 9px !important;
}

.h-10px {
    height: 10px !important;
}

.h-15px {
    height: 15px !important;
}

.h-20px {
    height: 20px !important;
}

.h-25px {
    height: 25px !important;
}

.h-30px {
    height: 30px !important;
}

.h-35px {
    height: 35px !important;
}

.h-40px {
    height: 40px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-55px {
    height: 55px !important;
}

.h-60px {
    height: 60px !important;
}

.h-65px {
    height: 65px !important;
}

.h-70px {
    height: 70px !important;
}

.h-75px {
    height: 75px !important;
}

.h-80px {
    height: 80px !important;
}

.h-85px {
    height: 85px !important;
}

.h-90px {
    height: 90px !important;
}

.h-95px {
    height: 95px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.h-300px {
    height: 300px !important;
}

/* font size  */
.fs-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: 1.15rem !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}

.fs-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
}

/* padding  */
.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: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}

.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
}

/* padding top bottom  */
.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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

/* gater  */
.g-0,
.gx-0 {
    --bs-gutter-x: 0rem;
}

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

.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: 0.75rem;
}

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

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

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

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

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

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

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

.g-7,
.gx-7 {
    --bs-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 1.75rem;
}

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

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

.g-9,
.gx-9 {
    --bs-gutter-x: 2.25rem;
}

.g-9,
.gy-9 {
    --bs-gutter-y: 2.25rem;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
    --bs-gutter-y: 2.5rem;
}

/* width  */
.w-1px {
    width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.w-4px {
    width: 4px !important;
}

.w-5px {
    width: 5px !important;
}

.w-6px {
    width: 6px !important;
}

.w-7px {
    width: 7px !important;
}

.w-8px {
    width: 8px !important;
}

.w-9px {
    width: 9px !important;
}

.w-10px {
    width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.w-125px {
    width: 125px !important;
}

.mw-150px {
    max-width: 150px !important;
}

.w-300px {
    width: 300px !important;
}

.w-350px {
    width: 350px !important;
}

.mw-650px {
    max-width: 650px !important;
}

@media screen and (max-width: 768px) {
    .w-300px {
        width: 260px !important;
    }

    .header-right {
        gap: 1rem !important;
    }

    /* .light-dark-btn {
        width: auto;
        height: auto;
        line-height: auto;
    } */
}

/* flex  */
.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.hover-scroll-x {
    position: relative;
}

/* modal css  */
.mw-750px {
    max-width: 750px !important;
}

.modal-content {
    border: 0 solid rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.75rem;
    border-bottom: 1px solid #eff2f5;
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
}

/* small  */
@media (min-width: 576px) {
    .mt-sm-10 {
        margin-top: 2.5rem !important;
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    .fs-sm-5 {
        font-size: 1.15rem !important;
    }

    .w-sm-350px {
        width: 350px !important;
    }

    .w-sm-425px {
        width: 425px !important;
    }
}

/* medium  */
@media (min-width: 768px) {
    .min-h-md-475px {
        min-height: 475px !important;
    }

    .symbol.symbol-md-40px>img {
        width: 40px;
        height: 40px;
    }

    .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: 0.75rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1rem !important;
    }

    .pb-md-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-md-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-md-8 {
        padding-bottom: 2rem !important;
    }

    .pb-md-9 {
        padding-bottom: 2.25rem !important;
    }

    .pb-md-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-13 {
        padding-bottom: 3.25rem !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: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-md-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-md-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-md-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-md-9 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

    .px-md-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !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: 0.75rem !important;
    }

    .pe-md-4 {
        padding-right: 1rem !important;
    }

    .pe-md-5 {
        padding-right: 1.25rem !important;
    }

    .pe-md-6 {
        padding-right: 1.5rem !important;
    }

    .pe-md-7 {
        padding-right: 1.75rem !important;
    }

    .pe-md-8 {
        padding-right: 2rem !important;
    }

    .pe-md-9 {
        padding-right: 2.25rem !important;
    }

    .pe-md-10 {
        padding-right: 2.5rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 0.75rem !important;
    }

    .pt-md-4 {
        padding-top: 1rem !important;
    }

    .pt-md-5 {
        padding-top: 1.25rem !important;
    }

    .pt-md-6 {
        padding-top: 1.5rem !important;
    }

    .pt-md-7 {
        padding-top: 1.75rem !important;
    }

    .pt-md-8 {
        padding-top: 2rem !important;
    }

    .pt-md-9 {
        padding-top: 2.25rem !important;
    }

    .pt-md-10 {
        padding-top: 2.5rem !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: 0.75rem !important;
    }

    .ps-md-4 {
        padding-left: 1rem !important;
    }

    .ps-md-5 {
        padding-left: 1.25rem !important;
    }

    .ps-md-6 {
        padding-left: 1.5rem !important;
    }

    .ps-md-7 {
        padding-left: 1.75rem !important;
    }

    .ps-md-8 {
        padding-left: 2rem !important;
    }

    .ps-md-9 {
        padding-left: 2.25rem !important;
    }

    .ps-md-10 {
        padding-left: 2.5rem !important;
    }

    .fs-md-2x {
        font-size: calc(1.325rem + 0.9vw) !important;
    }

    .my-md-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !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: 0.75rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .m-md-5 {
        margin: 1.25rem !important;
    }

    .m-md-6 {
        margin: 1.5rem !important;
    }

    .m-md-7 {
        margin: 1.75rem !important;
    }

    .m-md-8 {
        margin: 2rem !important;
    }

    .m-md-9 {
        margin: 2.25rem !important;
    }

    .m-md-10 {
        margin: 2.5rem !important;
    }

    /* height  */
    .h-md-30px {
        height: 30px !important;
    }

    .h-md-35px {
        height: 35px !important;
    }

    .h-md-40px {
        height: 40px !important;
    }

    .h-md-45px {
        height: 45px !important;
    }

    .h-md-50px {
        height: 50px !important;
    }

    .h-md-55px {
        height: 55px !important;
    }

    .h-md-60px {
        height: 60px !important;
    }

    .h-md-65px {
        height: 65px !important;
    }

    .h-md-70px {
        height: 70px !important;
    }

    .h-md-75px {
        height: 75px !important;
    }

    .h-md-80px {
        height: 80px !important;
    }

    .h-md-400px {
        height: 400px !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: 0.75rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .p-md-5 {
        padding: 1.25rem !important;
    }

    .p-md-6 {
        padding: 1.5rem !important;
    }

    .p-md-7 {
        padding: 1.75rem !important;
    }

    .p-md-8 {
        padding: 2rem !important;
    }

    .p-md-9 {
        padding: 2.25rem !important;
    }

    .p-md-10 {
        padding: 2.5rem !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: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-md-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-md-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-md-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    /* font size  */
    .fs-md-1 {
        font-size: calc(1.3rem + 0.6vw) !important;
    }

    .fs-md-2 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }

    .fs-md-3 {
        font-size: calc(1.26rem + 0.12vw) !important;
    }

    .fs-md-4 {
        font-size: 1.25rem !important;
    }

    .fs-md-5 {
        font-size: 1.15rem !important;
    }

    .fs-md-6 {
        font-size: 1.075rem !important;
    }

    .fs-md-7 {
        font-size: 0.95rem !important;
    }

    .fs-md-8 {
        font-size: 0.85rem !important;
    }

    .fs-md-9 {
        font-size: 0.75rem !important;
    }

    .fs-md-10 {
        font-size: 0.5rem !important;
    }

    /* margin right  */
    .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: 0.75rem !important;
    }

    .me-md-4 {
        margin-right: 1rem !important;
    }

    .me-md-5 {
        margin-right: 1.25rem !important;
    }

    .me-md-6 {
        margin-right: 1.5rem !important;
    }

    .me-md-7 {
        margin-right: 1.75rem !important;
    }

    .me-md-8 {
        margin-right: 2rem !important;
    }

    .me-md-9 {
        margin-right: 2.25rem !important;
    }

    .me-md-10 {
        margin-right: 2.5rem !important;
    }

    .me-md-15 {
        margin-right: 3.75rem !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: 0.75rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1rem !important;
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-md-8 {
        margin-bottom: 2rem !important;
    }

    .mb-md-9 {
        margin-bottom: 2.25rem !important;
    }

    .mb-md-10 {
        margin-bottom: 2.5rem !important;
    }

    /* margin top */
    .mt-md-8 {
        margin-top: 2rem !important;
    }
}

[data-theme="dark"]  ul{
    scrollbar-color: #4e4e4e transparent;
}

/* large  */
@media (min-width: 992px) {
    .hover-scroll-x {
        overflow-x: hidden;
        border-bottom: 0.4rem solid transparent;
    }

    .hover-scroll-x:hover {
        overflow-x: scroll;
        border-bottom: 0;
    }

    .p-lg-17 {
        padding: 4.25rem !important;
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .fs-lg-2hx {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .mb-lg-20 {
        margin-bottom: 5rem !important;
    }

    .px-lg-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .symbol.symbol-lg-100px>img {
        width: 100px;
        height: 100px;
    }

    div,
    main,
    ol,
    pre,
    span,
    ul {
        /* scrollbar-width: thin; */
        scrollbar-color: #eff2f5 transparent;
    }

    .mb-lg-10 {
        margin-bottom: 2.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .hover-scroll-x {
        overflow-x: auto;
    }
}

.fs-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.75rem !important;
    }

    .fs-2 {
        font-size: 1.5rem !important;
    }

    .fs-3 {
        font-size: 1.35rem !important;
    }

    .fs-2x {
        font-size: 2rem !important;
    }

    .fs-2hx {
        font-size: 2.5rem !important;
    }

    .fs-lg-2hx {
        font-size: 2.5rem !important;
    }

    .fs-lg-4x {
        font-size: 4rem !important;
    }

    .fs-md-3 {
        font-size: 1.35rem !important;
    }

    /* gap  */
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 2.5rem;
    }
}

/* bg color  */
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),
            var(--bs-bg-opacity)) !important;
}

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

.bg-light-success {
    background-color: #e8fff3;
}

.bg-light-success.hoverable:hover {
    background-color: #c9ffe3;
}

.sa-bg-primary {
    background: rgb(0, 154, 228);
    background: radial-gradient(circle,
            rgba(0, 154, 228, 1) 0%,
            rgba(1, 97, 170, 1) 100%);
}

.bg-body {
    --bg-color: 255, 255, 255;
    background-color: #fff;
}

.satt-bg-gray {
    background-color: #4158421f;
}

.shadow {
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

/* bg hover css  */
.bg-hover-light-success:hover {
    background-color: #e8fff3;
}

.bg-hover-light-danger:hover {
    background-color: #fff5f8;
}

.bg-hover-light-primary:hover {
    background-color: #f1faff;
}

.bg-hover-theme:hover,
.bg-hover-theme.active {
    background-color: green !important;
    color: #fff !important;
}

.text-primary {
    color: #009ef7 !important;
}

.text-inverse-primary {
    color: #fff !important;
}

.text-light-primary {
    color: #f1faff !important;
}

.text-hover-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.text-gray-900 {
    color: #181c32 !important;
}

.text-hover-primary i {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #009ef7 !important;
}

.text-hover-primary:hover i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #009ef7 !important;
}

.text-gray-800 {
    color: #3f4254 !important;
}

.text-gray-700 {
    color: #5e6278 !important;
}

.text-gray-600 {
    color: #7e8299 !important;
}

.text-green {
    color: green;
}

.text-gray-200 {
    color: #eff2f5 !important;
}

.bg-opacity-25 {
    background-color: rgba(24, 28, 50, 0.25) !important;
}

/* color  */
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #a1a5b7 !important;
}

/* rounded  */
.rounded {
    border-radius: 0.475rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.275rem !important;
}

.rounded-2 {
    border-radius: 0.475rem !important;
}

.rounded-3 {
    border-radius: 0.775rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.475rem !important;
    border-top-right-radius: 0.475rem !important;
}

.rounded-end {
    border-top-right-radius: 0.475rem !important;
    border-bottom-right-radius: 0.475rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.475rem !important;
    border-bottom-left-radius: 0.475rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.475rem !important;
    border-top-left-radius: 0.475rem !important;
}

.overlay {
    position: relative;
}

.overlay .overlay-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    opacity: 0;
}

/* card css  */

.card {
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.475rem;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eff2f5;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent;
    border-bottom: 1px solid #eff2f5;
}

.card .card-header-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}

.card-header:first-child {
    border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}

.card .card-header .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}

.card .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}

.card .card-header-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
}

.card .card-body {
    padding: 2rem 2.25rem;
}

.card .card-footer {
    padding: 2rem 2.25rem;
    background-color: transparent;
    border-top: 1px solid #eff2f5;
}

@media screen and (max-width: 991.98px) {
    .card .card-body {
        padding: 1rem 1rem;
    }
}

.card-rounded {
    border-radius: 0.475rem;
}

.card.card-bordered {
    box-shadow: none;
    border: 1px solid #eff2f5;
}

.lh-0 {
    line-height: 0 !important;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #009ef7;
}

.svg-icon.svg-icon-primary svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.z-index-2 {
    z-index: 2 !important;
}

/* nav css  */
.nav-stretch {
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-stretch .nav-item {
    display: flex;
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-line-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-stretch .nav-link {
    display: flex;
    align-items: center;
}

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

.nav-line-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, background-color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5e6278;
    background-color: #fff;
    border-color: #e4e6ef #e4e6ef #fff;
}

.nav-line-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, background-color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #009ef7;
    transition: color 0.2s ease, background-color 0.2s ease;
}

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

.nav.nav-pills.nav-pills-custom .nav-link.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active {
    background-color: transparent;
    border: 1px solid #e4e6ef;
    transition-duration: 1ms;
    position: relative;
}

.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active .nav-text {
    color: #3f4254 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav.nav-pills.nav-pills-custom .nav-link .bullet-custom,
.nav.nav-pills.nav-pills-custom .show>.nav-link .bullet-custom {
    display: none;
}

.nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active .bullet-custom {
    display: block;
}

/* badge */
.badge {
    display: inline-block;
    padding: 0.5em 0.85em;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.475rem;
}

.badge.badge-circle,
.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 0.1rem;
}

.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
}

.badge-warning {
    color: #fff;
    background-color: #ffc700;
}

.badge-light-info {
    color: #7239ea;
    background-color: #f8f5ff;
}

.badge-light-dark {
    color: #181c32;
    background-color: #eff2f5;
}

.badge-white {
    color: #7e8299;
    background-color: #fff;
}

.badge-light-white {
    color: #fff;
}

.badge-light {
    color: #7e8299;
    background-color: #f5f8fa;
}

.badge-light-light {
    color: #f5f8fa;
}

.badge-primary {
    color: #fff;
    background-color: #009ef7;
}

.badge-light-primary {
    color: #009ef7;
    background-color: #f1faff;
}

.badge-secondary {
    color: #3f4254;
    background-color: #e4e6ef;
}

.badge-light-secondary {
    color: #e4e6ef;
}

.badge-success {
    color: #fff;
    background-color: #50cd89;
}

.badge-light-success {
    color: #50cd89;
    background-color: #e8fff3;
}

.badge-info {
    color: #fff;
    background-color: #7239ea;
}

.badge-light-info {
    color: #7239ea;
    background-color: #f8f5ff;
}

.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd;
}

.badge-danger {
    color: #fff;
    background-color: #f1416c;
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8;
}

.badge-dark {
    color: #fff;
    background-color: #181c32;
}

.landing-dark-bg {
    background-color: #13263c;
}

.bgi-size-cover {
    background-size: cover;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-position-center {
    background-position: center;
}

.bgi-position-x-center {
    background-position-x: center;
}

.bgi-position-y-bottom {
    background-position-y: bottom;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.landing-curve {
    position: relative;
}

.landing-dark-color {
    color: #13263c;
}

/* button css  */
.btn {
    outline: 0 !important;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.475rem;
    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;
}

.btn i {
    display: inline-flex;
    font-size: 1rem;
    /* padding-right: .35rem; */
    vertical-align: middle;
    line-height: 0;
}

.btn-primary {
    color: #000000;
    background-color: var(--sa-bg-secondary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

.btn-primary i {
    transition: all 0.3s ease;
}

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

.btn-primary:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #008000;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:hover i,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn-danger {
    color: #fff;
    background-color: #f1416c;
    border-color: #f1416c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn.btn-light-primary {
    color: #009ef7;
    border-color: #f1faff;
    background-color: #f1faff;
}

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

.btn.btn-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef;
}

.btn.btn-color-primary {
    color: #009ef7;
}

.btn.btn-primary i {
    color: #fff;
}

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

.btn.btn-danger i {
    color: #fff;
}

.btn.btn-color-dark {
    color: #181c32;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.55rem 1.25rem;
    font-size: 0.925rem;
    border-radius: 0.475rem;
}

.btn-group-sm>.btn.btn-icon,
.btn.btn-icon.btn-sm {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px);
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(0.55rem + 1px) calc(1.25rem + 1px);
}

.btn-check:active+.btn.btn-active-primary,
.btn-check:checked+.btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show>.btn.btn-active-primary {
    color: #fff;
    border-color: #008000;
    background-color: #008000 !important;
}

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

.btn-check:active+.btn.btn-light-primary,
.btn-check:checked+.btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show>.btn.btn-light-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7 !important;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
}

.btn-check:active+.btn.btn-active-color-danger,
.btn-check:checked+.btn.btn-active-color-danger,
.btn.btn-active-color-danger.active,
.btn.btn-active-color-danger.show,
.btn.btn-active-color-danger:active:not(.btn-active),
.btn.btn-active-color-danger:focus:not(.btn-active),
.btn.btn-active-color-danger:hover:not(.btn-active),
.show>.btn.btn-active-color-danger {
    color: #f1416c;
}

.btn.btn-color-danger {
    color: #f1416c;
}

.btn.btn-color-danger i {
    color: #f1416c !important;
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}

.btn.btn-light {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa;
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0;
}

.btn-white {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #fff;
}

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

.btn-check:active+.btn.btn-white,
.btn-check:checked+.btn.btn-white,
.btn.btn-white.active,
.btn.btn-white.show,
.btn.btn-white:active:not(.btn-active),
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.show>.btn.btn-white {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa !important;
}

/* symbol img  */

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
    border-radius: 50%;
}

.symbol>img {
    width: 50px;
    height: 50px;
}

.symbol.symbol-25px>img {
    width: 25px;
    height: 25px;
}

.symbol.symbol-30px>img {
    width: 30px;
    height: 30px;
}

.symbol.symbol-35px>img {
    width: 35px;
    height: 35px;
}

.symbol.symbol-70px>img {
    width: 70px;
    height: 70px;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}

.symbol .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px;
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
}

.symbol.symbol-fixed>img {
    width: 50px;
    height: 50px;
    max-width: auto;
}

.symbol.symbol-160px>img {
    width: 160px;
    height: 160px;
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
}

.symbol.symbol-100px.symbol-fixed>img {
    width: 100px;
    height: 100px;
    max-width: auto;
}

.symbol.symbol-160px.symbol-fixed>img {
    width: 160px;
    height: 160px;
    max-width: auto;
}

/* svg  */
.svg-icon svg {
    height: 1.15rem;
    width: 1.15rem;
}

.svg-icon {
    line-height: 1;
}

.svg-icon.svg-icon-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
}

.svg-icon.svg-icon-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

/* .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #a1a5b7;
} */

@media (min-width: 768px) {
    .symbol.symbol-md-40px>img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-md-45px>img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-md-65px>img {
        width: 65px;
        height: 65px;
    }
}

@media (min-width: 992px) {
    .symbol.symbol-lg-100px>img {
        width: 100px;
        height: 100px;
    }
}

/* form css  */
.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5e6278;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5e6278;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7 !important;
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-select-sm {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    font-size: 0.925rem;
    border-radius: 0.475rem;
}

.form-select-lg {
    padding-top: 0.825rem;
    padding-bottom: 0.825rem;
    padding-left: 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}

/* accordion */
.accordion-item {
    background-color: #fff;
    border: 1px solid #eff2f5;
}

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    color: #181c32;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.15rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: '-';
}

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

.accordion-body {
    padding: 1.5rem 1.5rem;
}

@media screen and (max-width: 576px) {
    .accordion-body {
        padding: 0.8rem 0.8rem;
    }
}

.menu-column {
    flex-direction: column;
    width: 100%;
}

.menu,
.menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-title-gray-800 .menu-item .menu-link {
    color: #3f4254;
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #009ef7;
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: 0.65rem 1rem;
    transition: none;
    outline: 0 !important;
    border-bottom: 1px solid #e8ebe8;
}

.menu-item:last-child .menu-link {
    border-bottom: none;
}

.menu-item .menu-link .menu-title {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.menu-item .menu-link .menu-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    margin-right: 0.5rem;
}

.menu-item .menu-link .menu-icon .svg-icon {
    line-height: 1;
}

.menu-item .menu-link .menu-bullet {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: 0.5rem;
}

.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(1rem + 1rem);
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #009ef7;
}

.dropdown-menu a {
    color: #565656;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f5f8fa;
    border-radius: 6px;
    box-shadow: none;
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #fff;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
}

.fa-2xl {
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
}

/* live css  */
.live-round {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    border: 1px solid rgba(black, 0.1);
    border-radius: 50%;
    z-index: 1;

    &:before {
        content: "";
        display: block;
        position: absolute;
        background-color: rgba(255, 0, 0, 0.199);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: live 2s ease-in-out infinite;
        z-index: -1;
    }
}

@keyframes live {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(2, 2);
        background-color: rgba(red, 0);
    }
}

.live-btn {
    border: 1px solid #ff00007a;
    color: red;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 2px 9px;
    margin: 6px 6px 0 0;
}

.course-intro-wrap {
    overflow: hidden;
    position: relative;
}

/* vide css  */
.video-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    bottom: 0;
    height: 50px;
    width: 50px;
    background: var(--sa-success-300);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #df2020;
    animation: pulse 2s infinite;
    z-index: 10;
}

.video-animation i {
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Tooltip container */
/* Tooltip Styles */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
    background: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 0.3em;
    white-space: nowrap;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    opacity: 0.9;
}

[tooltip]::before {
    bottom: 84%;
    left: 50%;
    border-bottom-width: 0;
    border-top-color: #333;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

[tooltip]::after {
    bottom: calc(100% + 5px);
    left: 50%;
}

.p-mb-0 p {
    margin-bottom: 0px !important;
    font-weight: 500 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.space-nowrap {
    white-space: nowrap !important;
}

a.login-btn:hover {
    background-color: rgba(0, 128, 0, 0.103);
}

/* notification  */
.dropdown-item.notification-message-item {
    border-bottom: 1px solid #9997973b;
    padding-block: 10px;
}

.dropdown-item.notification-message-item.unread {
    background-color: aliceblue;
}

a.dropdown-item.notification-message-item:hover {
    background-color: #f4f5fa;
}

.notification-media .symbol>img {
    width: 35px;
    height: 35px;
}

.dropdown-menu.notification-dropdown-menu {
    width: 320px;
    padding: 0;
    overflow: hidden;
}

.notification-count {
    top: -8px;
    left: 8px;
    background: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    color: #fff !important;
    text-align: center;
    font-size: 8px;
}

.notification-icon {
    font-size: 1.54rem;
}

.dropdown-item {
    white-space: normal;
}

/* job css  */
.summery-label-wrapper {
    display: grid;
    grid-template-columns: 100px auto;
}

.theme-color {
    color: #00bb55;
}

.custom-bg2 {
    background-color: #dfdfdf;
}

.business-profile-moto {
    border-bottom: 1px solid #5a5a5a1f;
    padding-bottom: 8px;
    max-width: 780px;
}

.business-profile-moto span {
    color: #565656;
}

.business-details-content {
    height: 45px;
    overflow: hidden;
    transition: 0.3s;
}

.business-details-btn:hover {
    background-color: green;
    color: #fff;
}

.transparent-scroll-style {
    scrollbar-color: #ff000000 #ff000000;
}

h1.text-green {
    color: #50cd89 !important;
}

/* slick slider  */
.slick-dots li button::before {
	font-size: 0px !important;
}
.slider_bullet ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    list-style: none;
}

.slider_bullet ul.slick-dots li button {
    background-color: #939393d4;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
}

.slider_bullet ul.slick-dots li.slick-active button {
    background-color: green;
}

.slick-slide {
    margin-right: 8px;
    margin-right: 8px;
}

@media screen and (max-width: 480px) {
    .slick-slide {
        margin-right: 0;
        margin-right: 0;
    }
}

.text-green,
.text-green p {
    color: #057709;
}

span.user-balance {
    background-color: green;
    padding: 2px 7px;
    color: #fff;
    border-radius: 4px;
    margin-top: 6px;
    display: inline-block;
}

span.user-balance a {
    color: #fff !important;
}

span.user-balance a:hover {
    color: #fff !important;
}

.withdraw-list-wrapper.list-group-flush>.list-group-item {
    border-style: dashed;
    padding-left: 0;
}

.withdraw-list-wrapper.list-group-flush>.list-group-item i {
    color: #5a5a5a;
    margin-right: 4px;
}

.balance_heading {
    border-bottom: 1px solid #50cd8973;
    padding-bottom: 6px;
}

.fs-5.answer-div p {
    margin-bottom: 0 !important;
}

.text-underline-hover:hover {
    text-decoration: underline !important;
}

/* div:where(.swal2-container) div:where(.swal2-icon) {
    width: 4rem;
    height: 4rem;
}

div:where(.swal2-container) div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.5em;
} */

@media screen and (max-width: 576px) {

    .accordion-button {
        padding: 1rem 1rem;
    }

    .swal2-container.swal2-center>.swal2-popup {
        padding: 15px 10px !important;
    }

    div:where(.swal2-container) .swal2-html-container {
        margin: 0;
    }
}


tbody td {
    border: 1px solid #cfcfcfbf !important;
    background: #0080000a !important;
    --bs-table-color-type: none !important;
    --bs-table-bg-type: transparent !important;
}

tbody tr:nth-child(2n+1) td {
    background: transparent !important;
}

thead,
thead tr,
thead th {
    background-color: #0080002b !important;
    color: #ffffff;
    border: 1px solid #cfcfcfd6 !important;
}


blockquote {
    margin: 0 0 1rem;
    background: #00800024;
    padding: 10px;
    border-left: 3px solid green;
    position: relative;
    /* padding-top: 47px; */
    /* padding-left: 20px; */
}

/* blockquote::after {
    content: "\f10d";
    position: absolute;
    top: 7px;
    left: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 2rem;
    color: green;
} */

/* PWA Loader Start */
#pwa-loader {
    width: 100%;
    height: 3px;
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    bottom: 0;
    left: 0;
    display: none;
}

#pwa-loader::after {
    content: "";
    width: 192px;
    height: 3px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s ease-in-out infinite;
}

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 100%;
        transform: translateX(0%);
    }
}
/* PWA Loader End */
.custom-filter-btn {
    border: 1px solid #009ef7;
    border-radius: 4px;
    padding: 7px 9px;
    line-height: 1;
    color: #009ef7d4;
    font-weight: 400;
    background-color: #009ef70f;
    font-size: 1.1rem;
    white-space: nowrap;
}
.custom-filter-btn i {
    color: #009cf7cc;
    margin-right: 2px;
    font-size: 1.1rem;
}
.lh-4{
    line-height: 1.4;
}

#business-list {
    max-height: 250px;
    overflow-y: auto;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px !important;
}
.mfp-bg {
    z-index: 104299  !important;
}
.mfp-wrap {
    z-index: 104399 !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 36px !important;
    height: 36px;
    background: #ff2b2b;
    text-align: center !important;
    line-height: 38px;
    border-radius: 50%;
    padding-right: 0 !important;
}

h1.single-card-heading{
    font-size: 2.5rem;
    font-weight: 400 !important;
}

.no-auto-ads .adsbygoogle {
    display: none !important;
}

.satt-custom-ad {
    margin: 1rem auto;
    text-align: center;
    overflow: hidden;
}

#satt_dynamic_modal .modal-content {
    margin-inline:2.5rem;
}
