.baocaotaichinh-background-image{
    width: 100%;
    object-fit: contain;
    object-position: center center;
    box-sizing: border-box;
    margin: 0;
}
.baocaotaichinh-background-overlay{
    width: 100%;
}
.report-title-wrapper{
    padding-left: 20px;
    padding-bottom: 0px;
    width: fit-content;
    border-left: 2px solid #DABF70;
    border-bottom: 2px solid #DABF70;
}
/* Financial Report Wrapper */
.financial-report-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.report-title {
    font-size: 24px;
    font-weight: 700;
    color: #0066B2;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.report-unit {
    font-size: 14px;
    color: #393939;
    text-align: right;
    font-weight: 400;
}

/* Balance Sheet Table Container */
.balance-sheet-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.balance-sheet-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Table Header */
.balance-sheet-table thead th {
    background-color: #0066B2;
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #004A7A;
    font-size: 14px;
}

.balance-sheet-table thead th.col-stt {
    width: 60px;
    text-align: center;
}

.balance-sheet-table thead th.col-item {
    text-align: left;
    min-width: 300px;
}

.balance-sheet-table thead th.col-amount {
    width: 210px;
    text-align: left;

}

/* Table Body */
.balance-sheet-table tbody td {
    padding: 10px 15px;
    border: 1px solid #E0E0E0;
    vertical-align: top;
}

.balance-sheet-table tbody .col-stt {
    text-align: center;
    font-weight: 500;
    width: 60px;
}

.balance-sheet-table tbody .col-item {
    text-align: left;
    /* padding-left: 20px; */
}

.balance-sheet-table tbody .col-amount {
    text-align: right;
    font-weight: 400;
    padding-right: 20px;
}

/* Section Header (TÀI SẢN, NGUỒN VỐN) */
.balance-sheet-table tbody .section-header {
    background-color: #F5F5F5;
}

.balance-sheet-table tbody .section-title {
    font-weight: 700;
    font-size: 16px;
    color: #0066B2;
    padding: 12px 15px;
    text-transform: uppercase;
    border: 1px solid #E0E0E0;
}

/* Main Category (I, II, III...) */
.balance-sheet-table tbody .main-category {
    background-color: #F9F9F9;
}

.balance-sheet-table tbody .main-category .col-item {
    font-weight: 700;
    color: #333;
    padding-left: 15px;
}

.balance-sheet-table tbody .main-category .col-amount {
    font-weight: 600;
    color: #333;
}

/* Sub Items (1, 2, 3...) */
.balance-sheet-table tbody .sub-item {
    background-color: #fff;
}

.balance-sheet-table tbody .sub-item:nth-child(even) {
    background-color: #F9F9F9;
}

.balance-sheet-table tbody .sub-item .col-item {
    /* padding-left: 40px; */
    font-weight: 400;
    color: #333;
}

.balance-sheet-table tbody .sub-item .col-amount {
    font-weight: 400;
    color: #333;
}

/* Total Row */
/* .balance-sheet-table tbody .total-row {
    background-color: #E0F2F7;
    border-top: 2px solid #0066B2;
    border-bottom: 2px solid #0066B2;
} */

.balance-sheet-table tbody .total-row .total-label {
    font-weight: 700;
    font-size: 15px;
    color: #0066B2;
    padding: 12px 15px;
    text-transform: uppercase;
}

.balance-sheet-table tbody .total-row .col-amount {
    font-weight: 700;
    font-size: 15px;
    color: #0066B2;
    padding: 12px 20px;
}

/* Report Note */
.report-note {
    color: #0066B2;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: justify;
}

.report-unitMobile{
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .balance-sheet-table {
        font-size: 13px;
    }
    
    .balance-sheet-table thead th,
    .balance-sheet-table tbody td {
        padding: 8px 12px;
    }
    
    .balance-sheet-table thead th.col-item {
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .financial-report-wrapper {
        padding: 15px 10px;
    }
    
    .report-title {
        font-size: 20px;
    }
    
    .balance-sheet-table {
        font-size: 12px;
    }
    
    .balance-sheet-table thead th,
    .balance-sheet-table tbody td {
        padding: 6px 8px;
    }
    
    .balance-sheet-table thead th.col-item {
        min-width: 200px;
    }
    
    .balance-sheet-table tbody .sub-item .col-item {
        padding-left: 30px;
    }
    
    .balance-sheet-table tbody .section-title {
        font-size: 14px;
    }
    
    .balance-sheet-table tbody .total-row .total-label,
    .balance-sheet-table tbody .total-row .col-amount {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .balance-sheet-table-container {
        overflow-x: scroll;
    }
    
    .balance-sheet-table {
        min-width: 600px;
        font-size: 11px;
    }
    
    .balance-sheet-table thead th,
    .balance-sheet-table tbody td {
        padding: 5px 6px;
    }
    
    .report-title {
        font-size: 18px;
    }
    
    .report-unit {
        font-size: 12px;
    }
}
/*MObile*/
@media only screen and (max-width: 46.1877em) {

}
/* tablet width >= 740px and < 1024px */
@media only screen and (min-width: 46.25em) and (max-width: 73.75em) {

}