@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/template/Components/AsideComponent/AsideMenu.razor.rz.scp.css */
.nav-scrollable[b-r1i6z8wi8m] {
    padding:55px 60px;
    height: 100%;
    min-height:100vh;
    background-color: rgba(78, 78, 78, 1);
}
.nav-scrollable nav[b-r1i6z8wi8m] {
    display:flex;
    gap:34px;
}
.nav-item-head:hover[b-r1i6z8wi8m] {
    background-color: rgba(242, 242, 242, 0.3);
}
[b-r1i6z8wi8m] .nav-link-head {
    text-decoration:none;

}
.active[b-r1i6z8wi8m] {
    color:white !important;
}

.bi-list-nested-nav-menu[b-r1i6z8wi8m] {
    color:white;
}
[b-r1i6z8wi8m] a {
    text-decoration: none !important;
    color: white !important;
}
/* _content/template/Components/AsideComponent/AsideMenu2.razor.rz.scp.css */

*[b-m9cn57wz26] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root[b-m9cn57wz26] {
    /* ===== Colors ===== */
    --.body-color: #e4e9f7;
    --sidebar-color: #fff;
    --primary-color: #695cfe;
    --primary-color-light: #f6f5ff;
    --toggle-color: #ddd;
    --text-color: #707070;
    /* ====== Transition ====== */
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}

.body[b-m9cn57wz26] {
    min-height: 100vh;
    background-color: var(--.body-color);
    transition: var(--tran-05);
}

[b-m9cn57wz26]::selection {
    background-color: var(--primary-color);
    color: #fff;
}

.body.dark[b-m9cn57wz26] {
    --.body-color: #18191a;
    --sidebar-color: #242526;
    --primary-color: #3a3b3c;
    --primary-color-light: #3a3b3c;
    --toggle-color: #fff;
    --text-color: #ccc;
}

/* ===== Sidebar ===== */
.sidebar[b-m9cn57wz26] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    padding: 10px 14px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
    z-index: 100;
}

    .sidebar.close[b-m9cn57wz26] {
        width: 88px;
    }

    /* ===== Reusable code - Here ===== */
    .sidebar li[b-m9cn57wz26] {
        height: 50px;
        list-style: none;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .sidebar header .image[b-m9cn57wz26],
    .sidebar .icon[b-m9cn57wz26] {
        min-width: 60px;
        border-radius: 6px;
    }

    .sidebar .icon[b-m9cn57wz26] {
        min-width: 60px;
        border-radius: 6px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .sidebar .text[b-m9cn57wz26],
    .sidebar .icon[b-m9cn57wz26] {
        color: var(--text-color);
        transition: var(--tran-03);
    }

    .sidebar .text[b-m9cn57wz26] {
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 1;
    }

    .sidebar.close .text[b-m9cn57wz26] {
        opacity: 0;
    }
    /* =========================== */

    .sidebar header[b-m9cn57wz26] {
        position: relative;
    }

        .sidebar header .image-text[b-m9cn57wz26] {
            display: flex;
            align-items: center;
        }

        .sidebar header .logo-text[b-m9cn57wz26] {
            display: flex;
            flex-direction: column;
        }

header .image-text .name[b-m9cn57wz26] {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;
}

header .image-text .profession[b-m9cn57wz26] {
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.sidebar header .image[b-m9cn57wz26] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar header .image img[b-m9cn57wz26] {
        width: 40px;
        border-radius: 6px;
    }

.sidebar header .toggle[b-m9cn57wz26] {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%) rotate(180deg);
    height: 25px;
    width: 25px;
    background-color: var(--primary-color);
    color: var(--sidebar-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-05);
}

.body.dark .sidebar header .toggle[b-m9cn57wz26] {
    color: var(--text-color);
}

.sidebar.close .toggle[b-m9cn57wz26] {
    transform: translateY(-50%) rotate(0deg);
}

.sidebar .menu[b-m9cn57wz26] {
    margin-top: 40px;
}

.sidebar li.search-box[b-m9cn57wz26] {
    border-radius: 6px;
    background-color: var(--primary-color-light);
    cursor: pointer;
    transition: var(--tran-05);
}

    .sidebar li.search-box input[b-m9cn57wz26] {
        height: 100%;
        width: 100%;
        outline: none;
        border: none;
        background-color: var(--primary-color-light);
        color: var(--text-color);
        border-radius: 6px;
        font-size: 17px;
        font-weight: 500;
        transition: var(--tran-05);
    }

.sidebar li a[b-m9cn57wz26] {
    list-style: none;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--tran-03);
}

    .sidebar li a:hover[b-m9cn57wz26] {
        background-color: var(--primary-color);
    }

        .sidebar li a:hover .icon[b-m9cn57wz26],
        .sidebar li a:hover .text[b-m9cn57wz26] {
            color: var(--sidebar-color);
        }

.body.dark .sidebar li a:hover .icon[b-m9cn57wz26],
.body.dark .sidebar li a:hover .text[b-m9cn57wz26] {
    color: var(--text-color);
}

.sidebar .menu-bar[b-m9cn57wz26] {
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}

.menu-bar[b-m9cn57wz26]::-webkit-scrollbar {
    display: none;
}

.sidebar .menu-bar .mode[b-m9cn57wz26] {
    border-radius: 6px;
    background-color: var(--primary-color-light);
    position: relative;
    transition: var(--tran-05);
}

.menu-bar .mode .sun-moon[b-m9cn57wz26] {
    height: 50px;
    width: 60px;
}

.mode .sun-moon i[b-m9cn57wz26] {
    position: absolute;
}

    .mode .sun-moon i.sun[b-m9cn57wz26] {
        opacity: 0;
    }

.body.dark .mode .sun-moon i.sun[b-m9cn57wz26] {
    opacity: 1;
}

.body.dark .mode .sun-moon i.moon[b-m9cn57wz26] {
    opacity: 0;
}

.menu-bar .bottom-content .toggle-switch[b-m9cn57wz26] {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.toggle-switch .switch[b-m9cn57wz26] {
    position: relative;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background-color: var(--toggle-color);
    transition: var(--tran-05);
}

.switch[b-m9cn57wz26]::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: var(--sidebar-color);
    transition: var(--tran-04);
}

.body.dark .switch[b-m9cn57wz26]::before {
    left: 20px;
}

.home[b-m9cn57wz26] {
    position: absolute;
    top: 0;
    top: 0;
    left: 250px;
    height: 100vh;
    width: calc(100% - 250px);
    background-color: var(--.body-color);
    transition: var(--tran-05);
}

    .home .text[b-m9cn57wz26] {
        font-size: 30px;
        font-weight: 500;
        color: var(--text-color);
        padding: 12px 60px;
    }

.sidebar.close ~ .home[b-m9cn57wz26] {
    left: 78px;
    height: 100vh;
    width: calc(100% - 78px);
}

.body.dark .home .text[b-m9cn57wz26] {
    color: var(--text-color);
}
/* _content/template/Components/Cards/ChaseCard.razor.rz.scp.css */
*[b-j9l33295a7]{
    margin:0;
    padding:0;
}
.main-box[b-j9l33295a7] {
    width: max-content;
    border: 1px solid rgba(219, 219, 219, 1);
}
.list-head[b-j9l33295a7] {
    background: rgba(243, 243, 243, 1);
    font-family: Montserrat arm;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding:24px;
}
li[b-j9l33295a7] {
    padding: 15px 24px;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}
ul[b-j9l33295a7]{
    list-style:none;

}

.last[b-j9l33295a7] {
    border:none;
}
/* _content/template/Components/Cards/ColorPicker.razor.rz.scp.css */
.table[b-yze38ciea8] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-yze38ciea8] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-yze38ciea8] {
    width: max-content;
}

.table td[b-yze38ciea8] {
    height: auto;
}

.color-choose-hide[b-yze38ciea8] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-yze38ciea8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-yze38ciea8] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-yze38ciea8] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-yze38ciea8] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-yze38ciea8] {
    background-color: white;
}

.grey[b-yze38ciea8] {
    background-color: grey;
}

.green[b-yze38ciea8] {
    background-color: green;
}

.blue[b-yze38ciea8] {
    background-color: blue;
}

.red[b-yze38ciea8] {
    background-color: red
}

.orange[b-yze38ciea8] {
    background-color: orange;
}

.btn-outline-warning[b-yze38ciea8], .btn-outline-success[b-yze38ciea8] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-yze38ciea8], .open-btn[b-yze38ciea8] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-yze38ciea8] {
    filter: brightness(0) saturate(100%);
}
/* _content/template/Components/Common/ComfirmationToast.razor.rz.scp.css */
/* затемнённый фон */
.confirm-overlay[b-zi2wo8eh42] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-zi2wo8eh42 0.2s ease-out;
}

/* модальное окно */
.confirm-modal[b-zi2wo8eh42] {
    background: #ffffff;
    width: 380px;
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: scaleIn-b-zi2wo8eh42 0.22s ease-out;
    text-align: center;
    font-family: "Segoe UI", Arial;
}

/* заголовок */
.modal-header[b-zi2wo8eh42] {
    display:flex;
    justify-content:center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

/* текст */
.modal-body[b-zi2wo8eh42] {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* кнопки */
.modal-actions[b-zi2wo8eh42] {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-confirm[b-zi2wo8eh42] {
    padding: 8px 18px;
    background: #355C8C;
    color: white;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.15s;
}

    .btn-confirm:hover[b-zi2wo8eh42] {
        background: #406AA3;
    }

.btn-cancel[b-zi2wo8eh42] {
    padding: 8px 18px;
    background: #e0e0e0;
    color: #333;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.15s;
}

    .btn-cancel:hover[b-zi2wo8eh42] {
        background: #d5d5d5;
    }

/* анимации */
@keyframes fadeIn-b-zi2wo8eh42 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-zi2wo8eh42 {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* _content/template/Components/Common/Filter.razor.rz.scp.css */
.filter-wrapper[b-9nnlsa651p] {
    width:stretch;
}

.filter-group[b-9nnlsa651p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-label[b-9nnlsa651p] {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-input[b-9nnlsa651p],
.filter-select[b-9nnlsa651p],
.filter-date[b-9nnlsa651p] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #2d3748;
    background-color: white;
    transition: all 0.2s ease;
    font-family: inherit;
}

    .filter-input:focus[b-9nnlsa651p],
    .filter-select:focus[b-9nnlsa651p],
    .filter-date:focus[b-9nnlsa651p] {
        outline: none;
        border-color: #4a5568;
        box-shadow: 0 0 0 3px rgba(74, 85, 104, 0.1);
    }

    .filter-input:hover[b-9nnlsa651p],
    .filter-select:hover[b-9nnlsa651p],
    .filter-date:hover[b-9nnlsa651p] {
        border-color: #cbd5e0;
    }

.select-wrapper[b-9nnlsa651p] {
    position: relative;
}

.filter-select[b-9nnlsa651p] {
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.select-arrow[b-9nnlsa651p] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #718096;
    font-size: 10px;
}

.date-range-wrapper[b-9nnlsa651p] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.date-separator[b-9nnlsa651p] {
    color: #a0aec0;
    font-weight: 600;
}

@media (max-width: 768px) {
    .date-range-wrapper[b-9nnlsa651p] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .date-separator[b-9nnlsa651p] {
        display: none;
    }
}
.checkbox-group[b-9nnlsa651p]{
    display:flex;
    gap:15px;
    margin-bottom:5px;
    margin-top:10px;
}
/* _content/template/Components/Common/Loading.razor.rz.scp.css */

.loader-container[b-em0p2j9yv0] {
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    opacity: 1;
}

.fade-out[b-em0p2j9yv0] {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.fade-in[b-em0p2j9yv0] {
    opacity: 1;
}
/* _content/template/Components/Layout/Header.razor.rz.scp.css */
.head-cont[b-6rxko8yrym] {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    width: 80%;
    margin-left: 10%;
}
.version[b-6rxko8yrym] {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.48);
    font-size: 10px;
}
.header-main[b-6rxko8yrym] {
    background-color: #355C8C;
    width:100%;
}
.logo-head[b-6rxko8yrym]{
    font-weight:700;
    font-size:16px;
    line-height:24px;
    color:white;
    width:273px;
}

.subtext-head[b-6rxko8yrym] {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: rgba(169, 169, 169, 1);
}
.main-box-head[b-6rxko8yrym]{ 
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
}
.profile-menu[b-6rxko8yrym] {
    position:relative;
    border-radius: 100px;
    display: flex;
    width: max-content;
    height:90px;
    color:white;
    gap:16px;
    margin-right:15px;
    align-items:center;
}

.profile-img[b-6rxko8yrym] {
    height:32px;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 1);
}

.profile-submenu[b-6rxko8yrym] {
    position: absolute;
    background-color: white;
    right: 0px;
    top: 85px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    z-index: 999;
    border:1px black inset;
}
.profile-submenu ul li[b-6rxko8yrym]{
    list-style:none;
    color:black;
    transition:0.2s;
    cursor:pointer;
}
.profile-submenu ul[b-6rxko8yrym]{
    display:flex;
    flex-direction:column;
    padding:5px;
    gap:3px;
}
    .profile-submenu ul li:hover[b-6rxko8yrym] {
        background-color: rgb(255, 255, 255,0.6);
        padding:3px;
    }

    .profile-submenu:hover .profile-menu[b-6rxko8yrym],
    .profile-menu:hover .profile-submenu[b-6rxko8yrym] {
        transform: translateY(5px);
        visibility: visible;
        opacity: 1;
    }
.nav-panel[b-6rxko8yrym]{
    display:flex;
    gap:10px;
    margin-top:19px;
}
.nav-box[b-6rxko8yrym] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 10%;
    height: 55px;
}
.block[b-6rxko8yrym] {
    display: none;
}

.block_active[b-6rxko8yrym] {
    display: block;
    background-color: #355C8C;
    height: 5px;
    margin-top: 5px;
    width: 100%;
}
button[b-6rxko8yrym]{
    border:none;background-color:transparent;
    font-size:16px;
}
select[b-6rxko8yrym]{
    border:none;
}
select:hover[b-6rxko8yrym]{
    cursor:pointer;
}
.log-out[b-6rxko8yrym] {
    background-color: white;
    width: 55px;
    height: 40px;
    letter-spacing: 1px;
    border: 2px solid #5A7AA2;
    border-radius:4px;
    font-size:14px;
}
hr[b-6rxko8yrym]{
    margin:0;
}


.notifications-dropdown[b-6rxko8yrym] {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 999;
    width: 400px;
    max-width: 90vw;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

    .notifications-dropdown.show[b-6rxko8yrym] {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }

.notifications-header[b-6rxko8yrym] {
    padding: 18px 20px;
    background: #f9fafb;
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

.mark-all-read[b-6rxko8yrym] {
    background: transparent;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #6b7280;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

    .mark-all-read:hover[b-6rxko8yrym] {
        background: #e5e7eb;
        color: #374151;
    }

.notifications-list[b-6rxko8yrym] {
    max-height: 520px;
    overflow-y: auto;
}

    .notifications-list[b-6rxko8yrym]::-webkit-scrollbar {
        width: 6px;
    }

    .notifications-list[b-6rxko8yrym]::-webkit-scrollbar-track {
        background: #f9fafb;
    }

    .notifications-list[b-6rxko8yrym]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 3px;
    }

        .notifications-list[b-6rxko8yrym]::-webkit-scrollbar-thumb:hover {
            background: #9ca3af;
        }

.notification-item[b-6rxko8yrym] {
    padding: 18px 20px;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s;
    position: relative;
    background: white;
}

    .notification-item:hover[b-6rxko8yrym] {
        background: #f9fafb;
    }

    .notification-item:last-child[b-6rxko8yrym] {
        border-bottom: none;
    }

.notification-description[b-6rxko8yrym] {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.notification-status[b-6rxko8yrym] {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

    .notification-status.confirmed[b-6rxko8yrym] {
        background: #dcfce7;
        color: #166534;
    }

    .notification-status.not-confirmed[b-6rxko8yrym] {
        background: #fee2e2;
        color: #991b1b;
    }

.notification-actions[b-6rxko8yrym] {
    margin: 12px 0;
    display: flex;
    gap: 8px;
}

.btn-confirm[b-6rxko8yrym], .btn-decline[b-6rxko8yrym] {
    flex: 1;
    padding: 9px 14px;
    border: 1px solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-confirm[b-6rxko8yrym] {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

    .btn-confirm:hover[b-6rxko8yrym] {
        background: #2563eb;
        border-color: #2563eb;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    }

    .btn-confirm:active[b-6rxko8yrym] {
        transform: translateY(0);
    }

.btn-decline[b-6rxko8yrym] {
    background: white;
    color: #6b7280;
    border-color: #d1d5db;
}

    .btn-decline:hover[b-6rxko8yrym] {
        background: #f9fafb;
        border-color: #9ca3af;
        color: #374151;
    }

.notification-date[b-6rxko8yrym] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 12px;
    margin-top: 10px;
}

    .notification-date[b-6rxko8yrym]::before {
        content: '🕐';
    }

.unread[b-6rxko8yrym] {
    background: #eff6ff;
}

    .unread[b-6rxko8yrym]::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: #3b82f6;
        border-radius: 50%;
    }

.no-notifications[b-6rxko8yrym] {
    padding: 60px 20px;
    text-align: center;
    color: #9ca3af;
}

    .no-notifications svg[b-6rxko8yrym] {
        width: 64px;
        height: 64px;
        fill: #d1d5db;
        margin-bottom: 16px;
    }

@media (max-width: 480px) {
    .notifications-dropdown[b-6rxko8yrym] {
        width: calc(100vw - 40px);
    }
}
.notification-container[b-6rxko8yrym] {
    position: relative;
}

.bell-wrapper[b-6rxko8yrym] {
    position: relative;
    display: inline-block;
}

.bell-icon[b-6rxko8yrym] {
    position: relative;
    cursor: pointer;
    background: white;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

    .bell-icon:hover[b-6rxko8yrym] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }

    .bell-icon.shake[b-6rxko8yrym] {
        animation: bellShake-b-6rxko8yrym 0.5s;
    }

@keyframes bellShake-b-6rxko8yrym {
    0%, 100% {
        transform: rotate(0deg);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: rotate(-10deg);
    }

    20%, 40%, 60%, 80% {
        transform: rotate(10deg);
    }
}

.bell-icon svg[b-6rxko8yrym] {
    width: 28px;
    height: 28px;
    fill: #4b5563;
}

.notification-badge[b-6rxko8yrym] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #dc2626;
    color: white;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3);
    border: 2px solid white;
}
/* _content/template/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q9a2ocif0r] {
    position: relative;
    display: flex;
    flex-direction: column;
}


main[b-q9a2ocif0r] {
    flex: 1;
}

.sidebar[b-q9a2ocif0r] {
    background-color: rgba(78, 78, 78, 1);
}

.top-row[b-q9a2ocif0r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q9a2ocif0r]  a, .top-row[b-q9a2ocif0r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q9a2ocif0r]  a:hover, .top-row[b-q9a2ocif0r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q9a2ocif0r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q9a2ocif0r] {
        justify-content: space-between;
    }

    .top-row[b-q9a2ocif0r]  a, .top-row[b-q9a2ocif0r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q9a2ocif0r] {
        flex-direction: row;
    }

    .sidebar[b-q9a2ocif0r] {
        width: 250px;
        height: 100vh;
        top: 0;
    }

    .top-row[b-q9a2ocif0r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q9a2ocif0r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q9a2ocif0r], article[b-q9a2ocif0r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q9a2ocif0r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-q9a2ocif0r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/template/Components/Pages/Boghoqner/EditProtest.razor.rz.scp.css */
body[b-zwun9rx5mp] {
}
.select_comp[b-zwun9rx5mp]{
    display:block;
}
/* _content/template/Components/Pages/Boghoqner/NewProtest.razor.rz.scp.css */
body[b-ecma1cmlb7] {
}
.select_comp[b-ecma1cmlb7]{
    display:block;
}
/* _content/template/Components/Pages/Boghoqner/ProtestPage.razor.rz.scp.css */
.table[b-gb8d2pe916] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-gb8d2pe916] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-gb8d2pe916] {
    width: max-content;
}

.table td[b-gb8d2pe916] {
    height: auto;
}

.color-choose-hide[b-gb8d2pe916] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-gb8d2pe916] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-gb8d2pe916] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-gb8d2pe916] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-gb8d2pe916] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-gb8d2pe916] {
    background-color: white;
}

.grey[b-gb8d2pe916] {
    background-color: grey;
}

.green[b-gb8d2pe916] {
    background-color: green;
}

.blue[b-gb8d2pe916] {
    background-color: blue;
}

.red[b-gb8d2pe916] {
    background-color: red
}

.orange[b-gb8d2pe916] {
    background-color: orange;
}

.btn-outline-warning[b-gb8d2pe916], .btn-outline-success[b-gb8d2pe916] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-gb8d2pe916], .open-btn[b-gb8d2pe916] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-gb8d2pe916] {
    filter: brightness(0) saturate(100%);
}
/* _content/template/Components/Pages/Dataqnnutyun/DataqnnutyunPage.razor.rz.scp.css */
.table[b-ovzpurpf9a] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-ovzpurpf9a] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-ovzpurpf9a] {
    width: max-content;
}
.table[b-ovzpurpf9a] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-ovzpurpf9a] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-ovzpurpf9a] {
    width: max-content;
}

.table td[b-ovzpurpf9a] {
    height: auto;
}

.color-choose-hide[b-ovzpurpf9a] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-ovzpurpf9a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-ovzpurpf9a] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-ovzpurpf9a] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-ovzpurpf9a] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-ovzpurpf9a] {
    background-color: white;
}

.grey[b-ovzpurpf9a] {
    background-color: grey;
}

.green[b-ovzpurpf9a] {
    background-color: green;
}

.blue[b-ovzpurpf9a] {
    background-color: blue;
}

.red[b-ovzpurpf9a] {
    background-color: red
}

.orange[b-ovzpurpf9a] {
    background-color: orange;
}

.btn-outline-warning[b-ovzpurpf9a], .btn-outline-success[b-ovzpurpf9a] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-ovzpurpf9a], .open-btn[b-ovzpurpf9a] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-ovzpurpf9a] {
    filter: brightness(0) saturate(100%);
}
/* _content/template/Components/Pages/Dataqnnutyun/EditDataqnnutyun.razor.rz.scp.css */
body[b-lf6tdscvul] {
}
.input_text[b-lf6tdscvul] {
    display:block;
    border:1px solid black;
    background-color:white;
    width:420px;
}
input[type = "date"][b-lf6tdscvul]{
    width:auto;
}
input[type = "checkbox"][b-lf6tdscvul]{
    width:auto;
    display:inline;
}
.select_comp[b-lf6tdscvul]{
    display:block;
}

.changed-field label[b-lf6tdscvul],
.changed-field .label[b-lf6tdscvul],
.changed-field input[b-lf6tdscvul],
.changed-field select[b-lf6tdscvul],
.changed-field textarea[b-lf6tdscvul] {
    font-weight: 700;
}

.changed-field input[b-lf6tdscvul],
.changed-field select[b-lf6tdscvul],
.changed-field textarea[b-lf6tdscvul] {
    border-color: #d97706;
    outline: none;
    box-shadow: 0 0 0 2px rgba(217,119,6,0.15);
    background: #fff7ed;
}

.changed-field[b-lf6tdscvul]::after {
    content: "●";
    color: #d97706;
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
}


/* _content/template/Components/Pages/Dataqnnutyun/NewDataqnnutyun.razor.rz.scp.css */
.input_text[b-48zj4a1bh5] {
    display: block;
    border: 1px solid black;
    background-color: white;
    width: 420px;
}

input[type = "date"][b-48zj4a1bh5] {
    width: auto;
}

input[type = "checkbox"][b-48zj4a1bh5] {
    width: auto;
    display: inline;
}

.select_comp[b-48zj4a1bh5] {
    display: block;
}
/* _content/template/Components/Pages/Dataqnnutyun/ViewDataqnnutyun.razor.rz.scp.css */
body[b-mgcjqlltzf] {
}

.input_text[b-mgcjqlltzf] {
    display: block;
    border: 1px solid black;
    background-color: white;
    width: 420px !important;
}

input[type = "date"][b-mgcjqlltzf] {
    width: min-content !important;
}

input[type = "checkbox"][b-mgcjqlltzf] {
    width: auto !important;
    display: inline;
}

.select_comp[b-mgcjqlltzf] {
    display: block;
}
/* _content/template/Components/Pages/Filters.razor.rz.scp.css */
label[b-its2nfb608] {
    display:flex;
    flex-direction:column;
}
.select2-container .select2-selection--single[b-its2nfb608] {
    height: 38px; /* Высота элемента */
    display: flex;
    align-items: center; /* Выравниваем текст по центру */
}

    .select2-container .select2-selection--single .select2-selection__rendered[b-its2nfb608] {
        line-height: 38px; /* Выравниваем текст */
    }

    .select2-container .select2-selection--single .select2-selection__arrow[b-its2nfb608] {
        height: 38px; /* Высота стрелки */
    }
/* _content/template/Components/Pages/Generate.razor.rz.scp.css */
.column-box[b-eflzvut01j] {
    display:flex;
    gap:20px;
}
.column-box button[b-eflzvut01j] {
    width:auto;
    height:auto;
}
.column-box input[b-eflzvut01j]{
    width:300px;
}

.inp-box[b-eflzvut01j] {
    display:flex;
    gap:20px;
}
.row-box[b-eflzvut01j] {
    display:flex;
    flex-direction:column;
    gap:15px;
    width:max-content;
}
/* _content/template/Components/Pages/Haghordum/HaghordumPage.razor.rz.scp.css */
.table[b-hj892si26y] {
    width: 100%;
    text-align: center;
}
    .table thead tr[b-hj892si26y] {
        background-color:rgba(243, 243, 243, 1);
    }
    .label[b-hj892si26y] {
        width:max-content;
    }
.table td[b-hj892si26y] {
    height:auto;
}
.color-choose-hide[b-hj892si26y]{
    display:none;
    position:absolute;
    border:1px solid black;
    width:100px;
    height:150px;
    top:0;
    left:40px;
}
.color-choose-visible[b-hj892si26y] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index:10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius:7px;
    border:1px solid black;
    overflow:hidden;
}
.color-container[b-hj892si26y]{
    position:relative;
    display:flex;
    justify-content:start;
    align-items:center;
}
.color-select-btn[b-hj892si26y] {
    width: 22px;
    height: 22px;
/*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
background-color:black;
    border-radius: 4px;
}
.color-options[b-hj892si26y]{
    width:35px;
    height:35px;
    border:none;
}
.white[b-hj892si26y] {
    background-color:white;
}
.grey[b-hj892si26y]{
    background-color:grey;
}
.green[b-hj892si26y]{
    background-color:green;
}
.blue[b-hj892si26y]{
    background-color:blue;
}
.red[b-hj892si26y]{
    background-color:red

}
.orange[b-hj892si26y]{
    background-color:orange;
}
.btn-outline-warning[b-hj892si26y], .btn-outline-success[b-hj892si26y] {
    backdrop-filter: brightness(0.8);
}
.reminder-btn[b-hj892si26y] , .open-btn[b-hj892si26y]{
    background-color:black;
    color:white;
    border:black;
}
.basic-btn > span > img[b-hj892si26y] {
    filter: brightness(0) saturate(100%);
}
/* _content/template/Components/Pages/Haghordum/ViewHaghordum.razor.rz.scp.css */
/* _content/template/Components/Pages/Home.razor.rz.scp.css */
.active-home-btn[b-c2ipte4qke] {
    background-color: #C7DCED;
    color: #02148A;
    border: none;
    text-align: left;
    padding: 17px 24px;
    border-radius: 4px;
    transition: 0.45s;
    font-weight: 700;
    font-size: 17px;
    font-family:sans-serif;
}
    .active-home-btn:hover[b-c2ipte4qke] {
        background-color: rgb(133, 182, 221, 0.70);
    }
.passive-home-btn[b-c2ipte4qke] {
    background-color: #EEEEEE;
    color: #A9A9A9;
    border: none;
    text-align: left;
    padding: 17px 24px;
    border-radius: 4px;
    transition: 0.45s;
    font-weight: 700;
    font-size: 17px;
    font-family:sans-serif;
}
    .passive-home-btn:hover[b-c2ipte4qke] {
        background-color: rgb(219, 219, 219, 0.70);
    }

.main[b-c2ipte4qke]{
    width:62%;
    margin:0 auto;
}
/* _content/template/Components/Pages/Login.razor.rz.scp.css */
.login-main[b-l5a4x1j9pi] {
    display:grid;
    grid-template-columns:50% 50%;
    width: 100%;
    height: 100vh;
    border: 1px solid black;
}

.login-left-side[b-l5a4x1j9pi]{
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap:16px;
    align-content:center;
    align-items:center;
    padding:0 20px 0 60px;
}

    .login-left-side label[b-l5a4x1j9pi]{
        display:flex;
        flex-direction:column;
    }

.login-btn[b-l5a4x1j9pi] {
    width: 100%;
}

.login-right-side[b-l5a4x1j9pi] {
    background-image: url('../../img/login -photo.jpg');
    width: 45vw;
    height: 92vh;
    margin-top: 4vh;
    background-position: right;
    background-size: cover;
    margin-left: 28px;
    border-radius: 24px;
    display:flex;
    justify-content:end;
}
 .login-right-side img[b-l5a4x1j9pi]{
     width:200px;
     height:151px;
 }

.text-input[b-l5a4x1j9pi] {
    width:100%;
}
input[b-l5a4x1j9pi]{
    padding-left:7px;
}
    .text-input input[b-l5a4x1j9pi] {
        width: 100%;
        border: none;
        background-color: rgba(238, 238, 238, 1);
        border-radius:4px;
        height:40px;
    }
.login-btn[b-l5a4x1j9pi] {
    border-radius: 4px;
    margin-top:8px;
    background-color: #355C8C;
    height: 40px;
    color: white;
    font-size:14px;
    border: none;
}
.header1[b-l5a4x1j9pi] {
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#toggle-password[b-l5a4x1j9pi]{
    position:absolute;
    right:10px;
}
#toggle-password:hover[b-l5a4x1j9pi]{
    cursor:pointer;
}
.password-block[b-l5a4x1j9pi] {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}
.password-block input[b-l5a4x1j9pi] {
        width: 100%;
        border: none;
        background-color: rgba(238, 238, 238, 1);
        border-radius: 4px;
        height: 40px;
}
/* _content/template/Components/Pages/Profile/ExecutorsPage.razor.rz.scp.css */
.table[b-gmpfotddno] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-gmpfotddno] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-gmpfotddno] {
    width: max-content;
}
/* _content/template/Components/Pages/QreakanHetapndum/QreakanHetapndumPage.razor.rz.scp.css */
.table[b-jxly0p4blo] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-jxly0p4blo] {
        background-color: rgba(243, 243, 243, 1);
    }

.table[b-jxly0p4blo] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-jxly0p4blo] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-jxly0p4blo] {
    width: max-content;
}

.table td[b-jxly0p4blo] {
    height: auto;
}

.color-choose-hide[b-jxly0p4blo] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-jxly0p4blo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-jxly0p4blo] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-jxly0p4blo] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-jxly0p4blo] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-jxly0p4blo] {
    background-color: white;
}

.grey[b-jxly0p4blo] {
    background-color: grey;
}

.green[b-jxly0p4blo] {
    background-color: green;
}

.blue[b-jxly0p4blo] {
    background-color: blue;
}

.red[b-jxly0p4blo] {
    background-color: red
}

.orange[b-jxly0p4blo] {
    background-color: orange;
}

.btn-outline-warning[b-jxly0p4blo], .btn-outline-success[b-jxly0p4blo] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-jxly0p4blo], .open-btn[b-jxly0p4blo] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-jxly0p4blo] {
    filter: brightness(0) saturate(100%);
}
/* _content/template/Components/Pages/QreakanVaruyt/EditQreakanVaruyt.razor.rz.scp.css */
body[b-7m2pu5wfua] {
}
.article_box[b-7m2pu5wfua] {
    height: auto;
    margin: 10px;
}
input[type = "date"][b-7m2pu5wfua]{
    background-color:white;
}
.basic_btn[b-7m2pu5wfua] {
    border: none;
    background: none;
}

*[b-7m2pu5wfua] {
    font-family: 'Noto Sans Armenian',sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h1[b-7m2pu5wfua] {
    font-family: 'Noto Sans Armenian', sans-serif;
}

.form-block[b-7m2pu5wfua] {
    width: 70%;
}

.select_comp[b-7m2pu5wfua] {
    background-color: white !important;
    border: 1px solid;
}

.sub_header[b-7m2pu5wfua] {
    font-family: 'Noto Sans Armenian',sans-serif;
}

.inp_items[b-7m2pu5wfua] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

input[b-7m2pu5wfua] {
    background-color: white;
    width: 420px;
    border: 1px solid;
    margin-top: 3px;
    margin-bottom: 7px;
    max-width: 420px;
    margin-right: 7px;
}

.del_btn:hover .del_txt[b-7m2pu5wfua] {
    color: white;
}

.select_comp[b-7m2pu5wfua] {
    width: 420px !important;
    height: 40px;
    margin-top: 10px;
    padding: 5px 12px;
}

.select_comp_1[b-7m2pu5wfua] {
    width: 84px !important;
}

input[type="checkbox"][b-7m2pu5wfua] {
    width: 24px;
    height: 24px;
}

/* _content/template/Components/Pages/QreakanVaruyt/KarchmanStugums.razor.rz.scp.css */
.table[b-7eudiziga0] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-7eudiziga0] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-7eudiziga0] {
    width: max-content;
}

.table[b-7eudiziga0] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-7eudiziga0] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-7eudiziga0] {
    width: max-content;
}

.table td[b-7eudiziga0] {
    height: auto;
}

.color-choose-hide[b-7eudiziga0] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-7eudiziga0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-7eudiziga0] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-7eudiziga0] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-7eudiziga0] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-7eudiziga0] {
    background-color: white;
}

.grey[b-7eudiziga0] {
    background-color: grey;
}

.green[b-7eudiziga0] {
    background-color: green;
}

.blue[b-7eudiziga0] {
    background-color: blue;
}

.red[b-7eudiziga0] {
    background-color: red
}

.orange[b-7eudiziga0] {
    background-color: orange;
}

.btn-outline-warning[b-7eudiziga0], .btn-outline-success[b-7eudiziga0] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-7eudiziga0], .open-btn[b-7eudiziga0] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-7eudiziga0] {
    filter: brightness(0) saturate(100%);
}
td > span[b-7eudiziga0] {
    float:left;
}
/* _content/template/Components/Pages/QreakanVaruyt/newKarchmanStugum.razor.rz.scp.css */
body[b-d1w3bhp26e] {
}
/* _content/template/Components/Pages/QreakanVaruyt/NewQreakanVaruytPage.razor.rz.scp.css */
.basic_btn[b-m7xww6z1wc] {
    border:none;
    background:none;
}
*[b-m7xww6z1wc] {
    font-family: 'Noto Sans Armenian',sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
h1[b-m7xww6z1wc] {
    font-family: 'Noto Sans Armenian', sans-serif;
}
.form-block[b-m7xww6z1wc]{
    width:70%;
}
.select_comp[b-m7xww6z1wc]{
    background-color:white !important;
    border:1px solid;
}
.sub_header[b-m7xww6z1wc] {
    font-family: 'Noto Sans Armenian',sans-serif;
}
.inp_items[b-m7xww6z1wc]{
    display:flex;
    flex-direction:column;
    gap:5px;
}
input[b-m7xww6z1wc] {
    background-color: white;
    width: 420px;
    border: 1px solid;
    margin-top: 3px;
    margin-bottom:7px;
    max-width:420px;
    margin-right:7px;
}

.del_btn:hover .del_txt[b-m7xww6z1wc]{
    color:white;
}
.select_comp[b-m7xww6z1wc] {
    width: 420px !important;
    height: 40px;
    margin-top: 10px;
    padding: 5px 12px;
}
.select_comp_1[b-m7xww6z1wc]{
    width:84px !important;
}
input[type="checkbox"][b-m7xww6z1wc]{
    width:24px;
    height:24px;
}

.loading-dots .dots span[b-m7xww6z1wc] {
    animation: blink-b-m7xww6z1wc 1.4s infinite both;
    font-weight: bold;
    display: inline-block;
    margin-left: 1px;
}

    .loading-dots .dots span:nth-child(2)[b-m7xww6z1wc] {
        animation-delay: 0.2s;
    }

    .loading-dots .dots span:nth-child(3)[b-m7xww6z1wc] {
        animation-delay: 0.4s;
    }

@keyframes blink-b-m7xww6z1wc {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}
/* _content/template/Components/Pages/QreakanVaruyt/QreakanVaruytPage.razor.rz.scp.css */

thead th[b-sben7w3fwu] {
    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 16px 12px;
    text-align: left;
    white-space: nowrap;
}

tbody tr[b-sben7w3fwu] {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s;
}

    tbody tr:hover[b-sben7w3fwu] {
        background-color: #f9fafb;
    }

tbody td[b-sben7w3fwu] {
    padding: 16px 12px;
    font-size: 14px;
    color: #374151;
}

.status-icon[b-sben7w3fwu] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

    .status-icon svg[b-sben7w3fwu] {
        width: 18px;
        height: 18px;
    }

/* Статус: Без статуса */
.status-none[b-sben7w3fwu] {
    background: #f3f4f6;
    color: #9ca3af;
}

    .status-none:hover[b-sben7w3fwu] {
        background: #e5e7eb;
    }

/* Статус: В ожидании */
.status-pending[b-sben7w3fwu] {
    background: #fef3c7;
    color: #d97706;
}

    .status-pending:hover[b-sben7w3fwu] {
        background: #fde68a;
    }

/* Статус: Принят */
.status-accepted[b-sben7w3fwu] {
    background: #dcfce7;
    color: #16a34a;
}

    .status-accepted:hover[b-sben7w3fwu] {
        background: #bbf7d0;
    }

/* Статус: Отменён */
.status-rejected[b-sben7w3fwu] {
    background: #fee2e2;
    color: #dc2626;
}

    .status-rejected:hover[b-sben7w3fwu] {
        background: #fecaca;
    }

/* Tooltip */
.tooltip[b-sben7w3fwu] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: #1f2937;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
}

    .tooltip[b-sben7w3fwu]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: #1f2937;
    }

.status-icon:hover .tooltip[b-sben7w3fwu] {
    opacity: 1;
}
.tooltip_box:hover .tooltip[b-sben7w3fwu] {
    opacity: 1;
}
.tooltip_box[b-sben7w3fwu]{
    position:relative;
}
.hidden-data[b-sben7w3fwu] {
    color: #d1d5db;
    font-style: italic;
}

.table[b-sben7w3fwu] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-sben7w3fwu] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-sben7w3fwu] {
    width: max-content;
}
.table[b-sben7w3fwu] {
    width: 100%;
    text-align: center;
}

    .table thead tr[b-sben7w3fwu] {
        background-color: rgba(243, 243, 243, 1);
    }

.label[b-sben7w3fwu] {
    width: max-content;
}

.table td[b-sben7w3fwu] {
    height: auto;
}

.color-choose-hide[b-sben7w3fwu] {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 150px;
    top: 0;
    left: 40px;
}

.color-choose-visible[b-sben7w3fwu] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 105px;
    top: 0;
    left: 20px;
    border-radius: 7px;
    border: 1px solid black;
    overflow: hidden;
}

.color-container[b-sben7w3fwu] {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.color-select-btn[b-sben7w3fwu] {
    width: 22px;
    height: 22px;
    /*    background: linear-gradient( 125deg, #ff0000, #ff7f00, #ffff00, #00ff00, #00ffff, #ffffff );*/
    background-color: black;
    border-radius: 4px;
}

.color-options[b-sben7w3fwu] {
    width: 35px;
    height: 35px;
    border: none;
}

.white[b-sben7w3fwu] {
    background-color: white;
}

.grey[b-sben7w3fwu] {
    background-color: grey;
}

.green[b-sben7w3fwu] {
    background-color: green;
}

.blue[b-sben7w3fwu] {
    background-color: blue;
}

.red[b-sben7w3fwu] {
    background-color: red
}

.orange[b-sben7w3fwu] {
    background-color: orange;
}

.btn-outline-warning[b-sben7w3fwu], .btn-outline-success[b-sben7w3fwu] {
    backdrop-filter: brightness(0.8);
}

.reminder-btn[b-sben7w3fwu], .open-btn[b-sben7w3fwu] {
    background-color: black;
    color: white;
    border: black;
}

.basic-btn > span > img[b-sben7w3fwu] {
    filter: brightness(0) saturate(100%);
}

.loader-container[b-sben7w3fwu] {
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    transition: opacity 5s ease-in-out;
    opacity: 1;
}

.fade-out[b-sben7w3fwu] {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 5s ease-in-out;
}

.fade-in[b-sben7w3fwu] {
    opacity: 1;
}
/* _content/template/Components/Pages/QreakanVaruyt/ViewQreakanVaruyt.razor.rz.scp.css */
body[b-7835y1wh87] {
}

.article_box[b-7835y1wh87] {
    height: auto;
    margin: 10px;
}
/*::deep input, select, textarea, button {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed !important;
}
.input_text .valid {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed !important;
}
input[type="text"] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed !important;
}
InputTextArea {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed !important;
}*/
/* _content/template/Components/Pages/ReportView.razor.rz.scp.css */
.c-table[b-ivk0j91xl2] {
    border-collapse: collapse !important;
    margin: 27px 60px 0 20px;
    border-radius: 24px;
    box-shadow: 0px 4px 16px 6px rgba(71, 89, 228, 0.16);
    overflow: scroll;
    font-size: 15px;
}

    .c-table td[b-ivk0j91xl2] {
        border: 1px solid rgba(0, 0, 0, 0.3);
        align-content: center;
    }

    .c-table tr td:first-child[b-ivk0j91xl2] {
        border-left: none;
    }

    .c-table tr td:last-child[b-ivk0j91xl2] {
        border-right: none;
    }

    .c-table .t-head td[b-ivk0j91xl2] {
        border-top: none;
    }

    .c-table tr:last-child td[b-ivk0j91xl2] {
        border-bottom: none;
    }

td[b-ivk0j91xl2] {
    font-size: 20px;
    text-align: center;
    width: min-content;
    height: max-content;
    padding:5px;
}
.cell[b-ivk0j91xl2] {
    font-size: 20px;
    width:40px;
    background: none;
    border: none;
}
/* _content/template/Components/Pages/StatisticsPage.razor.rz.scp.css */
[b-3lejxur1at].tr td {
    writing-mode: vertical-rl !important; 
    text-orientation: mixed !important;
}
/* _content/template/Components/Pages/TemplateView.razor.rz.scp.css */
.c-table[b-cbvtsk3ggm] {
    border-collapse: collapse !important;
    margin: 27px 60px 0 20px;
    border-radius: 24px;
    box-shadow: 0px 4px 16px 6px rgba(71, 89, 228, 0.16);
    overflow: scroll;
    font-size:15px;
}

.c-table td[b-cbvtsk3ggm] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    align-content: center;
}

.c-table tr td:first-child[b-cbvtsk3ggm] {
    border-left: none;
}

.c-table tr td:last-child[b-cbvtsk3ggm] {
    border-right: none;
}

.c-table .t-head td[b-cbvtsk3ggm] {
    border-top: none;
}

.c-table tr:last-child td[b-cbvtsk3ggm] {
    border-bottom: none;
}

td[b-cbvtsk3ggm] {
    font-size: 20px;
    text-align: center;
    width: max-content;
    height: max-content;
    padding: 5px;
}

.delBtn[b-cbvtsk3ggm] {
    border: none;
    background: none;
    position: absolute;
    z-index: 9;
    left: -30px;
}
.delBtnCol[b-cbvtsk3ggm] {
    border: none;
    background: none;
    position: absolute;
    z-index: 9;
    top: -30px;
}
