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

/* /Components/Fluent/FluentNumericField.razor.rz.scp.css */
fluent-text-field[number-text-field][b-e6lbfro2f5] {
    color: brown;
}

fluent-text-field[number-text-field][b-e6lbfro2f5]::part(control) {
    text-align: end;
}
/* /Components/Layout/PrintLayout.razor.rz.scp.css */
@page {
    size: A4 portrait;
    margin: 0.5cm;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7xjnh3v3zk],
.components-reconnect-repeated-attempt-visible[b-7xjnh3v3zk],
.components-reconnect-failed-visible[b-7xjnh3v3zk],
.components-pause-visible[b-7xjnh3v3zk],
.components-resume-failed-visible[b-7xjnh3v3zk],
.components-rejoining-animation[b-7xjnh3v3zk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-retrying[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-failed[b-7xjnh3v3zk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7xjnh3v3zk] {
    display: block;
}


#components-reconnect-modal[b-7xjnh3v3zk] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7xjnh3v3zk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7xjnh3v3zk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7xjnh3v3zk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7xjnh3v3zk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7xjnh3v3zk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7xjnh3v3zk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7xjnh3v3zk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7xjnh3v3zk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7xjnh3v3zk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7xjnh3v3zk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7xjnh3v3zk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7xjnh3v3zk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7xjnh3v3zk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7xjnh3v3zk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7xjnh3v3zk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7xjnh3v3zk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7xjnh3v3zk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7xjnh3v3zk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Manager/EnergyContracts/Index.razor.rz.scp.css */
.energy-contracts-index[b-u6gv5fxbzw] {
    display: block;
}

.index-filter-row[b-u6gv5fxbzw] {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 12px;
    align-items: end;
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .index-filter-row[b-u6gv5fxbzw] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Manager/Index.razor.rz.scp.css */
.home-dashboard[b-d9dr17xp0n] {
    display: block;
}

.home-header[b-d9dr17xp0n] {
    margin-bottom: 12px;
}

.dashboard-grid[b-d9dr17xp0n] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dashboard-card[b-d9dr17xp0n] {
    padding: 12px;
}

.dashboard-card__header[b-d9dr17xp0n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.dashboard-list[b-d9dr17xp0n] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-list__item[b-d9dr17xp0n] {
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 8px;
    padding: 8px;
}

.dashboard-list__content[b-d9dr17xp0n] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-list__meta[b-d9dr17xp0n] {
    color: var(--neutral-foreground-hint);
    font-size: 0.85rem;
}

@media (max-width: 1200px) {
    .dashboard-grid[b-d9dr17xp0n] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .dashboard-grid[b-d9dr17xp0n] {
        grid-template-columns: 1fr;
    }

    .dashboard-card__header[b-d9dr17xp0n] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Manager/ViabilityReport/ReportPrintPage.razor.rz.scp.css */
@media print {
    @page {
        size: A4 portrait;
        margin: 0.5cm;
    }    
}
/* /Components/NotificationCenter.razor.rz.scp.css */
.notification-center-trigger[b-d35q1m9nwc] {
    position: relative;
    display: inline-flex;
}

.notification-center-trigger[b-d35q1m9nwc]::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 2px solid var(--warning);
    transform: scale(0.65);
    opacity: 0;
    pointer-events: none;
}

.notification-center-trigger--0[b-d35q1m9nwc]::after {
    animation: components-notification-center-ripple-a-b-d35q1m9nwc 850ms cubic-bezier(0.2, 0.7, 0.3, 1) 1;
}

.notification-center-trigger--1[b-d35q1m9nwc]::after {
    animation: components-notification-center-ripple-b-b-d35q1m9nwc 850ms cubic-bezier(0.2, 0.7, 0.3, 1) 1;
}

@keyframes components-notification-center-ripple-a-b-d35q1m9nwc {
    0% {
        transform: scale(0.65);
        opacity: 0.95;
    }

    70% {
        opacity: 0.35;
    }

    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}

@keyframes components-notification-center-ripple-b-b-d35q1m9nwc {
    0% {
        transform: scale(0.65);
        opacity: 0.95;
    }

    70% {
        opacity: 0.35;
    }

    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}
