/* _content/eKontrola/Components/Layout/LandingLayout.razor.rz.scp.css */
:root[b-s47p8sg251] {
    --lg-primary: #4ba1e1;
    --lg-primary-strong: #2b7ccd;
    --lg-accent: #f6feff;
    --lg-accent-opaque: rgba(246,254,255,0.92);
    --lg-accent-medium: rgba(246,254,255,0.82);
    --lg-accent-soft: rgba(246,254,255,0.60);
    --lg-accent-glow: rgba(110,193,228,0.16);
    --lg-muted: rgba(255,255,255,0.94);
    --lg-muted-2: rgba(255,255,255,0.75);
    --lg-danger: #ff6b6b;
}

.landing-body[b-s47p8sg251] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,0.28), rgba(0,0,0,0.18)),
    url('/images/background.jpg') center/cover no-repeat fixed;
  background-blend-mode: overlay;
}

.landing-header[b-s47p8sg251] {
    color: rgba(255,255,255,0.78);
    position: fixed;
    inset: 0 0 auto 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    z-index: 20;
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.0));
}

.landing-logo-img[b-s47p8sg251] {
    user-select: none;
    width: 460px;
    opacity: 0.9;
}

.landing-main[b-s47p8sg251] {
  margin: auto;
  width: 100%;
  max-width: 640px;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-footer[b-s47p8sg251] {
    color: #e8f2f6;
    font-size: 1rem;
    position: fixed;
    inset: auto 0 0 0;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    z-index: 20;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,1));
}


    .landing-footer .fpsoft-link[b-s47p8sg251] {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        font-weight: 400;
        transition: color .2s ease;
        z-index: 21;
    }

        .landing-footer .fpsoft-link:hover[b-s47p8sg251],
        .landing-footer .fpsoft-link:focus[b-s47p8sg251] {
            color: #4ba1e1;
            text-decoration: none;
            outline: none;
        }

@media (max-width: 520px) {
  .landing-main[b-s47p8sg251] { padding: 24px 12px; }
}
/* _content/eKontrola/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o61gbwpqom] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
}

main[b-o61gbwpqom] {
    flex: 1;
}

.sidebar[b-o61gbwpqom] {
    background: none;
    padding: 0;
    margin: 0;
}



@media (max-width: 640.98px) {
    .top-row[b-o61gbwpqom] {
        justify-content: space-between;
    }

        .top-row[b-o61gbwpqom]  a, .top-row[b-o61gbwpqom]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-o61gbwpqom] {
        flex-direction: row;
    }

    .sidebar[b-o61gbwpqom] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
        padding: 0;
        margin: 0;
    }

    .top-row[b-o61gbwpqom] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-o61gbwpqom]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-o61gbwpqom] {
    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-o61gbwpqom] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/eKontrola/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t1zalf5ai1] {
    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%28110, 193, 228, 0.8%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(110, 193, 228, 0.2);
}

    .navbar-toggler:checked[b-t1zalf5ai1] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-t1zalf5ai1] {
    border-bottom: 1px solid #d6d5d5;
    height: 4.5rem;
    background-color: none;
}

.bi[b-t1zalf5ai1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: 0rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0;
    background-size: cover;
}

.bi-smartpanel-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" viewBox="0 0 16 16"> <path d="M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2M3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.39.39 0 0 0-.029-.518z"/> <path fill-rule="evenodd" d="M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.95 11.95 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0"/> </svg>');
}

.bi-parkujace-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" class="bi bi-p-square" viewBox="0 0 16 16"> <path d="M5.5 4.002h2.962C10.045 4.002 11 5.104 11 6.586c0 1.494-.967 2.578-2.55 2.578H6.784V12H5.5zm2.77 4.072c.893 0 1.419-.545 1.419-1.488s-.526-1.482-1.42-1.482H6.778v2.97z"/> <path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/> </svg>');
}

.bi-dokontroli-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" class="bi bi-exclamation-square" viewBox="0 0 16 16"> <path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> <path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/> </svg>');
}

.bi-historia-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" class="bi bi-h-square" viewBox="0 0 16 16"> <path d="M11 4.002V12H9.67V8.455H6.33V12H5V4.002h1.33v3.322h3.34V4.002z"/> <path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/> </svg>')
}

.bi-raporty-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" viewBox="0 0 16 16">  <path fill-rule="evenodd" d="M0 .5A.5.5 0 0 1 .5 0h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 .5m4 0a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10A.5.5 0 0 1 4 .5m-4 2A.5.5 0 0 1 .5 2h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 4h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 8h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5"/> </svg>')
}

.bi-admin-nav-menu[b-t1zalf5ai1] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e8f2f6" viewBox="0 0 16 16"> <path d="M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4m9.886-3.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"/> </svg>')
}

.nav-item[b-t1zalf5ai1] {
    user-select: none;
    font-size: 0.8rem;
    padding: 0.3rem;
    width: 140px;
    margin: 0;
}

    .nav-item:first-of-type[b-t1zalf5ai1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t1zalf5ai1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t1zalf5ai1]  .nav-link {
        color: #e8f2f6;
        background: none;
        border: none;
        border-radius: 4px;
        height: auto;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item[b-t1zalf5ai1]  a.active {
        background-color: #4ba1e1;
        color: #fff
    }

    .nav-item[b-t1zalf5ai1]  .nav-link:hover {
        background-color: #4ba1e1;
    }

.nav-scrollable[b-t1zalf5ai1] {
    min-height: calc(100vh - 7.2rem);
    display: none;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t1zalf5ai1] {
    display: block;
}

.nav-scrollable[b-t1zalf5ai1] {
    display: block;
    background-color: none;
}

/* NAVMENU */

.logo-img[b-t1zalf5ai1] {
    user-select: none;
    width: 400px;
}

.home-logo-img[b-t1zalf5ai1] {
    user-select: none;
    width: 460px;
    opacity: 0.9;
}

.menu-line-spacing[b-t1zalf5ai1] {
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
}

.nawigacja-justowanie[b-t1zalf5ai1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* PARKING LOT SELECTOR */

.place-label[b-t1zalf5ai1] {
    color: #fff;
}

.parking-lot-selector[b-t1zalf5ai1] {
    padding: 0;
    margin-bottom: 0;
}

.parking-select[b-t1zalf5ai1] {
    width: 100%;
    margin: 0;
    padding: 6px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background-color: rgba(75, 161, 225, 0.5);
    border: none;
    border-radius: var(--button-border-radius);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .parking-select:hover[b-t1zalf5ai1] {
        background-color: rgba(75, 161, 225, 1);
        border-color: var(--primary-color-hover);
    }

    .parking-select:focus[b-t1zalf5ai1] {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .parking-select option[b-t1zalf5ai1] {
        background-color: #fff;
        color: var(--global-text-color);
        padding: 8px;
    }

@media (min-width: 641px) {

    .navbar-toggler[b-t1zalf5ai1] {
        display: none;
    }

    .nav-scrollable[b-t1zalf5ai1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }
}
