@import '_content/SiamSportsPro.Components/SiamSportsPro.Components.z5diedd9p0.bundle.scp.css';

/* /Components/Bookings/BookingPage.razor.rz.scp.css */
/* Smaller spinner for inline status alerts */
#booking-alert .spinner-border[b-18k29ehhgq] {
    width: 1rem;
    height: 1rem;
}

.booking[b-18k29ehhgq] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 0.5em;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px 2px rgba(26, 44, 55, 0.15);
    background-color: #fff;
}

.booking-service[b-18k29ehhgq] {
    font-size: 1.25em;
}
/* /Components/Cart/AddBookingToCartComponent.razor.rz.scp.css */
.items-container[b-90xv119naa] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
/* /Components/Cart/CartComponent.razor.rz.scp.css */
.items-container[b-6r5tzwuqyw] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
/* /Components/Cart/CartPaymentTypePickerComponent.razor.rz.scp.css */
table[b-t7zrqv6elf] {
    max-width: 15em;
}

    table tr td:last-child[b-t7zrqv6elf] {
        text-align: right;
    }

.full-card[b-t7zrqv6elf] {
    padding: 0.5em;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px 2px rgba(26, 44, 55, 0.15);
}
/* /Components/Cart/CheckoutComponent.razor.rz.scp.css */
.items-container[b-bth3ixby60] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

table[b-bth3ixby60] {
    max-width: 15em;
}

    table tr td:last-child[b-bth3ixby60] {
        text-align: right;
    }
/* /Components/Cart/GlobalCartIcon.razor.rz.scp.css */
/* Scoped styles for GlobalCartIcon.razor */

/* Using ::deep to target child components if necessary, but prefer direct styling */

.global-cart-container[b-5hgfn481y7] { /* Keep class for clarity, Blazor adds scope attribute */
    position: relative; /* Anchor for badge and dropdown */
    z-index: 1100;    /* Increase z-index significantly */
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    margin-left: 1rem; /* Space from previous element in top-row */
}

.global-cart-container:hover[b-5hgfn481y7] {
     background-color: rgba(0, 0, 0, 0.1); /* Subtle hover effect */
}

/* Increase specificity to override potential global styles */
.global-cart-container .cart-icon[b-5hgfn481y7] {
    font-size: 26px;
    color: #333 !important; /* Force dark color for default view */
    line-height: 1;
}

.cart-badge[b-5hgfn481y7] { /* Direct child, scope attribute will be added */
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    pointer-events: none;
}

/* Responsive adjustments - Keep mobile white */
@media (max-width: 767.98px) {
     /* Increase specificity here too */
     .global-cart-container .cart-icon[b-5hgfn481y7] {
        color: #fff !important; /* White icon for potentially dark mobile header */
     }

     .global-cart-container:hover[b-5hgfn481y7] {
         background-color: rgba(255, 255, 255, 0.2); /* Adjust hover for dark background */
     }
}
/* Styles for the dropdown container div within GlobalCartIcon */
.mini-cart-dropdown-container[b-5hgfn481y7] {
    position: absolute;
    /* Positioning relative to the parent (GlobalCartIcon's .global-cart-container) */
    top: calc(100% + 5px); /* Position below the container with a small gap */
    right: 0; /* Align to the right of the parent */
    z-index: 1101; /* Increase z-index to be above parent */
    /* Styles moved from MiniCartSummary.razor.css */
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 300px; /* Keep min/max width */
    max-width: 400px;
    min-height: 50px; /* Add minimum height */
    /* Padding will be handled by the inner MiniCartSummary component */
}

/* Ensure the container is hidden by default when x-show is false */


.icon-container[b-5hgfn481y7] {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
/* /Components/Cart/MiniCartItemCourtBookingDisplay.razor.rz.scp.css */
.invalid-cart-item[b-ostni1nliq] {
    padding: 0.5rem;
}
/* /Components/Cart/MiniCartItemGroupClassDisplay.razor.rz.scp.css */
.invalid-cart-item[b-2na0nwbjnv] {
    padding: 0.5rem;
}
/* /Components/Cart/MiniCartItemPrivateSessionDisplay.razor.rz.scp.css */
.invalid-cart-item[b-ziq3qduvkz] {
    padding: 0.5rem;
}
/* /Components/Cart/MiniCartSummary.razor.rz.scp.css */
/* Scoped styles for MiniCartSummary.razor */

/* Using ::deep might be necessary if adapting existing components like CartItemCourtBookingDisplay */

.mini-cart-summary-overlay[b-dj7d4i5qmu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; /* Invisible overlay */
    z-index: 1100; /* Increase z-index to be below dropdown */
}

.mini-cart-summary[b-dj7d4i5qmu] {
    /* Removed absolute positioning - handled by container in GlobalCartIcon.razor.css */
    /* position: absolute; */
    /* top: calc(100% + 5px); */
    /* right: 0; */
    background-color: white;
    border: 1px solid #dee2e6; /* Match Bootstrap border color */
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Softer shadow */
    min-width: 300px;
    max-width: 400px;
    /* z-index is handled by the container */
    padding: 1rem;
    /* Ensure it takes up space within its container */
    width: 100%;
    box-sizing: border-box;
}

.mini-cart-items-container[b-dj7d4i5qmu] {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.mini-cart-item[b-dj7d4i5qmu] {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}
.mini-cart-item:last-child[b-dj7d4i5qmu] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Compact display styles - Use ::deep if targeting child components */
/* Example: ::deep .cart-item-card { ... } */
.mini-cart-item[b-dj7d4i5qmu]  .cart-item-card {
    box-shadow: none;
    padding: 0;
    gap: 0.5em;
}
.mini-cart-item[b-dj7d4i5qmu]  .cart-item-card > div {
    font-size: 0.9em;
}
 .mini-cart-item[b-dj7d4i5qmu]  .cart-item-card > div:first-child { /* Title */
    font-size: 1.0em;
    font-weight: 500;
}
.mini-cart-item[b-dj7d4i5qmu]  .cart-item-card .icon {
    font-size: 1.1em;
}
 .mini-cart-item[b-dj7d4i5qmu]  .cart-item-card .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.8em;
}
 .mini-cart-item[b-dj7d4i5qmu]  .cart-item-card .alert {
    font-size: 0.85em;
    padding: 0.3rem 0.5rem !important;
    margin-bottom: 0.5rem !important;
}


.mini-cart-total[b-dj7d4i5qmu] {
    text-align: right;
    margin-bottom: 1rem;
    font-size: 1.1em;
    font-weight: bold;
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
}

.mini-cart-actions[b-dj7d4i5qmu] {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Add gap between buttons */
}

.mini-cart-actions .btn[b-dj7d4i5qmu] {
    flex-grow: 1; /* Make buttons share space */
}

.close-btn[b-dj7d4i5qmu] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    color: #888;
}
.close-btn:hover[b-dj7d4i5qmu] {
    color: #000;
}

/* Responsive Styles for Mobile */
@media (max-width: 767.98px) {
    .mini-cart-summary[b-dj7d4i5qmu] {
        min-width: 280px; /* Slightly narrower for mobile */
        max-width: 90vw; /* Limit width based on viewport */
        /* Consider adjusting top/right if it overlaps awkwardly */
    }
}
/* /Components/Cart/ServiceOpsPayment/CartServiceOpsPaymentComponent.razor.rz.scp.css */
.safe-payment[b-jeo1dkykhw] {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.safe-payment img[b-jeo1dkykhw] {
    height: 2em;
}
/* /Components/Cart/StripeCardPayment/CartStripeCardPaymentComponent.razor.rz.scp.css */
.safe-payment[b-9rjyizka3h] {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.safe-payment img[b-9rjyizka3h] {
    height: 2em;
}
/* /Components/Classes/ClassesBookingActions.razor.rz.scp.css */
.spinner-border[b-biopaemao5] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ClassesCancelClass.razor.rz.scp.css */
.spinner-border[b-90x98spr25] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ClassesJoinClass.razor.rz.scp.css */
.spinner-border[b-5v864g1ett] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Classes/ScheduledServiceCard.razor.rz.scp.css */
.is-joined[b-g6zkd21t45] {
    color: #005800;
}
/* /Components/Courts/Confirm/CourtsBookingConfirmContent.razor.rz.scp.css */
.selected-court-container[b-92ikje135i] {
    display: flex;
    gap: 1em;
    align-items: center;
}

.selected-court-container button[b-92ikje135i] {
    font-size: 0.75rem;
}
/* /Components/Courts/Confirm/CourtsBookingPaymentSummary.razor.rz.scp.css */
table[b-a2b1uni491] {
    max-width: 15em;
}

table tr td:last-child[b-a2b1uni491] {
    text-align: right;
}
/* /Components/Courts/CourtPicker/CourtsCourtPickerContent.razor.rz.scp.css */
.pills-container[b-toet3grscd] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-toet3grscd] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-toet3grscd] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-toet3grscd] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-toet3grscd] {
        background-color: #fff;
        border: 1px solid #ddd;
    }
/* /Components/Courts/DatePicker/CalendarSkeleton.razor.rz.scp.css */
/* Grid container layout */
.skeleton-loader[b-jpcs5myq6f] {
    display: grid;
    grid-template-columns: repeat(7, auto); /* 7 days of the week */
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

/* Skeleton day name header styling */
.skeleton-header[b-jpcs5myq6f] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

/* Adjust this if you decide to show the header text */
.skeleton-header[b-jpcs5myq6f] {
    color: #000; /* Or whatever color matches your design */
}


/* Skeleton grid item styling */
.skeleton[b-jpcs5myq6f] {
    padding: 1em;
    text-align: center;
    width: 5em; /* Match original grid item width */
    place-self: center;
    margin: 0.5em;
    border-radius: 4px; /* Match original grid item border-radius */
    background-color: #f0f0f0; /* Light grey background for the skeleton */
    animation: shimmer-b-jpcs5myq6f 1.5s infinite linear;
    position: relative;
    overflow: hidden;
}

/* Shimmer effect keyframes */
@keyframes shimmer-b-jpcs5myq6f {
    0% {
        background-color: #f0f0f0;
    }

    50% {
        background-color: #e0e0e0;
    }

    100% {
        background-color: #f0f0f0;
    }
}

/* Optional: Shimmer moving effect */
.skeleton[b-jpcs5myq6f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: slide-b-jpcs5myq6f 1.5s infinite;
}

@keyframes slide-b-jpcs5myq6f {
    from {
        left: -150%;
    }

    to {
        left: 150%;
    }
}
/* /Components/Courts/DatePicker/CourtsDatePickerCalendar.razor.rz.scp.css */
.grid-container[b-3hyqkodgc9] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.grid-item[b-3hyqkodgc9] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-3hyqkodgc9] {
    margin: 0.5em;
    border-radius: 4px;
}

.outside-month[b-3hyqkodgc9] {
    color: #8c959a;
}

.has-availability[b-3hyqkodgc9] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-3hyqkodgc9] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-3hyqkodgc9] {
    cursor: pointer;
}

.no-availability:hover[b-3hyqkodgc9] {
    cursor: not-allowed;
}

.selected[b-3hyqkodgc9] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}
/* /Components/Courts/DatePicker/CourtsMonthPicker.razor.rz.scp.css */
.month-picker[b-s9pttft2gy] {
    grid-column: 1 / span 7;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    display: flex;
    gap: 0.5em;
    line-height: 1.2em;
}

    .month-picker .icon.inactive[b-s9pttft2gy] {
        opacity: 0.5;
    }

    .month-picker .icon.active[b-s9pttft2gy] {
        cursor: pointer;
    }
/* /Components/Courts/DatePicker/CourtsTimeslotsSkeleton.razor.rz.scp.css */
.timeslots-skeleton[b-57643c06x9] {
    display: flex;
    flex-direction: column;
}

.selected-date-skeleton[b-57643c06x9] {
    width: 20%;
    background-color: #e0e0e0;
    margin: 2px 0;
    border-radius: 4px;
    font-size: min(3vw, 12px);
}

.timeslots-container[b-57643c06x9] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item.skeleton[b-57643c06x9] {
    flex: 1 0 48%; /* Mimics the two-column layout */
    margin-right: 2%;
    margin-bottom: 1em;
    line-height: 1.5em;
    padding: 0.75em;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer-b-57643c06x9 1.5s infinite linear;
}

@keyframes shimmer-b-57643c06x9 {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #ccc;
    }

    100% {
        background-color: #e0e0e0;
    }
}
/* /Components/Courts/DatePicker/CourtTimeslot.razor.rz.scp.css */
.grid-container[b-jjsf9uc44q] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.sales-grid-item-header[b-jjsf9uc44q] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-item-value:nth-child(8n+1)[b-jjsf9uc44q],
.sales-grid-item-value:nth-child(8n+2)[b-jjsf9uc44q],
.sales-grid-item-value:nth-child(8n+3)[b-jjsf9uc44q],
.sales-grid-item-value:nth-child(8n+4)[b-jjsf9uc44q] {
    background-color: #f2c97033;
}

.grid-item[b-jjsf9uc44q] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-jjsf9uc44q] {
    margin: 0.5em;
    border-radius: 4px;
}

.sales-grid-container[b-jjsf9uc44q] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-jjsf9uc44q] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-jjsf9uc44q] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.outside-month[b-jjsf9uc44q] {
    color: #8c959a;
}

.has-availability[b-jjsf9uc44q] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-jjsf9uc44q] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-jjsf9uc44q] {
    cursor: pointer;
}

.no-availability:hover[b-jjsf9uc44q] {
    cursor: not-allowed;
}

.selected[b-jjsf9uc44q] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}

.timeslots-container[b-jjsf9uc44q] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item[b-jjsf9uc44q] {
    flex: 1 0 48%; /* or adjust as needed */
    margin-right: 2%;
    margin-bottom: 1em;
    padding: 0.75em;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.5em;
}

.pills-container[b-jjsf9uc44q] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-jjsf9uc44q] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-jjsf9uc44q] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-jjsf9uc44q] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-jjsf9uc44q] {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.step-container[b-jjsf9uc44q] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

    .step-container .step[b-jjsf9uc44q] {
        border-bottom: 2px solid #ddd;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

        .step-container .step.selected-step[b-jjsf9uc44q] {
            border-bottom: 2px solid #1246d6;
        }

.selected-date[b-jjsf9uc44q] {
    font-size: min(3vw, 12px);
}
/* /Components/Courts/DatePicker/CourtTimeslots.razor.rz.scp.css */
.grid-container[b-yqau24n85g] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.sales-grid-item-header[b-yqau24n85g] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-item-value:nth-child(8n+1)[b-yqau24n85g],
.sales-grid-item-value:nth-child(8n+2)[b-yqau24n85g],
.sales-grid-item-value:nth-child(8n+3)[b-yqau24n85g],
.sales-grid-item-value:nth-child(8n+4)[b-yqau24n85g] {
    background-color: #f2c97033;
}

.grid-item[b-yqau24n85g] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-yqau24n85g] {
    margin: 0.5em;
    border-radius: 4px;
}

.sales-grid-container[b-yqau24n85g] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-yqau24n85g] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-yqau24n85g] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.outside-month[b-yqau24n85g] {
    color: #8c959a;
}

.has-availability[b-yqau24n85g] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-yqau24n85g] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-yqau24n85g] {
    cursor: pointer;
}

.no-availability:hover[b-yqau24n85g] {
    cursor: not-allowed;
}

.selected[b-yqau24n85g] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}

.timeslots-container[b-yqau24n85g] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item[b-yqau24n85g] {
    flex: 1 0 48%; /* or adjust as needed */
    margin-right: 2%;
    margin-bottom: 1em;
    padding: 0.75em;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.5em;
}

.pills-container[b-yqau24n85g] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-yqau24n85g] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-yqau24n85g] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-yqau24n85g] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-yqau24n85g] {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.step-container[b-yqau24n85g] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

    .step-container .step[b-yqau24n85g] {
        border-bottom: 2px solid #ddd;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

        .step-container .step.selected-step[b-yqau24n85g] {
            border-bottom: 2px solid #1246d6;
        }

.selected-date[b-yqau24n85g] {
    font-size: min(3vw, 12px);
}
/* /Components/Courts/DurationPicker/CourtsDurationPicker.razor.rz.scp.css */
.sales-grid-item-header[b-93n0s2xmd1] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-container[b-93n0s2xmd1] {
    display: grid;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-93n0s2xmd1] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-93n0s2xmd1] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/*
@media (max-width: 640.98px) {
    .sales-grid-container {
        grid-template-columns: auto 1fr;
    }

    .sales-grid-item {
        padding: 0 0.8em 0 0.5em !important;
    }

    .sales-grid-item-header {
        background-color: #f2c97033 !important;
        color: initial !important;
    }

        .sales-grid-item-header.desktop {
            display: none;
        }

        .sales-grid-item-header.mobile.duration-cell {
            background-color: #000 !important;
            color: #f2c970 !important;
        }

            .sales-grid-item-header.mobile.duration-cell + .sales-grid-item-value {
                background-color: #000 !important;
                color: #f2c970 !important;
            }

    .book-button-cell {
        grid-column: 1 / 3;
        margin-bottom: 1em;
        place-content: center;
        background-color: initial !important;
    }
}
*/
/*@media (min-width: 641px) {*/
/*    .sales-grid-container {
        grid-template-columns: auto auto auto auto;
    }*/

    .sales-grid-container[b-93n0s2xmd1] {
        grid-template-columns: auto auto auto;
    }

    .sales-grid-item-header.mobile[b-93n0s2xmd1] {
        display: none;
    }

    .sales-grid-item-value.alt-row[b-93n0s2xmd1] {
        background-color: #f2c97033;
    }
/*}*/
/* /Components/Forms/FormResponsesComponent.razor.rz.scp.css */
.home-container[b-r9w3il3ibc] {
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 50em;
    margin: 0 auto;
}

.button-container[b-r9w3il3ibc] {
    display: flex;
    justify-content: space-between;
}

.form-field[b-r9w3il3ibc] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.e-card-header-caption[b-r9w3il3ibc] {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}
/* /Components/Layout/ChangePersonModalPeople.razor.rz.scp.css */
.person:hover[b-u2umf51tk3] {
    cursor: pointer;
    background-color: rgba(242, 201, 112, 0.8);
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(242, 201, 112, 1);
}

.groups[b-u2umf51tk3] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
/* /Components/Layout/CurrentPersonComponent.razor.rz.scp.css */
.current-person[b-gazaroam7x] {
    text-align: right;
}

.current-person.can-change:hover[b-gazaroam7x] {
    cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dj1ixjmeup] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-dj1ixjmeup] {
    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-dj1ixjmeup] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.htmx-indicator[b-dj1ixjmeup] {
    display: none;
    transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator[b-dj1ixjmeup] {
    display: block;
}

.htmx-request .body-inner-container[b-dj1ixjmeup] {
    display: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler-container[b-r2rupx74hx] {
    display: flex;
    gap: 0.5rem;
    place-self: flex-end;
}

    [b-r2rupx74hx] .navbar-toggler-container .global-cart-count {
        color: #fff;
    }

    .navbar-toggler[b-r2rupx74hx] {
        appearance: none;
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        color: white;
        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-r2rupx74hx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-r2rupx74hx] {
    height: 3.5rem;
    background-color: #0e1d2f;
}

    .top-row > .container-fluid[b-r2rupx74hx] {
        width: fit-content;
        padding-left: 0;
        margin-left: 0;
        max-width: 55%;
        padding-left: 0;
        margin-left: 0;
    }

.navbar-brand[b-r2rupx74hx] {
    font-size: 1.1rem;
    margin-right: 0 !important;
}

    .navbar-brand img[b-r2rupx74hx] {
        max-height: 2rem;
        width: 100%;
    }

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

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

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

    .nav-item[b-r2rupx74hx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0.5rem 1rem;
    }

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

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

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

.top-row:has(.navbar-toggler:checked) + .nav-scrollable[b-r2rupx74hx] {
    display: block;
}

.current-person-container[b-r2rupx74hx] {
    color: #fff;
    margin: 0rem 1rem;
}

@media (min-width: 641px) {

    .top-row[b-r2rupx74hx] {
        height: 5.5rem;
    }

    .top-row > .container-fluid[b-r2rupx74hx] {
        max-width: 100%;
    }

    .navbar > div[b-r2rupx74hx] {
        margin: 0 auto !important;
    }

    .navbar-brand img[b-r2rupx74hx] {
        max-height: 4rem;
    }

    .navbar-toggler-container[b-r2rupx74hx] {
        display: none;
    }

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

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

    .current-person-container[b-r2rupx74hx] {
        display: none;
    }
}
/* /Components/Layout/PaymentLinkLayout.razor.rz.scp.css */
.page[b-yonanuy1bu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.top-row[b-yonanuy1bu] {
    background-color: #0e1d2f;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row img[b-yonanuy1bu] {
    max-height: 2rem;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-yonanuy1bu] {
        justify-content: space-between;
        display: flex !important;
    }

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

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

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

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

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

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

    article[b-yonanuy1bu] {
        max-width: 800px; /* Constrain content width */
        margin: 0 auto; /* Center the content */
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.top-row > div[b-yonanuy1bu]  {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#blazor-error-ui[b-yonanuy1bu] {
    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-yonanuy1bu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.htmx-indicator[b-yonanuy1bu] {
    display: none;
    transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator[b-yonanuy1bu] {
    display: block;
}

.htmx-request .body-inner-container[b-yonanuy1bu] {
    display: none;
}
/* /Components/OustandingMemberBookingRequestComponent.razor.rz.scp.css */
.outstanding-request-container[b-wz44imm5gw] {
    padding: 1em;
    background-color: #f2c97033;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    gap: 1em;
}

.inactive[b-wz44imm5gw] {
    display: none;
}

.spinner-border[b-wz44imm5gw] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2em;
}
/* /Components/Pages/ForgotPasswordPage.razor.rz.scp.css */
@media (min-height: 500px) {
    .container[b-mehdekunls] {
        height: 100vh;
    }
}
/* /Components/Pages/HelpPage.razor.rz.scp.css */
/* Help Page - enforced light theme for readability */

/* Layout */
.help-wrapper[b-kvg7nbit6x] {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(12px, 2.2vw, 24px);
    color: #0f172a; /* slate-900 */
}

.help-header h1[b-kvg7nbit6x] {
    margin: 0 0 clamp(12px, 1.8vw, 18px) 0; /* add a bit more space under the title */
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #111827; /* gray-900 */
}

.help-tagline[b-kvg7nbit6x] {
    margin: 0 0 clamp(16px, 2.2vw, 24px) 0; /* space between subheading and content */
    color: #4b5563; /* gray-600 */
}

.help-grid[b-kvg7nbit6x] {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(12px, 2vw, 20px);
    align-items: start;
}

@media (min-width: 900px) {
    .help-grid[b-kvg7nbit6x] {
        grid-template-columns: 420px 1fr;
    }
}

/* Cards */
.help-card[b-kvg7nbit6x] {
    background: #ffffff;
    border: 1px solid #e5e7eb; /* gray-200 */
    border-radius: 12px;
    padding: clamp(14px, 2.2vw, 20px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    color: #0f172a; /* ensure text is dark on light card */
}

.help-card > h2[b-kvg7nbit6x] {
    margin: 0 0 0.5rem 0;
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: #111827;
}

.fineprint[b-kvg7nbit6x] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6b7280; /* gray-500 */
}

/* Contact list */
.contact-list[b-kvg7nbit6x] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.contact-link[b-kvg7nbit6x] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    transition: transform 80ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
    background: #ffffff;
}

.contact-link:hover[b-kvg7nbit6x] {
    transform: translateY(-1px);
    border-color: #d1d5db;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.icon i[b-kvg7nbit6x] {
    color: #F2C970;
    font-size: 1.25rem;
}

.label[b-kvg7nbit6x] {
    font-weight: 600;
}

.meta[b-kvg7nbit6x] {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.92em;
}

/* Chatbot */
.chat-card .hint[b-kvg7nbit6x] {
    margin: 0 0 0.5rem 0;
    color: #4b5563;
    font-size: 0.95rem;
}

.chatbot-shell[b-kvg7nbit6x] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: clip;
    background: #ffffff;
}

.chatbot-frame[b-kvg7nbit6x] {
    display: block;
    width: 100%;
    height: 70vh;
    min-height: 420px;
    border: 0;
    background: #ffffff;
}

@media (max-width: 599px) {
    .chatbot-frame[b-kvg7nbit6x] {
        height: 65vh;
        min-height: 360px;
    }
}

@media (min-width: 1200px) {
    .chatbot-frame[b-kvg7nbit6x] {
        height: 75vh;
        min-height: 520px;
    }
}

/* Ensure anchor defaults do not inherit unexpected colors */
.contact-link[b-kvg7nbit6x], .contact-link .label[b-kvg7nbit6x], .contact-link .meta[b-kvg7nbit6x] {
    color: inherit;
}

/* Remove any component-level dark-mode overrides to avoid low contrast */
@media (prefers-color-scheme: dark) {
    .help-card[b-kvg7nbit6x],
    .contact-link[b-kvg7nbit6x],
    .chatbot-shell[b-kvg7nbit6x] {
        background: #ffffff;
        border-color: #e5e7eb;
        color: #0f172a;
    }
    .help-tagline[b-kvg7nbit6x],
    .chat-card .hint[b-kvg7nbit6x],
    .meta[b-kvg7nbit6x] {
        color: #6b7280;
    }
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-container[b-bdp0cls61x] {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

/* Styles for the new welcome section */
.welcome-card[b-bdp0cls61x] {
    /* Bootstrap's card and shadow-sm provide base styling.
       background-color: #eef2f7; /* A nice light blue-grey */
    border: 1px solid #dfe6ee; /* Adjusted border for the new background */
}

/* .welcome-card .card-title styling is no longer needed as title is removed */

.welcome-card p[b-bdp0cls61x] {
    font-size: 0.95rem; /* Slightly smaller text for the paragraph */
    margin-bottom: 0.5rem; /* Adjust spacing if title is removed */
}

/* Styling for a.fw-bold is removed as it's now a Bootstrap button */
/* Ensure button styling is handled by Bootstrap classes like .btn, .btn-success etc. */
/* If specific overrides for the button are needed, they can be added here, e.g.: */
/*
.welcome-card .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}
*/
/* /Components/Pages/ProfilePage.razor.rz.scp.css */
.spinner-border[b-11a069ka6o] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/RegisterPage.razor.rz.scp.css */
.spinner-border[b-y0s4p5ejcv] {
    width: 1rem;
    height: 1rem;
}

.register-card-footer[b-y0s4p5ejcv] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* Password Requirements Styling */
.password-requirements[b-y0s4p5ejcv] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 0.875rem;
}

.password-requirements-header[b-y0s4p5ejcv] {
    color: #856404;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 0.875rem;
}

.requirement[b-y0s4p5ejcv] {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    color: #6c757d;
}

.requirement:last-child[b-y0s4p5ejcv] {
    margin-bottom: 0;
}

.requirement-icon[b-y0s4p5ejcv] {
    margin-right: 4px;
    font-size: 0.75rem;
    min-width: 10px;
}

.requirement-text[b-y0s4p5ejcv] {
    color: inherit;
}

/* Password strength indicator */
.password-strength[b-y0s4p5ejcv] {
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin-top: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.password-strength-bar[b-y0s4p5ejcv] {
    height: 100%;
    width: 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.password-strength-bar.weak[b-y0s4p5ejcv] {
    background: linear-gradient(90deg, #dc3545, #fd7e14);
    width: 33%;
}

.password-strength-bar.medium[b-y0s4p5ejcv] {
    background: linear-gradient(90deg, #fd7e14, #ffc107);
    width: 66%;
}

.password-strength-bar.strong[b-y0s4p5ejcv] {
    background: linear-gradient(90deg, #28a745, #20c997);
    width: 100%;
}
/* /Components/Pages/RequestDetailComponent.razor.rz.scp.css */
.spinner-border[b-v6voy05ak3] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/ResetPasswordPage.razor.rz.scp.css */
@media (min-height: 500px) {
    .container[b-rkjbv9kxka] {
        height: 100vh;
    }
}
/* /Components/PrivateSessions/CoachPicker/PrivateSessionsCoachPickerContent.razor.rz.scp.css */
.pills-container[b-zjnm58dul5] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-zjnm58dul5] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-zjnm58dul5] {
        background-color: #1246d6;
        color: #fff;
    }

    /* Keep court-pill-item class for now, might rename later if styling differs significantly */
    .pill-item.court-pill-item.selected[b-zjnm58dul5] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-zjnm58dul5] {
        background-color: #fff;
        border: 1px solid #ddd;
    }
/* /Components/PrivateSessions/Confirm/PrivateSessionsBookingConfirmContent.razor.rz.scp.css */
.selected-court-container[b-kqmgggs2yj] {
    display: flex;
    gap: 1em;
    align-items: center;
}

.selected-court-container button[b-kqmgggs2yj] {
    font-size: 0.75rem;
}
/* /Components/PrivateSessions/Confirm/PrivateSessionsBookingPaymentSummary.razor.rz.scp.css */
table[b-ipkwnkjpyr] {
    max-width: 15em;
}

table tr td:last-child[b-ipkwnkjpyr] {
    text-align: right;
}
/* /Components/PrivateSessions/CourtPicker/PrivateSessionsCourtPickerContent.razor.rz.scp.css */
.pills-container[b-31nm79qmbk] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-31nm79qmbk] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-31nm79qmbk] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-31nm79qmbk] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-31nm79qmbk] {
        background-color: #fff;
        border: 1px solid #ddd;
    }
/* /Components/PrivateSessions/DatePicker/CalendarSkeleton.razor.rz.scp.css */
/* Grid container layout */
.skeleton-loader[b-fnr7ezqzek] {
    display: grid;
    grid-template-columns: repeat(7, auto); /* 7 days of the week */
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

/* Skeleton day name header styling */
.skeleton-header[b-fnr7ezqzek] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

/* Adjust this if you decide to show the header text */
.skeleton-header[b-fnr7ezqzek] {
    color: #000; /* Or whatever color matches your design */
}


/* Skeleton grid item styling */
.skeleton[b-fnr7ezqzek] {
    padding: 1em;
    text-align: center;
    width: 5em; /* Match original grid item width */
    place-self: center;
    margin: 0.5em;
    border-radius: 4px; /* Match original grid item border-radius */
    background-color: #f0f0f0; /* Light grey background for the skeleton */
    animation: shimmer-b-fnr7ezqzek 1.5s infinite linear;
    position: relative;
    overflow: hidden;
}

/* Shimmer effect keyframes */
@keyframes shimmer-b-fnr7ezqzek {
    0% {
        background-color: #f0f0f0;
    }

    50% {
        background-color: #e0e0e0;
    }

    100% {
        background-color: #f0f0f0;
    }
}

/* Optional: Shimmer moving effect */
.skeleton[b-fnr7ezqzek]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: slide-b-fnr7ezqzek 1.5s infinite;
}

@keyframes slide-b-fnr7ezqzek {
    from {
        left: -150%;
    }

    to {
        left: 150%;
    }
}
/* /Components/PrivateSessions/DatePicker/PrivateSessionsDatePickerCalendar.razor.rz.scp.css */
.grid-container[b-6bwjfaa45v] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.grid-item[b-6bwjfaa45v] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-6bwjfaa45v] {
    margin: 0.5em;
    border-radius: 4px;
}

.outside-month[b-6bwjfaa45v] {
    color: #8c959a;
}

.has-availability[b-6bwjfaa45v] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-6bwjfaa45v] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-6bwjfaa45v] {
    cursor: pointer;
}

.no-availability:hover[b-6bwjfaa45v] {
    cursor: not-allowed;
}

.selected[b-6bwjfaa45v] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}
/* /Components/PrivateSessions/DatePicker/PrivateSessionsMonthPicker.razor.rz.scp.css */
.month-picker[b-imo5u8dkmm] {
    grid-column: 1 / span 7;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    display: flex;
    gap: 0.5em;
    line-height: 1.2em;
}

    .month-picker .icon.inactive[b-imo5u8dkmm] {
        opacity: 0.5;
    }

    .month-picker .icon.active[b-imo5u8dkmm] {
        cursor: pointer;
    }
/* /Components/PrivateSessions/DatePicker/PrivateSessionsTimeslotsSkeleton.razor.rz.scp.css */
.timeslots-skeleton[b-kyrrhy83h2] {
    display: flex;
    flex-direction: column;
}

.selected-date-skeleton[b-kyrrhy83h2] {
    width: 20%;
    background-color: #e0e0e0;
    margin: 2px 0;
    border-radius: 4px;
    font-size: min(3vw, 12px);
}

.timeslots-container[b-kyrrhy83h2] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item.skeleton[b-kyrrhy83h2] {
    flex: 1 0 48%; /* Mimics the two-column layout */
    margin-right: 2%;
    margin-bottom: 1em;
    line-height: 1.5em;
    padding: 0.75em;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer-b-kyrrhy83h2 1.5s infinite linear;
}

@keyframes shimmer-b-kyrrhy83h2 {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #ccc;
    }

    100% {
        background-color: #e0e0e0;
    }
}
/* /Components/PrivateSessions/DatePicker/PrivateSessionTimeslot.razor.rz.scp.css */
.grid-container[b-uvulq840tk] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.sales-grid-item-header[b-uvulq840tk] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-item-value:nth-child(8n+1)[b-uvulq840tk],
.sales-grid-item-value:nth-child(8n+2)[b-uvulq840tk],
.sales-grid-item-value:nth-child(8n+3)[b-uvulq840tk],
.sales-grid-item-value:nth-child(8n+4)[b-uvulq840tk] {
    background-color: #f2c97033;
}

.grid-item[b-uvulq840tk] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-uvulq840tk] {
    margin: 0.5em;
    border-radius: 4px;
}

.sales-grid-container[b-uvulq840tk] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-uvulq840tk] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-uvulq840tk] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.outside-month[b-uvulq840tk] {
    color: #8c959a;
}

.has-availability[b-uvulq840tk] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-uvulq840tk] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-uvulq840tk] {
    cursor: pointer;
}

.no-availability:hover[b-uvulq840tk] {
    cursor: not-allowed;
}

.selected[b-uvulq840tk] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}

.timeslots-container[b-uvulq840tk] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item[b-uvulq840tk] {
    flex: 1 0 48%; /* or adjust as needed */
    margin-right: 2%;
    margin-bottom: 1em;
    padding: 0.75em;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.5em;
}

.pills-container[b-uvulq840tk] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-uvulq840tk] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-uvulq840tk] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-uvulq840tk] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-uvulq840tk] {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.step-container[b-uvulq840tk] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

    .step-container .step[b-uvulq840tk] {
        border-bottom: 2px solid #ddd;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

        .step-container .step.selected-step[b-uvulq840tk] {
            border-bottom: 2px solid #1246d6;
        }

.selected-date[b-uvulq840tk] {
    font-size: min(3vw, 12px);
}
/* /Components/PrivateSessions/DatePicker/PrivateSessionTimeslots.razor.rz.scp.css */
.grid-container[b-dcxzwhzq1r] {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    padding: 0.5em;
    width: auto;
    justify-content: center;
}

.sales-grid-item-header[b-dcxzwhzq1r] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-item-value:nth-child(8n+1)[b-dcxzwhzq1r],
.sales-grid-item-value:nth-child(8n+2)[b-dcxzwhzq1r],
.sales-grid-item-value:nth-child(8n+3)[b-dcxzwhzq1r],
.sales-grid-item-value:nth-child(8n+4)[b-dcxzwhzq1r] {
    background-color: #f2c97033;
}

.grid-item[b-dcxzwhzq1r] {
    padding: 1em;
    text-align: center;
    width: 5em;
    place-self: center;
}

.grid-item-value[b-dcxzwhzq1r] {
    margin: 0.5em;
    border-radius: 4px;
}

.sales-grid-container[b-dcxzwhzq1r] {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-dcxzwhzq1r] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-dcxzwhzq1r] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.outside-month[b-dcxzwhzq1r] {
    color: #8c959a;
}

.has-availability[b-dcxzwhzq1r] {
    background-color: #265cf21a;
    border: 1px solid #265cf299;
    color: #1246d6;
}

.no-availability[b-dcxzwhzq1r] {
    background-color: #b4190f1a;
}

.has-availability:hover[b-dcxzwhzq1r] {
    cursor: pointer;
}

.no-availability:hover[b-dcxzwhzq1r] {
    cursor: not-allowed;
}

.selected[b-dcxzwhzq1r] {
    background-color: #1246d6;
    border-color: #1246d6;
    color: #fff;
}

.timeslots-container[b-dcxzwhzq1r] {
    display: flex;
    flex-wrap: wrap;
    font-size: min(2.5vw, 12px);
}

.timeslot-item[b-dcxzwhzq1r] {
    flex: 1 0 48%; /* or adjust as needed */
    margin-right: 2%;
    margin-bottom: 1em;
    padding: 0.75em;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.5em;
}

.pills-container[b-dcxzwhzq1r] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.pill-item[b-dcxzwhzq1r] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pill-item.selected[b-dcxzwhzq1r] {
        background-color: #1246d6;
        color: #fff;
    }

    .pill-item.court-pill-item.selected[b-dcxzwhzq1r] {
        border-color: #1246d6;
        border-width: 1px;
        border-style: solid;
        box-shadow: #1246d640 0px 0px 4px 1px;
        background-color: #265cf212;
        color: #000;
    }

    .pill-item.court-pill-item:not(.selected)[b-dcxzwhzq1r] {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.step-container[b-dcxzwhzq1r] {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

    .step-container .step[b-dcxzwhzq1r] {
        border-bottom: 2px solid #ddd;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

        .step-container .step.selected-step[b-dcxzwhzq1r] {
            border-bottom: 2px solid #1246d6;
        }

.selected-date[b-dcxzwhzq1r] {
    font-size: min(3vw, 12px);
}
/* /Components/PrivateSessions/DurationPicker/PrivateSessionsDurationPicker.razor.rz.scp.css */
.sales-grid-item-header[b-m4vbt2sq7r] {
    background-color: #000;
    color: #f2c970;
}

.sales-grid-container[b-m4vbt2sq7r] {
    display: grid;
    padding: 0.5em;
    width: auto;
}

.sales-grid-item[b-m4vbt2sq7r] {
    padding: 0 0.25em;
    align-self: center;
    height: 3em;
    display: flex;
    align-items: center;
}

ul[b-m4vbt2sq7r] {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@media (max-width: 640.98px) {
    /* Mobile layout: Single column */
    .sales-grid-container[b-m4vbt2sq7r] {
        grid-template-columns: 1fr; /* Single column layout */
        gap: 0.5em; /* Add some gap between rows */
    }

    .sales-grid-item[b-m4vbt2sq7r] {
        /* Reset padding/height if needed, or adjust */
        padding: 0.5em 0.5em; /* Adjust padding for mobile */
        height: auto; /* Allow height to adjust to content */
        border-bottom: 1px solid #eee; /* Separator line */
    }

        /* Remove default header styling in mobile */
        .sales-grid-item-header[b-m4vbt2sq7r] {
            background-color: initial !important;
            color: initial !important;
        }

    /* Hide desktop-specific headers */
    .sales-grid-item-header.desktop[b-m4vbt2sq7r] {
        display: none;
    }

    /* Style for the coach level header in mobile */
    .mobile-coach-header[b-m4vbt2sq7r] {
        font-weight: bold;
        background-color: #f0f0f0; /* Light background for header */
        padding: 0.75em 0.5em;
        margin-top: 0.5em; /* Space above coach header */
        border-bottom: none; /* Remove bottom border for header */
    }

        .mobile-coach-header:first-of-type[b-m4vbt2sq7r] {
            margin-top: 0; /* No top margin for the very first header */
        }


    /* Style for each duration row in mobile */
    .mobile-duration-row[b-m4vbt2sq7r] {
        display: flex;
        justify-content: space-between; /* Push text and button apart */
        align-items: center; /* Vertically align items */
        background-color: #fff; /* White background for rows */
    }

        /* Ensure form takes minimal space */
        .mobile-duration-row .mobile-select-form[b-m4vbt2sq7r] {
            margin-left: 1em; /* Space between text and button */
        }

        /* Container for duration and price text */
        .duration-price-text[b-m4vbt2sq7r] {
            display: inline-flex; /* Use inline-flex to keep it on one line */
            align-items: baseline; /* Align text nicely */
            gap: 0.5em; /* Add a small gap between duration and price */
            flex-grow: 1; /* Allow it to take available space */
        }

        /* Style for the duration text part */
        .duration-text[b-m4vbt2sq7r] {
            display: inline-block; /* Needed for min-width */
            min-width: 8em; /* Adjust as needed for alignment */
            text-align: left; /* Ensure text starts from the left */
        }

        /* Style for the price text part */
        .price-text[b-m4vbt2sq7r] {
            /* Style is now empty, effectively removing bold */
        }

    /* Hide all desktop elements */
    .desktop[b-m4vbt2sq7r] {
        display: none;
    }
}

@media (min-width: 641px) {
    .sales-grid-container[b-m4vbt2sq7r] {
        grid-template-columns: repeat(7, auto);
    }

    /* Hide all mobile elements on desktop */
    .mobile[b-m4vbt2sq7r] {
        display: none;
    }
}
/* /Components/ProfileCompletionRequestComponent.razor.rz.scp.css */
.profile-request-container[b-z1uzfq5mwk] {
    padding: 1em;
    background-color: #f2c97033;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    gap: 1em;
}

.profile-complete-text[b-z1uzfq5mwk] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.profile-complete-text a[b-z1uzfq5mwk] {
    display: flex;
    text-decoration-line: none;
}

.inactive[b-z1uzfq5mwk] {
    display: none;
}

.spinner-border[b-z1uzfq5mwk] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2em;
}
/* /Components/WhatsOn/WhatsOnPage.razor.rz.scp.css */
.calendar-container[b-gk1zfd8uyc] {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: auto; /* Remove fixed height to prevent internal scrolling */
}

@media (max-width: 767.98px) {
    .calendar-container[b-gk1zfd8uyc] {
        height: auto; /* Allow natural height on mobile */
        overflow: visible; /* Remove independent scrolling */
    }
}

.time-column[b-gk1zfd8uyc] {
    width: 80px;
    background-color: #f8f9fa;
    border-right: 1px solid #ddd;
    position: relative;
}

@media (max-width: 767.98px) {
    .time-column[b-gk1zfd8uyc] {
        width: 60px; /* Narrower time column on mobile */
    }
}

.time-slot[b-gk1zfd8uyc] {
    height: 31px;
    border-bottom: 1px dotted #eee;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    font-size: 0.85em;
    color: #555;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .time-slot[b-gk1zfd8uyc] {
        padding-right: 5px;
        font-size: 0.75em;
    }
}

.calendar-section[b-gk1zfd8uyc] {
    flex: 1;
    position: relative;
    border-right: 1px solid #eee;
}

.calendar-section:last-child[b-gk1zfd8uyc] {
    border-right: none;
}

/* Mobile: Hide sections not currently selected */
@media (max-width: 767.98px) {
    .calendar-section.mobile-hidden[b-gk1zfd8uyc] {
        display: none;
    }
}

.calendar-header[b-gk1zfd8uyc] {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .calendar-header[b-gk1zfd8uyc] {
        height: 40px;
        font-size: 0.9em;
    }
}

.calendar-content[b-gk1zfd8uyc] {
    position: relative;
    height: auto; /* Remove calc height constraint */
    padding: 0 5px;
    min-height: calc(33 * 31px); /* Exact minimum height for all time slots */
}

@media (max-width: 767.98px) {
    .calendar-content[b-gk1zfd8uyc] {
        height: auto; /* Allow natural height on mobile */
        min-height: calc(33 * 31px); /* Ensure full height for all time slots */
        padding: 0 3px;
    }
}

.time-grid-lines[b-gk1zfd8uyc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.time-grid-line[b-gk1zfd8uyc] {
    height: 31px;
    border-bottom: 1px dotted #eee;
}

.event-block[b-gk1zfd8uyc] {
    position: absolute;
    border-radius: 4px;
    padding: 5px;
    font-size: 0.8em;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    color: white;
}

@media (max-width: 767.98px) {
    .event-block[b-gk1zfd8uyc] {
        padding: 3px;
        font-size: 0.7em;
    }
}

.event-block.classes[b-gk1zfd8uyc] { 
    background-color: rgba(23, 162, 184, 0.8); 
    border: 1px solid rgba(23, 162, 184, 0.9); 
}
.event-block.coaches[b-gk1zfd8uyc] { 
    background-color: rgba(40, 167, 69, 0.8); 
    border: 1px solid rgba(40, 167, 69, 0.9); 
}
.event-block.courts[b-gk1zfd8uyc] { 
    background-color: rgba(0, 123, 255, 0.8); 
    border: 1px solid rgba(0, 123, 255, 0.9); 
}

.event-block h6[b-gk1zfd8uyc] {
    font-size: 0.9em;
    margin-bottom: 3px;
    font-weight: bold;
}
.event-block p[b-gk1zfd8uyc] {
    font-size: 0.8em;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .event-block h6[b-gk1zfd8uyc] {
        font-size: 0.8em;
        margin-bottom: 2px;
    }
    .event-block p[b-gk1zfd8uyc] {
        font-size: 0.7em;
    }
}
