:root {
    --text-yellow-100: #fef6d8;
    --text-yellow-400: #fcd535;
    --text-yellow-500: #0ead98;
    --text-yellow-600: #c99400;
    --text-yellow-950: #3c2601;
    --text-red-400: #ff707e;
    --text-red-500: #f6465d;
    --text-red-600: #cf304a;
    --text-green-400: #0ecb81;
    --text-green-500: #03a66d;
    --text-gray-50: #eaecef;
    --text-gray-100: #fafafa;
    --text-gray-200: #f5f5f5;
    --text-gray-300: #b7bdc6;
    --text-gray-400: #707a89;
    --text-gray-500: #474d57;
    --text-gray-600: #24272f;
    --text-gray-700: #2b3139;
    --text-gray-800: #1e2329;
    --text-gray-900: #181a20;
    --text-gray-950: #0b0e11
}

* {
    box-shadow: none;
    outline: none;
    transition: background-color .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth
}

html input:-webkit-autofill {
    -webkit-text-fill-color: var(--text-gray-800) !important;
    -webkit-box-shadow: inset 0 0 0 30px #fff !important
}

html .def-theme[data-tabs-toggle] [role=tab] {
    color: var(--text-gray-400)
}

html .def-theme[data-tabs-toggle] [role=tab]:hover {
    border-color: transparent;
    color: var(--text-gray-800)
}

html .def-theme[data-tabs-toggle] [role=tab].active {
    border-bottom-color: var(--text-yellow-500);
    border-bottom: 2px solid var(--text-yellow-500);
    color: var(--text-gray-800)
}

html.dark input:-webkit-autofill {
    -webkit-text-fill-color: var(--text-gray-50) !important;
    -webkit-box-shadow: 0 0 0 30px var(--text-gray-900) inset !important
}

html.dark .def-theme[data-tabs-toggle] [role=tab] {
    color: var(--text-gray-400)
}

html.dark .def-theme[data-tabs-toggle] [role=tab].active, html.dark .def-theme[data-tabs-toggle] [role=tab]:hover {
    color: var(--text-gray-50)
}

html.dark ::-webkit-scrollbar {
    background-color: transparent;
    width: 5px
}

html.dark ::-webkit-scrollbar:horizontal {
    height: 5px !important
}

html[dir=rtl] [id$=mobile-menu].flex {
    animation: openRightMenu .5s ease forwards
}

html[dir=rtl] [id$=mobile-menu].hide {
    animation: closeRightMenu .5s ease forwards
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input + .toggle-bg:after, html[dir=rtl] nav label[for=theme-toggler] input + .toggle-bg:after {
    left: 2px
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after, html[dir=rtl] nav label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after {
    left: 0
}

html[dir=rtl] #public-mobile-menu ul li.nav-item, html[dir=rtl] nav ul li.nav-item {
    min-width: -moz-max-content;
    min-width: max-content
}

html[dir=rtl] #public-mobile-menu ul.dropdown-menu a.dropdown-menu-item:hover i[class~=invisible], html[dir=rtl] #public-mobile-menu ul.dropdown-menu li.dropdown-menu-item:hover i[class~=invisible], html[dir=rtl] nav ul.dropdown-menu a.dropdown-menu-item:hover i[class~=invisible], html[dir=rtl] nav ul.dropdown-menu li.dropdown-menu-item:hover i[class~=invisible] {
    transition: .3s;
    visibility: visible
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input + .toggle-bg, html[dir=rtl] nav label[for=theme-toggler] input + .toggle-bg {
    border-color: transparent;
    content: "\eb94"
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input + .toggle-bg:after, html[dir=rtl] nav label[for=theme-toggler] input + .toggle-bg:after {
    color: var(--text-yellow-600);
    content: "\ec34";
    font-size: 12px;
    line-height: 20px;
    right: unset;
    text-align: center
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input:checked + .toggle-bg.theme-light, html[dir=rtl] nav label[for=theme-toggler] input:checked + .toggle-bg.theme-light {
    background-color: var(--text-yellow-500)
}

html[dir=rtl] #public-mobile-menu label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after, html[dir=rtl] nav label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after {
    content: "\eb94"
}

html[dir=ltr] [id$=mobile-menu].flex {
    animation: openLeftMenu .5s ease forwards
}

html[dir=ltr] [id$=mobile-menu].hide {
    animation: closeLeftMenu .5s ease forwards
}

html[dir=ltr] #public-mobile-menu ul li.nav-item, html[dir=ltr] nav ul li.nav-item {
    min-width: -moz-max-content;
    min-width: max-content
}

html[dir=ltr] #public-mobile-menu ul.dropdown-menu a.dropdown-menu-item:hover i[class~=invisible], html[dir=ltr] #public-mobile-menu ul.dropdown-menu li.dropdown-menu-item:hover i[class~=invisible], html[dir=ltr] nav ul.dropdown-menu a.dropdown-menu-item:hover i[class~=invisible], html[dir=ltr] nav ul.dropdown-menu li.dropdown-menu-item:hover i[class~=invisible] {
    transition: .3s;
    visibility: visible
}

html[dir=ltr] #public-mobile-menu label[for=theme-toggler] input + .toggle-bg, html[dir=ltr] nav label[for=theme-toggler] input + .toggle-bg {
    border-color: transparent;
    content: "\eb94"
}

html[dir=ltr] #public-mobile-menu label[for=theme-toggler] input + .toggle-bg:after, html[dir=ltr] nav label[for=theme-toggler] input + .toggle-bg:after {
    color: var(--text-yellow-600);
    content: "\ec34";
    font-size: 12px;
    left: unset;
    line-height: 20px;
    text-align: center
}

html[dir=ltr] #public-mobile-menu label[for=theme-toggler] input:checked + .toggle-bg.theme-light, html[dir=ltr] nav label[for=theme-toggler] input:checked + .toggle-bg.theme-light {
    background-color: var(--text-yellow-500)
}

html[dir=ltr] #public-mobile-menu label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after, html[dir=ltr] nav label[for=theme-toggler] input:checked + .toggle-bg.theme-light:after {
    content: "\eb94"
}

::-webkit-scrollbar {
    background-color: #fafafa;
    width: 5px
}

::-webkit-scrollbar:horizontal {
    height: 5px !important
}

::-webkit-scrollbar-thumb {
    background-color: var(--text-gray-100)
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

input[type=date]::-webkit-calendar-picker-indicator, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: none !important
}

body {
    color-scheme: dark;
    overflow-x: hidden !important
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-thumb {
    background-color: #0ead98
}

.input-group {
    border-radius: 5px;
    display: flex
}

.input-group .input-container .prefix, .input-group .input-container .unit {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 5px
}

.input-group .input-container .prefix label, .input-group .input-container .unit label {
    color: #848e9c;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

.input-group .input-container .unit label {
    color: #848e9c
}

.input-group .input-container input {
    flex: 1;
    width: 100%
}

.input-group .input-container input[type=number]::-webkit-inner-spin-button, .input-group .input-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important
}

.no-scroll::-webkit-scrollbar {
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 0 !important;
    width: 0 !important
}

.swal2-popup {
    direction: rtl !important
}

#loading {
    transition: opacity .3s
}

#loading #anim-elements-container > div:first-of-type {
    animation: loading 1s linear infinite;
    animation-delay: .0833333333s;
    height: 20px;
    width: 4px
}

#loading #anim-elements-container > div:nth-of-type(2) {
    animation: loading 1s linear infinite;
    animation-delay: .1666666667s;
    height: 20px;
    width: 4px
}

#loading #anim-elements-container > div:nth-of-type(3) {
    animation: loading 1s linear infinite;
    animation-delay: .25s;
    height: 20px;
    width: 4px
}

#loading #anim-elements-container > div:nth-of-type(4) {
    animation: loading 1s linear infinite;
    animation-delay: .3333333333s;
    height: 20px;
    width: 4px
}

#loading.loaded {
    opacity: 0
}

#loader {
    transition: opacity .3s
}

#loader #lw-anim-elements-container > div:first-of-type {
    animation: loading 1s linear infinite;
    animation-delay: .0833333333s;
    height: 20px;
    width: 4px
}

#loader #lw-anim-elements-container > div:nth-of-type(2) {
    animation: loading 1s linear infinite;
    animation-delay: .1666666667s;
    height: 20px;
    width: 4px
}

#loader #lw-anim-elements-container > div:nth-of-type(3) {
    animation: loading 1s linear infinite;
    animation-delay: .25s;
    height: 20px;
    width: 4px
}

#loader #lw-anim-elements-container > div:nth-of-type(4) {
    animation: loading 1s linear infinite;
    animation-delay: .3333333333s;
    height: 20px;
    width: 4px
}

#loader.loaded {
    opacity: 0
}

footer #mobile-footer button[aria-expanded=true] i:before {
    content: "\eb8b"
}

footer #mobile-footer [id*=accordion-collapse-body]:not(.hidden) {
    display: flex
}

[id$=modal_container] {
    transition: opacity .4s
}

[id$=modal_container].hide {
    opacity: 0
}

@keyframes loading {
    0% {
        height: 25px
    }
    10% {
        height: 50px
    }
    20% {
        height: 25px
    }
}

@keyframes openRightMenu {
    0% {
        right: -100%
    }
    to {
        right: 0
    }
}

@keyframes closeRightMenu {
    0% {
        right: 0
    }
    to {
        right: -100%
    }
}

@keyframes openLeftMenu {
    0% {
        left: -100%
    }
    to {
        left: 0
    }
}

@keyframes closeLeftMenu {
    0% {
        left: 0
    }
    to {
        left: -100%
    }
}
