﻿
.ld-smash-sales-reports {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    background-image: url('../../image/other/gotas/5.png');
    background-size: 20% auto;
    background-position: top right;
    background-repeat: no-repeat;
}

.ld-smash-sales-reports-title {
    margin-top: 50px;
}

.ld-smash-sales-report {
    width: calc(50% - 30px);
    max-width: 600px;
    padding: 0 30px;
    text-align: left;
}

.ld-smash-sales-report-header {
    background: #ed7d31;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    padding: 5px 15px;
    left: -15px;
    top: 15px;
    border-radius: 20px 5px 5px 20px;
    color: white;
}

    .ld-smash-sales-report-header span {
        margin-right: 10px;
    }

.ld-smash-sales-report-content {
    background: #f6f6f6;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
}


    .ld-smash-sales-report-content p {
        text-align: left;
    }

.ld-smash-sales-report-footer {
    text-align: center;
    position: relative;
}

    .ld-smash-sales-report-footer:before {
        content: '';
        background: #f6f6f6;
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 10px 10px;
    }

    .ld-smash-sales-report-footer img {
        width: calc(100% - 30px);
        max-width: 400px;
        display: inline-block;
        position: relative;
    }


.ld-smash-sales-reports .ld-smash-sales-report:nth-child(2) .ld-smash-sales-report-footer:before,
.ld-smash-sales-reports .ld-smash-sales-report:nth-child(3) .ld-smash-sales-report-footer:before,
.ld-smash-sales-reports .ld-smash-sales-report:nth-child(2) .ld-smash-sales-report-content,
.ld-smash-sales-reports .ld-smash-sales-report:nth-child(3) .ld-smash-sales-report-content {
    background: #fef8f0;
}


[data-section="studentTrackingAndReports"] .ld-smash-sales-section-pf-center-f1,
[data-section="studentTrackingAndReports"] .ld-smash-sales-section {
    max-width: 1800px;
}

[data-section="studentTrackingAndReports"] {
    padding-bottom: 90px;
}

#studentTrackAndReportsCarousel {
    margin-top: 50px;
}


@media all and (max-height: 1100px) {
    [data-section="studentTrackingAndReports"] .ld-smash-deco-bottom-wave {
        margin-bottom: 0;
    }

    .ld-smash-sales-reports {
        gap: 0;
    }

    .ld-smash-sales-report {
        width: calc(50% - 5px);
        padding: 0 15px;
    }
}

@media all and (max-width: 700px) {
    .ld-smash-sales-report {
        width: 100%;
    }

    .ld-smash-sales-reports {
        gap: 50px;
    }
}

@media (max-width: 800px), (max-height: 800px) {
    [data-section="studentTrackingAndReports"] {
        padding-bottom: 75px;
    }
}

    /*
@media all and (max-width: 1300px) {
    .ld-smash-sales-report {
        padding: 0 15px;
        width: calc(50% - 10px);
    }
}



@media all and (max-width: 950px) {

    .ld-smash-sales-report-footer img {
        max-width: 300px;
    }
}

@media all and (min-width: 800px) {
    .ld-smash-sales-reports {
        width: 100%; 
    }
}


@media all and (max-width: 800px) {
    .ld-smash-sales-reports {
        gap: 0;
        align-items: stretch;
    }

    .ld-smash-sales-report {
        max-width: initial;
    }

    .ld-smash-sales-report-footer img {
        max-width: 550px;
        width: calc(90vw - 60px);
    }

    #studentTrackAndReportsCarousel-track {
        padding-bottom: 100px;
    }
}


@media all and (max-width: 500px) {
    .ld-smash-sales-report-content p {
        font-size: 13px;
    }

    #studentTrackAndReportsCarousel-track {
        padding-bottom: 50px;
    }
}


@media all and (max-height: 1220px) {
    [data-section="studentTrackingAndReports"] .ld-smash-sales-section {
        padding: 0;
    }

    [data-section="studentTrackingAndReports"] .ld-smash-sales-book-a-consultation-btn {
        margin-bottom: 15px;
    }
}

@media all and (max-height: 1150px) {

}*/