.section-title h3 {
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.section-title {
    background-color: #002245;
    border-radius: 8px;
}

.tuyensinh #navbar {
    background: #CFA440;
}

.tuyensinh #navbar h3 {
    color: #fff;
    font-size: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.gioitinh .form-group label {
    width: 100%;
}

.gioitinh .form-group label.radio {
    width: 50%;
    margin: 8px 0px;
    padding-left: 20px;
}

.gioitinh .form-group {
    display: flex;
    flex-wrap: wrap;
}

label {
    font-weight: 700;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.1px;
}

summary {

    background-color: #B3995D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease;
}

summary::after {
    content: '\25B6';

    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease;
    color: white;
    font-size: 0.9em;
    font-weight: normal;
}

.mt-5px {
    margin-top: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.alert.alert-errorsubmit {
    margin: 10px 0;
    color: #ffffff;
    background-color: #ff7474;
    border-color: #ebccd1;
    font-size: 18px;
}

input[type="file"] {
    cursor: pointer;
    border: 1px solid #cccccc;
    padding-right: 5px;
    width: 100%;

    &::-webkit-file-upload-button {
        background-color: #002245;
        color: white;
        cursor: pointer;
    }

    &::file-selector-button {
        background-color: #002245;
        color: white;
        padding: 6px 10px;
        cursor: pointer;
        margin-right: 10px;
    }

    &:hover::-webkit-file-upload-button,
    &:hover::file-selector-button {
        background-color: #000000;
    }
}

.box-login {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: calc(100vh - 10px);
    padding: 40px;
    margin: 0px;
    margin-top: 10px;
    box-sizing: border-box;
}

.bg_login .Content .Content_Title h2 {
    font-size: 3em;
}

.bg_login .Content .Content_Title * {
    color: #fff;
    font-weight: normal;
}

.bg_login .Content .Content_Title {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.bg_login .Content {
    background: linear-gradient(178deg, rgba(4, 68, 132, 0.13) 48.72%, #01101E 98.62%);
    height: 100vh;
    position: relative;
}

.bg_login {
    padding: 0px;
    background-size: cover;
    background-image: url("/Public/tuyensinh/bg_login.png");
}

.btn-login:hover {
    background-color: #002245;
    color: #fff;
}

.btn-login {
    background-color: #002245;
    padding: 10px;
    color: #fff;
    font-size: 1.1em;
    border-radius: 8px;
}

.login_page input:focus,
.login_page input {
    padding: 10px;
    background-color: #fafafa !important;
    border-radius: 8px !important;
    color: #000000;
    font-size: 1.1em;
    box-shadow: none;
    border: none;

}

.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    height: 40px !important;
    padding-left: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;

}

.form-control {
    height: 40px !important;
    border-radius: 10px !important;
    padding: 5px 10px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
    border: 1px solid #B3B3B3;
    background: #fff;
}

.select2-search--dropdown .select2-search__field {
    padding: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.datepicker-dropdown {
    min-width: 300px;

}

.thontinxettuyen label {
    margin-left: 10px;
}

.thontinxettuyen input {
    float: left;
    padding-right: 10px;
}

.tab-content {
    border: 0px;
    padding: 0px;
}

.diem-toeic .col-md-2 {
    width: 20%;
}

.diem-toeic {
    display: flex;
    padding: 0px;
}

.text-login {
    color: #002245 !important;
    font-size: 1em;
    font-weight: normal;
}

.tuyensinh .navbar h3 {
    font-weight: normal;
    margin: 15px 0px;
    padding: 10px 0px;
}

.text-login {
    background-color: #002245 !important;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

.box-login {
    position: relative;
    overflow: hidden;
}


.btn-template-transparent-primary {
    font-weight: 500;
}

.btn-template-transparent-primary:hover {
    color: #002245 !important;
    font-weight: 500;
}

.img-responsive.logo {
    height: auto;
    width: 280px;
}

.form-login .form-control {
    box-shadow: 0 1px 4px #aaa;
}

.form-login .d-flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.box-login {
    width: 460px;
    float: right;
    box-sizing: border-box;
}

.box-login .Union {
    height: 360px;
    width: 400px;
    z-index: 9999;
    top: -180px;
    right: -200px;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(178deg, #002244 0%, #0055AA 100%);
}

.file-container img {
    border-radius: 7px;
}

.file-container {
    background: #01101E77;
    padding: 5px;
    border-radius: 7px;

    margin-bottom: 15px;
}

.file-logged-in {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: fit-content;
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width: 690px) {
    .box-login {
        margin-top: 0px;
        width: 100%;
        height: 100vh;
        float: right;
        box-sizing: border-box;
        border-radius: 0px;
    }

    .tuyensinh .banner.header {
        padding: 0px;
    }

    .text-login a {
        color: #fff !important;
    }

    .box-login .Union {
        height: 240px;
        width: 300px;
        z-index: 9999;
        top: -120px;
        right: -150px;
        position: absolute;
        border-radius: 100%;
        background: linear-gradient(178deg, #002244 0%, #0055AA 100%);
    }
}