/* _content/ChataKasa/Components/Layout/InactivityMonitor.razor.rz.scp.css */
.inactivity-overlay[b-zvkhhh1ady] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade-in-b-zvkhhh1ady 0.3s ease-out;
}

@keyframes fade-in-b-zvkhhh1ady {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.inactivity-modal[b-zvkhhh1ady] {
    background: white;
    border-radius: 1rem;
    padding: 2.5rem;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: slide-up-b-zvkhhh1ady 0.3s ease-out;
}

@keyframes slide-up-b-zvkhhh1ady {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.inactivity-icon[b-zvkhhh1ady] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
}

.inactivity-modal h2[b-zvkhhh1ady] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
}

.inactivity-modal p[b-zvkhhh1ady] {
    margin: 0 0 0.5rem 0;
    color: #6c757d;
}

.inactivity-countdown[b-zvkhhh1ady] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem !important;
}

.inactivity-countdown strong[b-zvkhhh1ady] {
    color: #dc3545;
    font-size: 1.3rem;
}

.inactivity-modal .btn[b-zvkhhh1ady] {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}
/* _content/ChataKasa/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qnc6gykhty] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-qnc6gykhty], article[b-qnc6gykhty] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qnc6gykhty] {
    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-qnc6gykhty] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ChataKasa/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j7lr6zh757] {
    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-j7lr6zh757] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-j7lr6zh757] {
    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-j7lr6zh757] {
    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-j7lr6zh757] {
    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-j7lr6zh757] {
    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");
}

.bi-people-fill-nav-menu[b-j7lr6zh757] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-calendar-event-nav-menu[b-j7lr6zh757] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.nav-item[b-j7lr6zh757] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-j7lr6zh757]  .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-j7lr6zh757]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-j7lr6zh757] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j7lr6zh757] {
    display: block;
}

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

    .nav-scrollable[b-j7lr6zh757] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* User selector styles */
.user-selector[b-j7lr6zh757] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-selector-label[b-j7lr6zh757] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.user-selector-dropdown[b-j7lr6zh757] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.875rem;
    cursor: pointer;
}

.user-selector-dropdown:focus[b-j7lr6zh757] {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.user-selector-dropdown option[b-j7lr6zh757] {
    background-color: #1a1a2e;
    color: white;
}

.user-selector-loading[b-j7lr6zh757],
.user-selector-empty[b-j7lr6zh757] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-style: italic;
}
/* _content/ChataKasa/Components/Layout/UserSelectionOverlay.razor.rz.scp.css */
.user-selection-overlay[b-lolf43d1dw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.user-selection-dialog[b-lolf43d1dw] {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.user-selection-dialog h2[b-lolf43d1dw] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
}

.user-selection-description[b-lolf43d1dw] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.user-selection-loading[b-lolf43d1dw] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.user-selection-empty[b-lolf43d1dw] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

.user-selection-empty p[b-lolf43d1dw] {
    margin-bottom: 1rem;
}

.user-selection-grid[b-lolf43d1dw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.user-selection-card[b-lolf43d1dw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background-color: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.user-selection-card:hover[b-lolf43d1dw] {
    background-color: #e9ecef;
    border-color: #667eea;
    transform: translateY(-2px);
}

.user-selection-avatar[b-lolf43d1dw] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.user-selection-name[b-lolf43d1dw] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #212529;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
/* _content/ChataKasa/Components/Pages/EventDetail.razor.rz.scp.css */
.event-detail-page[b-6zot6lifkn] {
    padding: 1.5rem;
    max-width: 1000px;
}

.loading[b-6zot6lifkn] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.not-found[b-6zot6lifkn] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.not-found h2[b-6zot6lifkn] {
    margin-bottom: 1rem;
    color: #495057;
}

.page-header[b-6zot6lifkn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-header h1[b-6zot6lifkn] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
}

.btn-back[b-6zot6lifkn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.back-arrow[b-6zot6lifkn] {
    font-size: 1.1rem;
}

/* Cards */
.event-info-card[b-6zot6lifkn],
.attendees-card[b-6zot6lifkn] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-header[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
}

.card-header h5[b-6zot6lifkn] {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.card-header-actions[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
}

.card-body[b-6zot6lifkn] {
    padding: 1rem;
}

/* Event details */
.event-details[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
}

.detail-label[b-6zot6lifkn] {
    font-weight: 600;
    color: #495057;
    min-width: 100px;
}

.detail-value[b-6zot6lifkn] {
    color: #212529;
}

/* Form actions */
.form-actions[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

/* History section */
.history-section[b-6zot6lifkn] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.history-section h6[b-6zot6lifkn] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.history-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.history-item[b-6zot6lifkn] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #667eea;
}

.history-header[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.history-header-left[b-6zot6lifkn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.history-user[b-6zot6lifkn] {
    font-weight: 600;
    color: #212529;
}

.history-performer[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #495057;
    font-style: italic;
}

.history-date[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #6c757d;
}

.history-details[b-6zot6lifkn] {
    font-size: 0.875rem;
}

.history-details div[b-6zot6lifkn] {
    margin-bottom: 0.25rem;
}

.history-details div:last-child[b-6zot6lifkn] {
    margin-bottom: 0;
}

/* Attendees section */
.add-attendee-form[b-6zot6lifkn] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.add-attendee-form h6[b-6zot6lifkn] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.empty-state[b-6zot6lifkn] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.attendees-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attendee-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease-in-out;
}

.attendee-item:hover[b-6zot6lifkn] {
    background-color: #e9ecef;
}

.attendee-info[b-6zot6lifkn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.attendee-avatar[b-6zot6lifkn] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.attendee-details[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
}

.attendee-details strong[b-6zot6lifkn] {
    color: #212529;
}

.attendee-dates[b-6zot6lifkn] {
    font-size: 0.875rem;
    color: #6c757d;
}

.attendee-actions[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
}

/* Modal styles */
.modal-backdrop[b-6zot6lifkn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.confirmation-modal[b-6zot6lifkn] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.confirmation-content[b-6zot6lifkn] {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    max-width: 450px;
}

.confirmation-content h5[b-6zot6lifkn] {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.confirmation-content p[b-6zot6lifkn] {
    margin-bottom: 0.5rem;
}

.confirmation-actions[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.edit-attendee-modal[b-6zot6lifkn] {
    min-width: 350px;
}

/* Bills and Settlements Card */
.bills-settlements-card[b-6zot6lifkn] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tab Navigation */
.tab-navigation[b-6zot6lifkn] {
    display: flex;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0.5rem 0.5rem 0 0;
}

.tab-button[b-6zot6lifkn] {
    flex: 1;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 2px solid transparent;
}

.tab-button:hover[b-6zot6lifkn] {
    color: #495057;
    background-color: #e9ecef;
}

.tab-button.active[b-6zot6lifkn] {
    color: #667eea;
    border-bottom-color: #667eea;
    background-color: #fff;
}

/* Settlements Content */
.settlements-content[b-6zot6lifkn] {
    padding: 1rem;
}

.settlements-section[b-6zot6lifkn] {
    margin-bottom: 1.5rem;
}

.settlements-section:last-child[b-6zot6lifkn] {
    margin-bottom: 0;
}

.settlements-section h6[b-6zot6lifkn] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

/* Debt List */
.debt-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.debt-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    transition: all 0.15s ease-in-out;
}

.debt-item.clickable[b-6zot6lifkn] {
    cursor: pointer;
}

.debt-item.clickable:hover[b-6zot6lifkn] {
    background-color: #e9ecef;
    transform: translateX(4px);
}

.debt-info[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.debt-user[b-6zot6lifkn] {
    font-weight: 600;
    color: #212529;
}

.debt-calculated[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #6c757d;
}

.debt-amount[b-6zot6lifkn] {
    font-weight: 600;
    font-size: 1.1rem;
}

.debt-amount.owed[b-6zot6lifkn] {
    color: #dc3545;
}

.debt-amount.receivable[b-6zot6lifkn] {
    color: #198754;
}

/* Credit List */
.credit-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.credit-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #d1e7dd;
    border-radius: 0.375rem;
    border-left: 3px solid #198754;
}

.credit-info[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.credit-user[b-6zot6lifkn] {
    font-weight: 600;
    color: #0f5132;
}

.credit-note[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #198754;
}

.credit-amount[b-6zot6lifkn] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #198754;
}

/* Payment List */
.payment-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.payment-info[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.payment-user[b-6zot6lifkn] {
    font-weight: 600;
    color: #212529;
}

.payment-date[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #6c757d;
}

.payment-note[b-6zot6lifkn] {
    font-size: 0.8rem;
    color: #495057;
    font-style: italic;
}

.payment-amount[b-6zot6lifkn] {
    font-weight: 600;
    font-size: 1.1rem;
}

.payment-amount.sent[b-6zot6lifkn] {
    color: #dc3545;
}

.payment-amount.received[b-6zot6lifkn] {
    color: #198754;
}

/* Payment Modal */
.payment-modal-container[b-6zot6lifkn] {
    max-width: 450px;
    width: 90vw;
    max-height: 90vh;
}

.payment-modal[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.payment-modal-header[b-6zot6lifkn] {
    flex-shrink: 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.payment-modal-header h5[b-6zot6lifkn] {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.payment-modal-body[b-6zot6lifkn] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.5rem;
    min-height: 0;
}

.payment-modal-footer[b-6zot6lifkn] {
    flex-shrink: 0;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
}

.payment-amount-display[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.amount-label[b-6zot6lifkn] {
    font-weight: 500;
    color: #495057;
}

.amount-value[b-6zot6lifkn] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #dc3545;
}

.payment-methods[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-method[b-6zot6lifkn] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #667eea;
}

.payment-method-header[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.method-label[b-6zot6lifkn] {
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.copy-btn[b-6zot6lifkn] {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}

.payment-method-value[b-6zot6lifkn] {
    font-family: monospace;
    font-size: 0.9rem;
    color: #212529;
    word-break: break-all;
}

.pay-button[b-6zot6lifkn] {
    width: 100%;
    margin-top: 0.75rem;
}

.qr-code-container[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.qr-code-image[b-6zot6lifkn] {
    max-width: 180px;
    height: auto;
    border-radius: 0.375rem;
}

.qr-code-hint[b-6zot6lifkn] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.no-payment-methods[b-6zot6lifkn] {
    text-align: center;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.copied-feedback[b-6zot6lifkn] {
    text-align: center;
    padding: 0.5rem;
    margin-top: 0.75rem;
    background-color: #d1e7dd;
    color: #0f5132;
    border-radius: 0.375rem;
    font-weight: 500;
}

/* Bill Card styles (for the bills tab within the combined card) */
.edit-bill-modal[b-6zot6lifkn] {
    min-width: 400px;
}

.bills-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bill-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease-in-out;
}

.bill-item:hover[b-6zot6lifkn] {
    background-color: #e9ecef;
}

.bill-info[b-6zot6lifkn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.bill-details[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
}

.bill-details strong[b-6zot6lifkn] {
    color: #212529;
}

.bill-dates[b-6zot6lifkn] {
    font-size: 0.875rem;
    color: #6c757d;
}

.bill-payer[b-6zot6lifkn] {
    font-size: 0.875rem;
    color: #495057;
}

.bill-amount[b-6zot6lifkn] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #198754;
    margin-right: 1rem;
}

.bill-actions[b-6zot6lifkn] {
    display: flex;
    gap: 0.5rem;
}

/* Add bill form */
.add-bill-form[b-6zot6lifkn] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.add-bill-form h6[b-6zot6lifkn] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

/* Deleted bills section */
.deleted-section[b-6zot6lifkn] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.deleted-section h6[b-6zot6lifkn] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.deleted-list[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.deleted-item[b-6zot6lifkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8d7da;
    border-radius: 0.375rem;
    opacity: 0.8;
}

.deleted-info[b-6zot6lifkn] {
    display: flex;
    flex-direction: column;
}

.history-description[b-6zot6lifkn] {
    font-weight: 600;
    color: #212529;
}
/* _content/ChataKasa/Components/Pages/Events.razor.rz.scp.css */
.events-page[b-b3bhz9mbpw] {
    padding: 1.5rem;
}

.page-header[b-b3bhz9mbpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-b3bhz9mbpw] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
}

.page-header-actions[b-b3bhz9mbpw] {
    display: flex;
    gap: 0.5rem;
}

.create-form[b-b3bhz9mbpw] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.create-form .card-header[b-b3bhz9mbpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.create-form .card-header h5[b-b3bhz9mbpw] {
    margin: 0;
    font-weight: 600;
}

.form-actions[b-b3bhz9mbpw] {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.form-actions-left[b-b3bhz9mbpw] {
    display: flex;
    gap: 0.5rem;
}

.form-actions-right[b-b3bhz9mbpw] {
    display: flex;
    gap: 0.5rem;
}

.history-section[b-b3bhz9mbpw] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.history-section h6[b-b3bhz9mbpw] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.history-list[b-b3bhz9mbpw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.history-item[b-b3bhz9mbpw] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #667eea;
}

.history-header[b-b3bhz9mbpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.history-header-left[b-b3bhz9mbpw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.history-performer[b-b3bhz9mbpw] {
    font-size: 0.8rem;
    color: #495057;
    font-style: italic;
}

.history-date[b-b3bhz9mbpw] {
    font-size: 0.8rem;
    color: #6c757d;
}

.history-details[b-b3bhz9mbpw] {
    font-size: 0.875rem;
}

.history-details div[b-b3bhz9mbpw] {
    margin-bottom: 0.25rem;
}

.history-details div:last-child[b-b3bhz9mbpw] {
    margin-bottom: 0;
}

.loading[b-b3bhz9mbpw] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.empty-state[b-b3bhz9mbpw] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.events-grid[b-b3bhz9mbpw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.event-card[b-b3bhz9mbpw] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.event-card:hover[b-b3bhz9mbpw] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.event-icon[b-b3bhz9mbpw] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.event-icon .bi[b-b3bhz9mbpw] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.event-info[b-b3bhz9mbpw] {
    flex: 1;
    min-width: 0;
}

.event-info h4[b-b3bhz9mbpw] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-dates[b-b3bhz9mbpw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #495057;
    margin-bottom: 0.25rem;
}

.event-dates .bi[b-b3bhz9mbpw] {
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23495057' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z'/%3E%3Cpath d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.event-duration[b-b3bhz9mbpw] {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Modal styles */
.modal-backdrop[b-b3bhz9mbpw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.confirmation-modal[b-b3bhz9mbpw] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.confirmation-content[b-b3bhz9mbpw] {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    max-width: 450px;
}

.confirmation-content h5[b-b3bhz9mbpw] {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.confirmation-content p[b-b3bhz9mbpw] {
    margin-bottom: 0.5rem;
}

.confirmation-actions[b-b3bhz9mbpw] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

/* Deleted events panel */
.deleted-events-panel[b-b3bhz9mbpw] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #dc3545;
}

.deleted-events-panel .card-header[b-b3bhz9mbpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff5f5;
    border-bottom: 1px solid #f5c6cb;
}

.deleted-events-panel .card-header h5[b-b3bhz9mbpw] {
    margin: 0;
    font-weight: 600;
    color: #721c24;
}

.deleted-events-list[b-b3bhz9mbpw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 250px;
    overflow-y: auto;
}

.deleted-event-item[b-b3bhz9mbpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.deleted-event-info[b-b3bhz9mbpw] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
/* _content/ChataKasa/Components/Pages/UserDetail.razor.rz.scp.css */
.user-detail-page[b-vtp6r40az3] {
    padding: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.loading[b-vtp6r40az3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.not-found[b-vtp6r40az3] {
    text-align: center;
    padding: 3rem;
}

.not-found h2[b-vtp6r40az3] {
    color: #6c757d;
    margin-bottom: 1rem;
}

.page-header[b-vtp6r40az3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-header h1[b-vtp6r40az3] {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    color: #212529;
}

.btn-back[b-vtp6r40az3] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.back-arrow[b-vtp6r40az3] {
    font-size: 1.25rem;
    line-height: 1;
}

/* Form Card */
.user-form-card[b-vtp6r40az3] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: white;
}

.user-form-card .card-header[b-vtp6r40az3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.user-form-card .card-header h5[b-vtp6r40az3] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.card-header-actions[b-vtp6r40az3] {
    display: flex;
    gap: 0.5rem;
}

.user-form-card .card-body[b-vtp6r40az3] {
    padding: 1.25rem;
}

/* Form Actions */
.form-actions[b-vtp6r40az3] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* History Section */
.history-section[b-vtp6r40az3] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.history-section h6[b-vtp6r40az3] {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #495057;
}

.history-list[b-vtp6r40az3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.history-item[b-vtp6r40az3] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.history-header[b-vtp6r40az3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.history-header-left[b-vtp6r40az3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.history-performer[b-vtp6r40az3] {
    color: #6c757d;
    font-size: 0.8rem;
}

.history-date[b-vtp6r40az3] {
    color: #6c757d;
    font-size: 0.8rem;
}

.history-details[b-vtp6r40az3] {
    color: #495057;
}

.history-details div[b-vtp6r40az3] {
    margin-bottom: 0.25rem;
}

.history-details div:last-child[b-vtp6r40az3] {
    margin-bottom: 0;
}

/* Confirmation Modal */
.modal-backdrop[b-vtp6r40az3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.confirmation-modal[b-vtp6r40az3] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 90%;
    max-width: 400px;
}

.confirmation-content[b-vtp6r40az3] {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.confirmation-content h5[b-vtp6r40az3] {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.confirmation-content p[b-vtp6r40az3] {
    margin-bottom: 0.5rem;
}

.confirmation-actions[b-vtp6r40az3] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
/* _content/ChataKasa/Components/Pages/Users.razor.rz.scp.css */
.users-page[b-0z09mvt8rc] {
    padding: 1.5rem;
}

.page-header[b-0z09mvt8rc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-0z09mvt8rc] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
}

.create-form[b-0z09mvt8rc] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.create-form .card-header[b-0z09mvt8rc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.create-form .card-header h5[b-0z09mvt8rc] {
    margin: 0;
    font-weight: 600;
}

.form-actions[b-0z09mvt8rc] {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.form-actions-left[b-0z09mvt8rc] {
    display: flex;
    gap: 0.5rem;
}

.form-actions-right[b-0z09mvt8rc] {
    display: flex;
    gap: 0.5rem;
}

.page-header-actions[b-0z09mvt8rc] {
    display: flex;
    gap: 0.5rem;
}

.history-section[b-0z09mvt8rc] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.history-section h6[b-0z09mvt8rc] {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #495057;
}

.history-list[b-0z09mvt8rc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.history-item[b-0z09mvt8rc] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border-left: 3px solid #667eea;
}

.history-header[b-0z09mvt8rc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.history-header-left[b-0z09mvt8rc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.history-performer[b-0z09mvt8rc] {
    font-size: 0.8rem;
    color: #495057;
    font-style: italic;
}

.history-date[b-0z09mvt8rc] {
    font-size: 0.8rem;
    color: #6c757d;
}

.history-details[b-0z09mvt8rc] {
    font-size: 0.875rem;
}

.history-details div[b-0z09mvt8rc] {
    margin-bottom: 0.25rem;
}

.history-details div:last-child[b-0z09mvt8rc] {
    margin-bottom: 0;
}

.loading[b-0z09mvt8rc] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.empty-state[b-0z09mvt8rc] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.users-grid[b-0z09mvt8rc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.user-card[b-0z09mvt8rc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.user-card:hover[b-0z09mvt8rc] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.user-avatar[b-0z09mvt8rc] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 50%;
    flex-shrink: 0;
}

.user-info[b-0z09mvt8rc] {
    flex: 1;
    min-width: 0;
}

.user-info h4[b-0z09mvt8rc] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-details[b-0z09mvt8rc] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.user-details .badge[b-0z09mvt8rc] {
    font-size: 0.7rem;
    font-weight: 500;
}

/* Modal styles */
.modal-backdrop[b-0z09mvt8rc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.confirmation-modal[b-0z09mvt8rc] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.confirmation-content[b-0z09mvt8rc] {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    max-width: 450px;
}

.confirmation-content h5[b-0z09mvt8rc] {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.confirmation-content p[b-0z09mvt8rc] {
    margin-bottom: 0.5rem;
}

.confirmation-actions[b-0z09mvt8rc] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

/* Deleted users panel */
.deleted-users-panel[b-0z09mvt8rc] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #dc3545;
}

.deleted-users-panel .card-header[b-0z09mvt8rc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff5f5;
    border-bottom: 1px solid #f5c6cb;
}

.deleted-users-panel .card-header h5[b-0z09mvt8rc] {
    margin: 0;
    font-weight: 600;
    color: #721c24;
}

.deleted-users-list[b-0z09mvt8rc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 250px;
    overflow-y: auto;
}

.deleted-user-item[b-0z09mvt8rc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.deleted-user-info[b-0z09mvt8rc] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
/* _content/ChataKasa/Components/ToastContainer.razor.rz.scp.css */
.toast-container[b-ubktlqvy9s] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 400px;
    pointer-events: none;
}

.toast-item[b-ubktlqvy9s] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: toast-slide-in-b-ubktlqvy9s 0.3s ease-out;
    pointer-events: auto;
}

@keyframes toast-slide-in-b-ubktlqvy9s {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-content[b-ubktlqvy9s] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
}

.toast-icon[b-ubktlqvy9s] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: bold;
}

.toast-message[b-ubktlqvy9s] {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #333;
    word-break: break-word;
}

.toast-close[b-ubktlqvy9s] {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.15s;
}

.toast-close:hover[b-ubktlqvy9s] {
    color: #333;
}

.toast-progress[b-ubktlqvy9s] {
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
}

.toast-progress-bar[b-ubktlqvy9s] {
    height: 100%;
    width: 100%;
    animation: toast-progress-b-ubktlqvy9s linear forwards;
    transform-origin: left;
}

@keyframes toast-progress-b-ubktlqvy9s {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/* Toast type styles */
.toast-error[b-ubktlqvy9s] {
    border-left: 4px solid #dc3545;
}

.toast-error .toast-icon[b-ubktlqvy9s] {
    background: #dc3545;
    color: white;
}

.toast-error .toast-progress-bar[b-ubktlqvy9s] {
    background: #dc3545;
}

.toast-success[b-ubktlqvy9s] {
    border-left: 4px solid #28a745;
}

.toast-success .toast-icon[b-ubktlqvy9s] {
    background: #28a745;
    color: white;
}

.toast-success .toast-progress-bar[b-ubktlqvy9s] {
    background: #28a745;
}

.toast-warning[b-ubktlqvy9s] {
    border-left: 4px solid #ffc107;
}

.toast-warning .toast-icon[b-ubktlqvy9s] {
    background: #ffc107;
    color: #333;
}

.toast-warning .toast-progress-bar[b-ubktlqvy9s] {
    background: #ffc107;
}

.toast-info[b-ubktlqvy9s] {
    border-left: 4px solid #17a2b8;
}

.toast-info .toast-icon[b-ubktlqvy9s] {
    background: #17a2b8;
    color: white;
}

.toast-info .toast-progress-bar[b-ubktlqvy9s] {
    background: #17a2b8;
}
