/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-wrap[b-jtfgwmfpuv] {
    min-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-bg, #F9F9F9);
    padding-bottom: 3rem;
}

.login-banner[b-jtfgwmfpuv] {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    max-height: 280px;
}

.login-banner svg[b-jtfgwmfpuv] {
    width: 100%;
    display: block;
    min-height: 180px;
    max-height: 280px;
}

.login-card[b-jtfgwmfpuv] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.25rem 2.5rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 16px 60px rgba(5, 114, 122, 0.28), 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: -11.875rem;
    position: relative;
    z-index: 1;
}

.login-brand[b-jtfgwmfpuv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.75rem;
}

.login-brand-name[b-jtfgwmfpuv] {
    font-family: 'Cairo', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-primary, #05727A);
    letter-spacing: -0.01em;
}

.login-btn[b-jtfgwmfpuv] {
    background-color: var(--color-primary, #05727A);
    border-color: var(--color-primary, #05727A);
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    padding: 0.65rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: background-color 0.18s, box-shadow 0.18s;
}

.login-btn:hover[b-jtfgwmfpuv],
.login-btn:focus[b-jtfgwmfpuv] {
    background-color: var(--color-primary-dark, #045f66);
    border-color: var(--color-primary-dark, #045f66);
    box-shadow: 0 4px 16px rgba(5, 114, 122, 0.25);
}

.login-passkey[b-jtfgwmfpuv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.login-passkey-divider[b-jtfgwmfpuv] {
    font-size: 0.78rem;
    color: var(--color-text-muted, #6A747D);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.login-passkey-btn[b-jtfgwmfpuv] {
    color: var(--color-primary, #05727A);
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

.login-footer-links[b-jtfgwmfpuv] {
    margin-top: 1.25rem;
    text-align: center;
}

.login-footer-links a[b-jtfgwmfpuv] {
    color: var(--color-text-muted, #6A747D);
    text-decoration: none;
}

.login-footer-links a:hover[b-jtfgwmfpuv] {
    color: var(--color-primary, #05727A);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-card[b-jtfgwmfpuv] {
        border-radius: 12px;
        padding: 1.75rem 1.5rem;
        margin-top: -10.875rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ramp-page[b-0fnqks369r] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ramp-content[b-0fnqks369r] {
    flex: 1;
    padding: 2rem;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

#blazor-error-ui[b-0fnqks369r] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-0fnqks369r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.ramp-header[b-skmcegtea5] {
    background-color: var(--color-primary);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(5, 114, 122, 0.25);
}

/* Altid synlig top-bar: brand + bruger */
.ramp-top-bar[b-skmcegtea5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
}

[b-skmcegtea5] .ramp-brand,
.ramp-brand[b-skmcegtea5] {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.ramp-user-area[b-skmcegtea5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

[b-skmcegtea5] .ramp-user-link,
[b-skmcegtea5] .ramp-user-link:link,
[b-skmcegtea5] .ramp-user-link:visited,
.ramp-user-link[b-skmcegtea5] {
    color: #F9F9F9;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.15s ease;
}

[b-skmcegtea5] .ramp-user-link:hover,
.ramp-user-link:hover[b-skmcegtea5] {
    color: #FFFFFF;
}

/* Nav-links: skjult som standard, synlig ved hover på headeren */
.ramp-nav[b-skmcegtea5] {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
    background-color: var(--color-primary-dark);
}

.ramp-header:hover .ramp-nav[b-skmcegtea5] {
    max-height: 52px;
}

.ramp-nav-inner[b-skmcegtea5] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0 2rem;
    height: 52px;
}

/* ::deep er nødvendig fordi NavLink renderer sin egen <a> uden parent-scope-attributten */
[b-skmcegtea5] .ramp-nav-link,
[b-skmcegtea5] .ramp-nav-link:link,
[b-skmcegtea5] .ramp-nav-link:visited {
    color: #F9F9F9;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 6px;
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    display: inline-flex;
    align-items: center;
}

[b-skmcegtea5] .ramp-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

[b-skmcegtea5] .ramp-nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j75sih0cug],
.components-reconnect-repeated-attempt-visible[b-j75sih0cug],
.components-reconnect-failed-visible[b-j75sih0cug],
.components-pause-visible[b-j75sih0cug],
.components-resume-failed-visible[b-j75sih0cug],
.components-rejoining-animation[b-j75sih0cug] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-retrying[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-failed[b-j75sih0cug],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j75sih0cug] {
    display: block;
}


#components-reconnect-modal[b-j75sih0cug] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-j75sih0cug 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j75sih0cug 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j75sih0cug 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j75sih0cug]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j75sih0cug 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j75sih0cug {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j75sih0cug {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j75sih0cug {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j75sih0cug] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j75sih0cug] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j75sih0cug] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j75sih0cug] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j75sih0cug] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j75sih0cug] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j75sih0cug] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j75sih0cug 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j75sih0cug] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j75sih0cug {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BookingForm.razor.rz.scp.css */
.driver-picker[b-fmwqo88k23] {
    position: relative;
}

.driver-suggestions[b-fmwqo88k23] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.driver-suggestions .list-group-item[b-fmwqo88k23] {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
}

.selected-driver-chip[b-fmwqo88k23] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #eaf4f4;
    border: 1px solid var(--color-primary, #05727A);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
}

.driver-pick-thumb[b-fmwqo88k23] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.driver-pick-icon[b-fmwqo88k23] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    flex-shrink: 0;
}
/* /Components/Pages/DriversPage.razor.rz.scp.css */
.driver-grid[b-9plyuxwors] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.driver-card[b-9plyuxwors] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.15s, transform 0.1s;
}

.driver-card:hover[b-9plyuxwors] {
    box-shadow: 0 4px 16px rgba(5, 114, 122, 0.18);
    transform: translateY(-2px);
}

.driver-photo-wrap[b-9plyuxwors] {
    height: 160px;
    background: #f0f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.driver-photo[b-9plyuxwors] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driver-photo-placeholder[b-9plyuxwors] {
    font-size: 4rem;
    color: #adb5bd;
}

.driver-info[b-9plyuxwors] {
    padding: 0.85rem 1rem;
}

.driver-name[b-9plyuxwors] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-primary, #05727A);
    margin-bottom: 0.2rem;
}

.driver-carrier[b-9plyuxwors] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-primary, #05727A);
    margin-bottom: 0.1rem;
}

.driver-license[b-9plyuxwors] {
    font-size: 0.82rem;
    color: #6c757d;
}

.img-preview-wrap[b-9plyuxwors] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.img-preview[b-9plyuxwors] {
    max-height: 120px;
    max-width: 100%;
    border-radius: 6px;
    object-fit: contain;
}
