@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* _content/CampWeb2/Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-7mpp77tqwl] {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/images/auth-background.jpeg);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-color: #000;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
}

    /* Show background only on the Login page */
    .page.login-bg[b-7mpp77tqwl] {
    }

        /* Nicely center the login form content */
        .page.login-bg .content.login-content[b-7mpp77tqwl] {
            padding-top: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

main[b-7mpp77tqwl] {
    flex: 1;
}

.sidebar[b-7mpp77tqwl] {
    background-color: #242424; /*var(--bg-color-tertiary)*/
}

.top-row[b-7mpp77tqwl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7mpp77tqwl]  a, .top-row[b-7mpp77tqwl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-7mpp77tqwl]  a:hover, .top-row[b-7mpp77tqwl]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-7mpp77tqwl]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-7mpp77tqwl] {
        justify-content: space-between;
    }

        .top-row[b-7mpp77tqwl]  a, .top-row[b-7mpp77tqwl]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-7mpp77tqwl] {
        flex-direction: row;
    }

    .sidebar[b-7mpp77tqwl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7mpp77tqwl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-7mpp77tqwl]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-7mpp77tqwl], article[b-7mpp77tqwl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CampWeb2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-215k7csy15] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-215k7csy15] {
    flex: 1;
}

.sidebar[b-215k7csy15] {
    background-color: #242424; /*var(--bg-color-tertiary)*/
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
*/
}

.top-row[b-215k7csy15] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-215k7csy15]  a, .top-row[b-215k7csy15]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-215k7csy15]  a:hover, .top-row[b-215k7csy15]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-215k7csy15]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-215k7csy15] {
        justify-content: space-between;
    }

        .top-row[b-215k7csy15]  a, .top-row[b-215k7csy15]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-215k7csy15] {
        flex-direction: row;
    }

    .sidebar[b-215k7csy15] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-215k7csy15] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-215k7csy15]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-215k7csy15], article[b-215k7csy15] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*------ Header Section ------*/
.header-container[b-215k7csy15] {
    min-height: 112px;
    background-color: var(--bg-color-backgroundBlue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-section[b-215k7csy15] {
    display: flex;
    align-items: center;
}

.header-center[b-215k7csy15] {
    min-height: 78px;
    margin: 0.5rem 1rem;
    justify-content: center;
}

.header-bottom[b-215k7csy15] {
    display: flex;
    width: 1000px;
    justify-content: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.admin-buttons[b-215k7csy15] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0.5rem;
    --neutral-fill-rest: var(--bg-color-tertiary);
}

    .admin-buttons .impersonation-group[b-215k7csy15] {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .admin-buttons.has-impersonation[b-215k7csy15] {
        justify-content: space-between;
    }

.help-section[b-215k7csy15] {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: fit-content;
    padding-right: 1rem;
}

.help-section a[b-215k7csy15] {
    color: var(--text-color) !important;
}

@media (max-width: 865px) {
    .help-section[b-215k7csy15] {
        width: 66px;
        padding-right: 4px;
    }

        .help-section a[b-215k7csy15] {
            font-size: 14px;
        }
}


@media (max-width: 640.98px) {
    .help-section[b-215k7csy15] {
        top: 4rem !important;
        margin-right: 1rem;
    }

        .help-section a[b-215k7csy15] {
            font-size: 12px;
        }
}
/* _content/CampWeb2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7ynwkh2ndf] {
    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-7ynwkh2ndf] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-7ynwkh2ndf] {
    height: 7rem;
    /*    background-color: lightgray;
*/
}

.navbar-brand[b-7ynwkh2ndf] {
    font-size: 1.1rem;
}

.bi[b-7ynwkh2ndf] {
    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-7ynwkh2ndf] {
    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-7ynwkh2ndf] {
    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-7ynwkh2ndf] {
    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-7ynwkh2ndf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7ynwkh2ndf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7ynwkh2ndf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7ynwkh2ndf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        width: 100%;
        text-decoration:none;
    }

    .nav-item[b-7ynwkh2ndf]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-7ynwkh2ndf]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-7ynwkh2ndf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7ynwkh2ndf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7ynwkh2ndf] {
        display: none;
    }

    .nav-scrollable[b-7ynwkh2ndf] {
/*        position: -webkit-sticky;
        position: sticky;
*/        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;*/
    }
}
/* _content/CampWeb2/Components/Pages/Account/CreateAccount.razor.rz.scp.css */
.login-page[b-t4ny8n93nx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card[b-t4ny8n93nx] {
    background: var(--bg-color-secondary);
    width: 100%;
    max-width: 480px;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.login-logo[b-t4ny8n93nx] {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-width: 180px;
}

.login-title[b-t4ny8n93nx] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.validation-message[b-t4ny8n93nx] {
    color: #d32f2f;
    margin-top: 0.5rem;
    text-align: center;
}

.login-links[b-t4ny8n93nx] {
    text-align: center;
}

.login-links a[b-t4ny8n93nx] {
    font-size: 0.9rem;
    color: #2563eb;
    text-decoration: none;
}

.login-links a:hover[b-t4ny8n93nx] {
    text-decoration: underline;
}
/* _content/CampWeb2/Components/Pages/Account/ForgotPassword.razor.rz.scp.css */
.login-page[b-h5bn01n55v] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card[b-h5bn01n55v] {
    background: var(--bg-color-secondary);
    width: 100%;
    max-width: 420px;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.login-logo[b-h5bn01n55v] {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-width: 180px;
}

.login-title[b-h5bn01n55v] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.validation-message[b-h5bn01n55v] {
    color: #d32f2f;
    margin-top: 1rem;
    text-align: center;
}

.login-links[b-h5bn01n55v] {
    text-align: center;
}

    .login-links a[b-h5bn01n55v] {
        font-size: 0.9rem;
        color: #2563eb;
        text-decoration: none;
    }

        .login-links a:hover[b-h5bn01n55v] {
            text-decoration: underline;
        }
/* _content/CampWeb2/Components/Pages/Account/Login.razor.rz.scp.css */
.login-page[b-kl52nzarq0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card[b-kl52nzarq0] {
    background: var(--bg-color-secondary);
    width: 100%;
    max-width: 420px;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.login-logo[b-kl52nzarq0] {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-width: 180px;
}

.login-title[b-kl52nzarq0] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.form-label[b-kl52nzarq0] {
    font-size: 0.9rem;
    font-weight: 500;
}

.validation-message[b-kl52nzarq0] {
    color: #d32f2f;
    margin-top: 1rem;
    text-align: center;
}

.login-links[b-kl52nzarq0] {
    margin-top: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .login-links a[b-kl52nzarq0] {
        font-size: 0.9rem;
        color: #2563eb;
        text-decoration: none;
    }

        .login-links a:hover[b-kl52nzarq0] {
            text-decoration: underline;
        }
/* _content/CampWeb2/Components/Pages/Devices/Report.razor.rz.scp.css */
.report-container[b-uvo2x5go1a] {
    max-width: 684px; /* matches the width of a single report-card-column */
    width: 100%;
}

    .report-container button[b-uvo2x5go1a],
    .report-container fluent-button[b-uvo2x5go1a] {
        flex: 1 1 auto;
        min-width: 100px;
        margin: 4px;
    }

.col.report-card-column[b-uvo2x5go1a] {
    min-width: 345px;
    width: 100%;
    max-width: 700px;
}

.report-card-column .card[b-uvo2x5go1a] {
    background-color: var(--bg-color-secondary);
    border-radius: 1rem;
    border: 3px solid var(--card-border);
    transition: 0.2s;
}

    .report-card-column .card .card-header[b-uvo2x5go1a] {
        font-size: 22px;
        font-weight: bold;
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
        background-color: var(--bg-color-backgroundBlue) !important;
        display: flex;
        align-items: center;
        position: relative;
    }

        .report-card-column .card .card-header .header-left[b-uvo2x5go1a] {
            position: absolute;
            left: 1rem;
            display: flex;
            align-items: center;
        }

        .report-card-column .card .card-header .header-center[b-uvo2x5go1a] {
            text-align: center;
            flex: 1;
        }

.report-detailed-status[b-uvo2x5go1a] {
    color: black;
    text-align: center;
    border-radius: 1rem;
    border: 3px solid var(--card-border);
}

.device-list[b-uvo2x5go1a] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 684px;
    min-width: 320px;
    margin: 0 0 auto;
    border-radius: 1rem;
}

.device-row[b-uvo2x5go1a] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: var(--bg-color-secondary);
    gap: 1rem;
}

.device-header[b-uvo2x5go1a] {
    font-weight: 600;
    background-color: transparent;
    border-bottom: 1px solid #3d3d3d;
}

.device-col[b-uvo2x5go1a] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Column sizing */
.device-id[b-uvo2x5go1a] {
    flex: 0 0 50px; /* fixed width */
    text-align: center;
}

.device-name[b-uvo2x5go1a] {
    flex: 1 1 auto; /* grows/shrinks */
    min-width: 150px;
}

.device-status[b-uvo2x5go1a] {
    flex: 0 0 120px; /* fixed but responsive */
    text-align: left;
}

.grid-wrapper[b-uvo2x5go1a] {
    width: 100%;
    overflow-x: auto;
}

/* Small screens */
@media (max-width: 480px) {
    .device-status[b-uvo2x5go1a] {
        flex: 0 0 90px;
    }
}
/* _content/CampWeb2/Components/Shared/IconButton.razor.rz.scp.css */
.icon-button-wrapper[b-50fm7ek0wb] {
    display: inline-flex;
}

.icon-button-content[b-50fm7ek0wb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.icon[b-50fm7ek0wb] {
    height: 24px;
    margin-bottom: 4px;
}

.label[b-50fm7ek0wb] {
    font-size: 12px;
    line-height: 1;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
}
/* _content/CampWeb2/Components/Shared/TextCarousel.razor.rz.scp.css */
.text-carousel[b-n1w81ublp1] {
    position: relative;
    width: 1000px;
    display: flex;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 8px 8px 16px;
    gap: 8px;
    background-color: var(--bg-color-tertiary);
}

/* Visible window */
.carousel-viewport[b-n1w81ublp1] {
    overflow: hidden;
    flex: 1;
}

/* Sliding container */
.carousel-track[b-n1w81ublp1] {
    display: flex;
    width: 100%;
    transition: transform 280ms cubic-bezier(0.33, 1, 0.68, 1);
}

/* Each card takes full width */
.text-card[b-n1w81ublp1] {
    flex: 0 0 100%;
    padding: 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    background-color: var(--bg-color-tertiary);
}

/* Buttons */
.carousel-button[b-n1w81ublp1] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #0078d4;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

    .carousel-button:hover[b-n1w81ublp1] {
        background-color: rgba(0, 120, 212, 0.1);
    }

/* Pagination dots container */
.carousel-dots[b-n1w81ublp1] {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

    /* Individual dot */
    .carousel-dots .dot[b-n1w81ublp1] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        background-color: #c8c8c8;
        cursor: pointer;
        padding: 0;
    }

        /* Active dot */
        .carousel-dots .dot.active[b-n1w81ublp1] {
            background-color: var(--text-color-blue);
        }

@media (max-width: 1690px) {
    .text-carousel[b-n1w81ublp1] {
        width: 680px;
    }
}

@media (max-width: 1320px) {
    .text-carousel[b-n1w81ublp1] {
        width: 480px;
        padding: 4px 4px 16px;
    }

    .text-card[b-n1w81ublp1] {
        font-size: 13px;
        padding: 4px;
    }
}

@media (max-width: 1075px) {
    .text-carousel[b-n1w81ublp1] {
        width: 280px;
    }
}
