.result {
    max-width: 950px;
    width: 100%;
    padding: 0 0;
    box-shadow: 0px 8.52px 31.95px 0px #8D9FBB26;
}

.result-box {
    box-shadow: 0 0 0 0;
    padding: 30px 28px;
    border-radius: 10px;
}

.title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

p.report-summary {
    margin-bottom: 15px;
    font-size: 20px;
}

.info-box {
    margin-bottom: 20px;
}

.info-list {
    margin-bottom: 10px;
}

.title-text p {
    font-size: 18px;
}

.value-text p {
    font-size: 18px;
}

.about-inner-box {
    margin-bottom: 15px;
    box-shadow: 0px 8.52px 31.95px 0px #8D9FBB26;
}

.about-student {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

@media print {
    .sidebar, 
    .header, 
    .bread-crumb, 
    .page-title{
        display: none;
    }

    div#dashboard-main{
        background-color: white;
    }

    /* invoice */
    .invoice-print{
        width: 100%;
        background-color: white;
    }

    /* Result */
    .result {
        padding: 10px 20px;
        box-shadow: 0 0 0 0;
        border-radius: 0;
    }
    .result-box {
        padding: 10px 20px;
        box-shadow: 0 0 0 0;
        border-radius: 0;
    }

    h1.result-title {
        font-size: 30px;
    }
    
    .report-school-logo {
        width: 70px;
    }
    
    .report-school-logo img {
    }
    
    p.report-summary {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .title-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
    
    .info-box {
        margin-bottom: 20px;
    }
    
    .info-list {
        margin-bottom: 6px;
    }
    
    .title-text {
        font-size: 14px;
    }
    
    .value-text p {
        font-size: 14px;
    }

    .final-result table thead tr th {
        padding: 4px 8px;
    }
    
    .final-result table tbody tr td {
        padding: 4px 8px;
    }

    .student-box {}

    .about-student {
        display: flex;
        margin-bottom: 10px;
    }

    .about-student div {
        width: 25%;
    }

    .about-student-title {
        margin-bottom: 5px;
    }

    .student-performance {
        display: flex;
    }

    .student-performance div:nth-child(1) {
        width: 25%;
    }

    /* schedule */
    .schedule-header {
        width: 100%;
    }
    
    table.schedule-table {
        width: 100%;
        margin-bottom: 50px;
    }
    
    table.schedule-table tr th {
        font-size: 13px;
    }
    
    table.schedule-table tr td {
        font-size: 13px;
        height: 70px;
    }

    .about-box-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-inner-box {
        /* margin-bottom: 15px; */
        padding: 10px 20px 0;
        width: calc(50% - 6px);
        margin-bottom: 0;
        box-shadow: 0 0 0 0;
    }
    
    .about-inner-box h2 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .about-inner-box  label {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .about-inner-box p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}