@charset "UTF-8";

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

.bg-black {
    background: #0c0e0e !important;
}

.bg-black-light {
    background: #0e1316;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: normal;
    background: #fafafa;
    color: #242424;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
    --heading-color: var(--heading-h) var(--heading-s) var(--heading-l);
    --white: #fff;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black: #000;
    --black-l-100: #1a1a1a;
    --black-l-200: #333333;
    --black-l-300: #4d4d4d;
    --black-l-400: #666666;
    --black-l-500: #808080;
    --black-l-600: #999999;
    --black-l-700: #b3b3b3;
    --black-l-800: #cccccc;
    --black-l-900: #e6e6e6;
    --lemon-light: 164, 60%, 90%;
    --lemon-dark: 148, 100%, 50%;
    --yellow-dark: 58, 100%, 50%;
    --pink-light: 281, 100%, 95%;
    --pink-dark: 295, 100%, 50%;
    --cyan-light: 203, 100%, 91%;
    --cyan-dark: 203, 100%, 91%;
    --blue-light: 221, 100%, 91%;
    --blue-dark: 221, 100%, 91%;
    --star-color: 45, 100%, 50%;
    --hero-bg: 221, 94%, 93%;
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    --gradient-bg: linear-gradient(
        95.26deg,
        hsl(var(--base)) 0%,
        hsl(var(--secondary)) 100%
    );
    --card-bg: hsl(240, 1%, 15%);
    --dark-bg: 240, 11%, 14%;
    --section-bg: 204, 100%, 50%;
    --header-bg: hsl(240, 1%, 15%);
    --header--bg: hsl(0, 0%, 11.8%);
    --base: #001394;
    --base-d-100: #001185;
    --base-d-200: #000f76;
    --base-d-300: #000d68;
    --base-d-400: #000b59;
    --base-d-500: #000a4a;
    --base-l-100: #1a2b9f;
    --base-l-200: #3342a9;
    --base-l-300: #4d5ab4;
    --base-l-400: #6671bf;
    --base-l-500: #8089ca;
    --base-l-600: #99a1d4;
    --base-l-700: #b3b8df;
    --base-l-800: #ccd0ea;
    --base-l-900: #e6e7f4;
    --secondary: #6c757d;
    --secondary-d-100: #616971;
    --secondary-d-200: #565e64;
    --secondary-d-300: #4c5258;
    --secondary-d-400: #41464b;
    --secondary-d-500: #41464b;
    --secondary-l-100: #7b838a;
    --secondary-l-200: #899197;
    --secondary-l-300: #989ea4;
    --secondary-l-400: #a7acb1;
    --secondary-l-500: #b6babe;
    --dark: #212529;
    --dark-d-100: #1e2125;
    --dark-d-200: #1a1e21;
    --dark-d-300: #171a1d;
    --dark-d-400: #141619;
    --dark-d-500: #111315;
    --dark-l-100: #373b3e;
    --dark-l-200: #4d5154;
    --dark-l-300: #646669;
    --dark-l-400: #7a7c7f;
    --dark-l-500: #909294;
    --dark-l-600: #a6a8a9;
    --dark-l-700: #bcbebf;
    --dark-l-800: #d3d3d4;
    --dark-l-900: #e9e9ea;
    --primary: #007afc;
    --primary-d-100: #006ee3;
    --primary-d-200: #0062ca;
    --primary-d-300: #0055b0;
    --primary-d-400: #004997;
    --primary-d-500: #003d7e;
    --primary-l-100: #1a87fc;
    --primary-l-200: #3395fd;
    --primary-l-300: #4da2fd;
    --primary-l-400: #66affd;
    --primary-l-500: #80bdfe;
    --primary-l-600: #99cafe;
    --primary-l-700: #b3d7fe;
    --primary-l-800: #cce4fe;
    --primary-l-900: #e6f2ff;
    --success: #0ed016;
    /*=== Success Darken ===*/
    --success-d-100: #0dbb14;
    --success-d-200: #0ba612;
    --success-d-300: #0a920f;
    --success-d-400: #087d0d;
    --success-d-500: #07680b;
    /*=== Success Lighten ===*/
    --success-l-100: #26d52d;
    --success-l-200: #3ed945;
    --success-l-300: #56de5c;
    --success-l-400: #6ee373;
    --success-l-500: #87e88b;
    --success-l-600: #9feca2;
    --success-l-700: #b7f1b9;
    --success-l-800: #cff6d0;
    --success-l-900: #e7fae8;
    --danger: #f25640;
    /*=== Danger Darken ===*/
    --danger-d-100: #da4d3a;
    --danger-d-200: #c24533;
    --danger-d-300: #a93c2d;
    --danger-d-400: #913426;
    --danger-d-500: #792b20;
    /*=== danger Lighten ===*/
    --danger-l-100: #f36753;
    --danger-l-200: #f57866;
    --danger-l-300: #f68979;
    --danger-l-400: #f79a8c;
    --danger-l-500: #f9aba0;
    --danger-l-600: #fabbb3;
    --danger-l-700: #fbccc6;
    --danger-l-800: #fcddd9;
    --danger-l-900: #feeeec;
    --warning: #dfa000;
    /*=== Warning Darken ===*/
    --warning-d-100: #c99000;
    --warning-d-200: #b28000;
    --warning-d-300: #9c7000;
    --warning-d-400: #866000;
    --warning-d-500: #705000;
    /*===  Warning Lighten ===*/
    --warning-l-100: #e2aa1a;
    --warning-l-200: #e5b333;
    --warning-l-300: #e9bd4d;
    --warning-l-400: #ecc666;
    --warning-l-500: #efd080;
    --warning-l-600: #f2d999;
    --warning-l-700: #f5e3b3;
    --warning-l-800: #f9eccc;
    --warning-l-900: #fcf6e6;
    --info: #0dcaf0;
    /*=== Info Darken ===*/
    --info-d-100: #0cb6d8;
    --info-d-200: #0aa2c0;
    --info-d-300: #098da8;
    --info-d-400: #087990;
    --info-d-500: #076578;
    /*=== nfo Lighten ===*/
    --info-l-100: #0dcaf0;
    --info-l-200: #25cff2;
    --info-l-300: #3dd5f3;
    --info-l-400: #56daf5;
    --info-l-500: #6edff6;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--base-l-900);
}

::-webkit-scrollbar-thumb {
    background: var(--base-l-700);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--base);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul,
li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
    user-select: none;
}

a:focus-visible {
    outline: none;
}

button {
    color: inherit;
    background: transparent;
    border: none;
    cursor: pointer;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

label {
    font-size: 14px;
}

iframe {
    width: 100%;
}

.ru-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    -webkit-appearance: block;
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 8px;
    padding: 3px;
    line-height: 1;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 7px;
    right: 7px;
}

.select2-container--default .select2-selection--single {
    min-height: 40px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 3px;
    font-size: 14px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple {
    display: flex;
    padding: 8px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: var(--base);
    color: var(--white);
    padding: 0px 4px 0px 4px;
    margin: 0px;
    border: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: var(--white);
    padding: 0px 4px;
    border: none;
    border-radius: 0px;
    position: relative;
    margin-top: -2px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove
    span {
    position: relative;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove
    span::after {
    position: absolute;
    top: 4px;
    left: -4px;
    content: "";
    height: 16px;
    width: 1px;
    background: var(--white);
}

.select2-container .select2-selection--single {
    height: 48px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
    color: var(--black) !important;
}

.select2-container .select2-selection--single {
    height: 44px;
}

.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
}

.note-editable ul li {
    list-style: disc;
    padding-left: 2px;
    margin-left: 14px;
}

.note-editable ol li {
    list-style: decimal;
    padding-left: 2px;
    margin-left: 14px;
}

/*
	Spacing	Doc:
	mt pt py my
	18px 22px 40px 52px 72px



*/
.pt-18 {
    padding-top: 18px;
}

@media (max-width: 991px) {
    .pt-18 {
        padding-top: 14px;
    }
}

@media (max-width: 768px) {
    .pt-18 {
        padding-top: 10px;
    }
}

.pb-18 {
    padding-bottom: 18px;
}

@media (max-width: 991px) {
    .pb-18 {
        padding-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .pb-18 {
        padding-bottom: 10px;
    }
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 991px) {
    .py-18 {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .py-18 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.pt-22 {
    padding-top: 22px;
}

@media (max-width: 991px) {
    .pt-22 {
        padding-top: 18px;
    }
}

@media (max-width: 768px) {
    .pt-22 {
        padding-top: 14px;
    }
}

.pb-22 {
    padding-bottom: 22px;
}

@media (max-width: 991px) {
    .pb-22 {
        padding-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .pb-22 {
        padding-bottom: 14px;
    }
}

.py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
}

@media (max-width: 991px) {
    .py-22 {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .py-22 {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media (max-width: 1400px) {
    .pt-40 {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .pt-40 {
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .pt-40 {
        padding-top: 10px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 1400px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .pb-40 {
        padding-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .pb-40 {
        padding-bottom: 10px;
    }
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1400px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .py-40 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .py-40 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.pt-52 {
    padding-top: 52px;
}

@media (max-width: 1400px) {
    .pt-52 {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .pt-52 {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .pt-52 {
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .pt-52 {
        padding-top: 15px;
    }
}

.pb-52 {
    padding-bottom: 52px;
}

@media (max-width: 1400px) {
    .pb-52 {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .pb-52 {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .pb-52 {
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .pb-52 {
        padding-bottom: 15px;
    }
}

.py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
}

@media (max-width: 1400px) {
    .py-52 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .py-52 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .py-52 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .py-52 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.pt-72 {
    padding-top: 72px;
}

@media (max-width: 1400px) {
    .pt-72 {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .pt-72 {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .pt-72 {
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .pt-72 {
        padding-top: 20px;
    }
}

.pb-72 {
    padding-bottom: 72px;
}

@media (max-width: 1400px) {
    .pb-72 {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .pb-72 {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .pb-72 {
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .pb-72 {
        padding-bottom: 20px;
    }
}

.py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (max-width: 1400px) {
    .py-72 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .py-72 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .py-72 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .py-72 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.mt-18 {
    margin-top: 18px;
}

@media (max-width: 991px) {
    .mt-18 {
        margin-top: 14px;
    }
}

@media (max-width: 768px) {
    .mt-18 {
        margin-top: 10px;
    }
}

.mb-18 {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .mb-18 {
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .mb-18 {
        margin-bottom: 10px;
    }
}

.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .my-18 {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .my-18 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.mt-22 {
    margin-top: 22px;
}

@media (max-width: 991px) {
    .mt-22 {
        margin-top: 18px;
    }
}

@media (max-width: 768px) {
    .mt-22 {
        margin-top: 14px;
    }
}

.mb-22 {
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .mb-22 {
        margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .mb-22 {
        margin-bottom: 14px;
    }
}

.my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .my-22 {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .my-22 {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (max-width: 1400px) {
    .mt-40 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .mt-40 {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .mt-40 {
        margin-top: 10px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 1400px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .mb-40 {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .mb-40 {
        margin-bottom: 10px;
    }
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1400px) {
    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .my-40 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .my-40 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .my-40 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.mt-52 {
    margin-top: 52px;
}

@media (max-width: 1400px) {
    .mt-52 {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .mt-52 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .mt-52 {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .mt-52 {
        margin-top: 15px;
    }
}

.mb-52 {
    margin-bottom: 52px;
}

@media (max-width: 1400px) {
    .mb-52 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .mb-52 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .mb-52 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .mb-52 {
        margin-bottom: 15px;
    }
}

.my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
}

@media (max-width: 1400px) {
    .my-52 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .my-52 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .my-52 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .my-52 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.mt-72 {
    margin-top: 72px;
}

@media (max-width: 1400px) {
    .mt-72 {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .mt-72 {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .mt-72 {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .mt-72 {
        margin-top: 20px;
    }
}

.mb-72 {
    margin-bottom: 72px;
}

@media (max-width: 1400px) {
    .mb-72 {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .mb-72 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .mb-72 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .mb-72 {
        margin-bottom: 20px;
    }
}

.my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
}

@media (max-width: 1400px) {
    .my-72 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .my-72 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .my-72 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .my-72 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.main {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .main {
        flex-direction: row;
    }
}

@media screen and (max-width: 1199px) {
    .main {
        margin-left: 0px;
    }
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2em;
    position: absolute;
}

.datepicker {
    z-index: 9999 !important;
}

.select2-container--open .select2-dropdown--below {
    z-index: 9999 !important;
}

.study-article--wrap {
    gap: 20px;
}

.study-article--wrap .study-article--item {
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--dark-l-900);
}

.study-article--wrap .study-article--item:last-child {
    border: 0;
    padding: 0;
}

.study-article--wrap .study-article--item .thumb--wrap {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
}

.study-article--wrap .study-article--item .thumb--wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.progress--card ul {
    margin-left: 24px;
    gap: 8px;
    margin-bottom: 16px;
}

.progress--card ul li {
    list-style: disc;
}

.progress--card .cel--wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
}

.progress--card .cel--wrap .cell {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    margin: 0 4px 4px 0;
    position: relative;
    box-sizing: border-box;
    background-color: #f2f3f7;
    color: #7c7c91;
    cursor: pointer;
}

.progress--card .cel--wrap .cell.correct {
    background-color: var(--success);
    color: var(--white);
}

.progress--card .cel--wrap .cell.wrong {
    background-color: var(--danger);
    color: var(--white);
}

.language--card .form-radio label {
    cursor: pointer;
    padding: 5px 12px;
    transition: 0.15s ease-in;
    text-align: center;
    border-radius: 8px;
}

.language--card .form-radio label.active {
    background-color: var(--dark-l-900);
    transition: 0.15s ease-in;
}

.sign-up_box {
    padding: 20px 0px;
    border-radius: 4px;
}

.sign-up_box .title {
    margin-bottom: 40px;
}

.sign-up_box .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sign-up_box .input-group .input-group-text {
    border-radius: 4px;
    border: 1px solid hsl(var(--base) / 0.5);
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.sign-up_box .login-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.sign-up_box .login-meta p {
    font-size: 14px;
}

.login-box {
    padding: 40px 80px;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.login-box .home--btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    background-color: #d3d3d4;
}

.login-box .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.login-box .icon-wrap .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: var(--base);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box .icon-wrap .icon i {
    font-size: 50px;
    color: var(--white);
}

.login-box .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.login-box .condition-text {
    margin-left: 8px;
}

.login-box .condition-text a {
    color: var(--base);
}

.login-box .condition-text p {
    font-size: 16px;
}

.login-box .condition-text p a {
    color: var(--base) !important;
}

.login-box .social-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
}

.login-box .social-option .text {
    display: inline-flex;
    align-items: center;
}

.login-box .social-option .text h6 {
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.29;
}

.login-box .social-option .text::before {
    content: "";
    width: 150px;
    height: 1px;
    border: 1px dashed #d3d3d4;
}

.login-box .social-option .text::after {
    content: "";
    width: 150px;
    height: 1px;
    border: 1px dashed #d3d3d4;
}

.login-box .social-option ul {
    display: flex;
    margin: 20px 0px;
    gap: 12px;
}

.login-box .social-option ul li a {
    width: 132px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9e9ea;
    color: var(--base);
}

.login-box .social-option p {
    margin-top: 8px;
}

.login-box .social-option p a {
    color: var(--base);
}

.login-box .req--box {
    height: 123px;
}

.login-box--wrap {
    position: absolute;
    top: 164px;
    width: 100%;
    height: 73vh;
    overflow: hidden;
}

.login-box--wrap .close--btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: hsl(var(--black));
    font-size: 18px;
    background: var(--dark-l-500);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.login-box--wrap .close--btn .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-thumb--wrap {
    position: relative;
}

.login-thumb--wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--base-l-500);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.login-thumb--wrap img {
    width: 100%;
}

.login-section {
    position: relative;
    overflow: hidden;
}

.login-container {
    padding: 0px !important;
    margin: 0px !important;
}

.login-right-section {
    background-color: hsl(var(--base));
    height: 100vh;
    width: 100%;
}

.login-left-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login-left-section .logo-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
}

.login-left-section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}

.login-left-section .content-wrap .title {
    line-height: 70px;
}

.login-img--card {
    width: 100%;
    height: 341.348px;
}

@media (max-width: 769px) {
    .signup-section .signup-thumb {
        display: none !important;
    }
}

@media (max-width: 462px) {
    .social-option .text::before {
        width: 60px !important;
    }

    .social-option .text::after {
        width: 60px !important;
    }

    .login-box {
        padding: 40px 20px !important;
    }
}
/* Button Style */
button {
    border: none;
    transition: 0.5s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    border-radius: 4px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 6px 7px;
    }
}

.btn:hover,
.btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

.btn-sm {
    padding: 4px 12px !important;
    font-size: 14px !important;
}

.btn-sm:hover,
.btn-sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid transparent;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
    .btn-sm {
        padding: 5px 8px;
    }
}

.btn-md {
    padding: 8px 14px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn-md {
        padding: 6px 12px;
    }
}

.btn-lg {
    padding: 10px 23px;
    font-size: 17px !important;
}

@media screen and (max-width: 770px) {
    .btn-lg {
        padding: 6px 14px;
        font-size: 16px !important;
    }
}

.btn-base {
    background: var(--base);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-base:hover,
.btn-base:active,
.btn-base:focus {
    background: var(--base-d-200) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-base.pill {
    border-radius: 35px;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: var(--primary-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-primary.pill {
    border-radius: 35px;
}

.btn-secondary {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: var(--secondary-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-secondary.pill {
    border-radius: 35px;
}

.btn-success {
    background: var(--success);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: var(--success-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-success.pill {
    border-radius: 35px;
}

.btn-danger {
    background: var(--danger);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background: var(--danger-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-danger.pill {
    border-radius: 35px;
}

.btn-warning {
    background: var(--warning);
    color: var(--black);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background: var(--warning-d-100) !important;
    color: var(--black) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-warning.pill {
    border-radius: 35px;
}

.btn-info {
    background: var(--info);
    color: var(--black);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: var(--info-d-100) !important;
    color: var(--black) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-info.pill {
    border-radius: 35px;
}

.btn-dark {
    background: var(--dark);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background: var(--dark-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px hsl(var(--base) / 0.13);
}

.btn-dark.pill {
    border-radius: 35px;
}

.pill {
    border-radius: 35px !important;
}

.btn-outline {
    background: transparent;
    border: none !important;
    border-radius: 8px;
}

.btn-outline:hover,
.btn-outline:focus {
    box-shadow: none !important;
}

.btn-outline-base {
    color: var(--base);
    border: 1px solid var(--base);
    text-transform: capitalize;
    background-color: var(--base-l-900);
    font-weight: 600;
}

.btn-outline-base:hover,
.btn-outline-base:focus {
    background-color: var(--base) !important;
    color: var(--white) !important;
    border: 1px solid var(--base) !important;
}

.btn-outline-success {
    color: var(--success);
    border: 1px solid var(--success);
    text-transform: capitalize;
    background-color: var(--success-l-900);
    font-weight: 600;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    background-color: var(--success) !important;
    color: var(--white) !important;
    border: 1px solid var(--success) !important;
}

.btn-outline-danger {
    color: var(--danger);
    border: 1px solid var(--danger);
    text-transform: capitalize;
    background-color: var(--danger-l-900);
    font-weight: 600;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    background-color: var(--danger) !important;
    color: var(--white) !important;
    border: 1px solid var(--danger) !important;
}

.btn-outline-warning {
    color: var(--warning);
    border: 1px solid var(--warning);
    text-transform: capitalize;
    background-color: var(--warning-l-900);
    font-weight: 600;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background-color: var(--warning-d-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--warning) !important;
}

.btn-outline-info {
    color: var(--info);
    border: 1px solid var(--info);
    text-transform: capitalize;
    background-color: var(--info-l-900);
    font-weight: 600;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
    background-color: var(--info) !important;
    color: var(--black) !important;
    border: 1px solid var(--info) !important;
}

.btn-outline-primary {
    color: var(--primary);
    border: 1px solid var(--primary);
    text-transform: capitalize;
    background-color: var(--primary-l-900);
    font-weight: 600;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
}

.btn-outline-secondary {
    color: var(--secondary);
    border: 1px solid var(--secondary);
    text-transform: capitalize;
    background-color: var(--secondary-l-900);
    font-weight: 600;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    border: 1px solid var(--secondary) !important;
}

.btn-outline-dark {
    color: var(--dark);
    border: 1px solid var(--dark);
    text-transform: capitalize;
    background-color: var(--dark-l-900);
    font-weight: 600;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background-color: var(--dark) !important;
    color: var(--white) !important;
    border: 1px solid var(--dark) !important;
}

.btn-circle {
    border-radius: 50%;
    width: 139px;
    height: 139px;
    background: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: hsl(var(--white));
    rotate: -45deg;
    position: relative;
    border: 8px solid hsl(var(--white));
}

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

.btn-circle::after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed hsl(var(--white));
    transform: translate(-50%, -50%);
}

.btn-circle:hover {
    color: hsl(var(--white));
}

.btn-circle:hover i {
    rotate: 90deg;
    transition: all 0.3s ease-out;
}

.copytext {
    border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.grp-btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

/* END Button Style */
.text-primary {
    color: var(--primary) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.fw-bold {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 6px 16px !important;
    border-radius: 4px;
    background-color: transparent;
    color: var(--black);
    line-height: 26px;
    border: 1px solid #aaa;
}

.form-control::placeholder {
    color: var(--black-l-500) !important;
    font-size: 14px;
}

.form-control:focus {
    color: var(--black) !important;
    box-shadow: none;
    border: 1px solid var(--base);
    border-radius: 4px;
    background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9e9ea;
    opacity: 0.7;
    border: 1px solid #e9e9ea;
}

.form-control[type="password"] {
    color: var(--black-l-500);
}

.form-control[type="password"]:focus {
    color: var(--black);
}

.form-control[type="file"] {
    line-height: 40px;
    padding: 0 !important;
    position: relative;
}

.form-control[type="file"]::file-selector-button {
    border: 1px solid var(--black-l-300);
    padding: 2px 6px;
    border-radius: 0.2em;
    background-color: var(--base-l-200);
    transition: 0.2s linear;
    line-height: 20px;
    position: relative;
    top: -2px;
    margin-top: -2px;
    margin-left: 8px;
    color: var(--white);
    cursor: pointer;
    font-size: 12px;
}

.form-control[type="file"]::file-selector-button:hover {
    background-color: var(--base-d-200) !important;
    border: 1px solid var(--base) !important;
    color: var(--white) !important;
}

.form-control-sm {
    padding: 3px 16px !important;
    font-size: 14px;
}

.form-control-sm[type="file"] {
    line-height: 32px;
    padding: 0 !important;
    position: relative;
}

.form-control-sm[type="file"]::file-selector-button {
    border: 1px solid var(--black-l-300);
    padding: 0px 4px;
    border-radius: 0.2em;
    background-color: var(--base-l-200);
    transition: 0.2s linear;
    line-height: 20px;
    position: relative;
    top: -2px;
    margin-left: 6px;
    color: var(--white);
    cursor: pointer;
    font-size: 10px;
}

.form-control-sm[type="file"]::file-selector-button:hover {
    background-color: var(--base-d-200) !important;
    border: 1px solid var(--base) !important;
    color: var(--white) !important;
}

.form-control-xsm {
    padding: 2px 16px !important;
    font-size: 14px;
}

.form-select {
    font-weight: 500;
    outline: none;
    width: 100%;
    border-radius: 4px;
    background-color: transparent;
    color: var(--black);
    line-height: 26px;
    border: 1px solid #aaa;
    color: var(--black-l-500) !important;
}

.form-select:focus {
    color: var(--black) !important;
    box-shadow: none;
    border: 1px solid var(--base);
    border-radius: 4px;
    background-color: transparent;
}

.form-select:disabled,
.form-select[readonly] {
    background-color: var(--black-l-100);
    opacity: 1;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black) / 0.5);
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--base-d-200) !important;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--base-d-200) !important;
}

label.required-label:after {
    content: "*";
    color: var(--danger);
    margin-left: 3px;
}

/* Custom Checkbox Design */
.form-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-check a {
    display: inline;
}

.form-check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--base);
    margin-top: 0px;
}

.form-check .form-check-input:checked {
    background-color: var(--base) !important;
    border-color: var(--base) !important;
    box-shadow: none;
}

.form-check .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form-check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--white);
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form-check label {
    color: var(--black);
}

@media screen and (max-width: 424px) {
    .form-check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form-check a {
        font-size: 15px;
    }
}
/*  Custom Radio Design */
.form-radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-radio .form-radio-input {
    box-shadow: none;
    border: 2px solid var(--base) !important;
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.form-radio .form-radio-input:active {
    filter: brightness(100%);
}

.form-radio .form-radio-input:checked {
    background-color: transparent;
    border-color: var(--base);
}

.form-radio .form-radio-input:checked[type="radio"] {
    background-image: none;
}

.form-radio .form-radio-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: var(--base);
    border-radius: 50%;
    z-index: 999;
}

.form-radio label {
    width: calc(100% - 16px);
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form-switch .form-check-input {
    width: unset;
    border-radius: 26px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: var(--base-l-900) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form-switch .form-check-input:focus {
    width: unset;
    border-radius: px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form-switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--base);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 5px;
    transition: 0.2s linear;
}

.form-switch .form-check-input:checked {
    background-color: var(--base);
}

.form-switch .form-check-input:checked::before {
    left: calc(100% - 20px);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.table {
    margin-bottom: 0;
}

.table thead {
    border: none;
}

.table thead th {
    color: var(--black);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px;
    white-space: nowrap;
    border: none;
}

.table thead tr th {
    background: rgba(230, 231, 244, 0.5215686275);
}

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

.table tbody tr:hover > * {
    --bs-table-color-state: #00000000;
    --bs-table-bg-state: #00000005;
}

.table tbody th {
    border: none;
    font-weight: 400;
}

.table tbody tr td {
    border-bottom: 1px solid var(--dark-l-900);
    color: #242424;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px;
    vertical-align: middle;
    height: 65px;
}

.table.custome-sm-table tbody tr td {
    border-bottom: 1px solid var(--dark-l-900);
    color: #242424;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 14px;
    vertical-align: middle;
    height: 36px;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid var(--dark-l-900);
    color: #242424;
}

.badge {
    border-radius: 4px;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
}

.badge.text-bg-base {
    color: var(--white) !important;
    background-color: var(--base) !important;
}

.badge.text-bg-primary {
    color: var(--white) !important;
    background-color: var(--primary) !important;
}

.badge.text-bg-secondary {
    color: var(--white) !important;
    background-color: var(--secondary) !important;
}

.badge.text-bg-success {
    color: var(--white) !important;
    background-color: var(--success) !important;
}

.badge.text-bg-danger {
    color: var(--white) !important;
    background-color: var(--danger) !important;
}

.badge.text-bg-warning {
    color: var(--black) !important;
    background-color: var(--warning) !important;
}

.badge.text-bg-info {
    color: var(--black) !important;
    background-color: var(--info) !important;
}

.badge.text-bg-violet {
    color: var(--black) !important;
    background-color: var(--violet) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: #0ed016 !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #f25640 !important;
}

.modal.show .modal-dialog {
    transform: translateY(0) scale(1) !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.15s ease-out;
    transform: translateY(-100px) scale(0.8);
}

.modal-content {
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.modal-content::after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    background-image: url(/backend/assets/img/modal-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 184px;
    width: 100%;
    background-size: cover;
    z-index: -1;
}

.modal-content::before {
    position: absolute;
    bottom: -90px;
    left: -122px;
    content: "";
    background-image: url(/backend/assets/img/modal-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 184px;
    width: 81%;
    background-size: cover;
}

.modal-header {
    border: none;
    position: relative;
}

.modal-header .close {
    display: none;
}

.modal-header button {
    position: absolute;
    top: -6px;
    right: -8px;
    font-size: 12px;
    background-color: hsl(49, 100%, 91%);
    opacity: 1;
    border-radius: 50%;
    border: 1px solid var(--danger);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 4px 8px;
}

.modal-header .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    background-color: var(--white);
    opacity: 1;
    border-radius: 50%;
    border: 1px solid var(--danger);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: var(--danger) !important;
    --bs-btn-close-bg: none;
    transition: all 0.2s ease-out;
}

.modal-header .btn-close:hover {
    background-color: var(--danger);
    transition: all 0.2s ease-out;
}

.modal-header .btn-close:hover::after {
    color: var(--white);
    transition: all 0.2s ease-out;
}

.modal-header .btn-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.modal-footer {
    border: none;
    padding-top: 0px;
}

.dd-content {
    flex: 1;
    padding-right: 0;
    margin-left: 309px;
}

@media screen and (min-width: 992px) {
    .dd-content {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .dd-content {
        margin-left: 0px !important;
    }
}

#mobile-menus {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#mobile-menus .sub-menu {
    margin-top: 0;
    padding-left: 14px;
    list-style-type: none;
    padding-left: 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

#mobile-menus .sub-menu .sub-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #9e9e9e;
    font-family: "Inter", sans-serif;
}

#mobile-menus .item {
    color: #9e9e9e;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dd-sidebar {
    width: 289px;
    padding: 40px 28px;
    flex-shrink: 0;
    background-color: #fff;
    min-height: 100vh;
    display: none;
}

@media screen and (min-width: 992px) {
    .dd-sidebar {
        display: inline-block;
    }
}

.dd-sidebar .logo-box {
    margin-bottom: 80px;
}

.dd-sidebar .logo-box img {
    width: 156.078px;
    height: 40px;
}

.dd-sidebar .right {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .dd-sidebar .right {
        display: none;
    }
}

.dd-sidebar .menus .item {
    border-radius: 16px;
    border: 1px solid #fff;
    background: #fff;
    padding: 14px;
    color: #9e9e9e;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 16px;
    background: #fff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dd-sidebar .menus .item.active {
    border: 1px solid #dee1f1;
    color: #001394;
}

.dd-sidebar .menus .item .ct {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.dd-sidebar .menus .item .icon {
    font-size: 24px;
}

.dd-sidebar .menus .item .arrow {
    font-size: 16px;
}

.dd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: var(--white);
    border-radius: 16px;
}

@media screen and (min-width: 992px) {
    .dd-head {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 40px;
        padding-bottom: 24px;
    }
}

.dd-head .mobile-wrap {
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .dd-head .mobile-wrap {
        display: none;
    }
}

.dd-head .mobile-wrap .mobile-btn {
    font-size: 28px;
}

.dd-head .right {
    display: none;
}

@media screen and (min-width: 992px) {
    .dd-head .right {
        display: inline-block;
    }
}

.dd-head .right .d-icon {
    font-size: 24px;
    color: #001394;
    background: #f4f5f8;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dd-head .right .d-icon .fa-bell {
    animation: notification 3s infinite ease;
}

.dd-head .right ul {
    gap: 20px;
    align-items: center;
}

.dd-head .right ul .u-info {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.dd-head .right ul .u-info .u-img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.dd-head .right ul .u-info .u-content .name {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dd-head .right ul .u-info .u-content .email {
    color: #9e9e9e;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dd-head .right ul .dropdown-toggle::after {
    display: none;
}

@keyframes notification {
    0% {
        transform: rotate(35deg);
    }

    12.5% {
        transform: rotate(-30deg);
    }

    25% {
        transform: rotate(25deg);
    }

    37.5% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(15deg);
    }

    62.5% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.dashboard-header {
    background: hsl(var(--white));
    padding: 14px 36px;
    border-bottom: 1px solid hsl(var(--dark) / 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header .menu-icon {
    display: none;
    font-size: 22px;
}

.dashboard-header .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
}

.dashboard-header .search-bar .input-wrap {
    position: relative;
}

.dashboard-header .search-bar .input-wrap input {
    background: hsl(var(--white));
    padding-left: 40px;
}

.dashboard-header .search-bar .input-wrap .icon-wrap {
    position: absolute;
    top: 12px;
    left: 16px;
}

.dashboard-header .header-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.dashboard-header .header-item .home {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: hsl(var(--main));
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-header .header-item .home i {
    color: hsl(var(--white));
    font-size: 16px;
}

.dashboard-header .header-item .notification {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid hsl(var(--main) / 0.3);
    background: hsl(var(--main) / 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.dashboard-header .header-item .notification i {
    color: hsl(var(--main));
    font-size: 16px;
}

.dashboard-header .header-item .notification .count {
    position: absolute;
    top: 0px;
    right: -18px;
    color: hsl(var(--white));
    background: hsl(var(--main));
    border-radius: 20px;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 4px;
    border: 1px solid hsl(var(--white));
    width: 78%;
    text-align: center;
}

.dashboard-header .header-item .bell i {
    animation: notification 2s infinite ease;
}

.dashboard-header .header-item .dropdown-notification {
    width: 320px !important;
}

.dashboard-header .header-item .dropdown-notification .notification-list-wrap {
    max-height: 320px;
    overflow-y: auto;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list {
    border-bottom: 1px solid hsl(var(--black) / 0.07);
    padding: 13px 0px;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:last-child {
    border: 0;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list
    .item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 16px;
    gap: 12px;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list
    .item
    .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--white));
    flex-shrink: 0;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content
    .title {
    margin-bottom: 0px;
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content
    .date {
    margin-bottom: 0px;
    color: hsl(var(--black) / 0.6);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(1)
    span.icon-wrap {
    background: var(--gradient-1);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(2)
    span.icon-wrap {
    background: var(--gradient-2);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(3)
    span.icon-wrap {
    background: var(--gradient-3);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(4)
    span.icon-wrap {
    background: var(--gradient-4);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(5)
    span.icon-wrap {
    background: var(--gradient-5);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(6)
    span.icon-wrap {
    background: var(--gradient-6);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(7)
    span.icon-wrap {
    background: var(--gradient-7);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(8)
    span.icon-wrap {
    background: var(--gradient-8);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(9)
    span.icon-wrap {
    background: var(--gradient-9);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(10)
    span.icon-wrap {
    background: var(--gradient-10);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(11)
    span.icon-wrap {
    background: var(--gradient-11);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(12)
    span.icon-wrap {
    background: var(--gradient-12);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(13)
    span.icon-wrap {
    background: var(--gradient-13);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(14)
    span.icon-wrap {
    background: var(--gradient-14);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(15)
    span.icon-wrap {
    background: var(--gradient-15);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(16)
    span.icon-wrap {
    background: var(--gradient-16);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(17)
    span.icon-wrap {
    background: var(--gradient-17);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(18)
    span.icon-wrap {
    background: var(--gradient-18);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(19)
    span.icon-wrap {
    background: var(--gradient-19);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(20)
    span.icon-wrap {
    background: var(--gradient-20);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(21)
    span.icon-wrap {
    background: var(--gradient-21);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(22)
    span.icon-wrap {
    background: var(--gradient-22);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(23)
    span.icon-wrap {
    background: var(--gradient-23);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(24)
    span.icon-wrap {
    background: var(--gradient-24);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(25)
    span.icon-wrap {
    background: var(--gradient-25);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(26)
    span.icon-wrap {
    background: var(--gradient-26);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(27)
    span.icon-wrap {
    background: var(--gradient-27);
}

.dashboard-header
    .header-item
    .dropdown-notification
    .notification-list-wrap
    .list:nth-child(28)
    span.icon-wrap {
    background: var(--gradient-28);
}

.dropdown-notification {
    width: 320px !important;
}

.dropdown-notification .notification-list-wrap {
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-notification .notification-list-wrap .list {
    border-bottom: 1px solid var(--black-l-700);
    padding: 13px 0px;
}

.dropdown-notification .notification-list-wrap .list:last-child {
    border: 0;
}

.dropdown-notification .notification-list-wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 16px;
    gap: 12px;
}

.dropdown-notification .notification-list-wrap .list .item .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    flex-shrink: 0;
}

.dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
}

.dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content
    .title {
    margin-bottom: 0px;
}

.dropdown-notification
    .notification-list-wrap
    .list
    .item
    .notification--content
    .date {
    margin-bottom: 0px;
    color: var(--black-l-600);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(1)
    span.icon-wrap {
    background: var(--success-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(2)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(3)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(4)
    span.icon-wrap {
    background: var(--warning-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(5)
    span.icon-wrap {
    background: var(--primary-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(6)
    span.icon-wrap {
    background: var(--base-l-900);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(7)
    span.icon-wrap {
    background: var(--success-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(8)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(9)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(10)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(11)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(12)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(13)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(14)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(15)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(16)
    span.icon-wrap {
    background: var(--danger-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(17)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(18)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(19)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(20)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(21)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(22)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(23)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(24)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(25)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(26)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(27)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification
    .notification-list-wrap
    .list:nth-child(28)
    span.icon-wrap {
    background: var(--info-l-500);
}

.dropdown-notification .notification-footer {
    box-shadow: 0 0 10px rgba(130, 130, 130, 0.2);
}

.card {
    border-radius: 16px;
    background: hsl(0, 0%, 100%);
    padding: 14px;
    border: none;
}

@media screen and (min-width: 992px) {
    .card {
        padding: 24px;
    }
}

.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: inherit;
    border-bottom: none;
}

.card .card-header:first-child {
    border-radius: 0;
}

.card .card-header:first-child .card-title {
    margin-bottom: 0;
    color: #242424;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    width: auto;
    line-height: normal;
}

.card .card-header:first-child select {
    border-radius: 32px;
    border: 1px solid #c7c8c9;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    color: #5e5e5e;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: auto;
}

.card .card-header:first-child select:focus {
    outline: none;
    box-shadow: none;
}

.dashboard_profile-card {
    overflow: hidden;
}

.dashboard_profile-card .dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile-card .dashboard_profile_wrap .profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard_profile-card .profile_photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--dark);
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}

.dashboard_profile-card .profile_photo .photo_upload {
    display: inline-block;
    padding: 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white);
    transform: translate(-50%, -50%);
}

.dashboard_profile-card .profile_photo .photo_upload i {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.dashboard_profile-card .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile-card .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile-card .contact-info {
    padding: 0px 20px;
    width: 100%;
}

.dashboard_profile-card .contact-info .info-wrap {
    padding: 20px 0px;
    border-bottom: 1px dashed var(--base-l-500);
    color: var(--base);
}

.dashboard_profile-card .contact-info .info-wrap .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.dashboard_profile-card .contact-info:last-child .info-wrap {
    border-bottom: none;
}

.dashboard_profile-card .user-profile {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: var(--base);
}

.dashboard_profile-card .dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile-card
    .dashboard_profile_wrap
    .profile-details
    ul
    li
    .user-name {
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
}

.dashboard_profile-card .dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.photo_upload input,
.photo_upload .drag_area .on-drop,
.photo_upload .drag_area.dragover .visible {
    display: none;
}

.addons-card .title-wrap .icon-wrap {
    width: 50px;
    height: 50px;
    border: 1px solid var(--base-l-500);
    border-radius: 50%;
    font-size: 30px;
}

.addons-card .title-wrap .title {
    font-weight: 700;
}

.addons-card .user-info li {
    font-size: 14px;
}

.wizard-card {
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    /* border: 1px solid var(--base-l-500); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wizard-card .content-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wizard-card .content-wrap .icon-wrap {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--base);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wizard-card .content-wrap .icon-wrap.bg-success {
    background-color: var(--success-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap.bg-warning {
    background-color: var(--warning-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap.bg-info {
    background-color: var(--info-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap.bg-danger {
    background-color: var(--danger-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap.bg-base {
    background-color: var(--base-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap.bg-primary {
    background-color: var(--primary-l-500) !important;
}

.wizard-card .content-wrap .icon-wrap::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: var(--black-l-900);
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.wizard-card .content-wrap .icon-wrap i {
    color: var(--black);
}

.wizard-card .content-wrap .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--black);
}

.wizard-card .amount-wrap .amount {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.wizard-card .bg--icon {
    bottom: 10px;
    right: 10px;
    font-size: 50px;
}

.wizard-card .bg--icon i {
    color: var(--black-l-900);
}

.test--card .thumb--wrap {
    border-radius: 8px;
    overflow: hidden;
    height: 260px;
    margin-bottom: 12px;
}

.test--card .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#loading {
    background-color: var(--base);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    border-radius: 4px;
    background: currentColor;
    display: block;
    margin: -50px auto 0;
    position: relative;
    color: #fff;
    transform: translateY(30px);
    box-sizing: border-box;
    animation: animloader 2s ease infinite;
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    border-radius: 4px;
    background: currentColor;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 0;
    animation: animloader 2s 0.2s ease infinite;
}

.loader::before {
    animation-delay: 0.4s;
    left: 60px;
}

@keyframes animloader {
    0% {
        top: 0;
        color: white;
    }

    50% {
        top: 30px;
        color: rgba(255, 255, 255, 0.2);
    }

    100% {
        top: 0;
        color: white;
    }
}
/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
    color: var(--black);
}

.dashboard_profile .sidebar-menu-list__link:hover {
    background: var(--base);
}

.sidebar-menu-list__link.active {
    position: relative;
    display: flex;
    background-color: #04a9f540;
}

.sidebar-menu-list__link.active .icon {
    color: var(--base);
    font-weight: 500;
}

.sidebar-menu-list__link.active .text {
    color: var(--base);
    font-weight: 500;
}

.sidebar-menu {
    padding: 0px 0px 10px 0px;
    transition: 0.2s linear;
    border-radius: 8px;
    background: var(--white);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 289px;
    height: 100%;
}
.sidebar-title {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #515151 !important;
    margin: 20px 0;
    text-align: left;
    position: relative;
    /* border: 1px solid #00139430; */
    padding: 7px;
    background: #00139412;
    border-radius: 5px;
}

/* .sidebar-title::after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: #9e9e9e6b;
    position: absolute;
    left: 0%;
    bottom: -4px;
} */
.sidebar-menu .logo-wrapper {
    padding: 40px 28px 25px 28px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 320px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        background-color: var(--white);
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--base);
    border: 1px solid var(--base);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    transition: 0.2s linear;
    cursor: pointer;
    display: none;
    z-index: 9;
    border-radius: 3px;
}

@media screen and (max-width: 1199px) {
    .sidebar-menu__close {
        display: block;
    }
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
    background-color: var(--base);
    border-color: var(--base);
    color: var(--black);
}

.sidebar-menu-list {
    height: 100%;
    overflow-y: auto;
    padding: 0px 15px 180px 15px;
    position: relative;
}

.sidebar-menu-list__item {
    margin: 5px 0;
}

.sidebar-menu-list__item.has-dropdown.active {
    background-color: var(--white);
    border-radius: 4px;
}

.sidebar-menu-list__item.has-dropdown.active > a {
    color: #dee1f1;
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    margin-left: 14px;
    color: #9e9e9e;
}

.sidebar-menu-list__item.has-dropdown > a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    top: 12px;
    right: 20px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: #9e9e9e;
    font-size: 12px;
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    gap: 8px;
    position: relative;
    padding: 8px 10px 8px 10px;
    width: 100%;
    color: var(--white);
}

.sidebar-menu-list__link .icon {
    display: block;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
    color: #9e9e9e;
}

.sidebar-menu-list__link .text {
    color: #9e9e9e;
    display: flex;
    gap: 12px;
    font-size: 14px;
}

.sidebar-menu-list__link:hover {
    color: var(--base);
    background-color: #04a9f540;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
    position: relative;
    &::before {
        position: absolute;
        content: "";
        width: 2px;
        /* height: 0; */
        background: #04a9f540;
        top: 8px;
        left: 25px;
        -webkit-transition: height 0.5s;
        transition: height 0.5s;

        height: calc(100% - 16px);
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
    }
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item.active::before {
    background: var(--base) !important;
}

.sidebar-submenu-list__item.active > a {
    color: #04a9f59e;
}

.sidebar-submenu-list__link {
    margin: 0px 15px 8px 24px !important;
    padding: 8px 0px 8px 25px;
    display: block;
    color: #9e9e9e;
    border-bottom: 0 !important;
    position: relative;
    font-size: 13px;
}

.sidebar-submenu-list__link::after {
    content: "";
    position: absolute;
    top: 13.5px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #04a9f540;
    border-radius: 50%;
}

.sidebar-submenu-list__link:hover {
    /* background: #e9e9ea; */
    border-radius: 4px;
    color: #04a9f59e;
}

.sidebar-submenu-list__link.active {
    /* border-bottom: 1px solid #9e9e9e !important; */
    border-radius: 0px;
}

.sidebar-submenu-list__link.active:hover {
    /* background: #e9e9ea !important; */
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
    width: 300px;
    height: 100vh;
    background-color: var(--dark);
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: var(--white);
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid var(--white);
}

.sidebar-menu-list__item a span {
    color: var(--black);
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard-body__bar {
        display: block;
    }
}

.dashboard-body__bar-icon {
    color: var(--white);
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--base);
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard-body__bar-icon i {
    line-height: 1.5;
}

@media (max-width: 1366px) {
    .sidebar-menu {
        width: 255px;
    }

    .dd-content {
        margin-left: 260px;
    }
}

.breadcrumb {
    position: relative;
    padding: 0px 0px 20px 0px;
    background: transparent;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap: 0px;
    margin-bottom: 0px;
}

.breadcrumb .content-wrap {
    background-color: hsl(var(--white) / 0.1);
    border-radius: 18px 18px 0px 0px;
    padding: 12px 12px 0px 12px;
}

.breadcrumb .content-wrap .content {
    background-color: hsl(var(--hero-bg));
    border-radius: 18px 18px 0px 0px;
    padding: 80px 60px 0px 60px;
}

.breadcrumb-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
    width: 100%;
}

.breadcrumb-title {
    font-size: 16px;
    margin: 0px !important;
    color: hsl(var(--black));
    text-align: start;
    line-height: 1.25;
    font-weight: 700;
    flex-shrink: 0;
}

.breadcrumb-item {
    color: hsl(var(--black));
    padding-right: 4px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .breadcrumb-item {
        font-size: 15px;
    }
}

.breadcrumb-item--text {
    color: hsl(var(--base-two));
}

.breadcrumb-icon {
    color: hsl(var(--base-two));
    line-height: 22px;
    font-size: 10px;
    rotate: -100deg;
}

.breadcrumb-link {
    color: hsl(var(--black)) !important;
    font-weight: 600;
}

.breadcrumb-link:hover {
    color: hsl(var(--base));
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid var(--base);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    line-height: 16px;
    color: var(--black);
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--base);
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--base);
}

.custom--tabs {
    padding: 12px 0px 0px 0px;
    border-radius: 0px;
}

.custom--tabs li {
    margin: 0px 8px 8px 0px;
}

.custom--tabs li .btn-check:active + .btn,
.custom--tabs li .btn-check:checked + .btn,
.custom--tabs li .btn.active,
.custom--tabs li .btn.show,
.custom--tabs li .btn:active {
    color: var(--white) !important;
    background: var(--base) !important;
    font-weight: 600;
}

.custom--tabs li .btn--base.outline-2:hover,
.custom--tabs li .btn--base.outline-2:focus {
    background-color: var(--base-two);
    color: var(--black);
}

.custom--tabs li .btn-check:active + .btn,
.custom--tabs li .btn-check:checked + .btn,
.custom--tabs li .btn.active,
.custom--tabs li .btn.show,
.custom--tabs li .btn:active:hover {
    color: var(--white);
    background: var(--white);
}

.custom--tabs li .btn {
    color: var(--black) !important;
    border-width: 0;
    padding: 8px 20px;
    border: none;
    position: relative;
    background: var(--base-l-900);
}

.nav-tabs {
    border-bottom: 1px solid #e8e9eb !important;
}

.tree-view {
    list-style: none;
    margin-top: 20px;
}

.tree-view li {
    margin-left: 30px;
    padding: 12px 0px;
}

.tree-view .ref-name {
    position: relative;
    color: var(--black);
}

.tree-view .ref-name::after {
    content: "";
    top: 19px;
    left: -14px;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--base);
}

.tree-view:first-child {
    border-left: none;
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: var(--base);
}

.caret::after {
    content: none !important;
}

.caret::before {
    position: absolute;
    content: "▶";
    top: 0;
    left: -20px;
    color: var(--base);
    display: inline-block;
}

.caret-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
    border-left: 2px dashed var(--dark-l-900);
}

.active {
    display: block;
}

.modal-xxl {
    max-width: 1800px;
}

.btn.btn-danger:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.btn.btn-primary:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.btn.btn-base:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.btn.btn-outline-base:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.btn.btn-outline-danger:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.btn.btn-info:disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: painted !important;
}

.custome-date-range {
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #aaaaaa;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #7a7a7a;
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
    padding: 8px 10px;
    font-size: 12px;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400;
}
/*# sourceMappingURL=main.css.map */

/*select 2*/
.select2-search__field:focus-visible {
    outline: 0 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 32px !important;
    color: var(--black) !important;
}

.select2-container--default .select2-selection--single {
    min-height: 35px;
}

.select2-container .select2-selection--single {
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

fieldset legend {
    margin-left: -4px;
    width: calc(100% + 8px);
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.leave-table tr th {
    font-size: 14px;
    font-weight: 600;
    color: #005892 !important;
    background: #f1f1f1 !important;
    width: 320px;
    font-family: Poppins-Regular, sans-serif;
}

/* Qtip Calendar*/

.qtip-custom {
    background: #ffffa3;
    color: #000000;
    border: 1px solid #1d1c1b;
    border-radius: 4px;
    padding: 12px;
}

.qtip-custom .qtip-title {
    font-weight: bold;
}

.qtip-custom .qtip-content {
    font-size: 14px;
    padding: 12px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    gap: 10px !important;
}

.em_calendar_show {
    padding: 4px;
    min-width: 150px;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
}

.em_calendar {
    right: 212px !important;
    left: auto !important;
    font-size: 14px;
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 999999999999999 !important;
    background: #ffff !important;
}

/* Content loader */

.loader_content {
    width: 48px;
    height: 48px;
    border: 3px dotted #fff;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.loader_content::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #ff3d00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* table  */
.table-v1 {
    select {
        border-radius: 4px !important;
    }
    &.card {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem;
        border: 1px solid #dee2e6;

        .card-header {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    .table thead tr th {
        color: #151515 !important;
        background: #f3f6f9;
        border-bottom: 1px solid #c7c8c9;
    }
    hr {
        margin-bottom: 0;
    }
    .table-bordered > :not(caption) > * {
        border-width: 0;
    }
}
.table-v2 {
    select {
        border-radius: 4px !important;
    }
    &.card {
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #e9e9ea;
    }
    .table thead tr th {
        color: #151515 !important;
        background: #f3f6f9;
        border-bottom: 1px solid #e9e9ea;
    }
    hr {
        margin-bottom: 0;
    }
    .table-bordered > :not(caption) > * {
        border-width: 0;
    }
}

/*  admin/employee */
.employ-list-dropdown-action {
    position: absolute;
    right: 8px;
    top: 8px;
}

/* sub dropdown  */
.sidebar-submenu-list__item.has-child-dropdown.active > a:before {
    transform: rotate(90deg);
    margin-left: 14px;
    color: #9e9e9e;
}

.sidebar-submenu-list__item.has-child-dropdown > a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    top: 12px;
    right: 20px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: #9e9e9e;
    font-size: 12px;
    left: 87%;
}

.sidebar-child-items .sidebar-submenu-list__link {
    padding-left: 45px;
}
.sidebar-child-items .sidebar-submenu-list__link::after {
    content: "";
    position: absolute;
    top: 13.5px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #04a9f540;
    border-radius: 50%;
}
.sidebar-child-items::before {
    position: absolute;
    content: "";
    width: 2px;
    /* height: 0; */
    background: #04a9f540;
    top: 30px;
    left: 50px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    height: calc(100% - 16px);
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
