/* _content/EnergyService.Web/Components/Formulas/CorrectionCoefficientCalculation.razor.rz.scp.css */
.formula[b-y7pfrdffix] {
    display: flex; /* Align elements in one row */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Align vertically */
    margin: 10px 0;
    font-style: italic;
    font-size: 14px; /* Consistent text size */
    gap: 5px;
}
/* _content/EnergyService.Web/Components/Formulas/Fraction.razor.rz.scp.css */
/* Fractions */
.frac[b-cowbmekns4] {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 14px; /* Consistent text size */
}

.frac > sup[b-cowbmekns4], .frac > sub[b-cowbmekns4] {
    display: block;
    font-size: 14px; /* Slightly smaller for fraction parts */
    line-height: 1.2em;
}

.frac > sup[b-cowbmekns4] {
    border-bottom: 0.08em solid;
}

.frac > span[b-cowbmekns4] {
    display: none;
}
/* _content/EnergyService.Web/Components/Formulas/MonthlyEnergyConsumptionCalculation.razor.rz.scp.css */
.formula[b-idvnqe0vp4] {
    display: flex; /* Align elements in one row */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Align vertically */
    margin: 10px 0;
    font-style: italic;
    font-size: 14px; /* Consistent text size */
    gap: 5px;
}
/* _content/EnergyService.Web/Components/Identity/Roles.razor.rz.scp.css */
/* _content/EnergyService.Web/Components/Institutions/InstitutionList.razor.rz.scp.css */
/* _content/EnergyService.Web/Components/Layout/PublicLayout.razor.rz.scp.css */
.page-container[b-aq05g2hj8q] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    background-color: #f5f5f5;
}

.auth-container[b-aq05g2hj8q] {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    border-radius: 8px;
}

.height-100[b-aq05g2hj8q] {
    height: 100%;
}

.image-container[b-aq05g2hj8q] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.responsive-image[b-aq05g2hj8q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-wrapper[b-aq05g2hj8q] {
    width: 100%;
    max-width: 360px;
}

@media (max-width: 959.98px) {
    .auth-container[b-aq05g2hj8q] {
        max-width: 450px;
    }

    .form-wrapper[b-aq05g2hj8q] {
        margin: 0 auto;
    }
}
/* _content/EnergyService.Web/Components/Pages/EnergyConsumptionInvoiceDetails.razor.rz.scp.css */
/* Formulas and calculations */
.formula[b-ozbusm7acm] {
    display: flex; /* Align elements in one row */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Align vertically */
    margin: 10px 0;
    font-style: italic;
    font-size: 14px; /* Consistent text size */
    gap: 5px; /* Adds spacing between elements */
}

.calculation[b-ozbusm7acm] {
    margin: 10px 0;
    padding: 6px;
    background-color: #f9f9f9;
    font-size: 14px; /* Consistent text size */
}
/* _content/EnergyService.Web/Components/Pages/EnergyConsumptionInvoiceForm.razor.rz.scp.css */
/* Formulas and calculations */
.formula[b-hznmb3c8zn] {
    display: flex; /* Align elements in one row */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Align vertically */
    margin: 10px 0;
    font-style: italic;
    font-size: 14px; /* Consistent text size */
    gap: 5px; /* Adds spacing between elements */
}

.calculation[b-hznmb3c8zn] {
    margin: 10px 0;
    padding: 6px;
    background-color: #f9f9f9;
    font-size: 14px; /* Consistent text size */
}
/* _content/EnergyService.Web/Components/Signatures/Signature.razor.rz.scp.css */
/*.signature {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center; !* Center content horizontally *!*/
/*    width: 100%; !* Make the container width match the widest content *!*/
/*    margin: auto; !* Center the signature container *!*/
/*}*/

/*.signature span {*/
/*    white-space: nowrap; !* Prevent text from wrapping *!*/
/*    text-align: center; !* Ensure text is centered *!*/
/*}*/

/*.signature hr {*/
/*    width: 100%; !* Match width of text *!*/
/*    border: none;*/
/*    border-top: 1px solid black; !* Standard line style *!*/
/*    margin: 10px 0; !* Reduce gap between lines *!*/
/*}*/

.signature[b-41mhn08bmv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.signature span[b-41mhn08bmv] {
    white-space: nowrap;
    text-align: center;
}

.signature hr[b-41mhn08bmv] {
    width: 100%;
    border: none;
    border-top: 1px solid black;
    margin: 10px 0;
}

.lines-container[b-41mhn08bmv] {
    min-height: 100px; /* Adjust as needed to provide enough space */
}
