@import 'EuronoloWebApp.Client.68hcigp9t5.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Areas/Admin/Bookings.razor.rz.scp.css */
.admin-page[b-whslbp98t0] {

    max-width: 1200px;

    margin: auto;

    padding: 2rem;
}

.admin-header[b-whslbp98t0] {

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 2rem;
}

.admin-header h1[b-whslbp98t0] {

    margin: 0;

    color: white;
}

.admin-subtitle[b-whslbp98t0] {

    color: #aaa;

    margin-top: .3rem;
}

.booking-list[b-whslbp98t0] {

    display: flex;
    flex-direction: column;

    gap: 1.5rem;
}

.booking-card-admin[b-whslbp98t0] {

    background: #171a21;

    border-radius: 24px;

    padding: 1.5rem;

    border:
            1px solid rgba(255,255,255,.08);
}

.booking-card-top[b-whslbp98t0] {

    display: flex;
    justify-content: space-between;

    margin-bottom: 1.5rem;
}

.customer-name[b-whslbp98t0] {

    color: white;

    font-size: 1.2rem;
    font-weight: 700;
}

.customer-email[b-whslbp98t0] {

    color: #999;

    margin-top: .2rem;
}

.status[b-whslbp98t0] {

    padding:
            .5rem 1rem;

    border-radius: 999px;

    font-size: .85rem;
    font-weight: 700;
}

.status.pending[b-whslbp98t0] {

    background: #ffcc001f;
    color: #ffd84d;
}

.status.confirmed[b-whslbp98t0] {

    background: #00ff7f1f;
    color: #7dffba;
}

.status.rejected[b-whslbp98t0] {

    background: #ff00001f;
    color: #ff8d8d;
}

.route-box[b-whslbp98t0] {

    background: rgba(255,255,255,.03);

    border-radius: 18px;

    padding: 1rem;

    margin-bottom: 1rem;
}

.route-label[b-whslbp98t0] {

    color: #888;

    font-size: .75rem;

    letter-spacing: 1px;
}

.route-value[b-whslbp98t0] {

    color: white;

    margin-top: .3rem;
}

.route-divider[b-whslbp98t0] {

    height: 1px;

    background: rgba(255,255,255,.08);

    margin: 1rem 0;
}

.booking-info-grid[b-whslbp98t0] {

    display: grid;

    grid-template-columns:
        repeat(auto-fit,minmax(180px,1fr));

    gap: 1rem;

    margin-bottom: 1rem;
}

.info-label[b-whslbp98t0] {

    display: block;

    color: #888;

    font-size: .8rem;
}

.info-value[b-whslbp98t0] {

    color: white;

    font-weight: 600;
}

.notes-box[b-whslbp98t0] {

    background:
            rgba(255,255,255,.03);

    border-radius: 16px;

    padding: 1rem;

    color: #ddd;

    margin-bottom: 1rem;
}

.admin-actions[b-whslbp98t0] {

    display: flex;

    gap: 1rem;
}

.btn-confirm-admin[b-whslbp98t0],
.btn-reject-admin[b-whslbp98t0],
.refresh-button[b-whslbp98t0] {

    border: none;

    border-radius: 14px;

    padding:
            .9rem 1.4rem;

    font-weight: 700;
}

.btn-confirm-admin[b-whslbp98t0] {

    background:
            linear-gradient(
                    135deg,
                    #b69258,
                    #d8ba7f
            );

    color: #111;
}

.btn-reject-admin[b-whslbp98t0] {

    background:
            rgba(255,255,255,.08);

    color: white;
}

.refresh-button[b-whslbp98t0] {

    background: white;

    color: black;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3n2yrz1l2l] {
    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-3n2yrz1l2l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
