/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ei24u21spw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ei24u21spw] {
    flex: 1;
}

.sidebar[b-ei24u21spw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ei24u21spw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ei24u21spw]  a, .top-row[b-ei24u21spw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ei24u21spw]  a:hover, .top-row[b-ei24u21spw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ei24u21spw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ei24u21spw] {
        justify-content: space-between;
    }

    .top-row[b-ei24u21spw]  a, .top-row[b-ei24u21spw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ei24u21spw] {
        flex-direction: row;
    }

    .sidebar[b-ei24u21spw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ei24u21spw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ei24u21spw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ei24u21spw], article[b-ei24u21spw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pscr3g9tpo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pscr3g9tpo] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pscr3g9tpo] {
    font-size: 1.1rem;
}

.bi[b-pscr3g9tpo] {
    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-pscr3g9tpo] {
    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-pscr3g9tpo] {
    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-pscr3g9tpo] {
    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-pscr3g9tpo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pscr3g9tpo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pscr3g9tpo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pscr3g9tpo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pscr3g9tpo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pscr3g9tpo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pscr3g9tpo] {
        display: none;
    }

    .collapse[b-pscr3g9tpo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-pscr3g9tpo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Items/EditItemDetails.razor.rz.scp.css */
.edit-item-container[b-v41lfqin54] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 2rem;
    background-color: #47493B;
    color: #FEEBC5;
}

.edit-item-header[b-v41lfqin54] {
    margin-bottom: 2rem;
}

.edit-item-title[b-v41lfqin54] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #FEEBC5;
}

.item-details-card[b-v41lfqin54] {
    background-color: #3C3E31;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.item-details-section[b-v41lfqin54] {
    margin-bottom: 2rem;
}

.item-details-section:last-child[b-v41lfqin54] {
    margin-bottom: 0;
}

.item-name-edit-section[b-v41lfqin54] {
    margin-bottom: 1.5rem;
}

.edit-label[b-v41lfqin54] {
    display: block;
    font-weight: 600;
    color: #D4C5B9;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.name-display-container[b-v41lfqin54] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.name-edit-container[b-v41lfqin54] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.name-input[b-v41lfqin54] {
    padding: 0.75rem;
    border: 2px solid #D4C5B9;
    border-radius: 0.5rem;
    background-color: #FEEBC5;
    color: #47493B;
    font-size: 1rem;
    flex: 1;
    min-width: 200px;
}

.name-input:focus[b-v41lfqin54] {
    outline: none;
    border-color: #8B6914;
    box-shadow: 0 0 4px rgba(139, 105, 20, 0.3);
}

.edit-button[b-v41lfqin54] {
    background-color: #D4C5B9;
    color: #47493B;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edit-button:hover:not(:disabled)[b-v41lfqin54] {
    background-color: #E8DCD0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.edit-button:disabled[b-v41lfqin54] {
    opacity: 0.6;
    cursor: not-allowed;
}

.save-button[b-v41lfqin54] {
    background-color: #4CAF50;
    color: #FEEBC5;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.save-button:hover:not(:disabled)[b-v41lfqin54] {
    background-color: #5DBF60;
    box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
}

.save-button:disabled[b-v41lfqin54] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cancel-button[b-v41lfqin54] {
    background-color: #B74A3A;
    color: #FEEBC5;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cancel-button:hover:not(:disabled)[b-v41lfqin54] {
    background-color: #C85A4A;
}

.cancel-button:disabled[b-v41lfqin54] {
    opacity: 0.6;
    cursor: not-allowed;
}

.item-detail-name[b-v41lfqin54] {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #FEEBC5;
}

.item-detail-status[b-v41lfqin54] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
}

.item-status-label[b-v41lfqin54] {
    font-weight: 600;
    color: #D4C5B9;
}

.item-status-value[b-v41lfqin54] {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.item-status-value.active[b-v41lfqin54] {
    background-color: #4CAF50;
    color: #FEEBC5;
}

.item-status-value.inactive[b-v41lfqin54] {
    background-color: #B74A3A;
    color: #FEEBC5;
}

.detail-row[b-v41lfqin54] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #555147;
}

.detail-row:last-child[b-v41lfqin54] {
    border-bottom: none;
}

.detail-label[b-v41lfqin54] {
    font-weight: 600;
    color: #D4C5B9;
    min-width: 150px;
}

.detail-value[b-v41lfqin54] {
    color: #FEEBC5;
    font-size: 1rem;
}

.item-deactivation-section[b-v41lfqin54] {
    background-color: #47493B;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #B74A3A;
    margin-top: 2rem;
}

.item-activation-section[b-v41lfqin54] {
    background-color: #47493B;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #4CAF50;
    margin-top: 2rem;
}

.deactivation-checkbox[b-v41lfqin54] {
    margin-bottom: 1.5rem;
}

.checkbox-label[b-v41lfqin54] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 1.05rem;
    color: #FEEBC5;
}

.checkbox-label input[type="checkbox"][b-v41lfqin54] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    accent-color: #B74A3A;
}

.checkbox-text[b-v41lfqin54] {
    font-weight: 500;
}

.deactivate-button[b-v41lfqin54] {
    background-color: #B74A3A;
    color: #FEEBC5;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.deactivate-button:hover:not(:disabled)[b-v41lfqin54] {
    background-color: #C85A4A;
    box-shadow: 0 4px 8px rgba(183, 74, 58, 0.4);
}

.deactivate-button:active:not(:disabled)[b-v41lfqin54] {
    transform: scale(0.98);
}

.deactivate-button:disabled[b-v41lfqin54] {
    opacity: 0.6;
    cursor: not-allowed;
}

.activate-button[b-v41lfqin54] {
    background-color: #4CAF50;
    color: #FEEBC5;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.activate-button:hover:not(:disabled)[b-v41lfqin54] {
    background-color: #5DBF60;
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.4);
}

.activate-button:active:not(:disabled)[b-v41lfqin54] {
    transform: scale(0.98);
}

.activate-button:disabled[b-v41lfqin54] {
    opacity: 0.6;
    cursor: not-allowed;
}

.activation-checkbox[b-v41lfqin54] {
    margin-bottom: 1.5rem;
}

.button-text[b-v41lfqin54] {
    display: block;
}

.inactive-message[b-v41lfqin54] {
    background-color: #47493B;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #4CAF50;
    margin-top: 2rem;
}

.inactive-message p[b-v41lfqin54] {
    margin: 0;
    color: #FEEBC5;
    font-size: 1rem;
}

.alert[b-v41lfqin54] {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.alert-danger[b-v41lfqin54] {
    background-color: #B74A3A;
    color: #FEEBC5;
    border: 1px solid #8B3A2A;
}

.alert-success[b-v41lfqin54] {
    background-color: #4CAF50;
    color: #FEEBC5;
    border: 1px solid #3A8A40;
}

.back-button[b-v41lfqin54] {
    background-color: #D4C5B9;
    color: #47493B;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-button:hover[b-v41lfqin54] {
    background-color: #E8DCD0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.back-button:active[b-v41lfqin54] {
    transform: scale(0.98);
}

.loading-message[b-v41lfqin54] {
    text-align: center;
    padding: 2rem;
    color: #FEEBC5;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .edit-item-container[b-v41lfqin54] {
        padding: 1rem;
    }

    .item-details-card[b-v41lfqin54] {
        padding: 1rem;
    }

    .edit-item-title[b-v41lfqin54] {
        font-size: 1.5rem;
    }

    .item-detail-name[b-v41lfqin54] {
        font-size: 1.3rem;
    }

    .detail-row[b-v41lfqin54] {
        flex-direction: column;
        align-items: flex-start;
    }

    .detail-label[b-v41lfqin54] {
        min-width: auto;
    }
}
/* /Pages/Items/Items.razor.rz.scp.css */
.items-container[b-0ssb3q3h6u] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 1rem;
    background-color: #47493B;
}

.items-header[b-0ssb3q3h6u] {
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.title-with-counter[b-0ssb3q3h6u] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.items-counter-button[b-0ssb3q3h6u] {
    background-color: #FEEBC5;
    color: #47493B;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    min-width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.items-counter-button:not(:disabled):hover[b-0ssb3q3h6u] {
    background-color: #F5D9A8;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.items-counter-button:not(:disabled):active[b-0ssb3q3h6u] {
    transform: scale(0.95);
}

.items-counter-button:disabled[b-0ssb3q3h6u] {
    background-color: #FEEBC5;
    opacity: 0.6;
    cursor: not-allowed;
}

.items-counter-value[b-0ssb3q3h6u] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.items-title[b-0ssb3q3h6u] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FEEBC5;
    margin: 0;
}

.search-filter-section[b-0ssb3q3h6u] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.search-container[b-0ssb3q3h6u] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input[b-0ssb3q3h6u] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 1rem;
    background-color: #FAF9F3;
    color: #47493B;
}

.search-input[b-0ssb3q3h6u]::placeholder {
    color: #999;
}

.search-input:focus[b-0ssb3q3h6u] {
    outline: none;
    border-color: #FEEBC5;
    box-shadow: 0 0 0 3px rgba(254, 235, 197, 0.2);
}

.search-icon[b-0ssb3q3h6u] {
    position: absolute;
    left: 0.75rem;
    color: #666;
    font-size: 1.2rem;
}

.filter-container[b-0ssb3q3h6u] {
    display: flex;
    align-items: center;
}

.checkbox-label[b-0ssb3q3h6u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #FEEBC5;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input[type="checkbox"][b-0ssb3q3h6u] {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    accent-color: #FEEBC5;
}

.items-list[b-0ssb3q3h6u] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-right: 0.25rem;
}

/* Custom scrollbar styling */
.items-list[b-0ssb3q3h6u]::-webkit-scrollbar {
    width: 6px;
}

.items-list[b-0ssb3q3h6u]::-webkit-scrollbar-track {
    background: transparent;
}

.items-list[b-0ssb3q3h6u]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.items-list[b-0ssb3q3h6u]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.item-card[b-0ssb3q3h6u] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.item-card:active[b-0ssb3q3h6u] {
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.item-header[b-0ssb3q3h6u] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.item-name[b-0ssb3q3h6u] {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    flex: 1;
    word-break: break-word;
}

.item-status[b-0ssb3q3h6u] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.item-status.active[b-0ssb3q3h6u] {
    background-color: #d4edda;
    color: #155724;
}

.item-status.inactive[b-0ssb3q3h6u] {
    background-color: #f8d7da;
    color: #721c24;
}

.item-id[b-0ssb3q3h6u] {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.empty-state[b-0ssb3q3h6u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.empty-state p[b-0ssb3q3h6u] {
    font-size: 1rem;
    color: #FEEBC5;
    margin-bottom: 1.5rem;
}

.loading-message[b-0ssb3q3h6u] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #FEEBC5;
}

.create-new-button[b-0ssb3q3h6u] {
    flex-shrink: 0;
    padding: 0.75rem 1.5rem;
    background-color: #CAD1BC;
    color: #47493B;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    margin-top: 1rem;
}

.create-new-button:hover[b-0ssb3q3h6u] {
    background-color: #B8C0AA;
}

.create-new-button:active[b-0ssb3q3h6u] {
    background-color: #A8B099;
}

.create-new-button-bottom[b-0ssb3q3h6u] {
    flex-shrink: 0;
    padding: 0.75rem 1.5rem;
    background-color: #CAD1BC;
    color: #47493B;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    margin-top: 1rem;
}

.create-new-button-bottom:hover[b-0ssb3q3h6u] {
    background-color: #B8C0AA;
}

.create-new-button-bottom:active[b-0ssb3q3h6u] {
    background-color: #A8B099;
}

.alert[b-0ssb3q3h6u] {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-danger[b-0ssb3q3h6u] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .items-container[b-0ssb3q3h6u] {
        padding: 0.75rem;
    }

    .items-title[b-0ssb3q3h6u] {
        font-size: 1.25rem;
    }

    .search-input[b-0ssb3q3h6u] {
        font-size: 16px; /* Prevents zoom on mobile */
        padding: 0.7rem 1rem 0.7rem 2.3rem;
    }

    .item-card[b-0ssb3q3h6u] {
        padding: 0.75rem;
    }

    .item-name[b-0ssb3q3h6u] {
        font-size: 0.95rem;
    }

    .item-status[b-0ssb3q3h6u] {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }

    .create-new-button[b-0ssb3q3h6u],
    .create-new-button-bottom[b-0ssb3q3h6u] {
        padding: 0.7rem 1.25rem;
        font-size: 0.95rem;
    }
}
/* /Pages/Projects/ViewProjects.razor.rz.scp.css */
.projects-container[b-kiuursh1is] {
    display: flex;
    height: 100vh;
    background-color: #f5f5f5;
}

.projects-main[b-kiuursh1is] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.projects-section[b-kiuursh1is] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #525345;
    padding: 24px;
    overflow: hidden;
}

.projects-header[b-kiuursh1is] {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.projects-list[b-kiuursh1is] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-item[b-kiuursh1is] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FAF9F3;
    padding: 12px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #47493B;
    font-size: 14px;
}

    .project-item:hover[b-kiuursh1is] {
        background-color: #757575;
    }

.project-item-content[b-kiuursh1is] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.project-icon[b-kiuursh1is] {
    width: 20px;
    height: 20px;
    color: white;
    flex-shrink: 0;
}

.project-text[b-kiuursh1is] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-arrow[b-kiuursh1is] {
    color: white;
    font-size: 16px;
    flex-shrink: 0;
}

.admin-section[b-kiuursh1is] {
    background-color: #525345;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #424139;
}

.admin-header[b-kiuursh1is] {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.admin-button[b-kiuursh1is] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #b3b399;
    color: #525345;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.admin-button:hover:not(:disabled)[b-kiuursh1is] {
    background-color: #c0bfa8;
}

.admin-button:disabled[b-kiuursh1is] {
    opacity: 0.5;
    cursor: not-allowed;
}

.admin-icon[b-kiuursh1is] {
    width: 16px;
    height: 16px;
}

.projects-list[b-kiuursh1is]::-webkit-scrollbar {
    width: 8px;
}

.projects-list[b-kiuursh1is]::-webkit-scrollbar-track {
    background: #525345;
}

.projects-list[b-kiuursh1is]::-webkit-scrollbar-thumb {
    background: #b3b399;
    border-radius: 4px;
}

.loading-message[b-kiuursh1is] {
    color: white;
    text-align: center;
    padding: 20px;
}

.error-message[b-kiuursh1is] {
    color: #ff6b6b;
    background-color: rgba(255, 107, 107, 0.1);
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 13px;
}
