@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ouw50eeq2n.bundle.scp.css';

/* /Components/Layout/GuestLayout.razor.rz.scp.css */
.authentication-wrapper[b-mz2sullqx1] {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

.authentication-wrapper .authentication-inner[b-mz2sullqx1] {
    width: 100%;
}

.authentication-wrapper.authentication-basic[b-mz2sullqx1] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.authentication-wrapper.authentication-cover[b-mz2sullqx1] {
    align-items: flex-start;
}

.authentication-wrapper.authentication-cover .authentication-inner[b-mz2sullqx1] {
    height: 100vh;
}

.authentication-wrapper.authentication-basic .authentication-inner[b-mz2sullqx1] {
    max-width: 400px;
    position: relative;
}

.authentication-wrapper.authentication-basic .authentication-inner[b-mz2sullqx1]:before {
    width: 148px;
    height: 148px;
    content: " ";
    position: absolute;
    top: -40px;
    right: -40px;
}

.authentication-wrapper.authentication-basic .authentication-inner[b-mz2sullqx1]:after {
    width: 243px;
    height: 240px;
    content: " ";
    position: absolute;
    bottom: -68px;
    left: -46px;
}

/* /Components/Pages/Authentication/Login.razor.rz.scp.css */
.authentication-wrapper.authentication-basic .authentication-inner .card[b-1gjexxpdsr] {
    z-index: 1;
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand[b-1gjexxpdsr] {
    margin-bottom: 2.5rem;
}

.authentication-wrapper .auth-input-wrapper .auth-input[b-1gjexxpdsr] {
    max-width: 50px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 150%;
}

@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input[b-1gjexxpdsr] {
        font-size: 1.125rem;
    }
}

.light-style .authentication-wrapper .authentication-bg[b-1gjexxpdsr] {
    background-color: #fff;
}

.app-version[b-1gjexxpdsr] {
    font-size: 12px;
}
/* /Components/Pages/Event/EventCard.razor.rz.scp.css */
.timeline:not(.timeline-center)[b-elg9lg3njr] {
    padding-inline-start: .5rem;
}

.timeline[b-elg9lg3njr] {
    --bs-timeline-point-indicator-color: var(--bs-primary);
    --bs-timeline-event-time-color: var(--bs-secondary-color);
    position: relative;
    padding: 0;
    block-size: 100%;
    inline-size: 100%;
    list-style: none;
}

.show-more-container[b-elg9lg3njr] {
    position: relative;
    margin-top: -40px;
    z-index: 2;
}

.gradient-overlay[b-elg9lg3njr] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8), white);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.gradient-overlay.hidden[b-elg9lg3njr] {
    opacity: 0;
}

.show-more-btn[b-elg9lg3njr] {
    background: #009DE1;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: block;
}

.show-more-btn:hover[b-elg9lg3njr] {
    transform: translateY(-1px);
}

.show-more-btn:active[b-elg9lg3njr] {
    transform: translateY(0);
}

.show-more-container.hidden[b-elg9lg3njr] {
    display: none;
}
/* /Components/Pages/Event/EventDetailsModal.razor.rz.scp.css */
.event-info-card[b-ov19cynxyn] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}

.info-row[b-ov19cynxyn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.info-row:last-child[b-ov19cynxyn] {
    margin-bottom: 0;
}

.info-label[b-ov19cynxyn] {
    font-weight: 600;
    color: #64748b;
    font-size: 0.95rem;
}

.info-value[b-ov19cynxyn] {
    font-weight: 500;
    color: #1e293b;
    text-align: right;
}

.variables-section[b-ov19cynxyn] {
    margin-top: 24px;
}

.section-title[b-ov19cynxyn] {
    margin: 0 0 20px 0;
    color: #1e293b;
    font-size: 1.25rem;
    font-weight: 600;
}

.accordion[b-ov19cynxyn] {
    border-radius: 12px;
    overflow: hidden;
    /*border: 1px solid #e2e8f0;*/
}

.accordion-item[b-ov19cynxyn] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.accordion-item:last-child[b-ov19cynxyn] {
    border-bottom: 0;
}

.accordion-item.alarm-item[b-ov19cynxyn] {
    border-left: 4px solid var(--custom-color-4);
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.05) 0%, transparent 100%);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
}

.accordion-header[b-ov19cynxyn] {
    padding: 20px 24px;
    background: white;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header:not(.no-hover):hover[b-ov19cynxyn] {
    background: #f1f5f9;
    transform: translateY(-1px);
    cursor: pointer;
}

.accordion-title-section[b-ov19cynxyn] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.accordion-title[b-ov19cynxyn] {
    font-weight: 600;
    color: #1e293b;
    font-size: 1.1rem;
}

.alarm-badge[b-ov19cynxyn] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: var(--custom-color-4);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.accordion-controls[b-ov19cynxyn] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.variable-value[b-ov19cynxyn] {
    font-weight: 600;
    color: #2196f3;
    font-size: 1.1rem;
}

.accordion-icon[b-ov19cynxyn] {
    transition: transform 0.2s ease;
    color: #64748b;
}

.accordion-icon.expanded[b-ov19cynxyn] {
    transform: rotate(180deg);
}

.accordion-content[b-ov19cynxyn] {
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.expanded[b-ov19cynxyn] {
    height: auto;
}

.accordion-body[b-ov19cynxyn] {
    padding: 0 24px 24px 24px;
    background: #fafbfc;
}

.variable-details[b-ov19cynxyn] {
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

.detail-row[b-ov19cynxyn] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.detail-row:last-child[b-ov19cynxyn] {
    margin-bottom: 0;
}

.detail-label[b-ov19cynxyn] {
    color: #64748b;
    font-weight: 500;
}

.detail-value[b-ov19cynxyn] {
    color: #1e293b;
    font-weight: 600;
}

.bits-section[b-ov19cynxyn] {
    margin-top: 16px;
}

.bits-title[b-ov19cynxyn] {
    margin: 0 0 16px 0;
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
}

.bits-grid[b-ov19cynxyn] {
    display: grid;
    gap: 12px;
}

.bit-item[b-ov19cynxyn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.bit-item:hover[b-ov19cynxyn] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bit-indicator[b-ov19cynxyn] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.bit-inactive .bit-indicator[b-ov19cynxyn] {
    background: #d1d5db;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.bit-active .bit-indicator[b-ov19cynxyn] {
    background: var(--custom-color-2);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.bit-alarm .bit-indicator[b-ov19cynxyn] {
    background: #f44336;
    box-shadow: 0 0 0 2px rgba(209, 213, 219, 0.2);
}

.bit-info[b-ov19cynxyn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bit-label[b-ov19cynxyn] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.bit-number[b-ov19cynxyn] {
    font-size: 0.8rem;
    color: #64748b;
}

.bit-status[b-ov19cynxyn] {
    font-weight: 600;
    font-size: 0.85rem;
}

.bit-active .bit-status[b-ov19cynxyn] {
    color: var(--custom-color-2);
}

.bit-inactive .bit-status[b-ov19cynxyn] {
    color: #6b7280;
}

@media (max-width: 768px) {
    .accordion-header[b-ov19cynxyn] {
        padding: 10px 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }

    .accordion-title-section[b-ov19cynxyn] {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0px;
    }

    .accordion-title[b-ov19cynxyn] {
        margin-right: 0.5rem;
    }

    .accordion-controls[b-ov19cynxyn] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .variable-value[b-ov19cynxyn] {
        font-size: 1.2rem;
    }

    .accordion-body[b-ov19cynxyn] {
        padding: 0 20px 20px 20px;
    }

    .info-row[b-ov19cynxyn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
/* /Components/Pages/Event/EventItem.razor.rz.scp.css */
.timeline-item[b-6hq3z95qz3] {
    position: relative;
    border: 0;
    border-inline-start: 1px solid var(--bs-border-color);
    padding-inline-start: 1.4rem;
}

.timeline-header[b-6hq3z95qz3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-item .timeline-point[b-6hq3z95qz3] {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 50%;
    background-color: var(--bs-timeline-point-indicator-color);
    block-size: .75rem;
    box-shadow: 0 0 0 10px var(--bs-paper-bg);
    inline-size: .75rem;
    inset-block-start: 0;
    inset-inline-start: -0.38rem;
    outline: 3px solid rgba(var(--bs-timeline-point-indicator-outline-color), 0.12);
}

.timeline-point-primary[b-6hq3z95qz3],.timeline-indicator-primary[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-primary-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-primary);
    --bs-timeline-point-indicator-outline-color: var(--bs-primary-rgb)
}

.timeline-point-secondary[b-6hq3z95qz3],.timeline-indicator-secondary[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-secondary-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-secondary);
    --bs-timeline-point-indicator-outline-color: var(--bs-secondary-rgb)
}

.timeline-point-success[b-6hq3z95qz3],.timeline-indicator-success[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-success-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-success);
    --bs-timeline-point-indicator-outline-color: var(--bs-success-rgb)
}

.timeline-point-info[b-6hq3z95qz3],.timeline-indicator-info[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-info-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-info);
    --bs-timeline-point-indicator-outline-color: var(--bs-info-rgb)
}

.timeline-point-warning[b-6hq3z95qz3],.timeline-indicator-warning[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-warning-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-warning);
    --bs-timeline-point-indicator-outline-color: var(--bs-warning-rgb)
}

.timeline-point-danger[b-6hq3z95qz3],.timeline-indicator-danger[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-danger-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-danger);
    --bs-timeline-point-indicator-outline-color: var(--bs-danger-rgb)
}

.timeline-point-light[b-6hq3z95qz3],.timeline-indicator-light[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-light-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-light);
    --bs-timeline-point-indicator-outline-color: var(--bs-light-rgb)
}

.timeline-point-dark[b-6hq3z95qz3],.timeline-indicator-dark[b-6hq3z95qz3] {
    --bs-timeline-point-indicator-bg: var(--bs-dark-bg-subtle);
    --bs-timeline-point-indicator-color: var(--bs-dark);
    --bs-timeline-point-indicator-outline-color: var(--bs-dark-rgb)
}

.timeline-item.timeline-item-transparent .timeline-event[b-6hq3z95qz3] {
    background-color: rgba(0, 0, 0, 0);
    inset-block-start: -0.9rem;
    padding-inline: 0;
}

.timeline-item .timeline-event[b-6hq3z95qz3] {
    position: relative;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-paper-bg);
    inline-size: 100%;
    min-block-size: 4rem;
    padding-block: .5rem .3375rem;
    padding-inline: 0;
}
/* /Components/Pages/Machine/CardHeader.razor.rz.scp.css */
.user-profile-header-banner img[b-cguvrl5irx] {
    block-size: 250px;
    inline-size: 100%;
    object-fit: contain;
}

.update-info[b-cguvrl5irx] {
    font-size: 12px;
    font-weight: 400;
    text-align: end;
    margin-right: 1.25rem;
    margin-bottom: 0;
}

.user-profile-header .user-profile-img[b-cguvrl5irx] {
    inline-size: 120px;
}
/* /Components/Pages/Machine/Machine.razor.rz.scp.css */
.grid-container[b-ksl29nlac4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px;
}

.grid-item[b-ksl29nlac4] {
    padding: 16px;
    border-radius: 12px;
    background-color: #f8fafc;
    display: flex;
    flex-direction: column;
}

.item-label[b-ksl29nlac4] {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-label i[b-ksl29nlac4] {
    font-size: 18px;
}

.item-value[b-ksl29nlac4] {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.percentage[b-ksl29nlac4] {
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.capacity-label[b-ksl29nlac4] {
    font-size: 12px;
    color: #64748b;
    /*margin-top: 6px;*/
}

/* Item specific colors */
.solar[b-ksl29nlac4] {
    border-left: 4px solid var(--custom-color-3);
}

.solar .percentage[b-ksl29nlac4] {
    color: var(--custom-color-3);
}

.grid[b-ksl29nlac4] {
    border-left: 4px solid var(--custom-color-2);
}

.battery[b-ksl29nlac4] {
    border-left: 4px solid var(--custom-color-1);
}

.battery .percentage[b-ksl29nlac4] {
    color: var(--custom-color-1);
}

.consumption[b-ksl29nlac4] {
    border-left: 4px solid var(--custom-color-4);
}

.icon[b-ksl29nlac4] {
    /*margin-right: 8px;*/
    font-size: 14px;
}

.solar-icon[b-ksl29nlac4] {
    color: var(--custom-color-3);
}

.grid-icon[b-ksl29nlac4] {
    color: var(--custom-color-2);
}

.battery-icon[b-ksl29nlac4] {
    color: var(--custom-color-1);
}

.consumption-icon[b-ksl29nlac4] {
    color: var(--custom-color-4);
}

@media(max-width: 767.98px) {
    .user-profile-header-banner img[b-ksl29nlac4] {
        block-size:150px
    }

    .user-profile-header .user-profile-img[b-ksl29nlac4] {
        inline-size: 100px
    }
}
/* /Components/Pages/Machine/MachineCard.razor.rz.scp.css */
.subcard[b-tru3lc44sl] {
    background-color: white;
    border-radius: 0.375rem;
    padding: 12px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.subcard:hover[b-tru3lc44sl] {
    transform: translateY(-3px) !important;
    cursor: pointer;
}

.subcard.show[b-tru3lc44sl] {
    transform: translateY(0);
    opacity: 1;
}

.subcard-title[b-tru3lc44sl] {
    font-size: 16px;
    font-weight: 600;
    /*margin-bottom: 8px;*/
    color: #4a4a4a;
}

.subcard-stats[b-tru3lc44sl] {
    display: flex;
    justify-content: space-between;
}

.subcard-stat[b-tru3lc44sl] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subcard-value[b-tru3lc44sl] {
    font-size: 18px;
    font-weight: 700;
}

.subcard-label[b-tru3lc44sl] {
    font-size: 12px;
    color: #888;
}
/* /Components/Pages/Machine/MachineList.razor.rz.scp.css */
.subcards-container[b-bnz16e7zcj] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
    z-index: 1;
}

.subcards-container.active[b-bnz16e7zcj] {
    max-height: 1000px;
}

/*::deep .subcard {*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*    padding: 12px;*/
/*    margin-bottom: 8px;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*    transform: translateY(20px);*/
/*    opacity: 0;*/
/*    transition: transform 0.3s ease, opacity 0.3s ease;*/
/*}*/

/*::deep .subcard.show {*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*}*/

/*::deep .subcard-title {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 8px;*/
/*    color: #4a4a4a;*/
/*}*/

/*::deep .subcard-stats {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*::deep .subcard-stat {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*::deep .subcard-value {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/

/*::deep .subcard-label {*/
/*    font-size: 12px;*/
/*    color: #888;*/
/*}*/

@keyframes pulse-b-bnz16e7zcj {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

[b-bnz16e7zcj] .pulse {
    animation: pulse-b-bnz16e7zcj 1.5s infinite;
}
/* /Components/Pages/Plant/PlantCard.razor.rz.scp.css */
.plant-card[b-t2g269kbcv] {
    background-color: var(--card-bg);
    border-radius: 0.375rem;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    position: relative;
}

.card-header[b-t2g269kbcv] {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    height: 113px;
}

.card-header h3[b-t2g269kbcv] {
    margin: 0 0 5px 0; 
    font-size: 16px;
    line-height: 1;
}

.card-header p[b-t2g269kbcv] {
    margin: 0; 
    font-size: 12px; 
    color: var(--light-text);
}

.plant-image[b-t2g269kbcv] {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: contain;
    margin-right: 16px;
}

.card-actions[b-t2g269kbcv] {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 12px;
}

.card-body[b-t2g269kbcv] {
    padding: 16px;
}

.metrics-grid[b-t2g269kbcv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.metric-group[b-t2g269kbcv] {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 12px;
}

.metric-row[b-t2g269kbcv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.metric-row:last-child[b-t2g269kbcv] {
    margin-bottom: 0;
}

.metric-label[b-t2g269kbcv] {
    font-size: 12px;
    color: var(--light-text);
}

.metric-value[b-t2g269kbcv] {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-heading-color);
}

.metric-group-title[b-t2g269kbcv] {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.card-footer[b-t2g269kbcv] {
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--light-text);
}

.expand-btn[b-t2g269kbcv] {
    margin-left: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: rgba(33, 150, 243, 0.1);
    border-radius: 50%;
    color: var(--secondary-color);
    font-size: 20px;
    transition: all 0.2s ease;
}

.expand-btn:hover[b-t2g269kbcv] {
    background-color: var(--secondary-color);
    color: white;
    box-shadow: 0 2px 5px rgba(33, 150, 243, 0.4);
}

.battery-indicator[b-t2g269kbcv] {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.battery-label[b-t2g269kbcv] {
    margin-right: 8px;
    font-size: 12px;
    color: var(--light-text);
    min-width: 30px;
}

.battery-bar[b-t2g269kbcv] {
    flex-grow: 1;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}

.battery-level[b-t2g269kbcv] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 4px;
    /*width: 75%; !* Example value, should be replaced with actual SoC percentage *!*/
}

.battery-percentage[b-t2g269kbcv] {
    font-size: 12px;
    font-weight: 600;
    color: var(--bs-heading-color);
}

.action-btn[b-t2g269kbcv] {
    background-color: rgba(33, 150, 243, 0.1);
    color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 0.75rem;
}

.action-btn:hover[b-t2g269kbcv] {
    background-color: var(--secondary-color);
    color: white;
    box-shadow: 0 2px 5px rgba(33, 150, 243, 0.4);
}

.action-btn i[b-t2g269kbcv] {
    font-size: 12px;
}
/* /Components/Pages/Plant/PlantSummaryCard.razor.rz.scp.css */
.card-header[b-iy6k23z5o6] {
    background: linear-gradient(135deg, #009DE1 0%, #1976d2 100%);
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
}

.card-header[b-iy6k23z5o6]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(45deg);
}

[b-iy6k23z5o6] .status-indicator {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    background: var(--custom-color-1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.3);
}

.equipment-icon[b-iy6k23z5o6] {
    width: 96px;
    height: 96px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.equipment-icon img[b-iy6k23z5o6] {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.text-content[b-iy6k23z5o6] {
    flex: 1;
    z-index: 1;
}

.title[b-iy6k23z5o6] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.subtitle[b-iy6k23z5o6] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .card[b-iy6k23z5o6] {
        margin: 10px;
    }
}
/* /Components/Pages/Trend/Trend.razor.rz.scp.css */
.energy-icon[b-ohcbw8wgir] {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
    font-size: 20px;
    z-index: 10;
}

.chart-container[b-ohcbw8wgir] {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.chart-title[b-ohcbw8wgir] {
    text-align: center;
    color: #666;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}

.consumption-text[b-ohcbw8wgir] {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}

.badge.badge-dot[b-ohcbw8wgir] {
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    block-size: .5rem;
    inline-size: .5rem;
}

.prop-filters[b-ohcbw8wgir] {
    font-size: 0.75rem;
}

.card .card-header:first-child[b-ohcbw8wgir] {
    background: linear-gradient(135deg, #009DE1 0%, #1976d2 100%);
}

.container-row[b-ohcbw8wgir] {
    display: flex;
    font-size: 0.75rem;
    widht: 100%
}

.half-row[b-ohcbw8wgir] {
    width: 50%;
    padding: 1px;
    text-align: center;
}

.variable-selected-led[b-ohcbw8wgir] {
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 50%;
}
/* /Components/Shared/Components/Error.razor.rz.scp.css */
.misc-wrapper[b-trvisz9l42] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(90vh - (1.625rem * 2));
    text-align: center;
}
/* /Components/Shared/Components/Modal.razor.rz.scp.css */
.modal-overlay[b-7dkpdt483k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    animation: fadeIn-b-7dkpdt483k 0.2s ease-out;
}

.modal-container[b-7dkpdt483k] {
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    animation: slideIn-b-7dkpdt483k 0.3s ease-out;
}

.modal-header[b-7dkpdt483k] {
    padding: 24px 32px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #009DE1 0%, #1976d2 100%);
}

.modal-title[b-7dkpdt483k] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.modal-close-btn[b-7dkpdt483k] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-btn:hover[b-7dkpdt483k] {
    background: rgba(255, 255, 255, 0.1);
}

.modal-body[b-7dkpdt483k] {
    background: white;
    padding: 32px;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

@keyframes fadeIn-b-7dkpdt483k {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-7dkpdt483k {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .modal-container[b-7dkpdt483k] {
        width: 95%;
        max-height: 95vh;
    }

    .modal-header[b-7dkpdt483k] {
        padding: 20px 24px;
    }

    .modal-body[b-7dkpdt483k] {
        padding: 24px 20px;
    }
}
/* /Components/Shared/Components/StatusIndicator.razor.rz.scp.css */
.status-indicator[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.status-running:not(.icon)[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00e676; /* Verde */
    box-shadow: 0 0 8px rgba(0, 230, 118, 0.7);
}

.status-alarm:not(.icon)[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f44336; /* Rosso */
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.7);
}

.status-standby:not(.icon)[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff9800; /* Arancione */
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.7);
}

.status-ready:not(.icon)[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #9e9e9e; /* Grigio */
    box-shadow: 0 0 8px rgba(158, 158, 158, 0.7);
}

.status-unknown:not(.icon)[b-fkkiplyaz7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FF00FF; /* Magenta */
    box-shadow: 0 0 8px rgba(255, 0, 225,0.7);
}

.icon.status-running[b-fkkiplyaz7] {
    color:#00e676; /* Verde */
}
.icon.status-alarm[b-fkkiplyaz7] {
    color:#f44336; /* Rosso */
}
.icon.status-standby[b-fkkiplyaz7] {
    color:#ff9800; /* Arancione */
}
.icon.status-ready[b-fkkiplyaz7] {
    color:#9e9e9e; /* Grigio */
}
.icon.status-unknown[b-fkkiplyaz7] {
    color: #FF00FF; /* Fucsia */
}
/* /Components/Shared/GlobalLoader.razor.rz.scp.css */
div:has(.spinner-grow)[b-f66gbely1r] {
    z-index: 99999;
}
/* /Components/Shared/Logo.razor.rz.scp.css */
.app-brand.justify-content-center[b-wrcj9b22ko] {
    margin-bottom: 2.5rem;
}
/* /Components/Shared/NavMenu.razor.rz.scp.css */
