    .dash-title {
        margin-left: 40px;
        color: #00A453;
        font-size: 50px;
        text-transform: uppercase;
    }
    .dash{
        padding: 20px;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .estimate-infos {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .table{
        width: 100%;
        margin-top: 20px;
    }
    .rest {
        width: 285px;
        height: 189px;
        flex-shrink: 0;
        border-radius: 14px;
        background: #00A453;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9px
    }
.number{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
    .rest .content {
        font-weight: bold;
        color: #FFF;
        font-size: 30px;
        text-transform: uppercase;
    }

    .propose {
        width: 285px;
        height: 189px;
        flex-shrink: 0;
        border-radius: 14px;
        background: #00A453;
        color: #FFF;
        font-size: 60px;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9px
    }

    .propose .content {
        color: #FFF;
        font-size: 30px;
        line-height: 21.76px;
        text-transform: uppercase;
    }

    .week-status {
        padding: 20px;
        height: 232px;
        width: 100%;
        flex-shrink: 0;
        border-radius: 14px;
        background: #F2F5F2;
        margin-left: auto;
        margin-right: auto;
    }

    .week-title {
        color: #000;
        font-weight: bold;
        font-size: 26px;
        margin: 10px;
        text-transform: capitalize;
    }

    .status {
        display: flex;
        align-content: center;
        justify-content: space-evenly
    }

    .statu .value {
        color: #108A00;
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .statu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .statu .title {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
    }

    .chart img {
        margin: 10px;
        width: 100px;
    }

    .statu-with-chart {
        display: flex;
        flex-direction: row;
        align-items: center;

    }

    .infos {
        display: flex;
        flex-direction: column;
        align-content: center
    }

    .next-section .title {
        margin-bottom: 40px;
        color: #000;
        font-size: 26px;
        line-height: 21.76px;
        text-transform: capitalize;
    }
    .next-section{

    }
