/* /App.razor.rz.scp.css */
.app-loading[b-fc1jxeh7it] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    color: #212529;
}

@media (prefers-color-scheme: dark) {
    .app-loading[b-fc1jxeh7it] {
        background-color: #1a1a1a;
        color: #ffffff;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.rotating-text[b-96szyq4nle] {
    display: inline-block;
    transition: opacity 400ms ease, transform 400ms ease;
    opacity: 1;
}

.rotating-text.fade-out[b-96szyq4nle] {
    opacity: 0;
    transform: translateY(-4px);
}

.rotating-text.fade-in[b-96szyq4nle] {
    opacity: 1;
    transform: translateY(0);
}
/* /Shared/Components/Navigation/MainMenu.razor.rz.scp.css */
.notification-badge[b-ai0awxvoi0]
{
    min-width: 10px;
    min-height: 10px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 3px;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
}
/* /Shared/Components/UI/Calendars/DayPickerCalendar.razor.rz.scp.css */
.calendar-grid[b-yrvils98k9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.day[b-yrvils98k9] {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
}

.day.available[b-yrvils98k9] {
    background: #e6f7e6;
}

.day.unavailable[b-yrvils98k9] {
    background: #f0f0f0;
    color: #999;
}

.slot[b-yrvils98k9] {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 6px;
}

.slot.full[b-yrvils98k9] {
    opacity: 0.5;
}
/* /Shared/Components/UI/Calendars/TimeSlotPicker.razor.rz.scp.css */
/* Time slot buttons */
.time-slot[b-zquu2hu1bn] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.time-slot .spots[b-zquu2hu1bn] {
    font-size: 0.6875rem;
    font-weight: 400;
    opacity: 0.7;
}

.time-slot.in-cart[b-zquu2hu1bn] {
    border-color: var(--bs-success);
}

.time-slot.in-cart .spots[b-zquu2hu1bn] {
    color: rgba(255,255,255,0.8);
}

/* Included tags */
.included-item[b-zquu2hu1bn] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #f8f9fa;
    padding: 0.25rem 0.625rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: #5c6065;
}

.included-item i[b-zquu2hu1bn] {
    color: var(--bs-success);
}
/* /Shared/Components/UI/Calendars/VariantPicker.razor.rz.scp.css */
[b-2wo1oghae4] .date-link {
    cursor: pointer;
    color: var(--bs-primary);
}

[b-2wo1oghae4] .date-link:hover {
    text-decoration: underline;
}

.badge-success-soft[b-2wo1oghae4] {
    background-color: rgba(12, 188, 135, 0.1);
    color: var(--bs-success);
}

.badge-warning-soft[b-2wo1oghae4] {
    background-color: rgba(247, 195, 46, 0.15);
    color: #9a7b19;
}

.badge-danger-soft[b-2wo1oghae4] {
    background-color: rgba(214, 41, 62, 0.1);
    color: var(--bs-danger);
}

.badge-dark-soft[b-2wo1oghae4] {
    background-color: rgba(36, 41, 45, 0.1);
    color: var(--bs-dark);
}

/* Deal Card Styling - Matches Bookinga */
.deal-card[b-2wo1oghae4] {
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.deal-card.sold-out[b-2wo1oghae4] {
    opacity: 0.65;
    background: linear-gradient(135deg, var(--bs-tertiary-bg) 0%, var(--bs-body-bg) 100%);
}

.deal-card:hover[b-2wo1oghae4] {
    box-shadow: 0 0 40px rgba(29,58,83,.2);
}

.deal-card.selected[b-2wo1oghae4] {
    border-color: var(--bs-primary);
}

.deal-card .badge[b-2wo1oghae4] {
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.deal-card .deal-title[b-2wo1oghae4] {
    color: var(--bs-primary);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.deal-card .deal-meta[b-2wo1oghae4] {
    font-size: 0.8125rem;
}

.deal-card .deal-meta li[b-2wo1oghae4] {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.25rem;
}

.deal-card .deal-meta li[b-2wo1oghae4]::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--bs-primary);
}

.deal-card .price[b-2wo1oghae4] {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--bs-dark);
}

.deal-card .price-original[b-2wo1oghae4] {
    text-decoration: line-through;
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 400;
}

.variant-picker[b-2wo1oghae4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.variant-picker .deal-card:last-child[b-2wo1oghae4] {
    margin-bottom: 0;
}

.select-day-message[b-2wo1oghae4] {
    text-align: center;
    color: #6b7280;
    padding: 2rem;
}

.date-link[b-2wo1oghae4] {
    color: var(--bs-primary);
    font-weight: 600;
}

.deal-card.has-cart-item[b-2wo1oghae4] {
    border-color: var(--bs-success);
    background: linear-gradient(
            to bottom,
            rgba(var(--bs-success-rgb), 0.03) 0%,
            var(--bs-body-bg) 100px
    );
}

.deal-card.has-cart-item-expired[b-2wo1oghae4] {
    border-color: var(--bs-warning);
}

.cart-indicator[b-2wo1oghae4] {
    background: linear-gradient(135deg, var(--bs-success) 0%, #0a9a6e 100%);
    color: #fff;
    margin: -1.25rem -1.25rem 1rem -1.25rem;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
}

.cart-indicator .btn-link[b-2wo1oghae4] {
    opacity: 0.8;
    transition: opacity 0.2s;
}

.cart-indicator .btn-link:hover[b-2wo1oghae4] {
    opacity: 1;
}
/* /Shared/Components/UI/Calendars/WeekDayPickerCalendar.razor.rz.scp.css */
.icon-lg[b-gthq0qeqwf] {
    width: 72px;
    height: 72px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
    flex-grow: 1;
    line-height: 1.1;
}

.cursor-pointer[b-gthq0qeqwf] {
    cursor: pointer;
}

.cursor-blocked[b-gthq0qeqwf] {
    cursor: not-allowed;
}
