﻿.case-study-border{
    border-radius:35px 0;
    background-color:black;
    color:white;
    width:fit-content;
    text-align:center;
}

.income-value {
    /*display: flex;*/
    align-items: center;
    padding: 10px;
    border-radius: 1px solid black;
}
    .income-value h3, p {
        margin: 0px;
    }

.after-construction-amt {
    background: #bdeefb;
    color: black;
    border: 1px solid #0f5277;
}
.case-study-img, .case-study-img img {
    width: 100%;
}


.table {
    --bs-table-bg: transparent !important;
    
}
.case-study-table tr td, tfoot, th, thead {
    border: 2px solid white;
    font-size:1.2rem;
    font-weight:500;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #E5F8FF;
}
.table-striped tbody tr:nth-of-type(even) {
    /*background-color:!important;*/
}

.support-txt {
    font-size: 14px;
    color:var(--darkGray);
}

.project-financials {
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
}

.financial-item .amount {
    font-size: 22px;
    font-weight: 700;
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    padding: 2px 0px;
    display: inline-block;
}

.financial-item .year {
    font-size: 14px;
    font-weight: 400;
    color: #696969 !important;
}

.financial-item .description {
    font-size: 14px;
    color: #2D2D2D;
}
