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

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

    max-width: 1200px;

    margin: auto;

    padding: 2rem;
}

.admin-header[b-g9bqz0mm6t] {

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

    margin-bottom: 2rem;
}

.admin-toolbar[b-g9bqz0mm6t] {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    gap: 1rem;

    margin-bottom: 1.5rem;
}

.filters-row[b-g9bqz0mm6t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
}

.filter-group[b-g9bqz0mm6t] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.filter-label[b-g9bqz0mm6t] {
    color: #888;
    font-size: .8rem;
}

.status-filter[b-g9bqz0mm6t] {
    min-width: 260px;

    padding: .8rem .9rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: #101319;
    color: #fff;
}

.date-filter[b-g9bqz0mm6t] {
    min-width: 160px;

    padding: .8rem .9rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: #101319;
    color: #fff;
}

.results-summary[b-g9bqz0mm6t] {
    color: #b7becb;
    margin: 0 0 1rem;
    font-size: .92rem;
}

.admin-header h1[b-g9bqz0mm6t] {

    margin: 0;

    color: white;
}

.admin-subtitle[b-g9bqz0mm6t] {

    color: #aaa;

    margin-top: .3rem;
}

.booking-list[b-g9bqz0mm6t] {

    display: flex;
    flex-direction: column;

    gap: 1.5rem;
}

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

    background: #171a21;

    border-radius: 24px;

    padding: 1.5rem;

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

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

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

    margin-bottom: 1.5rem;
}

.customer-name[b-g9bqz0mm6t] {

    color: white;

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

.customer-email[b-g9bqz0mm6t] {

    color: #999;

    margin-top: .2rem;
}

.copy-field[b-g9bqz0mm6t] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.copy-field + .copy-field[b-g9bqz0mm6t] {
    margin-top: .35rem;
}

.copy-field-inline[b-g9bqz0mm6t] {
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
}

.copy-field-inline .route-value[b-g9bqz0mm6t],
.copy-field-inline .info-value[b-g9bqz0mm6t] {
    flex: 1;
    min-width: 0;
}

.copy-field-notes[b-g9bqz0mm6t] {
    align-items: flex-start;
}

.notes-text[b-g9bqz0mm6t] {
    flex: 1;
    min-width: 0;
}

.copy-button[b-g9bqz0mm6t] {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.05);
    color: #d7dde8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.copy-button:hover[b-g9bqz0mm6t] {
    background: rgba(255,255,255,.12);
    color: #ffffff;
}

.copy-button-small[b-g9bqz0mm6t] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
}

.copy-feedback[b-g9bqz0mm6t] {
    flex: 0 0 auto;
    padding: .24rem .45rem;
    border-radius: 999px;
    background: rgba(36, 195, 88, .16);
    color: #7dffba;
    font-size: .72rem;
    line-height: 1;
    white-space: nowrap;
}

.status[b-g9bqz0mm6t] {

    padding:
            .5rem 1rem;

    border-radius: 999px;

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

.status.pending[b-g9bqz0mm6t] {

    background: #ffcc001f;
    color: #ffd84d;
}

.status.confirmed[b-g9bqz0mm6t] {

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

.status.rejected[b-g9bqz0mm6t] {

    background: #ff00001f;
    color: #ff8d8d;
}

.route-box[b-g9bqz0mm6t] {

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

    border-radius: 18px;

    padding: 1rem;

    margin-bottom: 1rem;
}

.route-label[b-g9bqz0mm6t] {

    color: #888;

    font-size: .75rem;

    letter-spacing: 1px;
}

.route-value[b-g9bqz0mm6t] {

    color: white;

    margin-top: .3rem;
}

.route-divider[b-g9bqz0mm6t] {

    height: 1px;

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

    margin: 1rem 0;
}

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

    display: grid;

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

    gap: 1rem;

    margin-bottom: 1rem;
}

.info-label[b-g9bqz0mm6t] {

    display: block;

    color: #888;

    font-size: .8rem;
}

.info-value[b-g9bqz0mm6t] {

    color: white;

    font-weight: 400;
}

.notes-box[b-g9bqz0mm6t] {

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

    border-radius: 16px;

    padding: 1rem;

    color: #ddd;

    margin-bottom: 1rem;
}

.admin-actions[b-g9bqz0mm6t] {

    display: flex;

    gap: 1rem;
}

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

    border: none;

    border-radius: 14px;

    padding:
            .9rem 1.4rem;

    font-weight: 400;
}

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

    background: #1e73be;

    color: #ffffff;
}

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

    background: #1e73be;

    color: white;
}

.btn-price-admin[b-g9bqz0mm6t] {
    background: #7a3ef0;
    color: white;
}

.btn-confirm-admin:hover[b-g9bqz0mm6t],
.btn-reject-admin:hover[b-g9bqz0mm6t],
.refresh-button:hover[b-g9bqz0mm6t] {

    background: #24c358;

    color: #ffffff;
}

.btn-price-admin:hover[b-g9bqz0mm6t] {
    background: #925cff;
    color: #ffffff;
}

.btn-confirm-admin:disabled[b-g9bqz0mm6t],
.btn-reject-admin:disabled[b-g9bqz0mm6t] {

    cursor: not-allowed;
    opacity: .45;
}

.refresh-button[b-g9bqz0mm6t] {

    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;
    }
