/* /Components/FadeComponent/FadeMessage.razor.rz.scp.css */
.toast[b-c2ykxhasw5] {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    padding: 16px 24px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 400px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

    .toast.toast-error[b-c2ykxhasw5] {
        background-color: #dc3545;
    }

    .toast.toast-success[b-c2ykxhasw5] {
        background-color: #198754;
    }

    .toast.toast-warning[b-c2ykxhasw5] {
        background-color: #ffc107;
        color: #000;
    }

    .toast.toast-info[b-c2ykxhasw5] {
        background-color: #0dcaf0;
        color: #000;
    }

    .toast.fading[b-c2ykxhasw5] {
        opacity: 0;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7529ywfsea] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7529ywfsea] {
    flex: 1;
}

.sidebar[b-7529ywfsea] {
    background-image: linear-gradient(180deg, rgb(20, 80, 20) 0%, #064736 70%);
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-7529ywfsea] {
    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-7529ywfsea] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q6qzktm5lc] {
    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-q6qzktm5lc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-q6qzktm5lc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-q6qzktm5lc] {
    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-q6qzktm5lc] {
    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-q6qzktm5lc] {
    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-q6qzktm5lc] {
    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");
}

.bi-lock-nav-menu[b-q6qzktm5lc] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-q6qzktm5lc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-q6qzktm5lc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-q6qzktm5lc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-q6qzktm5lc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-shield-check-nav-menu[b-q6qzktm5lc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.nav-item[b-q6qzktm5lc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-q6qzktm5lc]  .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-q6qzktm5lc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-q6qzktm5lc] {
        /* 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/MyPages/Admin/ViewModel/AdminIndex.razor.rz.scp.css */
.responsive-thead[b-ciojq5xkfc] {
    display: none;
}

@media (min-width: 768px) {
    .responsive-thead[b-ciojq5xkfc] {
        display: table-header-group !important;
    }
}
/* /Components/MyPages/IoT/Components/AutomatedLights.razor.rz.scp.css */
.card[b-nkgqwnnxlf] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover[b-nkgqwnnxlf] {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
    border-color: rgba(34, 197, 94, 0.45);
}

.head[b-nkgqwnnxlf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title[b-nkgqwnnxlf] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.state-pill[b-nkgqwnnxlf] {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 999px;
}

.state-pill.on[b-nkgqwnnxlf] {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.state-pill.off[b-nkgqwnnxlf] {
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.img-wrap[b-nkgqwnnxlf] {
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .3s ease;
}

.img-wrap.glow[b-nkgqwnnxlf] {
    box-shadow: 0 0 28px rgba(250, 204, 21, 0.55);
}

.light-img[b-nkgqwnnxlf] {
    height: 150px;
    width: auto;
    display: block;
    object-fit: contain;
}
/* /Components/MyPages/IoT/Components/ExternalTempComponent.razor.rz.scp.css */
/* Ta bort SyncFusion shine-effekt på gauge-ranges */
[b-xyl0gh0cl8] .e-circulargauge-ranges path {
    filter: none !important;
}

[b-xyl0gh0cl8] .e-circulargauge path {
    filter: none !important;
}

[b-xyl0gh0cl8] .e-circulargauge svg defs linearGradient stop:first-child {
    stop-opacity: 0 !important;
}

/* Transparent gauge-bakgrund (ta bort vita rutan) */
[b-xyl0gh0cl8] .e-circulargauge,
[b-xyl0gh0cl8] .e-circulargauge svg {
    background: transparent !important;
}

.card[b-xyl0gh0cl8] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover[b-xyl0gh0cl8] {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
    border-color: rgba(34, 197, 94, 0.45);
}

.title[b-xyl0gh0cl8] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    align-self: flex-start;
}

.gauge-value[b-xyl0gh0cl8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}
/* /Components/MyPages/IoT/Components/ForceLight.razor.rz.scp.css */
.card[b-0enzdhvgh5] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover[b-0enzdhvgh5] {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
    border-color: rgba(34, 197, 94, 0.45);
}

.head[b-0enzdhvgh5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title[b-0enzdhvgh5] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.state-pill[b-0enzdhvgh5] {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 999px;
}

.state-pill.on[b-0enzdhvgh5] {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.state-pill.off[b-0enzdhvgh5] {
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.force-btn[b-0enzdhvgh5] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.35);
    transition: transform .15s ease, box-shadow .25s ease, background .25s ease;
}

.force-btn:hover[b-0enzdhvgh5] {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(34, 197, 94, 0.45);
}

.force-btn:active[b-0enzdhvgh5] {
    transform: translateY(0);
}

.force-btn.active[b-0enzdhvgh5] {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}

.force-btn.active:hover[b-0enzdhvgh5] {
    box-shadow: 0 10px 26px rgba(239, 68, 68, 0.45);
}
/* /Components/MyPages/IoT/Components/HumidityComponent.razor.rz.scp.css */
/* Ta bort SyncFusion shine-effekt på gauge-ranges */
[b-54ojolmgf7] .e-circulargauge-ranges path {
    filter: none !important;
}

[b-54ojolmgf7] .e-circulargauge path {
    filter: none !important;
}

[b-54ojolmgf7] .e-circulargauge svg defs linearGradient stop:first-child {
    stop-opacity: 0 !important;
}

/* Transparent gauge-bakgrund (ta bort vita rutan) */
[b-54ojolmgf7] .e-circulargauge,
[b-54ojolmgf7] .e-circulargauge svg {
    background: transparent !important;
}

.card[b-54ojolmgf7] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover[b-54ojolmgf7] {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
    border-color: rgba(34, 197, 94, 0.45);
}

.title[b-54ojolmgf7] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    align-self: flex-start;
}

.gauge-value[b-54ojolmgf7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}
/* /Components/MyPages/IoT/Components/WifiSignalComponent.razor.rz.scp.css */
.card[b-wu0vqfw8yx] {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 16px 22px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover[b-wu0vqfw8yx] {
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
    border-color: rgba(34, 197, 94, 0.45);
}

.status-left[b-wu0vqfw8yx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title[b-wu0vqfw8yx] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.status-pill[b-wu0vqfw8yx] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    width: fit-content;
}

.status-pill .dot[b-wu0vqfw8yx] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.status-pill.online[b-wu0vqfw8yx] {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.status-pill.online .dot[b-wu0vqfw8yx] {
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.9);
    animation: pulse-b-wu0vqfw8yx 1.8s ease-in-out infinite;
}

.status-pill.offline[b-wu0vqfw8yx] {
    color: #f87171;
    background: rgba(248, 113, 113, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.35);
}

.status-pill.offline .dot[b-wu0vqfw8yx] {
    background: #f87171;
}

@keyframes pulse-b-wu0vqfw8yx {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

.wifi[b-wu0vqfw8yx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.wifi-label[b-wu0vqfw8yx] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.45);
}

.bars[b-wu0vqfw8yx] {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    position: relative;
    height: 2.5rem;
}

.bar[b-wu0vqfw8yx] {
    width: 0.35rem;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.15);
    transition: background .25s ease, box-shadow .25s ease;
}

.bar.on[b-wu0vqfw8yx] {
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

.cross[b-wu0vqfw8yx] {
    position: absolute;
    width: 2.6rem;
    height: 0.28rem;
    background: #f87171;
    border-radius: 2px;
    top: 60%;
    left: 50%;
}

.cross-a[b-wu0vqfw8yx] {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross-b[b-wu0vqfw8yx] {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* /Components/MyPages/IoT/ViewModel/IoTIndex.razor.rz.scp.css */
.iot-page[b-155pdjqnbj] {
    min-height: 100vh;
    padding: 24px 16px 48px;
    background: radial-gradient(circle at 15% 0%, #1e3a34 0%, #0f172a 45%, #0b1120 100%);
    background-attachment: fixed;
}

.dashboard[b-155pdjqnbj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    align-items: stretch;
}

.cell[b-155pdjqnbj] {
    display: flex;
    min-width: 0;
}

/* Spänner över hela bredden (mobil: 2 kolumner) */
.cell-full[b-155pdjqnbj] {
    grid-column: 1 / -1;
}

/* Lights & Force ligger på egen rad i mobil */
.cell-lights[b-155pdjqnbj],
.cell-force[b-155pdjqnbj] {
    grid-column: 1 / -1;
}

/* Större skärmar: lägg Lights & Force bredvid varandra */
@media (min-width: 768px) {
    .cell-lights[b-155pdjqnbj],
    .cell-force[b-155pdjqnbj] {
        grid-column: span 1;
    }
}
/* /Components/MyPages/PointsTable/Components/PointsViewComponent.razor.rz.scp.css */
.popup-backdrop[b-b9lv5sn84u] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup-box[b-b9lv5sn84u] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Owner-vyn behöver mer plats för två kolumner */
.popup-box-wide[b-b9lv5sn84u] {
    max-width: 850px;
}

/* Visar ca 4 rader innan listan börjar scrolla.
   Tumregel: ~4rem per rad (kvitton tar lite mer p.g.a. dubbla rader text). */
.receipts-list[b-b9lv5sn84u],
.scroll-list[b-b9lv5sn84u] {
    max-height: 16rem;
    overflow-y: auto;
    padding-right: 0.25rem;
}

/* Köpt/Förbrukad är enradiga; max 4 rader innan scroll */
.scroll-list[b-b9lv5sn84u] {
    max-height: 8rem;
}

.popup-users[b-b9lv5sn84u] {
    display: flex;
    flex-wrap: wrap;
}

.popup-user[b-b9lv5sn84u] {
    min-width: 110px;
}
/* /Components/MyPages/PointsTable/Components/ShopViewComponent.razor.rz.scp.css */
.popup-backdrop[b-pjv75pswno] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup-box[b-pjv75pswno] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.popup-users[b-pjv75pswno] {
    display: flex;
    flex-wrap: wrap;
}

.popup-user[b-pjv75pswno] {
    min-width: 110px;
}
/* /Components/MyPages/PointsTable/Components/TaskViewComponents.razor.rz.scp.css */
.task-buttons[b-n23jmmbb4k] {
    display: flex;
    flex-wrap: wrap;
}

.popup-backdrop[b-n23jmmbb4k] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup-box[b-n23jmmbb4k] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.popup-users[b-n23jmmbb4k] {
    display: flex;
    flex-wrap: wrap;
}

.popup-user[b-n23jmmbb4k] {
    min-width: 110px;
}
