/* /Layout/MainLayout.razor.rz.scp.css */
/* Scoped styles are intentionally empty.
   All layout centering is in wwwroot/css/app.css (global)
   because Blazor CSS isolation does not penetrate into
   child components rendered via @Body. */
/* /Pages/OrganizerDashboard.razor.rz.scp.css */
.dashboard-grid-title[b-48qjfx6rco] {
    color: #003876;
    font-weight: 700;
}

.dashboard-grid-wrap[b-48qjfx6rco] {
    border: 1px solid #003876;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    overflow: hidden;
}

.dashboard-grid-table[b-48qjfx6rco] {
    margin-bottom: 0;
}

.dashboard-grid-header-row th[b-48qjfx6rco] {
    background-color: #003876;
    color: #ffffff;
    font-weight: 600;
    border-bottom: none;
    vertical-align: middle;
}

.dashboard-grid-filter-row th[b-48qjfx6rco] {
    background-color: #edf4fb;
    border-top: none;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    vertical-align: middle;
}

.dashboard-grid-filter-row .form-control[b-48qjfx6rco],
.dashboard-grid-filter-row .form-select[b-48qjfx6rco] {
    min-height: 1.85rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    font-size: 0.8rem;
}

.dashboard-sort-filter-wrap[b-48qjfx6rco] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.dashboard-sort-button[b-48qjfx6rco] {
    width: 1.55rem;
    min-width: 1.55rem;
    height: 1.85rem;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dashboard-sort-indicator[b-48qjfx6rco] {
    display: inline-block;
    transition: transform 0.05s linear, opacity 0.05s linear;
}

.dashboard-sort-indicator.is-descending[b-48qjfx6rco] {
    transform: rotate(180deg);
}

.dashboard-sort-indicator.is-inactive[b-48qjfx6rco] {
    opacity: 0.45;
}

.dashboard-grid-table tbody td[b-48qjfx6rco] {
    border-color: #e8eef7;
}

.dashboard-grid-table tbody tr:hover[b-48qjfx6rco] {
    background-color: #f2f7fe;
}

@media (max-width: 768px) {
    .dashboard-grid-filter-row .form-control[b-48qjfx6rco],
    .dashboard-grid-filter-row .form-select[b-48qjfx6rco] {
        min-height: 1.75rem;
        font-size: 0.78rem;
    }
}
/* /Pages/OrganizerQuizDetail.razor.rz.scp.css */
.quiz-question-item[b-h83ftpzhy6] {
    background-color: #eef4ff;
    border: 1px solid #d8e4ff;
    box-shadow: inset 0 0 0 1px #e4edff;
}

.quiz-order-number[b-h83ftpzhy6] {
    font-weight: 700;
}

.quiz-order-move-button[b-h83ftpzhy6] {
    min-width: 2rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.quiz-question-item .list-group-item[b-h83ftpzhy6] {
    background-color: transparent;
}

.quiz-question-live-text[b-h83ftpzhy6] {
    font-weight: 700;
    font-size: 1.05rem;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.quiz-question-live-text:focus[b-h83ftpzhy6] {
    background-color: #fff;
    border: 1px solid #b8ceff;
    border-radius: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.quiz-option-live-edit[b-h83ftpzhy6] {
    display: flex;
    align-items: stretch;
    border: 1px solid #003876;
    border-radius: 0.375rem;
    background-color: #fff;
    overflow: hidden;
}

.quiz-option-live-key[b-h83ftpzhy6] {
    min-width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f8ff;
    color: #003876;
    font-weight: 700;
    border-right: 1px solid #d8e4ff;
}

.quiz-option-live-input[b-h83ftpzhy6] {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.quiz-option-live-input:focus[b-h83ftpzhy6] {
    box-shadow: none;
}

.quiz-add-question-button[b-h83ftpzhy6] {
    width: 100%;
    min-height: 2.75rem;
    font-size: 1.4rem;
    line-height: 1;
}
