body {
    font-family: 'Inter';
}

/* ---------------table------------------- */
.majorPass {
    white-space: nowrap;
}

.container-file {
    display: block;
    max-width: 1512px;
    padding: 0 24px;
    margin: 0 auto;
}

.main {
    width: 100%;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.content-noti {
    width: 50%;
    margin-top: 39px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #1F2251;
    padding-bottom: 20px;
    line-height: 175%;
}

.content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #1F2251;
}

.content-warning {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #D72134;
    margin-top: 140px;
    margin-bottom: 66px;
}



/*  */
.with-table {
    width: 95%;
    margin: 0 auto;
}

.major_regist {
    width: 20%;
}

.regist_date {
    width: 10%;
}

.method_regist {
    width: 18%;
}

.wrap-table {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.table-edit div {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.table-edit div img {
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.table {
    width: 100%;
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    border-radius: 4px;
    border-collapse: collapse;
}

.table .table-body tr {
    border-width: 2px 0 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
}

.table-body tr td:nth-child(4) {
    text-align: start;
}

.table-body tr td:first-child {
    text-align: start;
}

.addmission_exam {
    width: 13%;
}

.table-body tr td {
    text-align: center;
}

.table th {
    background: rgba(0, 0, 0, 0.06);
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #1F2251;
}

.table th:first-child {
    border-top-left-radius: 8px;
}

.table th:last-child {
    border-top-right-radius: 8px;
}

.table .table-body {
    background-color: #FAFAFA;
}

.table-body tr td {
    border-right: 2px solid #ffffff;
}

.table-body tr td:last-child {
    border: none;
}

.table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #596274;
}

.table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #1F2251;
}

.table td,
.table th {
    padding: 10px;
    text-align: left;
}

.table-head tr th {
    /* border-right: 2px solid #eeeeee; */
    text-align: center;
}

.table .table-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-body tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px;
}

.table-body tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 8px;
}

i.icon.icon-eye,
i.icon.icon-edit {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/edit.png');
    background-size: contain;
    margin-right: 10px;
}

i.icon.icon-eye {
    background-repeat: no-repeat;
    background-image: url('../images/icon-eye.png');
    background-size: contain;
    height: 12px;
}

/* search profile */

.container-seacrh-profile {
    margin: 40px 0;

}

.container-seacrh-profile .form-search-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.wrap-select {
    width: 300px;
    position: relative;
    height: 52px;
}

.wrap-select label {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: white;
    color: rgba(76, 78, 100, 0.68);
}

.wrap-select input,
#admissionType,
#admissionNumber {
    width: 100%;
    height: 100%;
    padding: 12px 0px 7px 5px;
    border-radius: 8px;
    border: 1px solid #458FCD;
    outline: none;
    color: rgba(76, 78, 100, 0.68);
    font-family: 'Inter';
}

.wrap-input {
    width: 444px;
}

.wrap-select input {
    padding: 0 25px;
}

#btnSubmitIdProfile {
    width: 136px;
    height: 52px;
    background: #6D788D;
    box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
}

.Myprofile-search {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: all 0.3s linear;
}

/* //loeading */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #D72134;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    display: none;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.profileEmpty {
    display: none;
}

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

.button-file .button,
.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;
}

.bot-footer {
    margin-top: 50px;
}