/* /Components/LoadingBounce.razor.rz.scp.css */
/* Bounce animation */
@keyframes bounce-b-b8k1w5abcd {
    0% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(-8px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.6; }
}

/* Dots */
.spinner-dots .dot[b-b8k1w5abcd] {
    width: 12px;
    height: 12px;
    animation: bounce-b-b8k1w5abcd 0.6s infinite ease-in-out;
}

.spinner-dots .dot:nth-child(2)[b-b8k1w5abcd] { animation-delay: 0.2s; }
.spinner-dots .dot:nth-child(3)[b-b8k1w5abcd] { animation-delay: 0.4s; }

/* Fade in/out overlay */
#inlineSpinnerOverlay[b-b8k1w5abcd] {
    transition: opacity 0.3s ease;
}

#inlineSpinnerOverlay.show[b-b8k1w5abcd] {
    display: flex;
    opacity: 1;
}

#inlineSpinnerOverlay.hide[b-b8k1w5abcd] {
    opacity: 0;
    pointer-events: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-bm1e2ni2pa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-bm1e2ni2pa], article[b-bm1e2ni2pa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t4fg3amnes] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

    .nav-item[b-t4fg3amnes]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-t4fg3amnes] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-t4fg3amnes] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Booking/Orders.razor.rz.scp.css */
/* Optional: subtle hover highlight for checklist items */
.list-group-item:hover[b-gx33nlxfqp] {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

/* Icons size */
.list-group-item i[b-gx33nlxfqp] {
    font-size: 1.2rem;
}
/* /Pages/Booking/Playground.razor.rz.scp.css */
/* /Pages/Booking/Show.razor.rz.scp.css */
.stage[b-mw23pm6d95] {
    background: linear-gradient(to right, #e8cfc1, #f6e6dd);
    font-weight: bold;
    letter-spacing: 2px;
}

.theatre-viewport[b-mw23pm6d95] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.theatre-scroll[b-mw23pm6d95] {
    flex: 1;
    overflow: auto;
    min-height: 0;
}

.theatre[b-mw23pm6d95] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.seat-row[b-mw23pm6d95] {
    display: flex;
    align-items: center;
    gap: 2px;
    transition: transform 0.2s ease;
}

.seat-row.raised[b-mw23pm6d95] {
    margin-top: 7px;
}

.row-label[b-mw23pm6d95] {
    font-weight: bold;
    text-align: left;
}

.seats[b-mw23pm6d95] {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
}

.seat[b-mw23pm6d95] {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: none;
    background: #f3dcd2;
    transition: all 0.2s ease;
}

.seat:hover[b-mw23pm6d95] {
    background: #d8b4a0;
    transform: scale(1.08);
}

.seat.reserved[b-mw23pm6d95] {
    background: #c8c8c8;
    cursor: not-allowed;
}

.seat.selected[b-mw23pm6d95] {
    background: #ffad00;
}

.balcony-seat[b-mw23pm6d95] {
    background: #e3d7f4;
}
/* /Pages/Install.razor.rz.scp.css */
/* iPhone mockup screen styling */
.iphone-mockup .screen[b-c4bzzj6d49] {
    background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    border-radius: 20px;
}

/* Bouncing arrow animation */
@keyframes bounce-b-c4bzzj6d49 {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.animate-bounce[b-c4bzzj6d49] {
    animation: bounce-b-c4bzzj6d49 2s infinite;
}

/* Optional pastel/ballet colors */
body[b-c4bzzj6d49] {
    background: #fffaf6;
}

.card[b-c4bzzj6d49] {
    background: #fff7f3;
}

/* Device mockup screens */
.device-mockup .screen[b-c4bzzj6d49] {
    background: linear-gradient(to bottom, #fff 0%, #fdf5f0 100%);
    border-radius: 20px;
}

/* Ballerina spinning animation */
@keyframes ballerina-spin-b-c4bzzj6d49 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ballerina-spin[b-c4bzzj6d49] {
    animation: ballerina-spin-b-c4bzzj6d49 8s linear infinite;
}

/* Arrow bounce animation */
@keyframes bounce-b-c4bzzj6d49 {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.animate-bounce[b-c4bzzj6d49] {
    animation: bounce-b-c4bzzj6d49 2s infinite;
}

/* Slide-in animation */
@keyframes slideInLeft-b-c4bzzj6d49 {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
}

.slide-in-left[b-c4bzzj6d49] {
    animation: slideInLeft-b-c4bzzj6d49 1s ease forwards;
}

/* Pastel ballet theme */
body[b-c4bzzj6d49] {
    background: #fffaf6;
}

.card[b-c4bzzj6d49] {
    background: #fff7f3;
}
