/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-teoi7rzfvt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-teoi7rzfvt] {
    flex: 1;
}

.sidebar[b-teoi7rzfvt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-teoi7rzfvt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-teoi7rzfvt]  a, .top-row[b-teoi7rzfvt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-teoi7rzfvt]  a:hover, .top-row[b-teoi7rzfvt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-teoi7rzfvt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-teoi7rzfvt] {
        justify-content: space-between;
    }

    .top-row[b-teoi7rzfvt]  a, .top-row[b-teoi7rzfvt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-teoi7rzfvt] {
        flex-direction: row;
    }

    .sidebar[b-teoi7rzfvt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-teoi7rzfvt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-teoi7rzfvt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-teoi7rzfvt], article[b-teoi7rzfvt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

:host[b-teoi7rzfvt] {
    display: block;
}

.dashboard-shell[b-teoi7rzfvt] {
    min-height: 100vh;
    background: #F4F7FA;
}

.dashboard-shell--no-sidebar[b-teoi7rzfvt] {
    display: block;
}

.dashboard-main[b-teoi7rzfvt] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.dashboard-header[b-teoi7rzfvt] {
    height: 72px;
    background: #FFFFFF;
    border-bottom: 1px solid #DDE5EE;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.dashboard-header__primary[b-teoi7rzfvt],
.dashboard-header__actions[b-teoi7rzfvt] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dashboard-header__actions[b-teoi7rzfvt] {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}

.dashboard-eyebrow[b-teoi7rzfvt] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748B;
}

.dashboard-title[b-teoi7rzfvt] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0B1F3A;
}

.dashboard-search[b-teoi7rzfvt] {
    min-width: 432px;
    flex: 1 1 auto;
    position: relative;
}

.dashboard-search__icon[b-teoi7rzfvt] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    pointer-events: none;
}

.dashboard-search .form-control[b-teoi7rzfvt] {
    border: 1px solid #DDE5EE;
    border-radius: 12px;
    background: #F4F7FA;
    padding: 11px 14px 11px 40px;
    color: #1E293B;
}

.dashboard-icon-button[b-teoi7rzfvt] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #DDE5EE;
    background: #FFFFFF;
}

.dashboard-profile[b-teoi7rzfvt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dashboard-profile__avatar[b-teoi7rzfvt] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #145DA0, #2E8BC0);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.dashboard-profile__name[b-teoi7rzfvt] {
    font-weight: 700;
    color: #1E293B;
}

.dashboard-profile__role[b-teoi7rzfvt] {
    font-size: 0.875rem;
    color: #64748B;
}

.dashboard-content[b-teoi7rzfvt] {
    flex: 1;
    padding: 24px;
}

@media (max-width: 991.98px) {
    .dashboard-header[b-teoi7rzfvt] {
        height: auto;
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-header__actions[b-teoi7rzfvt] {
        flex-wrap: wrap;
        width: 100%;
    }

    .dashboard-search[b-teoi7rzfvt] {
        min-width: 0;
        flex: 1 1 100%;
    }
}

@media (max-width: 575.98px) {
    .dashboard-content[b-teoi7rzfvt] {
        padding: 16px;
    }

    .dashboard-profile[b-teoi7rzfvt] {
        width: 100%;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-header__logo[b-rfmxf8iwcm] {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    margin-bottom: 1rem;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-header__logo:hover[b-rfmxf8iwcm] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .dashboard-header__logo[b-rfmxf8iwcm] {
        max-width: 150px;
        margin-bottom: 0.75rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-oc9dqb9qg0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: url('/images/travel_ams_splash.jpg') center center / cover no-repeat;
    position: relative;
    isolation: isolate;
}

.login-page__overlay[b-oc9dqb9qg0] {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(8, 27, 51, 0.68), rgba(20, 93, 160, 0.48));
    z-index: -1;
}

.login-content[b-oc9dqb9qg0] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-card[b-oc9dqb9qg0] {
    width: min(420px, 100%);
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
}

.login-brand[b-oc9dqb9qg0] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.login-brand__travel-logo[b-oc9dqb9qg0] {
    width: min(220px, 100%);
    height: auto;
    object-fit: contain;
}

.login-card__header[b-oc9dqb9qg0] {
    margin-bottom: 1.25rem;
    text-align: center;
}

.login-eyebrow[b-oc9dqb9qg0] {
    margin: 0 0 0.25rem;
    color: #1E4D7B;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 700;
}

h1[b-oc9dqb9qg0] {
    margin: 0 0 0.4rem;
    font-size: 1.6rem;
    color: #0B1F3A;
}

.login-brand-footer[b-oc9dqb9qg0] {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid #DDE5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.login-brand-footer__label[b-oc9dqb9qg0] {
    font-size: 0.78rem;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.login-brand-footer__rada-logo[b-oc9dqb9qg0] {
    /*width: 80px;*/
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #DDE5EE;
}

@media (max-width: 575.98px) {
    .login-page[b-oc9dqb9qg0] {
        padding: 16px;
    }

    .login-card[b-oc9dqb9qg0] {
        padding: 1.2rem;
    }

    .login-brand__travel-logo[b-oc9dqb9qg0] {
        width: min(185px, 100%);
    }
}
