/* /Components/Components/Modal.razor.rz.scp.css */
.modal-backdrop[b-rbkbffbbzv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content[b-rbkbffbbzv] {
    position: relative;
    display: block;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    position: relative;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.close-button[b-rbkbffbbzv] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

    .close-button:hover[b-rbkbffbbzv] {
        color: #dc3545; /* red on hover */
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.topbar[b-7m76gq88x5] {
    display: flex;
    align-items: center;
    background-color: #edeef0;
    padding: 0.5rem 1rem;
    gap: 2rem;
}

.topbar-logo[b-7m76gq88x5] {
    height: 80px;
    margin-right: 1rem;
    vertical-align: middle;
}

/* Ensure the layout fills the screen */
.site-background[b-7m76gq88x5] {
    background-color: #3173C9; /* Blue */
}


/* /Components/Layout/MinLayout.razor.rz.scp.css */
.topbar[b-2dxtzixclr] {
    display: flex;
    align-items: center;
    background-color: #edeef0;
    padding: 0.5rem 1rem;
    gap: 2rem;
}

.topbar-logo[b-2dxtzixclr] {
    height: 80px;
    margin-right: 1rem;
    vertical-align: middle;
}

.site-background[b-2dxtzixclr] {
    min-height: 100vh;
    background-color: #3173C9; /* let the body show through */
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-pjr9x4zlzj] {
    display: flex;
    gap: 1rem;
    align-items: center;
    z-index: 1;
    position: relative;
}

.profile-menu[b-pjr9x4zlzj] {
    position: relative;
    display: inline-block;
}

.profile-button[b-pjr9x4zlzj] {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.dropdown[b-pjr9x4zlzj] {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.5rem 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.profile-menu:hover .dropdown[b-pjr9x4zlzj] {
    display: block;
}

.dropdown a[b-pjr9x4zlzj] {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

    .dropdown a:hover[b-pjr9x4zlzj] {
        background: #f5f5f5;
    }
/* /Components/Pages/Account Pages/Profile.razor.rz.scp.css */
.box[b-585vx2omfp] {
    flex: 1;
}

.row[b-585vx2omfp]{
    margin: 3rem 3rem 0rem 3rem;
}

.label-border[b-585vx2omfp] {
    border-bottom: 1px solid #ccc;
}

.wide-block[b-585vx2omfp] {
    grid-column: 1 / span 2;
}

.info-row[b-585vx2omfp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0;
}

.btn[b-585vx2omfp] {
    margin-top: 1rem;
}

.btn-link[b-585vx2omfp] {
    margin-top: 0rem;
}

.info-link[b-585vx2omfp] {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

    .info-link:hover[b-585vx2omfp] {
        text-decoration: underline;
    }

.modal-backdrop[b-585vx2omfp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-585vx2omfp] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.close-button[b-585vx2omfp] {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
}

.profile-modal-box[b-585vx2omfp] {
    padding: 1rem 2.5rem 0.5rem 2.5rem;
}


@media (max-width: 768px) {
    .profile-grid[b-585vx2omfp] {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .wide-block[b-585vx2omfp] {
        grid-column: 1;
    }
    .profile-box[b-585vx2omfp] {
        max-width: 100%;
        margin: auto;
        min-height: 100vh; /* Full viewport height */
        padding: 1rem;
    }
}
/* /Components/Pages/Group Pages/GroupFAQ.razor.rz.scp.css */
.title[b-40zuuigxof] {
    border-bottom: 2px solid #ccc;
    padding-left: 4rem;
    margin-top:1rem;
    margin-bottom:1rem;
}

.text[b-40zuuigxof] {
    margin: 0rem 4rem 4rem 4rem;
    font-size: 24px;
}
.text-alt[b-40zuuigxof] {
    margin-left: 4rem;
    margin-right:4rem;
    margin-top:1rem;
    font-size: 24px;
}
/* /Components/Pages/Group Pages/GroupInfo.razor.rz.scp.css */
.notification[b-xa119vwf6m] {
    height: 300px;
    overflow-y: auto;
}
.rules[b-xa119vwf6m] {
    height: 500px;
    overflow-y: auto;
}
.schedule[b-xa119vwf6m]{
    height: 200px;
}
.members[b-xa119vwf6m] {
    height: 600px;
    overflow-y: auto;
}
.col1[b-xa119vwf6m]{
    flex:9;
    margin-left: 2rem;
}
.col2[b-xa119vwf6m]{
    flex:2;
    margin-right:2rem;
}
.col h5[b-xa119vwf6m]
{
    padding-left:1rem;
}
.preserve-whitespace[b-xa119vwf6m] {
    white-space: pre-wrap;
}


.info-row[b-xa119vwf6m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.info-row h5[b-xa119vwf6m]{
    border-bottom: none;
    margin-bottom: 0rem;
}
.btn-link[b-xa119vwf6m] {
    margin-top: -1rem;
    margin-right: 1rem;
    vertical-align: top;
}
.title-row[b-xa119vwf6m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
    margin-bottom: 2rem;
    padding: 0rem 3rem 0rem 2rem;
}
    .title-row h1[b-xa119vwf6m] {
        margin-bottom: 0rem;
        color: #333;
        padding-bottom: 0.5rem;
        text-align: left;
        flex: 2;
    }

    .title-row h5[b-xa119vwf6m] {
        margin-bottom: 0rem;
        color: #333;
        padding-bottom: 0.5rem;
        text-align: right;
        flex: 1;
    }
/* /Components/Pages/Group Pages/GroupRequest.razor.rz.scp.css */
.title[b-b4xzp3lw9p] {
    border-bottom: 2px solid #ccc;
    padding-left: 4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bottom-border[b-b4xzp3lw9p] {
    border-bottom: 2px solid #ccc;
}

.text[b-b4xzp3lw9p] {
    margin: 0rem 4rem 4rem 4rem;
    font-size:24px;
}

.box[b-b4xzp3lw9p] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.form-row[b-b4xzp3lw9p] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .form-row label[b-b4xzp3lw9p] {
        width: 180px; /* fixed label width so everything lines up */
        font-weight: 600;
    }

.form-input[b-b4xzp3lw9p] {
    flex: 1;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* /Components/Pages/Group Pages/Groups.razor.rz.scp.css */

.group-list[b-z7t7z5s2vi] {
    list-style: none;
    padding-left: 0;
}
    .group-list li[b-z7t7z5s2vi] {
        margin-bottom: 1rem; /* adjust as needed */
    }

.box1[b-z7t7z5s2vi] {
    max-width: 75%;
    flex: 8;
}

.row[b-z7t7z5s2vi]{
    justify-content: center;
}

.box2[b-z7t7z5s2vi] {
    max-width: 20%;
    flex: 2;
}

.group-row[b-z7t7z5s2vi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-title[b-z7t7z5s2vi] {
    font-size: 1.1rem;
    font-weight: 600;
}
.group-meta[b-z7t7z5s2vi] {
    font-size: 0.85rem;
    opacity: 0.85;
}

.group-subtitle[b-z7t7z5s2vi] {
    display: block;
    font-size: 0.9rem;
    opacity: 0.85;
    text-align:left;
}
.truncate[b-z7t7z5s2vi] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-stack[b-z7t7z5s2vi] {
    display: flex;
    flex-direction: column;
    gap: 0.0rem;
    margin-top:0.5rem;
}

.week-grid[b-z7t7z5s2vi] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-top: 20px;
}

.day-column[b-z7t7z5s2vi] {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
    background: #fafafa;
    min-height: 120px;
}

.day-header[b-z7t7z5s2vi] {
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.event-item[b-z7t7z5s2vi] {
    background: #d9eaff;
    padding: 4px 6px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
}
/* /Components/Pages/JoinPlay.razor.rz.scp.css */

.info-row[b-15sjrsd4x5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0;
}

.group-list[b-15sjrsd4x5] {
    list-style: none;
    padding-left: 0;
}
    .group-list li[b-15sjrsd4x5] {
        margin-bottom: 1rem; /* adjust as needed */
    }

.box[b-15sjrsd4x5] {
    flex: 1;
}
.row[b-15sjrsd4x5]{
    justify-content: center;
}

.group-row[b-15sjrsd4x5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-title[b-15sjrsd4x5] {
    font-size: 1.1rem;
    font-weight: 600;
}
.group-meta[b-15sjrsd4x5] {
    font-size: 0.85rem;
    opacity: 0.85;
}

.group-subtitle[b-15sjrsd4x5] {
    display: block;
    font-size: 0.9rem;
    opacity: 0.85;
    text-align:left;
}
.truncate[b-15sjrsd4x5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-stack[b-15sjrsd4x5] {
    display: flex;
    flex-direction: column;
    gap: 0.0rem;
    margin-top:0.5rem;
}

.week-grid[b-15sjrsd4x5] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-top: 20px;
}

.day-column[b-15sjrsd4x5] {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
    background: #fafafa;
    min-height: 120px;
}

.day-header[b-15sjrsd4x5] {
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.event-item[b-15sjrsd4x5] {
    background: #d9eaff;
    padding: 4px 6px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
}
/* /Components/Pages/Reservation.razor.rz.scp.css */
.week-nav[b-kxlsg7r2r5] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

    .week-nav button[b-kxlsg7r2r5] {
        padding: 4px 10px;
        font-size: 1rem;
    }
/* Day headers */
.day-headers[b-kxlsg7r2r5] {
    display: grid;
    grid-template-columns: 60px repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.day-header[b-kxlsg7r2r5] {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    background: #fdfdfd;
}

.empty-header[b-kxlsg7r2r5] {
    border-bottom: 1px solid #ccc;
}

/* Main grid */
.calendar-container[b-kxlsg7r2r5] {
    display: grid;
    grid-template-columns: 60px 1fr;
    height: 100%; /* adjust as needed */
    border: 1px solid #ccc;
}

.hour-column[b-kxlsg7r2r5] {
    display: grid;
    grid-template-rows: repeat(19, 1fr);
    border-right: 1px solid #ccc;
    background: #f8f8f8;
}

.hour-label[b-kxlsg7r2r5] {
    padding: 4px;
    font-size: 0.8rem;
    color: #555;
    border-bottom: 1px solid #eee;
}

.days-grid[b-kxlsg7r2r5] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
}

.day-column[b-kxlsg7r2r5] {
    border-right: 1px solid #eee;
    position: relative;
}

    .day-column:last-child[b-kxlsg7r2r5] {
        border-right: none;
    }

.event-block[b-kxlsg7r2r5] {
    position: absolute;
    left: 4px;
    right: 4px;
    background: #bcdcff;
    border-radius: 4px;
    padding: 4px;
    font-size: 0.8rem;
    border: 1px solid #8bb7e0;
}

.calendar-box[b-kxlsg7r2r5]{
    flex:1;
}

.booking-box[b-kxlsg7r2r5] {
    flex: 1;
}

.selectable-list[b-kxlsg7r2r5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.list-item[b-kxlsg7r2r5] {
    padding: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .list-item.selected[b-kxlsg7r2r5] {
        background: #cfe3ff;
        border-color: #6aa0ff;
    }

.week-grid[b-kxlsg7r2r5] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.cell[b-kxlsg7r2r5] {
    border: 1px solid #ccc;
    height: 40px;
    cursor: pointer;
}

    .cell.occupied[b-kxlsg7r2r5] {
        background-color: #6aa0ff;
    }

