.csc-my-account-my-impact {

    /* Global */
    background-color: transparent !important;
    margin-bottom: -45px !important;

    .page-header {
        margin-bottom: 30px !important;
    }

    .page-header h1 {
        font-family: 'Roboto Flex Variable', sans-serif;
        font-weight: 700;
        font-size: 75px;
        line-height: 87.89px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    /* Section : Main Content */
    .csc-my-impact-container {
        display: flex;
        gap: 32px;
    }

    /* Section : Impact Chart */
    .csc-my-impact-chart-container {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 16px;
        padding: 32px;
        max-width: 48.5%;
    }

    .csc-my-impact-chart-header__title {
        color: #000;
        font-size: 40px;
        line-height: 46.88px;
    }

    .csc-my-impact-chart-header__subtitle {
        color: #000;
        font-size: 18px;
        line-height: 21.09px;
        margin-bottom: 22px;
    }

    .csc-my-impact-chart-content__tab-switcher {
        margin-bottom: 22px;
    }

    .csc-switcher-container {
        width: 100% !important;
    }

    .csc-switcher-container-sm {
        width: fit-content !important;
    }

    .csc-switcher-container div {
        padding: 8.5px 10px;
    }


    .csc-my-impact-chart-content__tab-restored-biodiversity {
        display: none;
    }

    .csc-my-impact-chart-content__tab-catched-carbon-header,
    .csc-my-impact-chart-content__tab-restored-biodiversity-header {
        margin-bottom: 40px;
    }

    .csc-my-impact-chart-content__title {
        font-size: 32px;
        line-height: 37.5px;
        margin-bottom: 0;
    }

    .csc-my-impact-chart-content__subtitle {
        color: #000;
        font-size: 16px;
        line-height: 18.75px;
    }

    .csc-my-impact-chart-wrapper {
        width: 208px;
        height: 208px;
        margin-left: 61px;
        margin-right: 55px;
        flex-shrink: 0;
    }

    .csc-my-impact-chart-current-year-catched-carbon,
    .csc-my-impact-chart-current-year-restored-biodiversity {
        margin-bottom: 40px;
    }

    .csc-my-impact-chart-content__tab-catched-carbon-content {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .csc-my-impact-current-year-catched-carbon-legend,
    .csc-my-impact-current-year-restored-biodiversity-legend {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .csc-my-impact__current-year-chart_legend-item {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .csc-my-impact__current-year-chart_legend-item-dot {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        display: inline-block;
        background-color: #9d9d9d;
        flex-shrink: 0;
    }

    .bg-green {
        .csc-my-impact__current-year-chart_legend-item-dot {
            background-color: #00EF9C;
        }
    }

    .bg-blue {
        .csc-my-impact__current-year-chart_legend-item-dot {
            background-color: #00A0F7;
        }
    }

    .bg-gray {
        .csc-my-impact__current-year-chart_legend-item-dot {
            background-color: #9d9d9d;
        }
    }

    .csc-my-impact__current-year-chart_legend-item-text {
        font-size: 16px;
        line-height: 18.75px;
    }

    .csc-my-impact__history-chart_legend-item {
        display: flex;
        font-size: 14px;
        line-height: 16.41px;
        margin-bottom: 8px;
        min-width: 195px;

        &.bg-green {
            .csc-my-impact__history-chart_legend-data {
                background-color: #28FE9C;
            }
            .csc-my-impact__history-chart_legend-download {
                background-color: #28FE9C;
            }
        }

        &.bg-yellow {
            .csc-my-impact__history-chart_legend-data {
                background-color: #FEC228;
            }
            .csc-my-impact__history-chart_legend-download {
                background-color: #FEC228;
            }
        }

        &.bg-red {
            .csc-my-impact__history-chart_legend-data {
                background-color: #FF6F6F;
            }
            .csc-my-impact__history-chart_legend-download {
                background-color: #FF6F6F;
            }
        }

        .csc-my-impact__history-chart_legend-data {
            border-radius: 30px 0 0 30px;
            min-width: 145px;
            padding: 8px 8px 8px 20px;
        }

        .csc-my-impact__history-chart_legend-data-label {
            padding-right: 8px;
        }

        .csc-my-impact__history-chart_legend-data-value {
            border-left: 2px solid #000;
            padding-left: 8px;
        }

        .csc-my-impact__history-chart_legend-download {
            border-radius: 0 30px 30px 0;
            border-left: 1px solid #fff;
            padding: 8px 16px 8px 12px;
        }
    }

    .csc-my-impact-chart-content__tab-restored-biodiversity-content {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .csc-my-impact__restored_biodiversity_legend-subtitle {
        padding-left: 24px;
        margin-bottom: 17px;
    }

    /* Section : Impact Report */
    .csc-my-impact-report-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(../../img/my-impact-report-bg.jpeg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        padding: 56px 110px;
        border-radius: 16px;
        position: relative;
        width: 48.5%;
    }

    

    .csc-my-impact-report-header {
        margin-top: 47px;
        margin-bottom: 25px;
    }

    .csc-my-impact-report-header__title {
        font-size: 40px;
        line-height: 46.88px;
        color: #fff;
        text-align: center;
        margin-bottom: 19px;
    }

    .csc-my-impact-report-header__subtitle {
        font-size: 24px;
        line-height: 28.13px;
        color: #fff;
        text-align: center;
    }

    .csc-my-impact-report-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 31px;
        margin-bottom: 47px;
    }

    .csc-my-impact-report-content__download-wrapper,
    .csc-my-impact-report-content__reevaluate-impact-wrapper {
        width: 100%;
    }

    .csc-my-impact-report-content__text {
        font-size: 24px;
        line-height: 28.13px;
        color: #fff;
        text-align: center;
    }

    .csc-my-impact-report-content__impact-value-circle-wrapper {
        margin-bottom: 53px;
    }

    .csc-my-impact-report-content__impact-value-border-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(40, 254, 156, 30%);
        border-radius: 100%;
        width: 265px;
        height: 265px;
    }

    .csc-my-impact-report-content__impact-value-circle {
        box-sizing: content-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 213px;
        height: 213px;
        background: linear-gradient(to right, #00A0F7, #28FE9C);
        border-radius: 100%;
    }

    .csc-my-impact-report-content__impact-value-circle-text {
        font-size: 40px;
        line-height: 46.88px;
        color: #000;
        text-align: center;
    }

    /* Section : Impact Simulation */
    .csc-my-impactsimulation-report-header {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .csc-my-impactsimulation-report-column {
        display: flex;
        flex-direction: column;
        gap: 48px;
        width: 48.5%;
    }

    .csc-my-impactsimulation-report-container {
        padding: 56px 35px;
        width: 100%;
    }

    .csc-my-impactsimulation-report-content__text {
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #fff;
    }

    .csc-my-impactsimulation-report-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .csc-my-impactsimulation-report-bottom-content__text {
        color: #000;
        text-align: center;
        font-size: 32px;
        line-height: 37.5px;
        margin-bottom: 48px;
    }

    .csc-my-impactsimulation-complete-profile-btn {
        background-color: #000;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Section : Reevaluation Modal */
    .csc-modal-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #222;
        position: relative;
        height: 100vh;
    }
      
      
    .csc-modal {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        width: 47.5%;
        min-width: 300px;
        padding: 1.3rem;
        min-height: 250px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 15px;
        z-index: 10001;
    }
      
    .csc-modal .flex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
      
    .csc-modal-open-btn {
        cursor: pointer;
    }
      
    .csc-modal-close-btn-container {
        margin-bottom: -20px;
    }
      
    .csc-modal-close-btn {
        transform: translate(10px, -20px);
        padding: 5px 8px;
        margin: 10px 5px 0;
        background: #1C274C;
        color: #fff;
        border-radius: 50%;
    }
      
    .csc-modal-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(1px);
        z-index: 10000;
    }
      
    .csc-hidden {
        display: none;
    }
      
    .csc-modal-header {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding-bottom: 16px;
    }
      
    .csc-modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 16px;
    }

    .csc-modal-content-text {
        color: #000;
        font-size: 18px;
        line-height: 21.5px;
    }

    /* Section : Reevaluation Modal */
    .csc-my-impact-reevaluation-question-container {
        display: flex;
        gap: 20px;
    }

}


@media screen and (max-width: 767px) {
    .csc-my-account-my-impact {
        margin-bottom: 72px !important;
        padding: 0 10px !important;

        .page-header h1 {
            font-size: 32px;
            line-height: 37.5px;
            margin-bottom: 16px;
        }

        /* Section : Main Content */
        .csc-my-impact-container {
            flex-direction: column;
        }

        /* Section : Impact Chart */
        .csc-my-impact-chart-container {
            background-color: transparent;
            border: 0;
            padding: 0;
            max-width: 100%;
        }

        .csc-my-impact-chart-content__tab-catched-carbon-content,
        .csc-my-impact-chart-content__tab-restored-biodiversity-content {
            flex-direction: column;
        }

        .csc-my-impact-current-year-catched-carbon-legend,
        .csc-my-impact-current-year-restored-biodiversity-legend {
            margin-right: auto;
        }

        .csc-my-impact-chart-wrapper {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 30px;
        }

        /* Section : Impact Report */
        .csc-my-impact-report-container {
            padding: 18px 20px;
            width: 100%;
        }

        .csc-my-impactsimulation-report-column {
            padding: 18px 20px;
            width: 100%;
        }

        .csc-my-impact-report-header {
            margin-top: 0;
        }

        .csc-my-impact-report-header__title {
            font-size: 25px;
            line-height: 29.3px;
        }
    
        .csc-my-impact-report-header__subtitle {
            font-size: 16px;
            line-height: 18.75px;
            color: #fff;
            text-align: center;
        }

        .csc-my-impact-report-content {
            margin-bottom: 12px;
        }

        .csc-my-impact-report-content__text {
            font-size: 17px;
            line-height: 19.92px;
        }

        .csc-my-impact-report-content__impact-value-circle-wrapper {
            margin-bottom: 0;
        }

        .csc-my-impact-report-content__impact-value-border-circle {
            width: 180px;
            height: 180px;
        }
    
        .csc-my-impact-report-content__impact-value-circle {
            width: 145px;
            height: 145px;
        }
    
        .csc-my-impact-report-content__impact-value-circle-text {
            font-size: 32px;
            line-height: 37.5px;
        }

        .csc-my-impact-reevaluation-question-container {
            flex-direction: column;
            justify-content: center;
        }

    }
}

@media screen and (min-width: 1440px) {
    .csc-my-account-my-impact {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
}