:root {

    /* radius */

    --vs_radius_0: 0px;
    --vs_radius_1: 2px;
    --vs_radius_2: 4px;
    --vs_radius_3: 6px;
    --vs_radius_4: 8px;
    --vs_radius_5: 10px;
    --vs_radius_12: 24px;
    --vs_radius_16: 32px;
    --vs_radius_20: 40px;
    --vs_radius_200: 400px;

    /* --------- end radius ---------- */

    /* spacing */

    --vs_spacing_0: 0;
    --vs_spacing_1: 2px;
    --vs_spacing_2: 4px;
    --vs_spacing_3: 6px;
    --vs_spacing_4: 8px;
    --vs_spacing_5: 10px;
    --vs_spacing_6: 12px;
    --vs_spacing_8: 16px;
    --vs_spacing_12: 24px;
    --vs_spacing_16: 32px;
    --vs_spacing_20: 40px;
    --vs_spacing_24: 48px;
    --vs_spacing_32: 64px;
    --vs_spacing_40: 80px;

    /* ---------- end spacing ---------- */
}

.light__theme_toggle,
html[data-theme="light"] .dark__theme_toggle {
    display: none;
}

html[data-theme="light"] .light__theme_toggle,
.dark__theme_toggle {
    display: block;
}

input,
button,
textarea {
    outline: none;
    border: none;
}

html p {
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

body a {
    color: inherit;
    text-decoration: none;
}

#light_dark_mode {
    position: relative;
    width: 44px;
    height: 24px;
    background: var(--vs_color_background_heavy);
    border-radius: var(--vs_radius_200);
}

#light_dark_mode .theme__toggle_background {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: var(--vs_color_background_soft);
    border-radius: var(--vs_radius_200);
    top: 2px;
    z-index: 3;
}

.dark__theme_toggle,
.light__theme_toggle {
    position: absolute;
    top: 4px;
    z-index: 4;
}

.dark__theme_toggle {
    left: 4px;
}

.light__theme_toggle {
    right: 4px;
}

.vs__color_text_white {
    color: var(--vs_color_text_white);
}

.vs__color_text_light {
    color: var(--vs_color_text_light);
}

html[data-theme="light"] .vs__color_text_light {
    color: var(--vs_color_text_primary);
}

.vs__color_text_primary {
    color: var(--vs_color_text_primary);
}

.vs__color_text_secondary {
    color: var(--vs_color_text_secondary);
}

.vs__color_text_error {
    color: var(--vs_color_text_error);
}

.vs__color_text_success {
    color: var(--vs_color_text_success);
}

/* --------- Text --------- */
.vs__text-heading1 {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.625rem;
}

.vs__text-heading2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
}

.vs__text-heading2_500 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
}

.vs__text-heading3 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.vs__text-heading3_500 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.vs__text-heading4 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.vs__text-subtitles1 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
}

.vs__text-subtitles2 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vs__text-subtitles2_500 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vs__text-caption1 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
}

.vs__text-caption2 {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
}

.vs__text-caption3 {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.vs__text-body1 {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.vs__text-body2 {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.vs__text-body3 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.375rem;
}

.vs__text-body4 {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vs__text-button1 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
}

.vs__text-button2 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vs__text-button3 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
}

.vs__text-overline1 {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.vs__text-overline2 {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
}
/* --------- end Text --------- */

/* --------- scroll ----------- */
::-webkit-scrollbar {
  width: 10px; /* ширина вертикального скролла */
  height: 10px; /* высота горизонтального скролла */
}

::-webkit-scrollbar-track {
  background: var(--vs_color_background_dark-heavy); /* цвет фона трека */
}

::-webkit-scrollbar-thumb {
  background: var(--vs_color_background_light); /* цвет ползунка */
  border-radius: var(--vs_radius_3);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--vs_color_brand); /* цвет ползунка при наведении */
}
/* --------- end scroll ----------- */

/* --------- steper --------- */

.vs__steper {
    margin-top: 40px;
    justify-content: center;
}

.vs__steper,
.vs__steper .vs__steper_item {
    display: flex;
    align-items: center;
}

.vs__steper .vs__steper_item > span {
    color: var(--vs_color_text_primary);
    margin-left: 8px;
}

.vs__steper .vs__steper_item > svg {
    margin: 0 16px;
}

.vs__steper .vs__steper_item .vs__steper_icon_success,
.vs__steper .vs__steper_item .vs__steper_icon_error,
.vs__steper .vs__steper_item.error .vs__steper_number span,
.vs__steper .vs__steper_item.well_done .vs__steper_number span,
.vs__steper .vs__steper_item.success .vs__steper_number span {
    display: none;
}

.vs__steper .vs__steper_item.current .vs__steper_number {
    background: var(--vs_color_brand);
}

.vs__steper .vs__steper_item.success .vs__steper_number {
    background: var(--vs_color_brand_alpha);
}

.vs__steper .vs__steper_item.success .vs__steper_number .vs__steper_icon_success,
.vs__steper .vs__steper_item.well_done .vs__steper_number .vs__steper_icon_success,
.vs__steper .vs__steper_item.error .vs__steper_number .vs__steper_icon_error {
    display: inline-block;
}

.vs__steper .vs__steper_item.error .vs__steper_number {
    background: var(--vs_color_error_alpha);
}

.vs__steper .vs__steper_item.well_done .vs__steper_number {
    background: var(--vs_color_success_alpha);
}

.vs__steper .vs__steper_item.well_done > span {
    color: var(--vs_color_text_success);
}

.vs__steper .vs__steper_item.error > span {
    color: var(--vs_color_text_error);
}

.vs__steper .vs__steper_number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--vs_color_background_soft);
    border-radius: var(--vs_radius_16);
}

.vs__steper .vs__steper_number > span {
    color: var(--vs_color_text_light);
}

.vs__steper .vs__steper_line {
    display: flex;
    align-items: center;
    min-width: 100px;
}

.vs__steper .vs__steper_line_active rect {
    fill: var(--vs_color_divider_brand);
}

/* --------- end steper --------- */

/* --------- Хлебные крошки --------- */

.vs__bread_crumbs {
    display: flex;
    gap: 18px;
}

.vs__bread_crumbs p {
    margin-bottom: 0;
}

.vs__bread_crumbs .vs__bread_crumbs_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--vs_color_text_primary);
    transition: .3s;
}

.vs__bread_crumbs .vs__bread_crumbs_item path {
    transition: .3s;
}

.vs__bread_crumbs .vs__bread_crumbs_item:hover {
    color: var(--vs_color_text_light);
}

.vs__bread_crumbs .vs__bread_crumbs_item:hover path {
    fill: var(--vs_color_icon_light);
}

.vs__bread_crumbs .vs__bread_crumbs_item::after {
    position: absolute;
    content: "/";
    right: -13px;
    color: var(--vs_color_text_primary);
}

.vs__bread_crumbs .vs__bread_crumbs_current {
    color: var(--vs_color_text_secondary);
}

/* --------- end Хлебные крошки --------- */

/* --------- tab link --------- */
/*

<div class="vs__tab_block">
    <div class="vs__tab_min_block">
        <a class="vs__tab_button_item {%  %}active{%  %}" target_tab="">
            <p class="vs__text-button2"></p>
        </a>
        <a class="vs__tab_button_item {%  %}active{%  %}" target_tab="">
            <p class="vs__text-button2"></p>
        </a>
        <div class="vs__tab_background" active="{{ current_tab }}"></div>
    </div>
</div>

.vs__tab_block - width
.vs__tab_background - width
.vs__tab_background[active=''] - left, right

*/

.vs__tab_block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px;
    background: var(--vs_color_background_secondary);
    border-radius: var(--vs_radius_5);
    z-index: 3;
}

.vs__tab_block .vs__tab_min_block {
    display: flex;
    align-items: center;
}

.vs__tab_block .vs__tab_button_item.disabled {
    pointer-events: none;
}

.vs__tab_block .vs__tab_button_item.disabled p {
    color: var(--vs_color_text_heavy);
}

.vs__tab_button_item {
    transition: .3s;
    padding: 4px 16px;
    color: var(--vs_color_text_primary);
}

.vs__tab_button_item:hover {
    cursor: pointer;
}

.vs__tab_button_item.active {
    color: var(--vs_color_text_white);
}

.vs__tab_button_item:not(.active):not(.disabled):hover {
    border-radius: var(--vs_radius_4);
    background: var(--vs_color_background_dark-heavy);
}

.vs__tab_background {
    position: absolute;
    background: var(--vs_color_brand);
    border-radius: var(--vs_radius_3);
    left: 4px;
    top: 4px;
    z-index: -1;
    height: 28px;
}

/* --------- end tab --------- */

/* --------- textarea --------- */
/*

<textarea class="vs__textarea" placeholder="Введите текст"></textarea>

.vs__textarea - width
.vs__textarea - height

*/
.vs__textarea {
    border-radius: var(--vs_radius_4);
    border: 1px solid var(--vs_color_border_primary);
    background: var(--vs_color_background_secondary);
    padding: 10px 16px;
    resize: none;
    color: var(--vs_color_text_primary);
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: .3s;
}

.vs__textarea::placeholder {
    color: var(--vs_color_text_secondary);
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vs__textarea:hover {
    border-color: var(--vs_color_border_secondary);
}

.vs__textarea:focus {
    border-color: var(--vs_color_border_brand);
}

.vs__textarea:disabled,
.vs__textarea:disabled::placeholder {
    pointer-events: none;
    color: var(--vs_color_text_heavy);
}

/* --------- end textarea --------- */

/* --------- input --------- */
.vs__input-text {
    display: block;
    box-shadow: none;
    height: 40px;
    border-radius: var(--vs_radius_4);
    border: 1px solid var(--vs_color_border_primary);
    background: var(--vs_color_background_secondary);
    padding: var(--vs_spacing_5) var(--vs_spacing_8);
    color: var(--vs_color_text_primary);
    transition: .3s;
}

.vs__input-text::placeholder {
    color: var(--vs_color_text_secondary);
}

.vs__input-text:hover {
    border-color: var(--vs_color_border_secondary);
}

.vs__input-text:focus,
.vs__input-text:focus-visible {
    border-color: var(--vs_color_border_brand);
}

.vs__input-text:disabled {
    border-color: var(--vs_color_border_primary);
}

.vs__input-text:disabled::placeholder {
    color: var(--vs_color_text_heavy);
}

.vs__input-text-icon {
    position: relative;
}

.vs__input-text-icon input {
    padding-left: var(--vs_spacing_20);
    padding-right: var(--vs_spacing_20);
}

.vs__input-text-icon .icon__find {
    position: absolute;
    left: var(--vs_spacing_6);
    top: var(--vs_spacing_5);
}

.vs__input-text-icon .icon__close {
    display: none;
    opacity: 0;
    position: absolute;
    right: var(--vs_spacing_6);
    top: var(--vs_spacing_5);
}

.vs__input-text-icon .icon__close:hover {
    cursor: pointer;
}

.vs__input-success,
.vs__input-success:focus,
.vs__input-success:hover {
  border-color: var(--vs_color_text_success);
}

.vs__input-error,
.vs__input-error:focus,
.vs__input-error:hover {
  border-color: var(--vs_color_text_error);
}
/* --------- end input --------- */

/* --------- input date --------- */

.vs__input_date_block {
    position: relative;
}

.vs__input_date_block label {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.vs__input_date_block label:hover {
    cursor: pointer;
}

/* --------- end date --------- */

/* --------- checkbox ---------- */

.vs__input_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--vs_radius_2);
    border: 1px solid var(--vs_color_border_secondary);
    width: 16px;
    height: 16px;
    transition: .3s;
}

.vs__input_checkbox svg {
    display: none;
}

.vs__input_checkbox:hover {
    cursor: pointer;
    border-color: var(--vs_color_border_brand);
    box-shadow: 0 0 0 2px rgba(129, 122, 232, 0.5);
}

.vs__input_checkbox.disabled {
    border-color: var(--vs_color_border_heavy);
}

.vs__input_checkbox.disabled svg path {
    fill: var(--vs_color_icon_heavy);
}

.vs__input_checkbox.active {
    background: var(--vs_color_border_brand);
}

.vs__input_checkbox.active svg {
    display: block;
}

.vs__input_checkbox.active svg path {
    fill: var(--vs_color_icon_light);
}

/* --------- end checkbox ---------- */

/* --------- button ----------- */
/*

<button class="vs__button vs__button_neutral_alpha vs__button_size_small">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.20986 4.38757L4.29286 4.29357C4.46505 4.12139 4.69415 4.01796 4.93718 4.00268C5.18021 3.9874 5.42046 4.06132 5.61286 4.21057L5.70686 4.29357L11.9999 10.5856L18.2929 4.29357C18.3851 4.19806 18.4955 4.12188 18.6175 4.06947C18.7395 4.01706 18.8707 3.98947 19.0035 3.98832C19.1362 3.98717 19.2679 4.01247 19.3908 4.06275C19.5137 4.11303 19.6254 4.18728 19.7193 4.28117C19.8131 4.37507 19.8874 4.48672 19.9377 4.60962C19.988 4.73251 20.0133 4.86419 20.0121 4.99697C20.011 5.12975 19.9834 5.26097 19.931 5.38297C19.8786 5.50498 19.8024 5.61532 19.7069 5.70757L13.4149 12.0006L19.7069 18.2936C19.879 18.4658 19.9825 18.6949 19.9978 18.9379C20.013 19.1809 19.9391 19.4212 19.7899 19.6136L19.7069 19.7076C19.5347 19.8797 19.3056 19.9832 19.0625 19.9985C18.8195 20.0137 18.5793 19.9398 18.3869 19.7906L18.2929 19.7076L11.9999 13.4156L5.70686 19.7076C5.51826 19.8897 5.26566 19.9905 5.00346 19.9882C4.74126 19.986 4.49045 19.8808 4.30504 19.6954C4.11963 19.51 4.01447 19.2592 4.01219 18.997C4.00991 18.7348 4.1107 18.4822 4.29286 18.2936L10.5849 12.0006L4.29286 5.70757C4.12068 5.53538 4.01725 5.30628 4.00197 5.06325C3.98669 4.82022 4.06061 4.57997 4.20986 4.38757Z" fill="var(--vs_color_icon_light)"/></svg>
    <span class="vs__text-button1"></span>
</button>

 */
.vs__button {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: var(--vs_radius_4);
    padding: var(--vs_spacing_4) var(--vs_spacing_12);
    transition: .3s;
    gap: 4px;
}

.vs__button:focus::after {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: transparent;
    border: 1px solid;
    border-radius: var(--vs_radius_4);
}

.vs__button:hover {
    cursor: pointer;
}

.vs__button:disabled:hover {
    pointer-events: none;
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button:disabled {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button:disabled span {
    color: var(--vs_color_text_heavy);
}

.vs__button:disabled svg path {
    fill: var(--vs_color_text_heavy);
}

/* размер small */
.vs__button_size_small {
    border-radius: var(--vs_radius_3);
    height: 28px;
    padding: 6px 12px;
}

/* размер extra-small */
.vs__button_size_extra_small {
    border-radius: var(--vs_radius_3);
    height: 24px;
    padding: 4px 8px;
}

/* Цвет brand */
.vs__button_brand {
    color: var(--vs_color_text_white);
    background: var(--vs_color_brand);
}

.vs__button_brand span {
    color: var(--vs_color_text_white);
}

.vs__button_brand svg path {
    fill: var(--vs_color_icon_white);
}

.vs__button_brand:hover {
    background: var(--vs_color_text_brand-hovered);
}

.vs__button_brand:focus {
    background: var(--vs_color_brand);
}

.vs__button_brand:focus::after {
    border-color: var(--vs_color_brand);
}
/* ---------------------- */

/* Цвет brand-alpha */
.vs__button_brand_alpha {
    color: var(--vs_color_text_brand);
    background: var(--vs_color_brand_alpha);
}

.vs__button_brand_alpha span {
    color: var(--vs_color_text_brand);
}

.vs__button_brand_alpha svg path {
    fill: var(--vs_color_icon_brand);
}

.vs__button_brand_alpha:hover {
    background: var(--vs_color_brand_alpha_35);
}

.vs__button_brand_alpha:focus {
    background: var(--vs_color_brand_alpha);
}

.vs__button_brand_alpha:focus::after {
    border-color: var(--vs_color_brand);
}
/* ---------------------- */

/* Цвет brand-alpha */
.vs__button_violet {
    background: var(--vs_color_brand_alpha);
}

.vs__button_violet span {
    color: var(--vs_color_text_brand);
}

.vs__button_violet:hover {
    background: var(--vs_color_brand_alpha_35);
}

.vs__button_violet:focus {
    background: var(--vs_color_brand_alpha);
}

.vs__button_violet:focus::after {
    border-color: var(--vs_color_brand);
}
/*-------------------------*/

/* Цвет neutral-alpha */
.vs__button_neutral_alpha {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button_neutral_alpha span {
    color: var(--vs_color_text_secondary);
}

.vs__button_neutral_alpha svg path {
    fill: var(--vs_color_icon_primary);
}

.vs__button_neutral_alpha:hover {
    background: var(--vs_color_background_neutral);
}

.vs__button_neutral_alpha:focus {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button_neutral_alpha:focus::after {
    border-color: var(--vs_color_brand);
}
/*-------------------------*/

.vs__button_error_alpha {
    background: var(--vs_color_error_alpha);
}

.vs__button_error_alpha:hover {
    background: var(--vs_color_error_alpha_35);
}

.vs__button_error_alpha:focus {
    background: var(--vs_color_error_alpha);
}

.vs__button_error_alpha:focus::after {
    border-color: var(--vs_color_brand);
}

.vs__button_error_alpha span {
    color: var(--vs_color_text_error);
}

.vs__button_error_alpha svg path {
    fill: var(--vs_color_icon_error);
}

.vs__button_icon span {
    margin-left: var(--vs_spacing_4);
}

.vs__button_icon_gray {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--vs_color_background_neutral-alpha);
    border-radius: var(--vs_radius_4);
    transition: .3s;
}

.vs__button_icon_gray svg path {
    fill: var(--vs_color_icon_primary);
    transition: .3s;
}

.vs__button_icon_gray:hover {
    background: var(--vs_color_background_neutral);
}

.vs__button_icon_gray:focus {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button_icon_gray:focus::after {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: transparent;
    border: 1px solid var(--vs_color_brand);
    border-radius: var(--vs_radius_4);
}

.vs__button_icon_gray:disabled svg path {
    fill: var(--vs_color_icon_heavy);
}

.vs__button_icon_transe {
    border-radius: var(--vs_radius_3);
}

.vs__button_icon_transe,
.vs__button_icon_transe svg,
.vs__button_icon_transe svg path {
    transition: .3s;
}

.vs__button_icon_transe svg path {
    fill: var(--vs_color_icon_primary);
}

.vs__button_icon_transe:disabled svg path {
    fill: var(--vs_color_icon_heavy);
}

.vs__button_icon_transe:hover {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button_icon_transe:hover svg path {
    fill: var(--vs_color_icon_brand);
}

/* Цвет neutral-pure */

.vs__button_neutral_pure {
    background: var(--vs_color_background_neutral-pure);
}

.vs__button_neutral_pure:hover {
    background: var(--vs_color_background_neutral-dark);
}

.vs__button_neutral_pure:focus {
    background: var(--vs_color_background_neutral-pure);
}

.vs__button_neutral_pure:focus::after {
    border-color: var(--vs_color_brand);
}

/* Цвет прозрачный */

.vs__button_ghost {
    background: none;
}

.vs__button_ghost:hover {
    background: var(--vs_color_background_neutral-alpha);
}

.vs__button_ghost:focus {
    background: none;
}

.vs__button_ghost:focus::after {
    border-color: var(--vs_color_brand);
}

/*-------------------------*/

/* --------- end button ----------- */

/* --------- custom select ---------- */
.vs__select_block {
    position: relative;
}

.vs__select_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--vs_color_border_primary);
    border-radius: var(--vs_radius_4);
    background: var(--vs_color_background_secondary);
    height: 28px;
    padding: 6px 12px;
    transition: .3s;
}

.vs__select_button span {
    color: var(--vs_color_text_secondary);
}

.vs__select_button .arrow_up {
    display: none;
}

.vs__select_button:hover {
    border-color: var(--vs_color_border_secondary);
}

.vs__select_button.active {
    border-color: var(--vs_color_border_brand);
}

.vs__select_button.active .arrow_up {
    display: block;
}

.vs__select_button.active .arrow_down {
    display: none;
}

.vs__select_block .vs__select_list {
    position: absolute;
    display: none;
    opacity: 0;
    right: 0;
    bottom: 32px;
    width: 133px;
    background: var(--vs_color_background_secondary);
    border-radius: var(--vs_radius_5);
    z-index: 10;
    padding: 4px;
}

.vs__select_block .vs__select_list .vs__select_item {
    display: block;
    height: 28px;
    color: var(--vs_color_text_primary);
    padding: 6px 12px;
    border-radius: var(--vs_radius_4);
    transition: .3s;
}

.vs__select_block .vs__select_list .vs__select_item:not(:first-child) {
    margin-top: 4px;
}

.vs__select_block .vs__select_list .vs__select_item:hover {
    background: var(--vs_color_brand);
    color: var(--vs_color_text_light);
}

/* --------- end select ----------- */

/* --------- flatpickr ----------- */

html .flatpickr-calendar {
    width: 284px;
    padding: 24px;
    background: var(--vs_color_background_secondary);
    border: none;
    box-shadow: none;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    display: none;
}

html .flatpickr-months .flatpickr-month,
html .flatpickr-months .flatpickr-next-month,
html .flatpickr-months .flatpickr-prev-month {
    fill: var(--vs_color_icon_primary);
}

html .flatpickr-months .flatpickr-next-month,
html .flatpickr-months .flatpickr-prev-month {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0;
    top: 30px;
}

html .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
html .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 30px;
}

html .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
html .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 30px;
}

html .flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 24px;
    gap: 4px;
}

html .flatpickr-current-month .flatpickr-monthDropdown-months,
html .flatpickr-current-month input.cur-year {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--vs_color_text_primary);
}

html .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--vs_color_icon_primary);
}

html .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: var(--vs_color_icon_primary);
}

html .flatpickr-weekdays {
    background: transparent;
}

.flatpickr-current-month select option {
    background: var(--vs_color_background_secondary) !important;
}

html .flatpickr-current-month {
    padding-top: 0;
}

html .flatpickr-rContainer,
html .flatpickr-days {
    width: 100%;
}

html .dayContainer {
    width: 100%;
    min-width: unset;
    max-width: unset;
}

html .flatpickr-day {
    display: flex;
    align-items: center;
    height: 33.7px;
    color: var(--vs_color_text_primary);
    border-radius: var(--vs_radius_4);
}

html .flatpickr-day.selected.startRange.endRange,
html .flatpickr-day.startRange.startRange.endRange,
html .flatpickr-day.endRange.startRange.endRange,
html .flatpickr-day.selected.endRange,
html .flatpickr-day.startRange.endRange,
html .flatpickr-day.endRange.endRange,
html .flatpickr-day.selected.startRange,
html .flatpickr-day.startRange.startRange,
html .flatpickr-day.endRange.startRange {
    border-radius: var(--vs_radius_4);
}

html .flatpickr-day.selected.startRange,
html .flatpickr-day.selected.endRange,
html .flatpickr-day.selected.startRange,
html .flatpickr-day.startRange.startRange,
html .flatpickr-day.endRange.startRange {
    border-radius: var(--vs_radius_4);
    z-index: 10;
}

html .flatpickr-day.disabled,
html .flatpickr-day.disabled:hover,
html .flatpickr-day.nextMonthDay,
html .flatpickr-day.notAllowed,
html .flatpickr-day.notAllowed.nextMonthDay,
html .flatpickr-day.notAllowed.prevMonthDay,
html .flatpickr-day.prevMonthDay {
    color: var(--vs_color_text_heavy);
}

html .flatpickr-day.today:not(.selected) {
    border-color: var(--vs_color_border_brand);
    color: var(--vs_color_text_brand);
}

html .flatpickr-day.today:not(.selected):hover {
    color: var(--vs_color_text_white);
}

html .flatpickr-day.inRange {
    box-shadow: -5px 0 0 var(--vs_color_brand_heavy), 5px 0 0 var(--vs_color_brand_heavy);
}

html .flatpickr-day.inRange,
html .flatpickr-day.nextMonthDay.inRange,
html .flatpickr-day.nextMonthDay.today.inRange,
html .flatpickr-day.nextMonthDay:focus,
html .flatpickr-day.nextMonthDay:hover,
html .flatpickr-day.prevMonthDay.inRange,
html .flatpickr-day.prevMonthDay.today.inRange,
html .flatpickr-day.prevMonthDay:focus,
html .flatpickr-day.prevMonthDay:hover,
html .flatpickr-day.today.inRange,
html .flatpickr-day:focus,
html .flatpickr-day:hover {
    background: var(--vs_color_brand_heavy);
    border-color: var(--vs_color_brand_heavy);
    color: var(--vs_color_text_white);
}

html .flatpickr-day.inRange {
    color: var(--vs_color_text_primary);
}

html .flatpickr-months .flatpickr-prev-month:hover svg,
html .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--vs_color_icon_brand);
}

html .flatpickr-time {
    background: var(--vs_color_background_secondary);
    border-radius: var(--vs_radius_4);
    border: 1px solid var(--vs_color_border_primary) !important;
    margin: 10px auto 0 auto;
    width: fit-content;
}

html .flatpickr-time input {
    color: var(--vs_color_text_white);
}

html .flatpickr-time input:hover,
html .flatpickr-time input:focus {
    background: var(--vs_color_brand);
    color: var(--vs_color_text_white);
}

html .flatpickr-time input {
    padding: 0 15px;
}

html .numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid var(--vs_color_background_white);
}

html .numInputWrapper span.arrowDown:after {
    border-top: 4px solid var(--vs_color_background_white);
}

html .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--vs_color_background_white);
}

html .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--vs_color_background_white);
}
/* --------- end flatpickr ----------- */

/* --------- dropdown ------------ */
.vs__dropdown_list {
    position: relative;
    background: var(--vs_color_background_secondary);
    border: 1px solid var(--vs_color_border_primary);
    border-radius: var(--vs_radius_4);
    padding: 10px 44px 10px 16px;
    transition: .3s;
}

.vs__dropdown_list:hover {
    border-color: var(--vs_color_border_secondary);
    cursor: pointer;
}

.vs__dropdown_list .vs__dropdown_list_arrow_down,
.vs__dropdown_list .vs__dropdown_list_arrow_up {
    position: absolute;
    right: 16px;
    top: calc(50% - 10px);
}

.vs__dropdown_list .vs__dropdown_list_arrow_up,
.vs__dropdown_list.active .vs__dropdown_list_arrow_down {
    display: none;
}

.vs__dropdown_list.active {
    border-color: var(--vs_color_border_brand);
}

.vs__dropdown_list.active .vs__dropdown_list_arrow_up {
    display: block;
}

.vs__dropdown_list .vs__dropdown_options {
    position: absolute;
    display: none;
    left: 0;
    top: calc(100% + 2px);
    width: 100%;
    background: var(--vs_color_background_secondary);
    border-radius: var(--vs_radius_5);
    padding: 4px;
    box-shadow: 14px 8px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 217px 133px 102px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 339px 208px 111px 0px rgba(0, 0, 0, 0);
    z-index: 10;
    max-height: 266px;
    overflow: auto;
}

.vs__dropdown_list .vs__dropdown_options::-webkit-scrollbar-track {
    border-radius: 0 var(--vs_radius_5) var(--vs_radius_5) 0;
}

.vs__dropdown_list .vs__dropdown_options .vs__dropdown_option_item {
    width: 100%;
    border-radius: var(--vs_radius_4);
    color: var(--vs_color_text_primary);
    padding: 10px 24px;
    transition: .3s;
}

.vs__dropdown_list .vs__dropdown_options .vs__dropdown_option_item:hover {
    background: var(--vs_color_background_dark-heavy);
    color: var(--vs_color_text_light);
}

.vs__dropdown_list .vs__dropdown_options .vs__dropdown_option_item:not(:first-child) {
    margin-top: 4px;
}
/* --------- end dropdown ---------- */

/* -------- chip object -------*/

.vs__chip_objects {
    padding: 2px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: var(--vs_radius_12);
    background: var(--vs_color_background_neutral-alpha);
    width: fit-content;
}

.vs__chip_objects .circle {
    width: 6px;
    height: 6px;
    border-radius: var(--vs_radius_200);
}

/* -------- end chip object -------*/

/* -------- chip -------*/
.vs__chip_text {
    color: var(--vs_color_text_light);
    background: var(--vs_color_background_neutral-alpha);
    padding: 2px 6px;
    border-radius: var(--vs_radius_3);
}

.vs__chip_text.vs__chip_text_error {
    color: var(--vs_color_text_error);
    background: var(--vs_color_error_alpha);
}

.vs__chip_text.vs__chip_text_info {
    color: var(--vs_color_text_info);
    background: var(--vs_color_info_alpha);
}

.vs__chip_text.vs__chip_text_success {
    color: var(--vs_color_text_success);
    background: var(--vs_color_success_alpha);
}
/* -------- end chip -------*/

/* -------- avatar -------*/

.vs__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vs_color_brand);
    color: var(--vs_color_text_white);
    padding: 4px;
    border-radius: var(--vs_radius_200);
    min-width: 24px;
    width: fit-content;
    min-height: 24px;
}

/* -------- end avatar -------*/

/* ------------ modal ---------- */

.custom__modal {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99997;
}

.modal__blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99998;
    background: var(--vs_color_background_backdrop);
}

.custom__modal .modal__content_block {
    position: absolute;
    background: var(--vs_color_background_primary);
    border-radius: var(--vs_radius_5);
    min-width: 100px;
    min-height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 24px;
}

.custom__modal .active {
    display: block;
}

.custom__modal .hide {
    display: none;
}

.custom__modal .close-icon:hover {
    cursor: pointer;
}

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

    .custom__modal .modal__content_block {
        width: 90%;
    }

}

/* ----------- end modal --------- */

/* ----------- modal-right --------- */
.custom__modal_right {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99997;
}

.modal__blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99998;
    background: var(--vs_color_background_backdrop);
}

.custom__modal_right .modal__content_block {
    position: absolute;
    background: var(--vs_color_background_primary);
    min-width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    z-index: 99999;
    padding: 24px;
    overflow: auto;
}

.custom__modal_right .modal__content_block.visible {
    animation: slideIn .3s ease-in-out forwards;
}

.custom__modal_right .active {
    display: block;
}

.custom__modal_right .hide {
    display: none;
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }
    70% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0);
    }
}

.custom__modal_right .modal__content_block.unvisible {
    animation: slideOut .3s ease-in-out forwards;
}

@keyframes slideOut {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* ----------- end modal --------- */

/* ----------- color badge class --------- */

.vs__badge_color {
    padding: 2px 6px;
    border-radius: var(--vs_radius_3);
}

.vs__badge_color_success {
    transition: .3s;
    background: var(--vs_color_success_alpha);
    color: var(--vs_color_text_success);
}

.vs__badge_color_success:hover {
    background: var(--vs_color_success_alpha_35);
}

.vs__badge_color_success.selected::after {
    border-color: var(--vs_color_border_success);
}

.vs__badge_color_success.selected {
    background: var(--vs_color_success_alpha_35);
}

.vs__circle_success {
    background: var(--vs_color_success);
}

.vs__badge_color_info {
    transition: .3s;
    background: var(--vs_color_info_alpha);
    color: var(--vs_color_text_info);
}

.vs__badge_color_info:hover {
    background: var(--vs_color_info_alpha_35);
}

.vs__badge_color_info.selected::after {
    border-color: var(--vs_color_border_info);
}

.vs__badge_color_info.selected {
    background: var(--vs_color_info_alpha_35);
}

.vs__circle_info {
    background: var(--vs_color_info);
}

.vs__badge_color_warning {
    transition: .3s;
    background: var(--vs_color_warning_alpha);
    color: var(--vs_color_text_warning);
}

.vs__badge_color_warning:hover {
    background: var(--vs_color_warning_alpha_35);
}

.vs__badge_color_warning.selected::after {
    border-color: var(--vs_color_border_warning);
}

.vs__badge_color_warning.selected {
    background: var(--vs_color_warning_alpha_35);
}

.vs__circle_warning {
    background: var(--vs_color_warning);
}

.vs__badge_color_brand {
    transition: .3s;
    background: var(--vs_color_brand_alpha);
    color: var(--vs_color_text_brand);
}

.vs__badge_color_brand:hover {
    background: var(--vs_color_brand_alpha_35);
}

.vs__badge_color_brand.selected::after {
    border-color: var(--vs_color_border_brand);
}

.vs__badge_color_brand.selected {
    background: var(--vs_color_brand_alpha_35);
}

.vs__circle_brand {
    background: var(--vs_color_brand);
}

.vs__badge_color_orange {
    transition: .3s;
    background: var(--vs_color_orange_alpha);
    color: var(--vs_color_text_orange);
}

.vs__badge_color_orange:hover {
    background: var(--vs_color_orange_alpha_35);
}

.vs__badge_color_orange.selected::after {
    border-color: var(--vs_color_orange);
}

.vs__badge_color_orange.selected {
    background: var(--vs_color_orange_alpha_35);
}

.vs__circle_orange {
    background: var(--vs_color_orange);
}

.vs__badge_color_error {
    transition: .3s;
    background: var(--vs_color_error_alpha);
    color: var(--vs_color_text_error);
}

.vs__badge_color_error:hover {
    background: var(--vs_color_error_alpha_35);
}

.vs__badge_color_error.selected::after {
    border-color: var(--vs_color_error);
}

.vs__badge_color_error.selected {
    background: var(--vs_color_error_alpha_35);
}

.vs__circle_error {
    background: var(--vs_color_error);
}

.vs__badge_color_light {
    transition: .3s;
    background: var(--vs_color_background_neutral-alpha);
    color: var(--vs_color_text_light);
}

.vs__badge_color_light:hover {
    background: var(--vs_color_background_neutral-soft);
}

.vs__badge_color_light.selected::after {
    border-color: var(--vs_color_border_light);
}

.vs__badge_color_light.selected {
    background: var(--vs_color_background_neutral-soft);
}

.vs__circle_light {
    background: var(--vs_color_background_white);
}

/* ----------- end color class --------- */

.nav-link.nav-user {
    border: none;
}

.hide {
    display: none;
}

div.navbar-custom,
div.leftside-menu,
.nav-link.nav-user,
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu a.logo {
    background: var(--vs_color_background_secondary);
}

div.navbar-custom {
    border-bottom: 1px solid var(--vs_color_border_primary);
    margin-left: 332px;
}

div.leftside-menu {
    border-right: 1px solid var(--vs_color_border_primary);
    width: 332px;
}

div.content-page {
    margin-left: 332px;
    padding: 40px calc(40px - calc(1.5rem * .5)) 40px calc(40px - calc(1.5rem * .5));
}

span.logo-lg img {
    height: 37px;
}

.logo span.logo-lg {
    margin-top: var(--vs_spacing_12);
}

html body {
    background-color: var(--vs_color_background_primary);
    font-family: 'Onest', sans-serif;
}

#leftside-menu-container:not(.simplebar-scrollable-x) ul.side-nav {
    margin-top: var(--vs_spacing_12);
    padding-left: var(--vs_spacing_12);
    padding-right: var(--vs_spacing_12);
}

ul.side-nav-second-level {
    padding-left: 2rem;
}

.side-nav-item a {
    border-radius: 8px;
    transition: .3s;
}

.side-nav-link > svg path {
    transition: .3s;
}

.side-nav-item a > span {
    margin-left: var(--vs_spacing_4);
    color: var(--vs_color_text_primary);
}

.side-nav-link:hover > span {
    color: var(--vs_color_text_light);
}

html[data-theme="light"] .side-nav-link:hover > span {
    color: var(--vs_color_text_primary);
}

.side-nav-link:hover > svg path {
    fill: var(--vs_color_icon_light);
}

html[data-theme="light"] .side-nav-link:hover > svg path {
    fill: var(--vs_color_icon_primary);
}

.side-nav a.side-nav-link:hover {
    background: var(--vs_color_background_dark-heavy);
}

.side-nav-item.custom__submenu-nav.menuitem-active > a {
    background-color: var(--vs_color_background_heavy);
}

.side-nav-item.menuitem-active:not(.custom__submenu-nav) > a,
.side-nav-item.custom__submenu-nav.menuitem-active .active {
    background-color: var(--vs_color_brand);
}

.side-nav-item.menuitem-active:not(.custom__submenu-nav) > a span,
.side-nav-item.custom__submenu-nav.menuitem-active > a span,
li.side-nav-item.custom__submenu-nav.menuitem-active a.active {
    color: var(--vs_color_text_light);
}

ul.side-nav-second-level li a:hover {
    color: var(--vs_color_text_light);
    background: var(--vs_color_background_heavy);
}

html[data-theme="light"] ul.side-nav-second-level li a:hover {
    color: var(--vs_color_text_primary);
}

.side-nav-item.menuitem-active:not(.custom__submenu-nav) > a svg path,
.side-nav-item.custom__submenu-nav.menuitem-active > a svg path {
    fill: var(--vs_color_icon_light);
}

.side-nav-item .side-nav-second-level {
    margin-top: var(--vs_spacing_0);
    padding-left: var(--vs_spacing_0);
}

ul.side-nav-second-level a.vs__text-body2 {
    font-size: 1.125rem;
    color: var(--vs_color_text_primary);
}

.side-nav a.side-nav-link {
    margin-top: var(--vs_spacing_1);
    margin-bottom: var(--vs_spacing_1);
    padding-top: 9px;
    padding-bottom: 9px;
}

.side-nav-bottom {
    position: absolute;
    bottom: var(--vs_spacing_12);
    width: 100%;
    margin-bottom: var(--vs_spacing_12);
}

.toggle-menu-text-right,
#leftside-menu-container.simplebar-scrollable-x .toggle-menu-text-left {
    display: none;
}

#leftside-menu-container.simplebar-scrollable-x .toggle-menu-text-right {
    display: inline-block;
}

ul.side-nav-second-level li a {
    padding-top: var(--vs_spacing_5);
    padding-bottom: var(--vs_spacing_5);
    margin-top: var(--vs_spacing_1);
    margin-bottom: var(--vs_spacing_1);
}

#leftside-menu-container.simplebar-scrollable-x .side-nav-link svg {
    margin-left: 14px;
}

#leftside-menu-container.simplebar-scrollable-x .toggle__menu-left {
    transform: rotate(180deg);
}

#leftside-menu-container.simplebar-scrollable-x .side-nav-bottom {
    bottom: 0;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav li.side-nav-item:hover>.collapse>ul {
    background: var(--vs_color_background_secondary);
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper div.leftside-menu {
    position: fixed;
}

.notification__icon-block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.notification__icon .notification-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    left: 20px;
    background-color: var(--vs_color_brand);
    width: 23px;
    height: 19px;
    border-radius: 12px;
    color: var(--vs_color_text_white);
}

.avatar__empty {
    display: flex;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: var(--ct-indigo);
    align-items: center;
    justify-content: center;
}

.avatar__empty p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    color: #fff;
}

.cstm__btn-a:hover {
    cursor: pointer;
}

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

label.cstm-invalid-label {
    color: var(--ct-form-invalid-border-color);
}

.cstm__hidden {
    display: none;
}

.loader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--vs_color_background_primary);
    z-index: 10;
    align-items: center;
}

.notification__button {
    padding: 8px;
    position: relative;
}

.notification__button .notification__list_count {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    background: var(--vs_color_brand);
    color: var(--vs_color_text_white);
    border-radius: var(--vs_radius_200);
    right: 0;
    top: 4px;
}

.notification-list {
    position: relative;
}

.vs__notification_list {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    padding: 16px;
    background: var(--vs_color_background_secondary_dark);
    border-radius: var(--vs_radius_5);
    width: 566px;
}

.vs__notification_tab {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    background: var(--vs_color_background_neutral-alpha);
    border-radius: var(--vs_radius_5);
    padding: 4px;
    width: fit-content;
}

.vs__notification_tab > p {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    color: var(--vs_color_text_primary);
    transition: .3s;
    z-index: 1;
}

.vs__notification_tab > p:hover {
    cursor: pointer;
}

.vs__notification_tab > p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    background: var(--vs_color_brand);
    border-radius: var(--vs_radius_200);
    color: var(--vs_color_text_white);
}

.vs__notification_tab.active_all [tab="all"],
.vs__notification_tab.active_unread [tab="unread"],
.vs__notification_tab.active_wait [tab="wait"] {
    color: var(--vs_color_text_heavy);
}

.vs__notification_tab_background {
    position: absolute;
    height: 28px;
    top: 4px;
    background: var(--vs_color_background_primary_inverse);
    border-radius: var(--vs_radius_3);
    transition: .3s;
}

.vs__notification_tab.active_all .vs__notification_tab_background {
    width: 58px;
    left: 4px;
}

.vs__notification_tab.active_unread .vs__notification_tab_background {
    width: 168px;
    left: 62px;
}

.vs__notification_tab.active_wait .vs__notification_tab_background {
    width: 114px;
    left: 232px;
}

.vs__notification_body {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    gap: 6px;
    max-height: 498px;
    overflow: auto;
}


/* ---------[ Уведомления документов ]--------- */

.vs__notification_document {
    display: flex;
    gap: 8px;
    width: 518px;
    padding: 12px;
    border-radius: var(--vs_radius_5);
}

.vs__notification_document.unread {
    background: var(--vs_color_background_overlay_1);
}

.vs__notification_document.unread .vs__notification_icon::after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--vs_color_brand);
    left: -2px;
    top: -2px;
    border-radius: var(--vs_radius_200);
}

.vs__notification_document .vs__notification_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vs__notification_document .vs__notification_delete {
    padding: 4px;
}

.vs__notification_document .vs__notification_item_body {
    width: 100%;
}

.vs__notification_document .vs__notification_item_document {
    display: flex;
    margin-top: 8px;
    gap: 8px;
    padding: 10px;
    background: var(--vs_color_background_overlay_2);
    border-radius: var(--vs_radius_4);
}

.vs__notification_document .vs__notification_item_document_body {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.vs__notification_document .vs__notification_item_document_name a {
    width: fit-content;
    margin-top: 6px;
}

.vs__notification_document .vs__notification_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--vs_radius_3);
    width: 24px;
    height: 24px;
    background: var(--vs_color_brand_alpha);
}

.vs__notification_document .vs__notification_item_document_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--vs_radius_3);
    width: 24px;
    height: 24px;
    background: var(--vs_color_background_neutral-alpha);
}

.vs__notification_document .vs__notification_item_body > p {
    margin-top: 8px;
}

.vs__notification_document.delete {
    animation: notifyDel .3s linear forwards;
}

@keyframes notifyDel {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        transform: translateX(30%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* ---------[ end ]--------- */

/* ---------[ Всплывающее уведомления документов ]--------- */

.vs__mini_notification {
    position: fixed;
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-radius: var(--vs_radius_5);
    background: var(--vs_color_background_dark-heavy);
    border: 1px solid var(--vs_color_border_heavy);
    width: 320px;
    right: 20px;
    bottom: 20px;
    transition: .3s;
}

.vs__mini_nootification_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vs_color_brand_alpha);
    border-radius: var(--vs_radius_3);
    width: 24px;
    height: 24px;
}

.vs__mini_notification_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vs__mini_notification_close:hover {
    cursor: pointer;
}

.vs__mini_notification.delete {
    animation: minNotifyDel .3s linear forwards;
}

@keyframes minNotifyDel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        transform: translateY(-30%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

/* ---------[ end ]--------- */




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

    div.container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

#blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px); /* Эффект размытия */
    background: var(--vs_color_background_backdrop);; /* Светлый полупрозрачный фон */
    z-index: 10000;
    pointer-events: none; /* Чтобы клики проходили сквозь слой */
    opacity: 0;
    transition: opacity 0.3s ease; /* Плавное появление/исчезновение */
}

/* Когда активен */
#blur-overlay.active {
    opacity: 1;
}