/* _content/PowerWallet.Calculator.Web/Components/Calculator/Configurator.razor.rz.scp.css */
.form-grid[b-6t5uhb9s8s] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px 12px;
}

.form-grid__cell[b-6t5uhb9s8s] {
    grid-column: span 12;
    min-width: 0;
}

.form-grid__inline-label[b-6t5uhb9s8s] {
    font-size: 1rem;
    margin: 0 0 4px;
}

.form-grid__cell--note[b-6t5uhb9s8s] {
    grid-column: span 12;
}

@media (min-width: 768px) {
    .form-grid__cell--half[b-6t5uhb9s8s] {
        grid-column: span 6;
    }

    .form-grid__cell--two-thirds[b-6t5uhb9s8s] {
        grid-column: span 8;
    }

    .form-grid__cell--third[b-6t5uhb9s8s] {
        grid-column: span 4;
    }
}

@media (min-width: 1400px) {
    .form-grid__cell--half[b-6t5uhb9s8s] {
        grid-column: span 5;
    }
}

[b-6t5uhb9s8s] .mud-input-required .mud-input.mud-input-outlined.mud-shrink > .mud-input-outlined-border legend {
    padding-right: 11.5px;
}

[b-6t5uhb9s8s] label.mud-input-label-outlined {
    background-color: var(--mud-palette-surface);
    padding: 0 8px;
}
/* _content/PowerWallet.Calculator.Web/Components/Calculator/CostsDetails.razor.rz.scp.css */
.costs-details[b-9xf9owrplq] {
    position: relative;
    overflow: auto;
    min-width: 100%;
}

.costs-details__table[b-9xf9owrplq] {
    border-collapse: collapse;
    min-width: 100%;
}

.costs-details__table th[b-9xf9owrplq] {
    text-align: left;
    font-weight: normal;
}

.costs-details__table thead th.costs-details__amount[b-9xf9owrplq] {
    font-weight: 700;
    text-align: right;
}

.costs-details__table th[b-9xf9owrplq],
.costs-details__table td[b-9xf9owrplq] {
    padding: 3px 6px;
}

.costs-details__table th.costs-details__label[b-9xf9owrplq] {
    white-space: normal;
    font-weight: 700;
}

.costs-details__amount[b-9xf9owrplq] {
    text-align: right;
    white-space: nowrap;
}

.costs-details__row--alt[b-9xf9owrplq] {
    background: var(--mud-palette-table-lines);
}

.costs-details__table tfoot > tr > th[b-9xf9owrplq] {
    font-weight: 900;
    border-top: 1px solid var(--mud-palette-text-primary);
}

.costs-details__table tfoot > tr > td[b-9xf9owrplq] {
    font-weight: 500;
    border-top: 1px solid var(--mud-palette-text-primary);
}
/* _content/PowerWallet.Calculator.Web/Components/Calculator/Panels/ConfiguratorPanel.razor.rz.scp.css */
.configurator-panel[b-mpd5vzlzg2] {
    background: var(--mud-palette-surface);
    border-radius: 4px;
    box-shadow: var(--mud-elevation-1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    overflow: hidden;
    max-height: calc(100dvh - 48px);
}

.configurator-panel__header[b-mpd5vzlzg2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    padding-bottom: 12px;
}

.configurator-panel__divider[b-mpd5vzlzg2] {
    flex-shrink: 0;
    height: 1px;
    background: var(--mud-palette-divider);
    margin: 0 -24px;
}

.configurator-panel__title[b-mpd5vzlzg2] {
    font-size: 1.35em;
    border-bottom: 1px solid var(--mud-palette-divider);
    text-align: center;
    color: var(--mud-palette-primary);
    margin: 0 0 8px;
}

@media (min-width: 576px) {
    .configurator-panel__title[b-mpd5vzlzg2] {
        font-size: 1.65em;
    }
}

.configurator-panel__form[b-mpd5vzlzg2] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -24px;
    padding-right: 24px;
    padding-top: 16px;
}

.pv-inputs[b-mpd5vzlzg2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pv-inputs__row[b-mpd5vzlzg2] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
}

.pv-inputs__label[b-mpd5vzlzg2] {
    flex: 1 1 auto;
}

.pv-inputs__selects[b-mpd5vzlzg2] {
    display: flex;
    gap: 8px;
}

.pv-inputs__select[b-mpd5vzlzg2] {
    flex: 0 0 calc(50%);
    min-width: 0;
}

.configurator-panel__footer[b-mpd5vzlzg2] {
    flex-shrink: 0;
    padding-top: 12px;
}

.configurator-panel__footer small[b-mpd5vzlzg2] {
    display: block;
    margin-bottom: 12px;
}
/* _content/PowerWallet.Calculator.Web/Components/Calculator/Panels/CurrentInstallationPanel.razor.rz.scp.css */
.installation-panel[b-pct4x2zzgg] {
    background: var(--mud-palette-surface);
    border-radius: 4px;
    box-shadow: var(--mud-elevation-1);
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: subgrid;
    grid-row: span 3;
    min-width: 0;
}

.installation-panel__section[b-pct4x2zzgg] {
    display: block;
    min-width: 0;
}

.installation-table[b-pct4x2zzgg] {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.installation-table--spaced[b-pct4x2zzgg] {
    margin-top: 0.5rem;
}

.installation-table th[b-pct4x2zzgg],
.installation-table td[b-pct4x2zzgg] {
    padding: 3px 6px;
    text-align: left;
}

.installation-table th:not([colspan]):first-child[b-pct4x2zzgg],
.installation-table td:first-child[b-pct4x2zzgg] {
    width: 62%;
}

.installation-table th.installation-table__title[b-pct4x2zzgg] {
    font-size: 1.35em;
    border-bottom: 1px solid var(--mud-palette-divider);
    text-align: center;
    color: var(--mud-palette-primary);
}

.installation-table:has(.installation-table__title) tbody tr:first-child th[b-pct4x2zzgg],
.installation-table:has(.installation-table__title) tbody tr:first-child td[b-pct4x2zzgg] {
    padding-top: 16px;
}

@media (min-width: 576px) {
    .installation-table th.installation-table__title[b-pct4x2zzgg] {
        font-size: 1.65em;
    }
}

.installation-table th.installation-table__subtitle[b-pct4x2zzgg] {
    font-size: 1.15em;
}

.installation-table__row--highlight .fw-bold[b-pct4x2zzgg] {
    color: var(--pw-highlight-text);
}
/* _content/PowerWallet.Calculator.Web/Components/Calculator/Panels/PvStorageInput.razor.rz.scp.css */
.pv-storage[b-5kyunpqvyx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pv-storage__row[b-5kyunpqvyx] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
}

.pv-storage__question[b-5kyunpqvyx] {
    flex: 1 1 auto;
}

.pv-storage__select[b-5kyunpqvyx] {
    width: 160px;
}
/* _content/PowerWallet.Calculator.Web/Components/Calculator/Panels/RecommendedInstallationPanel.razor.rz.scp.css */
.installation-panel[b-25ni53n6hh] {
    background: var(--mud-palette-surface);
    border-radius: 4px;
    box-shadow: var(--mud-elevation-1);
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: subgrid;
    grid-row: span 3;
    min-width: 0;
}

.installation-panel__section[b-25ni53n6hh] {
    display: block;
    min-width: 0;
}

.tariff-scroll[b-25ni53n6hh] {
    overflow-x: auto;
    min-width: 0;
}

.tariff-scroll--spaced[b-25ni53n6hh] {
    margin-top: 0.5rem;
}

.tariff-table[b-25ni53n6hh] {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 420px;
}

.tariff-table th[b-25ni53n6hh],
.tariff-table td[b-25ni53n6hh] {
    padding: 3px 6px;
    text-align: left;
}

.tariff-table thead tr:nth-child(2) th[b-25ni53n6hh] {
    font-weight: normal;
}

.tariff-table thead tr:nth-child(2) th:first-child[b-25ni53n6hh] {
    width: 30%;
}

.tariff-table thead tr:nth-child(2) th:not(:first-child)[b-25ni53n6hh] {
    width: 23.33%;
}

.tariff-table__row--highlight .fw-bold[b-25ni53n6hh] {
    color: var(--pw-highlight-text);
}

.installation-table[b-25ni53n6hh] {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.installation-table th[b-25ni53n6hh],
.installation-table td[b-25ni53n6hh] {
    padding: 3px 6px;
    text-align: left;
}

.installation-table th:not([colspan]):first-child[b-25ni53n6hh],
.installation-table td:first-child[b-25ni53n6hh] {
    width: 62%;
}

.installation-table th.installation-table__title[b-25ni53n6hh] {
    font-size: 1.35em;
    border-bottom: 1px solid var(--mud-palette-divider);
    text-align: center;
    color: var(--mud-palette-primary);
}

.installation-table:has(.installation-table__title) tbody tr:first-child th[b-25ni53n6hh],
.installation-table:has(.installation-table__title) tbody tr:first-child td[b-25ni53n6hh] {
    padding-top: 16px;
}

@media (min-width: 576px) {
    .installation-table th.installation-table__title[b-25ni53n6hh] {
        font-size: 1.65em;
    }
}

.installation-table th.installation-table__subtitle[b-25ni53n6hh],
.tariff-table th.installation-table__subtitle[b-25ni53n6hh] {
    font-size: 1.15em;
}
/* _content/PowerWallet.Calculator.Web/Components/Pages/Home.razor.rz.scp.css */
.home[b-u92cvcz6jc] {
    position: relative;
    min-height: 100%;
    padding: 24px 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(320px, 480px);
    align-content: start;
}

.home[b-u92cvcz6jc]::before {
    content: '';
    position: fixed;
    inset: 0;
    background: var(--mud-palette-background) transparent no-repeat bottom center / cover;
    z-index: -1;
    filter: brightness(0.6);
}

.home--with-results[b-u92cvcz6jc] {
    grid-template-columns: 1fr;
}

.home__loading[b-u92cvcz6jc] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__results[b-u92cvcz6jc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

@media (min-width: 992px) {
    .home[b-u92cvcz6jc] {
        height: 100vh;
        overflow: hidden;
    }

    .home--with-results[b-u92cvcz6jc] {
        grid-template-columns: minmax(320px, 480px) minmax(0, 1fr);
        grid-template-rows: 1fr;
    }

    .home > *[b-u92cvcz6jc] {
        min-height: 0;
        min-width: 0;
    }

    .home__results[b-u92cvcz6jc] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        overflow-y: auto;
        align-content: start;
    }
}
