/* /Modules/CounterReading/Input/Pages/CounterReaderInputDetail.razor.rz.scp.css */
[b-6lqwb9oh8s] .metericonsize {
    font-size: 5rem !important;
}
/* /Modules/CustomerCenter/PushNotifications/Pages/SendPushNotification.razor.rz.scp.css */
.push-page[b-tmygfw0hzp] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.push-page-header[b-tmygfw0hzp] {
    border-left: 4px solid #2f6fed;
    padding: 0.15rem 0 0.15rem 0.9rem;
}

.push-page-header h3[b-tmygfw0hzp] {
    margin-bottom: 0.2rem;
}

.push-compose-wrap[b-tmygfw0hzp] {
    width: 100%;
}

.push-readiness-card[b-tmygfw0hzp] {
    width: 100%;
    border-top: 3px solid #6d8592;
    background: linear-gradient(180deg, rgba(62, 79, 90, 0.06) 0%, rgba(62, 79, 90, 0.02) 100%);
}

.push-readiness-card.is-ready[b-tmygfw0hzp] {
    border-top-color: #1f8f63;
    background: linear-gradient(180deg, rgba(31, 143, 99, 0.06) 0%, rgba(31, 143, 99, 0.02) 100%);
}

.push-readiness-card.is-not-ready[b-tmygfw0hzp] {
    border-top-color: #c65b57;
    background: linear-gradient(180deg, rgba(198, 91, 87, 0.07) 0%, rgba(198, 91, 87, 0.02) 100%);
}

.push-readiness-card.is-checking[b-tmygfw0hzp] {
    border-top-color: #6d8592;
}

.push-compose-card[b-tmygfw0hzp] {
    width: 100%;
    max-width: 760px;
}

.push-recipient-card[b-tmygfw0hzp],
.push-result-card[b-tmygfw0hzp] {
    width: 100%;
}

.push-result-card[b-tmygfw0hzp] {
    border-top: 3px solid #22a06b;
}

.push-compose-header[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.push-section-header[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
}

.push-section-header h5[b-tmygfw0hzp],
.push-compose-header h5[b-tmygfw0hzp] {
    margin: 0;
}

.push-header-actions[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

.push-summary-badges[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-top: 0.55rem;
}

.push-readiness-header-row[b-tmygfw0hzp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.push-readiness-kicker[b-tmygfw0hzp] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5e7683;
    margin-bottom: 0.2rem;
}

.push-readiness-header-row h5[b-tmygfw0hzp] {
    margin: 0;
}

.push-readiness-body[b-tmygfw0hzp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.push-readiness-copy[b-tmygfw0hzp] {
    max-width: 900px;
}

.push-readiness-summary[b-tmygfw0hzp] {
    font-size: 1.05rem;
    font-weight: 600;
}

.push-readiness-detail[b-tmygfw0hzp] {
    line-height: 1.45;
    color: #5e7683;
    margin-top: 0.25rem;
}

.push-readiness-checks[b-tmygfw0hzp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.65rem 1rem;
}

.push-readiness-check-row[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.push-readiness-indicator[b-tmygfw0hzp] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    flex: 0 0 auto;
    background: #98a8b1;
    box-shadow: 0 0 0 3px rgba(152, 168, 177, 0.18);
}

.push-readiness-indicator.is-pass[b-tmygfw0hzp] {
    background: #1f8f63;
    box-shadow: 0 0 0 3px rgba(31, 143, 99, 0.16);
}

.push-readiness-indicator.is-fail[b-tmygfw0hzp] {
    background: #c65b57;
    box-shadow: 0 0 0 3px rgba(198, 91, 87, 0.16);
}

.push-readiness-meta[b-tmygfw0hzp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.65rem 1rem;
}

.push-readiness-meta > div[b-tmygfw0hzp] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.push-readiness-meta-label[b-tmygfw0hzp] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6a808c;
}

.push-readiness-diagnosis[b-tmygfw0hzp] {
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: rgba(18, 24, 38, 0.045);
    line-height: 1.45;
}

.push-table-toolbar[b-tmygfw0hzp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.push-search-input[b-tmygfw0hzp] {
    min-width: 280px;
    width: min(560px, 100%);
}

@media (max-width: 980px) {
    .push-compose-card[b-tmygfw0hzp],
    .push-recipient-card[b-tmygfw0hzp],
    .push-result-card[b-tmygfw0hzp] {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .push-search-input[b-tmygfw0hzp] {
        width: 100%;
        min-width: 0;
    }

    .push-readiness-header-row[b-tmygfw0hzp] {
        flex-direction: column;
    }

    .push-readiness-checks[b-tmygfw0hzp],
    .push-readiness-meta[b-tmygfw0hzp] {
        grid-template-columns: 1fr;
    }

    .push-header-actions[b-tmygfw0hzp] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Modules/DeviceStatus/Components/ComponentStatusGrid.razor.rz.scp.css */
.componentImage[b-vvbq2bn6ij] {
    max-height: 60px;
    /*border-radius: 8px;
    padding: 5px;
    border: 1px solid lightgray;*/
    /*opacity: 80%;*/
    filter: invert(100%);
}

img.warning[b-vvbq2bn6ij] {
    filter: url('#blackToWarning');
}
img.success[b-vvbq2bn6ij] {
    filter: url('#blackToSuccess');
}
img.danger[b-vvbq2bn6ij] {
    filter: url('#blackToDanger');
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
[b-w19b9xyc94] .notification-icon {
    font-size: xx-large !important;
}

[b-w19b9xyc94] .badge {
    position: absolute;
    right: 0;
    top: 0;
}

.notifications-container[b-w19b9xyc94] {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2jd9f1niye] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-2jd9f1niye] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-2jd9f1niye]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2jd9f1niye]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

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

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

    .collapse[b-2jd9f1niye] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
