/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-db4377y98l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-layout[b-db4377y98l] {
    min-height: 100vh;
}

main[b-db4377y98l] {
    flex: 1;
    width: 100%;
}

.sidebar[b-db4377y98l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-db4377y98l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-db4377y98l]  a, .top-row[b-db4377y98l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-db4377y98l]  a:hover, .top-row[b-db4377y98l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-db4377y98l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-db4377y98l] {
        justify-content: space-between;
    }

    .top-row[b-db4377y98l]  a, .top-row[b-db4377y98l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-db4377y98l] {
        flex-direction: row;
    }

    .sidebar[b-db4377y98l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-db4377y98l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-db4377y98l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-db4377y98l], article[b-db4377y98l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-db4377y98l] {
    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-db4377y98l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k2ut8p60g8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-k2ut8p60g8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-k2ut8p60g8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k2ut8p60g8] {
    font-size: 1.1rem;
}

.bi[b-k2ut8p60g8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-k2ut8p60g8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-k2ut8p60g8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-k2ut8p60g8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-k2ut8p60g8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k2ut8p60g8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k2ut8p60g8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k2ut8p60g8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-k2ut8p60g8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k2ut8p60g8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-k2ut8p60g8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k2ut8p60g8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k2ut8p60g8] {
        display: none;
    }

    .nav-scrollable[b-k2ut8p60g8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-uuojj9w0cr] {
    background-color: #f5f5f5;
    color: #222;
}

.topbar[b-uuojj9w0cr] {
    background: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-container[b-uuojj9w0cr],
.section-container[b-uuojj9w0cr],
.content-shell[b-uuojj9w0cr] {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.topbar-container[b-uuojj9w0cr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 84px;
    gap: 1rem;
    padding: 0.25rem 0;
}

.brand[b-uuojj9w0cr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-logo[b-uuojj9w0cr] {
    height: 60px;
    width: auto;
    display: block;
}

.brand-text[b-uuojj9w0cr] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
}

.authenticated-header[b-uuojj9w0cr] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topbar-actions[b-uuojj9w0cr] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-login[b-uuojj9w0cr] {
    margin: 0;
}

.header-login-fields[b-uuojj9w0cr] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.header-login-fields > .header-input[b-uuojj9w0cr],
.password-field-group[b-uuojj9w0cr] {
    width: 170px;
    min-width: 170px;
    flex: 0 0 170px;
}

.password-field-group[b-uuojj9w0cr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.header-input[b-uuojj9w0cr] {
    width: 100%;
    min-width: 170px;
    min-height: 42px;
    border-radius: 0.35rem;
    box-sizing: border-box;
}

.header-login-fields > .header-button[b-uuojj9w0cr] {
    flex: 0 0 auto;
    margin: 0;
}

.header-button[b-uuojj9w0cr] {
    background-color: #6648b1;
    border: 1px solid #563d7c;
    color: #ffffff;
    border-radius: 0.35rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    min-height: 42px;
    align-self: start;
}

.header-button:hover[b-uuojj9w0cr] {
    background-color: #5c419d;
}

.user-badge[b-uuojj9w0cr] {
    font-weight: 600;
    white-space: nowrap;
    color: #111111;
}

.topbar-status[b-uuojj9w0cr] {
    width: min(1200px, 92%);
    margin: 0 auto 0.5rem auto;
    color: #8b0000;
    font-weight: 600;
}

.hero[b-uuojj9w0cr] {
    position: relative;
    min-height: 363px;
    height: 363px;
    overflow: hidden;
}

.hero-image[b-uuojj9w0cr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

.hero-overlay[b-uuojj9w0cr] {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content[b-uuojj9w0cr] {
    width: min(1200px, 92%);
    margin: 0 auto;
    text-align: center;
}

.hero-text h1[b-uuojj9w0cr] {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
    margin-bottom: 0.75rem;
}

.hero-text h3[b-uuojj9w0cr] {
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 1px 1px 10px #000;
    margin-bottom: 1rem;
}

.hero-actions[b-uuojj9w0cr] {
    display: flex;
    justify-content: center;
}

.hero-nav[b-uuojj9w0cr] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #111111;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 2;
}

.hero-nav:hover[b-uuojj9w0cr] {
    background: rgba(255, 255, 255, 0.95);
}

.hero-nav-left[b-uuojj9w0cr] {
    left: 1rem;
}

.hero-nav-right[b-uuojj9w0cr] {
    right: 1rem;
}

.hero-indicators[b-uuojj9w0cr] {
    position: absolute;
    left: 50%;
    bottom: 0.9rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.hero-indicator[b-uuojj9w0cr] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
}

.hero-indicator.active[b-uuojj9w0cr] {
    background: #ffffff;
}

.info-card[b-uuojj9w0cr],
.jumbotron-card[b-uuojj9w0cr] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.loading-state[b-uuojj9w0cr],
.dashboard-section[b-uuojj9w0cr],
.jumbotron-section[b-uuojj9w0cr],
.welcome-section[b-uuojj9w0cr],
.history-section[b-uuojj9w0cr],
.connect-section[b-uuojj9w0cr] {
    padding: 2rem 0;
}

.jumbotron-card[b-uuojj9w0cr] {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr auto;
    gap: 1rem;
    align-items: center;
}

.welcome-section .section-container[b-uuojj9w0cr] {
    text-align: center;
}

.welcome-section hr[b-uuojj9w0cr] {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin: 0.3rem auto 1rem auto;
}

.fixed-figure[b-uuojj9w0cr] {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0;
}

.fixed-wrap[b-uuojj9w0cr] {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    inset: 0;
}

#fixed[b-uuojj9w0cr] {
    background-image: url('/images/gatebil.jpg');
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
}

.social-links[b-uuojj9w0cr] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.social-links a[b-uuojj9w0cr] {
    font-size: 1.4rem;
    text-decoration: none;
}

.site-footer[b-uuojj9w0cr] {
    background-color: #3f3f3f;
    color: #d5d5d5;
    padding: 2rem 0;
}

.light[b-uuojj9w0cr] {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin: 0.8rem auto 1rem auto;
}

.user-summary[b-uuojj9w0cr] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.1;
}

.user-phone-number[b-uuojj9w0cr] {
    font-weight: 400;
    color: #111111;
    cursor: default;
}

.user-picker-button:hover[b-uuojj9w0cr] {
    text-decoration: underline;
}

.selected-vehicle-label[b-uuojj9w0cr] {
    font-size: 0.9rem;
    color: #555555;
    margin-top: 0.2rem;
}

.selected-vehicle-button[b-uuojj9w0cr] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0.15rem 0 0 0;
    font-size: 0.9rem;
    color: #555555;
    cursor: pointer;
}

.selected-vehicle-button:hover[b-uuojj9w0cr] {
    text-decoration: underline;
}

.forgot-password-link[b-uuojj9w0cr] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #6648b1;
    text-decoration: underline;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
}

.forgot-password-link:hover[b-uuojj9w0cr] {
    color: #563d7c;
}

.password-field-group[b-uuojj9w0cr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 170px;
    min-width: 170px;
    margin-right: 1rem;
}

@media (max-width: 1200px) {
    .authenticated-header[b-uuojj9w0cr] {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 992px) {
    .topbar-container[b-uuojj9w0cr],
    .authenticated-header[b-uuojj9w0cr],
    .jumbotron-card[b-uuojj9w0cr] {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .header-login-fields[b-uuojj9w0cr] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .header-login-fields > .header-input[b-uuojj9w0cr],
    .password-field-group[b-uuojj9w0cr] {
        width: 100%;
        min-width: 100%;
        flex: 1 1 auto;
    }
}

@media (max-width: 768px) {
    .hero[b-uuojj9w0cr] {
        min-height: 293px;
        height: 293px;
    }

    .hero-text h1[b-uuojj9w0cr] {
        font-size: 1.7rem;
    }

    .hero-text h3[b-uuojj9w0cr] {
        font-size: 0.95rem;
    }

    .header-input[b-uuojj9w0cr] {
        min-width: 100%;
    }

    .hero-nav[b-uuojj9w0cr] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Shared/BilrapportMenu.razor.rz.scp.css */
#cssmenu[b-1vmxml2lfx],
#cssmenu ul[b-1vmxml2lfx],
#cssmenu ul li[b-1vmxml2lfx],
#cssmenu ul li a[b-1vmxml2lfx] {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}

#cssmenu[b-1vmxml2lfx] {
    font-family: Poppins, sans-serif;
}

#cssmenu > ul[b-1vmxml2lfx] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

#cssmenu > ul > li[b-1vmxml2lfx] {
    position: relative;
}

#cssmenu > ul > li > a[b-1vmxml2lfx] {
    padding: 0.85rem 0.9rem;
    font-size: 0.95rem;
    text-decoration: none;
    color: #111111;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 0.35rem;
}

#cssmenu > ul > li > a:hover[b-1vmxml2lfx] {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
}

.current-selector[b-1vmxml2lfx] {
    padding-right: 0.5rem;
}

.current-trigger[b-1vmxml2lfx] {
    border: 1px solid #d3d3d3;
    background: #ffffff;
    color: #111111;
    border-radius: 0.35rem;
    padding: 0.55rem 0.8rem;
    font-weight: 600;
    min-width: 120px;
}

.current-trigger:hover[b-1vmxml2lfx] {
    background: #f4f4f4;
}

#cssmenu ul ul[b-1vmxml2lfx] {
    position: absolute;
    left: -9999px;
    top: 100%;
    min-width: 220px;
    z-index: 50;
}

#cssmenu li:hover > ul[b-1vmxml2lfx] {
    left: 0;
}

#cssmenu ul ul li a[b-1vmxml2lfx] {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    color: #111111;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    white-space: nowrap;
}

#cssmenu ul ul li:first-child a[b-1vmxml2lfx] {
    border-top: 1px solid #e5e5e5;
}

#cssmenu ul ul li a:hover[b-1vmxml2lfx] {
    background: #f4f4f4;
    color: #000000;
}

@media (max-width: 992px) {
    #cssmenu > ul[b-1vmxml2lfx] {
        flex-direction: column;
        align-items: flex-start;
    }

    #cssmenu ul ul[b-1vmxml2lfx] {
        position: static;
        left: auto;
        top: auto;
        min-width: auto;
        width: 100%;
    }
}
/* /Components/Shared/VehiclePickerDialog.razor.rz.scp.css */
.vehicle-picker-backdrop[b-sfx186atd3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
}

.vehicle-picker-dialog[b-sfx186atd3] {
    width: min(460px, 92vw);
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.vehicle-picker-header[b-sfx186atd3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #ececec;
}

.vehicle-picker-header h5[b-sfx186atd3] {
    margin: 0;
}

.vehicle-picker-close[b-sfx186atd3] {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    color: #111111;
}

.vehicle-picker-body[b-sfx186atd3] {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.vehicle-picker-list[b-sfx186atd3] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vehicle-picker-list li + li[b-sfx186atd3] {
    margin-top: 0.5rem;
}

.vehicle-picker-option[b-sfx186atd3] {
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #111111;
    border-radius: 0.35rem;
    padding: 0.75rem 0.9rem;
    font-weight: 600;
}

.vehicle-picker-option:hover[b-sfx186atd3],
.vehicle-picker-option.active[b-sfx186atd3] {
    background: #f3f3f3;
}
