@media print {
    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.export .header-image{
    width: 100%;
    display: block;
}

.export table {
    border-collapse: collapse;
}

.export th {
    border: #000000 solid 1px;
}

.export td {
    border: #000000 solid 1px;
}

.export .header-image{
    width: 100%;
    display: block;
}

.export  .p-2 {
    padding: 8px;
}

.export .th-min-width-200 {
    min-width: 200px;
}

.export .task-table-border{
    text-align: center;
    border: rgb(203 213 225) solid 1px !important;
}

.export .print-content {
    font-family: "Times New Roman";
    background-color: white;
    position: relative;
}

.export  .descriptions {
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 16px;
}

.export .bg-slate-100{
    background-color: rgb(241 245 249);
}

.export .margin-t-20 {
    margin-top: 20px;
}

.export .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.export .desc {
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 16px;
}

.export .date-symbol {
    font-size: 13px;
    display: inline-block;
    vertical-align: super
}

.export .score-table>tbody>tr>td {
    font-size: 10px;
    line-height: 16px;
    font-family: "Times New Roman";
    border: #000000 solid 1px;
    width: 100px;
    height: 31px;
    text-align: center;
}

.export .al-score-table>tbody>tr>td {
    font-size: 10px;
    line-height: 16px;
    font-family: "Times New Roman";
    border: #000000 solid 1px;
    text-align: center;
}


.export .custom-table>thead>tr>th, .custom-table>tbody>tr>td {
    font-size: 10px;
    line-height: 16px;
    font-family: "Times New Roman";
    border: #000000 solid 1px;
    width: 100px;
    height: 31px;
    text-align: center;
}

.export .score-rule-table>tbody>tr>td{
    font-size: 12px;
    border: #000000 solid 1px;
}

.export .al-score-rule-table>tbody>tr>td{
    font-size: 12px;
    border: #000000 solid 1px;
    text-align: center;
    padding: 0 2px;
}

.export .footer{
    font-size:12px;
    text-align: right;
    line-height: 16px;
    display: flex;
    justify-content: end;
    position: relative;
}

/* .export .footer:before {*/
/*    content: "";*/
/*    background-image: url("https://ifpad.prepschool.org.cn/storage/images/yin.png");*/
/*    background-size: 100% 100%;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    top: -70px;*/
/*}*/
