@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/SectionShopper/Components/Events/CreateEvent.razor.rz.scp.css */
.dark-input input[b-tvp37l8xc8],
.dark-input textarea[b-tvp37l8xc8],
.dark-input .e-control[b-tvp37l8xc8] {
    @apply bg-gray-800 text-white border border-gray-600 focus:border-indigo-500 focus:ring-1 focus:ring-indigo-400 rounded;
}
/* _content/SectionShopper/Components/Events/EditEventDialog.razor.rz.scp.css */
.dark-dialog .e-dlg-header[b-f6fttyj4ol],
.dark-dialog .e-footer-content[b-f6fttyj4ol],
.dark-dialog .e-dlg-content[b-f6fttyj4ol] {
    background-color: #1e293b;
    color: white;
}
/* _content/SectionShopper/Components/Events/EventDetails.razor.rz.scp.css */
.event-card-wrapper[b-fpweoftks7] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .event-card-wrapper:hover[b-fpweoftks7] {
        transform: translateY(-4px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9);
    }

.modal-overlay[b-fpweoftks7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content[b-fpweoftks7] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background-color: #000;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-content img[b-fpweoftks7] {
        max-width: 100%;
        max-height: 80vh;
        width: auto;
        height: auto;
        border-radius: 8px;
        object-fit: contain;
    }

.modal-close[b-fpweoftks7] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}
/* _content/SectionShopper/Components/Events/ReservationForm.razor.rz.scp.css */
/* Styling for better layout and responsiveness */
.custom-card[b-o9zjyvc2ih] {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.form-label[b-o9zjyvc2ih] {
    font-weight: 600;
}

.form-control[b-o9zjyvc2ih] {
    border-radius: 6px;
    border: 1px solid #ccc;
}

.text-danger[b-o9zjyvc2ih] {
    font-size: 0.875rem;
}

.text-primary[b-o9zjyvc2ih] {
    font-weight: bold;
}

.reserve-button[b-o9zjyvc2ih] {
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
}

.mb-5[b-o9zjyvc2ih] {
    margin-bottom: 4rem !important; /* Extra space at the bottom */
}

.alert[b-o9zjyvc2ih] {
    font-size: 1rem;
    font-weight: bold;
}

.pick-table-btn[b-o9zjyvc2ih] {
    color: #000;
    background-color: #b2b2b5;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.form-check[b-o9zjyvc2ih] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.form-check-input[b-o9zjyvc2ih] {
    margin-top: 0.3rem;
}
/* _content/SectionShopper/Components/Events/SectionPicker.razor.rz.scp.css */
.venue-map-wrapper .layout[b-nlx7v9wquh] {
    position: relative; /* anchor children */
    width: 100%; /* scale to its parent */
    max-width: 800px; /* or whatever your map’s ”native“ width is */
    margin: auto;
}

.venue-map-wrapper .layout-object[b-nlx7v9wquh] {
    position: absolute; /* now left/top are relative to .layout */
    transform-origin: center center; /* rotate around its center */
    box-sizing: border-box; /* include border in width/height */
}
.venue-map-wrapper .layout img[b-nlx7v9wquh] {
    display: block;
    width: 100%;
    height: auto;
}

.clickable-table[b-nlx7v9wquh] {
    background-color: white;
    cursor: pointer;
}

    .clickable-table:hover[b-nlx7v9wquh] {
        background-color: red !important;
    }

/* Reserved Tables */
.nonactive-table[b-nlx7v9wquh] {
    background-color: dimgray;
    cursor: not-allowed;
}

/* Selected Table */
.selected-object[b-nlx7v9wquh] {
    background-color: red;
}

.back-syncfusion-button[b-nlx7v9wquh] {
    align-self: flex-start;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1000;
    background-color: #ffffff;
    color: #333;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 6px 16px;
}

    .back-syncfusion-button:hover[b-nlx7v9wquh] {
        background-color: #f1f1f1;
    }
/* _content/SectionShopper/Components/Events/VenueEventList.razor.rz.scp.css */

.section-title[b-ugqrbwr8ut] {
    font-size: 1.75rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Event Card Styling */
.event-card[b-ugqrbwr8ut] {
    flex: 1 1 300px;
    max-width: 320px;
    background-color: #1f2937; /* bg-gray-800 */
    border: 1px solid #374151; /* border-gray-700 */
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-bottom: 2rem;
}

    .event-card:hover[b-ugqrbwr8ut] {
        transform: translateY(-0.5rem);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    }

/* Image Zoom */
.image-wrapper[b-ugqrbwr8ut] {
    overflow: hidden;
    height: 12rem; /* h-48 */
}

    .image-wrapper img[b-ugqrbwr8ut] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

        .image-wrapper img:hover[b-ugqrbwr8ut] {
            transform: scale(1.05);
        }

/* Date Badge */
.event-date-badge[b-ugqrbwr8ut] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background-color: #4f46e5; /* bg-indigo-600 */
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Content */
.card-content[b-ugqrbwr8ut] {
    padding: 1rem;
}

.event-title[b-ugqrbwr8ut] {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

    .event-title:hover[b-ugqrbwr8ut] {
        color: #818cf8; /* text-indigo-400 */
    }

.event-day[b-ugqrbwr8ut] {
    font-size: 0.875rem;
    color: #9ca3af; /* text-gray-400 */
}
.cards-wrapper[b-ugqrbwr8ut] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; /* space between cards */
    padding: 0 1rem;
}
/* _content/SectionShopper/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xozea9xkzb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xozea9xkzb] {
    flex: 1;
}

.sidebar[b-xozea9xkzb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xozea9xkzb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xozea9xkzb]  a, .top-row[b-xozea9xkzb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xozea9xkzb]  a:hover, .top-row[b-xozea9xkzb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xozea9xkzb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xozea9xkzb] {
        justify-content: space-between;
    }

    .top-row[b-xozea9xkzb]  a, .top-row[b-xozea9xkzb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xozea9xkzb] {
        flex-direction: row;
    }

    .sidebar[b-xozea9xkzb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xozea9xkzb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xozea9xkzb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xozea9xkzb], article[b-xozea9xkzb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xozea9xkzb] {
    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-xozea9xkzb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SectionShopper/Components/Login/Login.razor.rz.scp.css */
/* _content/SectionShopper/Components/Pages/Contact.razor.rz.scp.css */
