/* /Pages/ConfigPages/ConfigList.razor.rz.scp.css */
body[b-qjewi0rmdo] {
}
.card[b-qjewi0rmdo] {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 12rem;
    width: 15rem;
    margin-left: 1rem;
}

.card:hover[b-qjewi0rmdo] {
        transform: scale(1.05);
}

.card-title[b-qjewi0rmdo] {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-text[b-qjewi0rmdo] {
    text-align: start;
    font-size: 14px;
}





/* /Pages/ConfigPages/ConfigPlantList.razor.rz.scp.css */
body[b-rvzhvn9mbp] {
}


.card[b-rvzhvn9mbp] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15); 
}

.card.grow-on-hover[b-rvzhvn9mbp] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.card.grow-on-hover:hover[b-rvzhvn9mbp] {
   transform: scale(1.03);
   box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15); 
}
/* /Pages/ConfigPages/EmailDistributionConfigPage.razor.rz.scp.css */
body[b-b5vbn9g8l6] {
}
.email-tag[b-b5vbn9g8l6] {
    display: inline-block;
    border-radius: 1rem;
    background-color: rgb(10, 88, 202);
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    color: white;
}

.email-list-box[b-b5vbn9g8l6] {
    border: 1px solid #e9e9e9;
    background-color: #efefef; 
    border-radius: 0.5rem;
}

.email-tag__button[b-b5vbn9g8l6]{
    font-size: 10px;
    cursor: pointer;
    padding-left: 0.5rem;
    text-align: center;    
    margin: 0;
    font-weight: 200;
    padding-bottom: 1px;


}

.email-text[b-b5vbn9g8l6] {
    font-size: 11px;
}

.email-input[b-b5vbn9g8l6] {
    border: 1px solid #e2e2e2;
    min-width: 30vw;
    height: 1.75rem;
    border-radius: 0.25rem;
    font-size: 12px;
    padding-left: 0.5rem;
}
/* /Pages/DataPages/ASRevenueDataPage.razor.rz.scp.css */
body[b-3kvdulvp47] {
}

.positive[b-3kvdulvp47] {
    color: green;
    font-size: 12px;
}

.negative[b-3kvdulvp47] {
    color: red;
    font-size: 12px;
}

.neutral[b-3kvdulvp47] {
    font-size: 12px;
}
/* /Pages/DataPages/DataHomePage.razor.rz.scp.css */


.powerbi[b-ftgv8w5hwx] {
    width: 100%;
}

.powerbi_test[b-ftgv8w5hwx] {
    width: 100%;
}

iframe[b-ftgv8w5hwx] {
    display: block; /* iframes are inline by default */
    border: none; /* Remove default border */
    background: black;
    background-color: black;
    margin: 0;
}

.card[b-ftgv8w5hwx] {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: 1rem;
    height: fit-content;
    width: 10rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .card:hover[b-ftgv8w5hwx] {
        transform: scale(1.05);
    }

.card-title[b-ftgv8w5hwx] {
    font-size: 10px;
    font-weight: 700;
    color: #484848;
}

.card-text[b-ftgv8w5hwx] {
    text-align: start;
    font-size: 10px;
}
/* /Pages/DataPages/EnergyGMDataPage.razor.rz.scp.css */
body[b-dqz4hbe8bi] {
   
}

.positive[b-dqz4hbe8bi] {
    color: green;
    font-size: 12px;
}

.negative[b-dqz4hbe8bi] {
    color: red;
    font-size: 12px;
}

.neutral[b-dqz4hbe8bi] {
    font-size: 12px;
}

/* /Pages/DataPages/ForwardsGrossMarginDataPage.razor.rz.scp.css */
.positive[b-icle2t9pxb] {
    color: green;
    font-size: 12px;
}

.negative[b-icle2t9pxb] {
    color: red;
    font-size: 12px;
}

.neutral[b-icle2t9pxb] {
    font-size: 12px;
}
/* /Pages/DataPages/ImportExportGMDataPage.razor.rz.scp.css */
body[b-82ilziza0s] {
}

.positive[b-82ilziza0s] {
    color: green;
    font-size: 12px;
}

.negative[b-82ilziza0s] {
    color: red;
    font-size: 12px;
}

.neutral[b-82ilziza0s] {
    font-size: 12px;
}
/* /Pages/ImportExportPages/ImportExportCostCalculator.razor.rz.scp.css */
.import-export__btn:hover[b-p53mcd1iib] {
    color: white;
    background-color: #0070C0;
}
/* /Pages/ImportExportPages/ImportExportDataEdit.razor.rz.scp.css */
body[b-6wgi3mpkg3] {
}
.form-load__btn:hover[b-6wgi3mpkg3] {
   background-color: darkgreen;
   color: white;
}

.form-load__btn[b-6wgi3mpkg3] {
    width: 8rem;
    color: white;
    border-radius: 0.25rem;
    background-color: #1b6ec2;
    margin-left: 1rem;
    color: white;
    padding: 0.25rem;
}


.form-update__btn[b-6wgi3mpkg3] {
    width: 8rem;
    color: white;
    border-radius: 0.25rem;
    background-color: #1b6ec2;
    color: white;
    margin-bottom: 1rem;
    padding: 0.25rem;
}

.form-update__btn:hover[b-6wgi3mpkg3] {
    background-color: green;
    color: white;
}
/* /Pages/ImportExportPages/ImportExportDataUpload.razor.rz.scp.css */
body[b-065f6gegro] {
}


.input-validation-error[b-065f6gegro] {
    border-color: #dc3545;
    color: #dc3545;

}
/* /Pages/index.razor.rz.scp.css */


.powerbi[b-yphet9iktb] {
    width: 100%;
}

.powerbi_test[b-yphet9iktb] {
    width: 100%;
}

iframe[b-yphet9iktb] {
    display: block; /* iframes are inline by default */
    border: none; /* Remove default border */
    background: black;
    background-color: black;
    margin: 0;
}

.card[b-yphet9iktb] {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: 1rem;
    height: fit-content;
    width: 10rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card:hover[b-yphet9iktb] {
    transform: scale(1.05);
}

.card-title[b-yphet9iktb] {
    font-size: 10px;
    font-weight: 700;
    color: #484848;
}

.card-text[b-yphet9iktb] {
    text-align: start;
    font-size: 10px;
}
/* /Pages/ProcessRerunPages/ProcessRerunHomePage.razor.rz.scp.css */


.powerbi[b-b87s7tnnkw] {
    width: 100%;
}

.powerbi_test[b-b87s7tnnkw] {
    width: 100%;
}

iframe[b-b87s7tnnkw] {
    display: block; /* iframes are inline by default */
    border: none; /* Remove default border */
    background: black;
    background-color: black;
    margin: 0;
}

.card[b-b87s7tnnkw] {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: 1rem;
    height: fit-content;
    width: 10rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .card:hover[b-b87s7tnnkw] {
        transform: scale(1.05);
    }

.card-title[b-b87s7tnnkw] {
    font-size: 10px;
    font-weight: 700;
    color: #484848;
}

.card-text[b-b87s7tnnkw] {
    text-align: start;
    font-size: 10px;
}
/* /Pages/ProcessRerunPages/RerunASGMCalculation.razor.rz.scp.css */
.rerun__btn:hover[b-9tt6ha6rgz] {
    color: white;
    background-color: #0070C0;
}
/* /Pages/ProcessRerunPages/RerunEnergyGMCalculation.razor.rz.scp.css */
.rerun__btn:hover[b-el5a18k144] {
    color: white;
    background-color: #0070C0;
}
/* /Pages/ProcessRerunPages/RerunForwardsGMCalculation.razor.rz.scp.css */
.rerun__btn:hover[b-xxjr6xsl0r] {
    color: white;
    background-color: #0070C0;
}
/* /Pages/ProcessRerunPages/RerunImportExportGMCalculation.razor.rz.scp.css */
.rerun__btn:hover[b-ss4yzso3q4] {
    color: white;
    background-color: #0070C0;
}
/* /Pages/VarcostPages/CostCurveData.razor.rz.scp.css */
body[b-svrc279g1v] {
    background-color: #f5f5f5;
}

.container[b-svrc279g1v] {
    background-color: #f5f5f5;
}


.heatcurve[b-svrc279g1v] {
    background-color: #FFF;
}
/* /Pages/VarcostPages/DayAheadVarCostPage.razor.rz.scp.css */
.send-vc-email__button[b-l012ay67dw] {
    border: none;
    background-color: #ff9521;
    border-radius: 2px;
    min-width: 6rem;
    min-height: 2rem;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.varcost-form__input[b-l012ay67dw] {
    font-size: 14px;
}

.varcost-form__input-top-card[b-l012ay67dw] {
    font-size: 10px;
}

.varcost-form__input-card-data[b-l012ay67dw] {
    color:#0070C0;
    font-size: 13px;
}
/* /Pages/VarcostPages/GrossMarginEstimator.razor.rz.scp.css */
body[b-dq8abgsnkc] {
}

.margin-positive[b-dq8abgsnkc] {
    color: green;
}

.margin-negative[b-dq8abgsnkc] {
    color: red;
}

/* If you need a specific style for zero value */
.margin-zero[b-dq8abgsnkc] {
    color: grey;
}
/* /Shared/DashboardCard.razor.rz.scp.css */
body[b-swloda5udx] {
}

.grossmargin[b-swloda5udx] {
    color: hsl(262.1 83.3% 57.8%)
}
/* /Shared/DashboardSkeleton.razor.rz.scp.css */
body[b-jfotakqrel] {
}


.skeleton[b-jfotakqrel] {
    width: 175px;
    height: 24px;
    background-color: #b3b3b3;
    border-radius: 4px;
    animation: shimmer-b-jfotakqrel 1s infinite linear;
}


@keyframes shimmer-b-jfotakqrel {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* /Shared/EmailDistributionComponent/ReportsList.razor.rz.scp.css */
body[b-vjd9yszedz] {
}

.list-item-report[b-vjd9yszedz] {
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 0.25rem;
    padding: 0.25rem;
}


.list-item-report:hover[b-vjd9yszedz] {
    transform: scale(1.01);
    background-color: #e8e8e8;
    font-weight: bold;
}

    

.list-item-report__view[b-vjd9yszedz] {
    display: none;
}

.list-item-report:hover .list-item-report__view[b-vjd9yszedz] {
    display: block;
    color: blue;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
body[b-ztvryo16kl] {
}

.profile-image[b-ztvryo16kl] {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    margin-left: 1rem;
}

.profile-image-container[b-ztvryo16kl] {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: darkgreen;
    color: white;
    text-align: center;
    font-size: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-v2errme8rj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v2errme8rj] {
    flex: 1;
}

.sidebar[b-v2errme8rj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v2errme8rj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v2errme8rj]  a, .top-row[b-v2errme8rj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v2errme8rj]  a:hover, .top-row[b-v2errme8rj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v2errme8rj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v2errme8rj] {
        display: none;
    }

    .top-row.auth[b-v2errme8rj] {
        justify-content: space-between;
    }

    .top-row[b-v2errme8rj]  a, .top-row[b-v2errme8rj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v2errme8rj] {
        flex-direction: row;
    }

    .sidebar[b-v2errme8rj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v2errme8rj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v2errme8rj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v2errme8rj], article[b-v2errme8rj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Modals/SendEmailModal.razor.rz.scp.css */


.email-modal[b-equ0s4650i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30vw;
    height: auto;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    background-color: white;
    z-index: 101;
}

.email-modal__body[b-equ0s4650i] {
    padding: 1rem;
    font-size: 13px;
}


.email-modal__header[b-equ0s4650i] {
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    background-color: #0070C0;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
}

.email-modal__button[b-equ0s4650i]  {
    border: none;
    background-color: #ff9521;
    border-radius: 2px;
    min-width: 5rem;
    font-size: 14px;
    margin-bottom: 1rem;
}

.email-modal__button:hover[b-equ0s4650i] {
    background-color: #0070C0;
    color: white;
}

.modal-container[b-equ0s4650i] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0000002b;
    height: 100%;
    width: 100%;
    z-index: 100;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-otb0jr1zmp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-otb0jr1zmp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-otb0jr1zmp] {
    font-size: 1.1rem;
}

.oi[b-otb0jr1zmp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-otb0jr1zmp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-otb0jr1zmp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-otb0jr1zmp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-otb0jr1zmp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-otb0jr1zmp]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-otb0jr1zmp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-otb0jr1zmp] {
        display: none;
    }

    .collapse[b-otb0jr1zmp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PlantCardComponent/PlantCardComponent.razor.rz.scp.css */
body[b-ejd6wgbouf] {
}

.card[b-ejd6wgbouf] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15); /* adjust as needed */
}

.card.grow-on-hover[b-ejd6wgbouf] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.card.grow-on-hover:hover[b-ejd6wgbouf] {
    transform: scale(1.03);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15); /* adjust as needed */
}

