.status {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent !important;
}

.delete-disabled {
  background-color: transparent !important;
}

.section-left,
.section-right {
  width: 322px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 12px;
  gap: 40px;
}

.process-step {
  width: 100%;
}

.process-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212121;
  padding-bottom: 40px;
}

.process-step .info label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 10px;
  height: 48px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.process-step .info label span {
  background: rgba(102, 108, 255, 0.5);
  border-radius: 8px;
  width: 28px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 4px;
  margin-right: 10px;
}

.process-step .info label svg {
  margin: 0 auto;
}

.process-step .info.active {
  background: #1F2251;
  box-shadow: 0px 2px 10px rgba(76, 78, 100, 0.22);
  border-radius: 8px;
  color: #FAFAFA;
}

.instruction-register {
  height: 32px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #1F2251;
  margin-bottom: 40px;
}

.instruction .info {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.instruction .info label {
  color: #458FCD;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}

.admission-information li {
  line-height: 20px;
  font-size: 14px;
}

.admission-information span,
.attachedFile-information li,
.candidate-information span {
  font-size: 14px;
  line-height: 20px;
}


.personal-info {
  width: 820px;
  padding: 56px 96px;
}

.personal-info .title {
  text-align: center;
}

.personal-info .title h1 {
  height: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #1F2251;
}

.personal-info .title h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212121;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-tabs {
  margin: 80px auto 0 auto;
  max-width: 628px;
}

.container h2 {
  margin: 40px 0px;
  text-align: center;
  color: #111;
  font-size: 25px;
}

.dot_descript {
  margin-right: 10px;
  height: 5px;
  width: 5px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%);
}

.link_wordpress {
  /* background-color: #000000 !important; */
  color: #458FCD;
}

.object_des {
  display: block;
  width: 90%;
  margin: 0 auto;
}


.about_skill {
  font-size: 15px;
  margin: 10px 0;
  font-weight: 500;
  text-align: justify;
}

.container-tabs .list .item .question {
  width: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}

.container-tabs .list .item .question>span {
  width: 30px;
  text-align: left;
  font-size: 20px;
}

.container-tabs .list .item .question>span:last-child {
  text-align: right;
}

.container-tabs .list .item .question>span span:nth-child(2) {
  display: none;
}

.container-tabs .list .item .answer {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

.container-tabs .list .item .answer p {
  padding: 10px 20px;
  color: #555;
}

.container-tabs .list .item.active .question {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #D72134;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.container-tabs .list .item.active .question>span span:nth-child(1) {
  display: none;
}

.container-tabs .list .item.active .question>span span:nth-child(2) {
  display: block;
}

.container-tabs .list .item.active .answer {
  max-height: 100%;
}

.container-tabs .item {
  padding: 10px 0;
}

.container-tabs .item .personal .general-title,
.container-tabs .item .contact .general-title,
.container-tabs .items .attached .general-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.46px;
  color: #606A7C;
  padding: 35px 0;
}

.container-tabs .item .personal .general,
.container-tabs .item .contact .general {
  border-left: 1px solid #A2A3A4;
}

.container-tabs .item .general-title svg {
  margin-right: 10px;
}

.general-title span {
  vertical-align: middle;
  display: inline;
}

.general-title span svg {
  vertical-align: middle;
}

.general-title span input[type=radio] {
  height: 24px;
  width: 24px;
  display: none;
}

.group-checkbox label {

  display: contents;
}

.group-checkbox {
  display: inline;
  width: 28%;
  margin-right: 20px;
}

.group-checkbox span {
  color: rgba(93, 106, 130, 0.78);
  margin: 3px;
}

.checkboxField {
  /* Storke */
  width: 24px;
  height: 24px;
  border-radius: 8px;
  vertical-align: middle;
  border: 1px solid rgba(93, 106, 130, 0.78);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.checkboxField:checked {
  width: 24px;
  height: 24px;
  background: #72E128;
  border: 1px solid transparent;
}

.checkboxField:checked::before {
  content: "";
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}



.row {
  position: relative;
  margin-bottom: 27px;
  left: 30px;
}

.label-name {
  position: absolute;
  top: -8px;
  color: #596274;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 0 5px;
  left: 15px;
  background: white;
  z-index: 1;
  width: auto;
}

.inputField {
  font-weight: 400;
  padding: 0px 15px;
  font-size: 16px;
  width: calc(100% - 70px);
  height: 40px;
  border-radius: 8px;
  outline: none;
  border: 1px solid rgba(93, 106, 130, 0.78);
  color: #596274;
}

.select2-container {
  font-weight: 400;
  padding: 0px 15px;
  font-size: 16px;
  height: 40px;
  border-radius: 8px;
  outline: none;
  border: 1px solid rgba(93, 106, 130, 0.78);
  color: #596274;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus {
  border: 1px solid rgba(93, 106, 130, 0.78);
}

.span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  position: relative;
}

span.select2-container.select2-container--default.select2-container--open {
  border: none;
}


.select2-container--default .select2-selection--single {
  border: none;
  height: 37px;
  display: flex;
  align-items: center;
}

span.select2.select2-container.select2-container--default {
  width: calc(100% - 70px) !important;
  /* margin: 0 auto; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  right: 4px;
}

.select2-container--default .select2-results>.select2-results__options,
ul#select2-district-results {
  display: flex;
  flex-direction: column;
}

span.select2-dropdown.select2-dropdown--below {
  /* top: 32px; */
  /* top: unset; */
  border-radius: 4px;
  position: absolute;
  top: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  outline: none;
  padding: 8px;
}

.inputField.is-valid~.validate,
.inputField.valid~.validate {
  opacity: 1;
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

    /*   */
    position: absolute;
    height: 12px;
    top: 13px;
    right: 30px;
    width: 20px;
}

.inputField.is-invalid~.invalidate {
  opacity: 1;
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

  /*   */
  position: absolute;
  height: 12px;
  top: 13px;
  right: 30px;
  width: 20px;
}

.validate {
  opacity: 0;
  margin-left: 10px;
}

.invalidate {
  opacity: 0;
  margin-left: 10px;
}

.item .contact .row>span.note-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #616161;
}

.button.information {
  margin: 0 auto;
}

.btn-save-personal,
.btn-save-candidate,
.btn-save-admission,
.btn-save-file,
.btn-back,
.btn-save-contact {
  margin: 35px auto;
}

.instruction .attachedFile-information,
.instruction .admission-information,
.instruction .candidate-information {
  display: none;
  font-family: 'Inter';
}

.instruction .attachedFile-information.active,
.instruction .admission-information.active,
.instruction .candidate-information.active {
  display: block;
}

.diff {
  margin-top: 35px;
  border: 0 !important;
}

.diff>.row {
  /* left: 0; */
  margin-bottom: 0px;
  width: 100%;
}

.diff>.row .inputField {
  width: calc(100% - 40px);
}

.group {
  display: inline-table;
}

.group .row {
  width: 50%;
  position: relative;
  float: left;
}

.attached .general.group .row {
  left: 0;
}

.container-tabs .red {
  color: #D72134;
  display: block;
  font-size: 15px;
}

#attachedFile {
  width: 100%;
}

.attached .dm-uploader {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 13px;
  width: 305px;
  height: 44px;
  background: #FFFFFF;
  border: 1px dashed #6D788D;
  border-radius: 12px;
}

.attached .single-uploader {
  display: table-cell;
  width: 240px;
  height: 320px;
  background: #FFFFFF;
  border: 1px dashed #6D788D;
  border-radius: 12px;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
  font-size: 12px;
}


.btn:hover {
  /* color: #596274 !important; */
}


#uploadNK {
  height: auto;
}

.card.h-100.loading_img ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.attached .dm-uploader svg {
  margin-left: 7px;
}

.items .attached .general.input-text {
  margin-top: -19px;
  width: 625px;
}

.attached .dm-uploader span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.17px;
  color: #1F2251;
}

.file-upload {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0px;
  width: 237px;
  height: 100%;
}

.card.h-100 {
  position: relative;
  width: 280px;
  margin-left: 20px;
  border: none;
}

.progress .file-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #1F2251;
  margin-left: 10px;
}

.media-body {
  display: flex;
}

.progress {
  position: relative;
  width: 280px;
  height: 25px;
  /* top: -5px; */
  background-color: transparent;
}

.progress .progress-play {
  /* background: #F7F7F9; */
  position: relative;
  left: 10px;
}

.info-file-upload {
  width: 34px;
  height: 24px;
}

.progress-bar {
  /* border: 1px solid #c0c0c0; */
  height: 5px;
  background: #666CFF;
  border-radius: 2px;
  position: relative;
}

.process-pecent {
  float: right;
  text-align: right;
  letter-spacing: 1px;
}

.progress .play {
  font-weight: 900;
  height: 16px;
  font-size: 12px;
  line-height: 7px;
  color: #666CFF;
}

#admissionInfo .study-program {
  display: none;
}

#admissionInfo .study-program.active {
  display: block;
}

.btn-valid {
  background: #666CFF;
  transition: all linear 0.24s;
}

.item.is_valid .question {
  color: #72E128 !important;
}

.item.is_valid .question svg path {
  fill: #72E128;
}

.active_process {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #72E128 !important;
  background-image: url('../images/check.png') !important;
}

.active_process span svg {
  display: none;
}

.plan2 .object-2 {
  display: none;
}

.title-mobile {
  display: none;
}

.content-page {
  display: none;
}

.admission-intro-hiden {
  display: none;
}

.content-page-show {
  display: inline-flex;
}

.category.page-category.xet-diem-hoc-ba-thpt.category-id-40.container-content {
  height: 100%;
  background-color: #F5F5F5;
}

section.section-left {
  height: auto;
}

.inputField {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  right: 10px;
  position: absolute;
  opacity: 1;
  display: block;
  background: url('../images/input-date.png') no-repeat;
  width: 15px;
  height: 15px;
  border-width: thin;
  background-size: contain;
}

.section-left,
.section-right {
  height: 100%;
}

.instruction-2 {
  display: none;
}

.active-border {
  border: 1px solid #FF4D49;
}

.active-blue {
  color: #72E128 !important;
  fill: #72E128 !important;
}


/* width */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  height: 34px;
}

/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  border-radius: 3px;
}

/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(69, 143, 205, 0.2);
  border-radius: 3px;
  height: 34px;
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(69, 143, 205, 0.2);
}

span.select2-dropdown.select2-dropdown--below {
  border: none;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  transition: all 0.2s linear;
}

.select2-results__option--selectable {
  padding: 14px 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F2F2F2;
  color: #458FCD;
}

.error-personal {
  width: 100%;
  font-size: 12px;
  position: relative;
  margin-bottom: -27px;
  color: #dc3545 !important;
  display: none;
}

.general .desc {
  display: inline-flex;

}

.general .title {
  white-space: nowrap;
  padding: 10px;
  font-weight: 500;
  color: #1F2251;
}

.general .content {
  font-family: 'Inter';
  color: #596274;
}

.talent-regis .item .general-title {
  padding: 0 0 20px 0 !important;
}

.cnqt_score.group {
  width: 100%;
}

/* style radio button */

.input-radio {
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  padding: 0 20px;
}

.input-academic {
  padding-bottom: 10px !important;
}

.input-radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.input-radio ul li {
  /* color: #AAAAAA; */
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  /* border-bottom: 1px solid #333; */
}

.input-radio ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.input-radio ul li label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #596274;
  padding: 15px 15px 5px 40px;
  margin: 5px auto;
  height: 40px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.input-radio ul li:hover label {
  /* color: #FFFFFF; */
}

.input-radio ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #596274;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 10px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.input-radio ul li:hover .check {
  border: 2px solid #5f6572;
}

.input-radio ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 6px;
  left: 6px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.input-radio input[type=radio]:checked~.check {
  border: 2px solid #458FCD;
}

.input-radio input[type=radio]:checked~.check::before {
  background: #458FCD;
}

.input-radio input[type=radio]:checked~label {
  color: #458FCD;

}

/*  */
.ui-datepicker-calendar thead {
  color: #CCC;
}

.show_file_img {
  display: inline-flex;
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #ccc;
  position: relative;
}

.wrap_img_show {
  display: inline-flex;
  flex-wrap: wrap;
}

/*  check icon */
.success-animation {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -40%);
}

.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.group-checkbox {
  width: 100%;
}

.group-checkbox label,
.draw6,
.draw4 {
  display: inline-flex;
}