/* /Components/Components/DecisionReasonPicker.razor.rz.scp.css */
.drp-root[b-k1rdmguiwd] {
    width: 100%;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

/* ---------- header ---------- */
.drp-head[b-k1rdmguiwd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drp-title[b-k1rdmguiwd] {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
}

/* actions row: search + create */
.drp-actions[b-k1rdmguiwd] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.drp-searchwrap[b-k1rdmguiwd] {
    flex: 1 1 260px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.drp-search[b-k1rdmguiwd] {
    flex: 1 1 auto;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 12px;
    padding: 10px 12px;
    outline: none;
}

.drp-clear[b-k1rdmguiwd] {
    height: 40px;
    width: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    cursor: pointer;
}

/* ---------- list ---------- */
.drp-list[b-k1rdmguiwd] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 320px;
    overflow: auto;
    padding-right: 4px;
}

.drp-row[b-k1rdmguiwd] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
}

.drp-item[b-k1rdmguiwd] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

    .drp-item:hover[b-k1rdmguiwd] {
        border-color: rgba(0,0,0,.20);
    }

    .drp-item.is-selected[b-k1rdmguiwd] {
        border-color: rgba(0,0,0,.35);
        box-shadow: 0 0 0 2px rgba(0,0,0,.06) inset;
    }

.drp-row-del[b-k1rdmguiwd] {
    height: 40px;
    width: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    cursor: pointer;
}

.drp-icon[b-k1rdmguiwd] {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
}

    .drp-icon img[b-k1rdmguiwd] {
        width: 26px;
        height: 26px;
        object-fit: contain;
    }

.drp-icon-fallback[b-k1rdmguiwd] {
    opacity: .5;
    font-size: 18px;
    line-height: 1;
}

.drp-name[b-k1rdmguiwd] {
    font-weight: 700;
    font-size: 13px;
}

.drp-muted[b-k1rdmguiwd] {
    margin-top: 10px;
    color: rgba(0,0,0,.55);
    font-size: 13px;
}

.drp-error[b-k1rdmguiwd] {
    margin-top: 10px;
    color: #b00020;
    font-size: 13px;
    font-weight: 700;
}

/* ---------- buttons ---------- */
.drp-btn[b-k1rdmguiwd] {
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    cursor: pointer;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
}

.drp-btn-primary[b-k1rdmguiwd] {
    border-color: rgba(0,0,0,.22);
}

/* ---------- create ---------- */
.drp-create[b-k1rdmguiwd] {
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 12px;
    background: rgba(0,0,0,.02);
}

.drp-create-title[b-k1rdmguiwd] {
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 10px;
}

.drp-create-grid[b-k1rdmguiwd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.drp-field[b-k1rdmguiwd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drp-label[b-k1rdmguiwd] {
    font-size: 12px;
    font-weight: 800;
    color: rgba(0,0,0,.65);
}

.drp-input[b-k1rdmguiwd] {
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 12px;
    padding: 10px 12px;
    outline: none;
}

.drp-create-actions[b-k1rdmguiwd] {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.drp-uploader[b-k1rdmguiwd] {
    margin-top: 6px;
}

.drp-icon-path[b-k1rdmguiwd] {
    margin-top: 10px;
}

.drp-label2[b-k1rdmguiwd] {
    font-size: 12px;
    font-weight: 800;
    opacity: .75;
    margin-bottom: 6px;
}

.drp-icon-row[b-k1rdmguiwd] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.drp-mini-note[b-k1rdmguiwd] {
    margin-top: 6px;
    font-size: 12px;
    opacity: .65;
}

/* ---------- modal mode ---------- */
.drp-open-row[b-k1rdmguiwd] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.drp-selected-pill[b-k1rdmguiwd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(0,0,0,.02);
    max-width: 100%;
}

.drp-pill-icon[b-k1rdmguiwd] {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .drp-pill-icon img[b-k1rdmguiwd] {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

.drp-pill-name[b-k1rdmguiwd] {
    font-weight: 800;
    font-size: 13px;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drp-pill-clear[b-k1rdmguiwd] {
    height: 26px;
    width: 26px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    cursor: pointer;
}

/* backdrop + modal */
.drp-modal-backdrop[b-k1rdmguiwd] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    z-index: 9999;
}

.drp-modal[b-k1rdmguiwd] {
    width: min(900px, 96vw);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.drp-modal-head[b-k1rdmguiwd] {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.drp-modal-title[b-k1rdmguiwd] {
    font-weight: 900;
    font-size: 14px;
}

.drp-modal-close[b-k1rdmguiwd] {
    height: 34px;
    width: 34px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.drp-modal-body[b-k1rdmguiwd] {
    padding: 12px;
}
/* /Components/Components/ImageUploadPicker.razor.rz.scp.css */
/* “пунктирная” граница (Bootstrap не даёт dashed-2 нормально) */
.border-dashed[b-c9mpbv5jmh] {
    border-style: dashed !important;
}

.iup-drop-bootstrap[b-c9mpbv5jmh] {
    transition: transform .08s ease, background .08s ease, border-color .08s ease;
}

/* Круглая иконка */
.iup-drop-icon[b-c9mpbv5jmh] {
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,.06);
}

/* Preview строго 100px по высоте */
.iup-preview-box[b-c9mpbv5jmh] {
    height: 100px;
    overflow: hidden;
}

.iup-img-100[b-c9mpbv5jmh] {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
/* /Components/Components/InputMessageBox.razor.rz.scp.css */
.modal-background[b-jybs1bbije] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-jybs1bbije] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 50%; /* Установите желаемую ширину */
    max-width: 600px; /* Максимальная ширина, чтобы не становилось слишком большим на больших экранах */
    z-index: 1001;
}

.modal-hidden[b-jybs1bbije] {
    display: none;
}
.close-button[b-jybs1bbije] {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

    /* Опционально: добавить эффект при наведении */
    .close-button:hover[b-jybs1bbije] {
        color: #ff0000;
    }
/* /Components/Components/MessageBox.razor.rz.scp.css */
.message-box-overlay[b-trdqhijovu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.message-box[b-trdqhijovu] {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.message-box-header[b-trdqhijovu] {
    font-size: 18px;
    margin-bottom: 15px;
}

.message-box-body[b-trdqhijovu] {
    margin-bottom: 20px;
}

.message-box-footer[b-trdqhijovu] {
    text-align: right;
}
/* /Components/Components/Test/WorkerCart.razor.rz.scp.css */
.container[b-tif8cyu8pa] {
    display: flex;
    padding: 6px;
}

.image-wrapper[b-tif8cyu8pa] {
    width: 150px;
    text-align: center;
}

.image[b-tif8cyu8pa] {
    max-height: 150px;
    max-width: 150px;
    padding: 6px;
}

.name[b-tif8cyu8pa] {
    flex-grow: 1;
    padding: 6px;
}

.btn-delete[b-tif8cyu8pa] {
    background: none;
    border: none;
    padding: 0px;
    color: red;
    font-size: 12px;
}

    .btn-delete:hover[b-tif8cyu8pa] {
        text-decoration: underline;
    }

.input-quantity[b-tif8cyu8pa] {
    width: 70px;
}


.price-container[b-tif8cyu8pa] {
    font-family: Arial, sans-serif;
    text-align: right; /* Выравнивание текста по правому краю */
    padding-right: 20px; /* Отступ справа в 20 пикселей */
}

.price[b-tif8cyu8pa] {
    font-weight: 600;
}

.old-price[b-tif8cyu8pa] {
    font-weight: 600;
    color: red; /* Цвет дополнительного текста */
    text-decoration: line-through;
    vertical-align: super; /* Поднять дополнительный текст выше основного */
}
/* /Components/Components/ToastNotifications.razor.rz.scp.css */
.toast-notify-container[b-uockdves3h] {
    position: fixed;
    right: 14px;
    bottom: 18%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto;
    max-width: min(360px, calc(100vw - 24px));
}

@media (max-width: 520px) {
    .toast-notify-container[b-uockdves3h] {
        right: 12px;
        bottom: 14%;
        max-width: calc(100vw - 24px);
    }
}

/* Тост-карточка */
.toast-message[b-uockdves3h] {
    position: relative;
    width: 100%;
    max-width: 360px;
    /* справа место под крестик */
    padding: 12px 44px 12px 14px;
    border-radius: 14px;
    /* стекляшка */
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 0 10px 26px rgba(0,0,0,0.14);
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .2px;
    word-break: break-word;
    overflow-wrap: anywhere;
    /* ВАЖНО: тут НЕ делаем overflow:auto, иначе крестик будет жить внутри скролла */
    overflow: hidden;
    animation: toastIn-b-uockdves3h 620ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity, filter;
}

/* Контент тоста */
.toast-text[b-uockdves3h] {
    /* без скролла по умолчанию */
    max-height: none;
    overflow: hidden;
}

/* Если текст длинный — скроллится ТОЛЬКО текст, а крестик всегда сверху */
.toast-message.toast-can-scroll .toast-text[b-uockdves3h] {
    max-height: 220px;
    overflow: auto;
    padding-right: 8px; /* чтобы скролл не лип к тексту */
}

/* Красивый скролл */
.toast-text[b-uockdves3h]::-webkit-scrollbar {
    width: 10px;
}

.toast-text[b-uockdves3h]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 999px;
}

/* Крестик всегда поверх (не в скролле) */
.toast-close[b-uockdves3h] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.10);
    background: rgba(255,255,255,0.65);
    color: inherit;
    transition: transform 160ms ease, background 160ms ease;
    /* ВАЖНО: чтобы не перекрывался скроллом/контентом */
    z-index: 5;
}

    .toast-close:hover[b-uockdves3h] {
        background: rgba(255,255,255,0.82);
        transform: scale(1.06);
    }

/* Анимация */
@keyframes toastIn-b-uockdves3h {
    0% {
        opacity: 0;
        transform: translateX(22px) translateY(6px) scale(0.985);
        filter: blur(10px);
    }

    70% {
        opacity: 1;
        transform: translateX(-2px) translateY(0) scale(1);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
        filter: blur(0);
    }
}

/* ===== LIGHT палитра + корректный цвет текста ===== */
.toast-blue[b-uockdves3h] {
    background: rgba(219, 234, 254, 0.92);
    color: #0f172a;
}

.toast-miniy[b-uockdves3h] {
    background: rgba(207, 250, 254, 0.92);
    color: #0f172a;
}

.toast-green[b-uockdves3h] {
    background: rgba(220, 252, 231, 0.92);
    color: #052e16;
}

.toast-yellow[b-uockdves3h] {
    background: rgba(254, 249, 195, 0.92);
    color: #1f2937;
}

.toast-red[b-uockdves3h] {
    background: rgba(255, 228, 230, 0.92);
    color: #4c0519;
}

.toast-gray[b-uockdves3h] {
    background: rgba(243, 244, 246, 0.92);
    color: #111827;
}

/* единая рамка */
.toast-red[b-uockdves3h], .toast-yellow[b-uockdves3h], .toast-green[b-uockdves3h], .toast-blue[b-uockdves3h], .toast-miniy[b-uockdves3h], .toast-gray[b-uockdves3h] {
    border-color: rgba(0,0,0,0.12);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */


.page[b-d6y3rlqcdr] {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* ����� ��� sticky */
    min-height: 100vh;
    margin-left: 0;
   
}

main[b-d6y3rlqcdr] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {
   
}

@media (min-width: 641px) {
   
}

#blazor-error-ui[b-d6y3rlqcdr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d6y3rlqcdr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Общий стиль сайдбара */
.sidebar[b-13560bur0j] {
    position: sticky; /* вместо fixed */
    top: 0; /* прилипает к верху окна */
    flex-shrink: 0; /* не сжимать при уменьшении окна */
    min-height : 100vh;
    background: linear-gradient(180deg, #333b4f 0%, #1c1f2b 100%);
    transition: width 0.3s ease-in-out;
  
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;  Firefox 
    -ms-overflow-style: none;  IE / Edge старые 
   /* overflow:hidden;*/

    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 8px;
    box-sizing: border-box;
}
    .sidebar[b-13560bur0j]::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    /* По умолчанию узкое меню (только иконки) */
    .sidebar.collapsed[b-13560bur0j] {
        width: 60px;
    }

    /* Развёрнутое меню (с текстом) */
    .sidebar.expanded[b-13560bur0j] {
        width: 250px;
    }

    /* Скрываем текст, если меню свернуто */
    .sidebar.collapsed .text[b-13560bur0j] {
        display: none;
    }


/* Кнопка переключения */
.toggle-button[b-13560bur0j] {
    cursor: pointer;
    color: white;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.8rem;
    transition: background 0.3s ease-in-out;
    padding-top: 4px;
}

    .toggle-button:hover[b-13560bur0j] {
        background: rgba(255, 255, 255, 0.1);
    }

/* Кнопка выхода */
.btn-danger[b-13560bur0j] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 4px;
}


/* Иконки всегда отображаются */
.nav-link i[b-13560bur0j] {
    font-size: 1.4rem;
    margin-right: 1rem;
}


/* Стили для ссылок */
.nav-link[b-13560bur0j] {
    color: yellow;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 4px;
    transition: background 0.2s ease-in-out;
}

    .nav-link:hover[b-13560bur0j] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .nav-link.active[b-13560bur0j] {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }


.nav-item[b-13560bur0j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-13560bur0j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-13560bur0j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-13560bur0j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-13560bur0j]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-13560bur0j]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }




/* /Components/Layout/NavMenu_old.razor.rz.scp.css */
.navbar-toggler[b-fuoaz7mt67] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fuoaz7mt67] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fuoaz7mt67] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fuoaz7mt67] {
    font-size: 1.1rem;
}

.bi[b-fuoaz7mt67] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fuoaz7mt67] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fuoaz7mt67] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fuoaz7mt67] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fuoaz7mt67] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fuoaz7mt67] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fuoaz7mt67] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fuoaz7mt67]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fuoaz7mt67]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fuoaz7mt67]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fuoaz7mt67] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fuoaz7mt67] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fuoaz7mt67] {
        display: none;
    }

    .nav-scrollable[b-fuoaz7mt67] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Admins/Scenario.razor.rz.scp.css */
body[b-n860nb4ppf] {
}
/* /Components/Pages/Test/Scenario - Копировать.razor.rz.scp.css */
body[b-603s4iu39z] {
}
/* /Components/Pages/VchasnoDeviceChangeRegister.razor.rz.scp.css */
/* /Components/Pages/VchasnoDocumentRecords.razor.rz.scp.css */
