#Panel1 {
    margin: 30px 0;
    width: 100%;
}

#Panel1 .table-bordered tr td,
#Panel1 .table-bordered tr th {
    border: 1px solid #4e4e4e;
}

table {
    font-size: 15px;
}

.table-bordered {
    margin: 0 auto;
}

.table-score {
    margin-bottom: 10px;
}

.info-content {
    padding-top: 20px;
    padding-bottom: 10px;
}

.table-score td {
    text-align: center;
}

.heading-form {
    text-align: center;
    white-space: nowrap;
}

.major-code {
    white-space: nowrap;
}

.logo {
    width: 200px;
}

.heading-form span {
    display: block;
}

.admission-subtitle,
.admission-title {
    text-align: center;
}

.admission-title {
    font-weight: bold;
    color: red;
    font-size: 1.5em;
}

b {
    font-weight: bold;
}

.info {
    padding-top: 20px;
    padding-bottom: 10px;
}


.button-file {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.button-file button {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #26C6F9;
    border-radius: 8px;
    border: none;
    font-family: 'Inter';
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.2s linear;
}

.button-file button:hover {
    box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
}

.button-file .btn-upload {
    background: #FDB528;
}

.button-file .btn-edit {
    background: #666CFF;
}


@media print {
    table {
        font-size: 14px;
    }

    .container-seacrh-profile {
        display: none;
    }

    main {
        border: none;
    }
}