@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Component/OfferModal.razor.rz.scp.css */
.title[b-sig4s06aki] {
    color: #122f5c;
    font-family:"Monsterrat";
    font-weight:600;
    font-size:24px;
}
input[b-sig4s06aki] {
    border-radius: 24px;
    background-color: #f5f9fa;
    color: #122f5c;
    width:100%;
    height:58px;
}
select[b-sig4s06aki] {
    border-radius: 24px;
    background-color: #f5f9fa;
    color: #122f5c;
    width: 100%;
    height: 58px;
    padding:12px;
}
hr[b-sig4s06aki] {
    color: #acc5d1;
}
button[b-sig4s06aki] {
    border-radius: 24px;
    background-color: #122f5c;
    width:33%;
    color:white;
}

.logo[b-sig4s06aki] {
    width:50%;
}
/* /Pages/EnergyCalculator.razor.rz.scp.css */
tr td:nth-child(2n)[b-6y99muc3zm] {
    vertical-align: middle;
}

.header-container[b-6y99muc3zm]{
    display:flex;
    align-items:center;
}

.body[b-6y99muc3zm] {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    padding: 25px 25px 25px 25px;
    min-height:100vh;
}

.blue-bg[b-6y99muc3zm] {
    border-radius: 16px;
    background-color: #122f5c;
    width: 100%;
    padding: 20px 25px;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

.white-bg[b-6y99muc3zm] {
    padding:20px 25px;
    border-radius: 16px;
    background-color: white;
}

.numbering[b-6y99muc3zm] {
    color: #122f5c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

.input-prompt[b-6y99muc3zm] {
    letter-spacing: 0px;
    color: #cfd5d4;
    font-weight: 600;
    font-size: 14px;
}

.information-row[b-6y99muc3zm] {
    display: flex;
    justify-content: space-between;
    background-color: #3c7092;
    border-radius: 16px;
    width: 100px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    color: white;
}

.custom-tooltip[b-6y99muc3zm]{
    position:relative;
    display:inline-block;
    z-index:1;
}
    .custom-tooltip .custom-tooltiptext[b-6y99muc3zm] {
        visibility: hidden;
        width: 500px;
        background-color: #6e9aaf;
        color: #ffffff;
        text-align: left;
        border-radius: 16px;
        padding: 5px;
        position: absolute;
        z-index: 4;
        bottom: 0%;
        left: 0%;
        opacity: 0;
        transition: opacity 0.3s;
        border: 1px solid #ffffff;
        margin-left:-6px;
        margin-bottom:-6px;

    }
    .custom-tooltip .custom-tooltip[b-6y99muc3zm]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
    }

    .custom-tooltip:hover .custom-tooltiptext[b-6y99muc3zm] {
        visibility: visible;
        opacity: 1;
    }

.information-field-description[b-6y99muc3zm] {
    color:white;
    text-align:end;
}

.information-field[b-6y99muc3zm] {
    background-color: #6e9aaf;
    border-radius: 16px;
    border: 1px solid #ffffff;
    margin-left:15px;
    width:125px;
    height:24px;
    padding-left:16px;
    padding-right:16px;
    text-align:end;
    color:white;
    display:inline-block;
}
input[b-6y99muc3zm]::-webkit-outer-spin-button,
input[b-6y99muc3zm]::-webkit-inner-spin-button {
    -webkit-appearance:none;
}

hr[b-6y99muc3zm] {
    color: #acc5d1;
}

.no-input[b-6y99muc3zm] {
    pointer-events:none;
}

button[b-6y99muc3zm] {
    border-radius: 16px;
    background-color: #3c7092;
    color: white;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen {
    .no-print[b-6y99muc3zm] {
    }

    .no-screen[b-6y99muc3zm] {
        display: none;
    }
}

@media print {
    .no-print[b-6y99muc3zm] {
        display: none;
    }

    .no-screen[b-6y99muc3zm] {
    }
}

.right-item[b-6y99muc3zm]{

}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9ze701hmoy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ze701hmoy] {
    flex: 1;
}

.sidebar[b-9ze701hmoy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9ze701hmoy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ze701hmoy]  a, .top-row[b-9ze701hmoy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9ze701hmoy]  a:hover, .top-row[b-9ze701hmoy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9ze701hmoy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9ze701hmoy] {
        display: none;
    }

    .top-row.auth[b-9ze701hmoy] {
        justify-content: space-between;
    }

    .top-row[b-9ze701hmoy]  a, .top-row[b-9ze701hmoy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9ze701hmoy] {
        flex-direction: row;
    }

    .sidebar[b-9ze701hmoy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ze701hmoy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9ze701hmoy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9ze701hmoy], article[b-9ze701hmoy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
