@charset "UTF-8";
.main {
  background: #fff;
}
.main form .box-layout {
  display: none !important;
  opacity: 0;
}
.main form .box-layout.active {
  display: block !important;
  opacity: 1;
}
.main form .register-header {
  background: #f8f8f9;
}
.main form .register-header h2 {
  font-family: "UTM Bebas";
  color: #8b672a;
  font-size: 48px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox,
.main form .layout-view .register-cambridge .checkbox-weak-skills,
.main form .layout-view .register-cambridge .question-calender {
  max-width: 1200px;
  margin: auto;
  background: #f8f8f9;
  border-radius: 4px;
  padding: 40px 0 20px 160px;
  margin-bottom: 2px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c {
  display: block; /* Stack the radio buttons vertically */
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 50px; /* Space between radio buttons */
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1%;
  transform: translate(-50%, -50%);
  height: 56px; /* Size of the outer background */
  width: 56px;
  background-color: #fff; /* Light grey background */
  border-radius: 50%;
  z-index: 0; /* Ensure it's behind the radio button */
}
@media (max-width: 767px) {
  .main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c::before {
    left: 3% !important;
  }
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid #ccc; /* Default border color */
  border-radius: 50%;
  transition: background-color 0.25s ease, border 0.25s ease;
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-color: #be202f; /* Red fill color */
  border-radius: 50%;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.25s ease;
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c input:checked ~ .checkbox__checkmark {
  border-color: #be202f; /* Change border color when checked */
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1; /* Show inner circle when checked */
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin-left: 35px; /* Adjusted for larger space */
  vertical-align: middle;
}
@media (max-width: 767px) {
  .main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c .checkbox__body {
    font-size: 14px !important;
  }
}
.main form .layout-view1 .register-cambridge .layout-checkbox:nth-child(3) {
  padding: 40px 0 40px 160px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox:nth-child(3) h3 {
  margin-bottom: 16px !important;
}
.main form .layout-view1 .register-cambridge .layout-checkbox select {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: 40px;
  max-width: 880px;
  padding-left: 20px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox input {
  max-width: 880px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding-left: 20px;
  width: 100%;
}
.main form .layout-view1 .register-cambridge .tesol-checkbox .layout-checkbox:not(:first-child) {
  display: block;
}
.main form .layout-view1 .register-cambridge .layout-checkbox:not(:first-child) {
  display: none;
}
@media (max-width: 767px) {
  .main form .layout-view1 .register-cambridge .layout-input {
    padding: 0 15px !important;
  }
  .main form .layout-view1 .register-cambridge .xdsoft_datepicker.active {
    margin-top: 0 !important;
  }
}
.main form .layout-view1 .next-button .check-button {
  border: 0;
  padding: 12px 24px;
  border-radius: 4px;
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 600;
}
.main form .layout-view1 .next-button .check-button svg {
  margin-left: 8px;
}
.main form .layout-view1 .next-button .show {
  background: #be202f;
  color: #fff;
}
.main form .layout-view1 .next-button .check-button.disable {
  background-color: #f5f5f5; /* Hoặc màu sắc khác để biểu thị không thể nhấn được */
  cursor: not-allowed;
  color: #bfbfbf;
  pointer-events: none; /* Ngăn không cho nhấn nút */
}
.main form .layout-view1 .next-button .next {
  color: #fff;
  background-color: #be202f; /* Màu sắc khi nút có thể nhấn được */
  cursor: pointer;
  pointer-events: auto; /* Cho phép nhấn nút */
}
.main form .layout-view1 .next-button .next:hover {
  background: #fac03c;
}
@media (max-width: 767px) {
  .main form .layout-view1 .xdsoft_datepicker.active {
    background: #fff;
    margin: 0;
    margin-bottom: 12px;
  }
  .main form .layout-view1 .xdsoft_monthpicker {
    margin-top: 30px !important;
    padding: 0 15px !important;
  }
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge {
  background: #f5f5f5;
  border-radius: 4px;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav {
  max-width: 880px;
  margin: auto;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs {
  flex-wrap: unset;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs .nav-item {
  width: 100%;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs .nav-item a {
  padding: 15.5px 0;
  color: #be202f;
  border: 1px solid #be202f;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
  .main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs .nav-item a {
    font-size: 14px;
  }
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs .nav-item .active {
  background: #be202f;
  color: #fff;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .nav-tabs .nav-item:nth-child(2) a {
  border-radius: 0 4px 4px 0;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .layout-nav .tab-content .tab-pane input {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .radio-group {
  display: flex;
  gap: 1rem; /* Khoảng cách giữa các radio */
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .custom-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Khoảng cách giữa nút radio và text */
  cursor: pointer;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .custom-radio input[type=radio] {
  display: none; /* Ẩn input radio mặc định */
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .radio-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .custom-radio input[type=radio]:checked + .radio-circle {
  border-color: #c8102e; /* Màu viền khi được chọn */
}
.main form .view-nhandang .box-layout-nhandang .register-cambridge .custom-radio input[type=radio]:checked + .radio-circle::before {
  background-color: #c8102e; /* Màu trung tâm khi được chọn */
}
.main form .view-nhandang .box-layout-nhandang .layout-button {
  gap: 24px;
}
.main form .view-nhandang .box-layout-nhandang .layout-button .disable {
  background-color: #f5f5f5; /* Hoặc màu sắc khác để biểu thị không thể nhấn được */
  cursor: not-allowed;
  color: #bfbfbf;
  pointer-events: none;
  border: 0;
  padding: 12px 24px;
}
.main form .view-nhandang .box-layout-nhandang .layout-button .show {
  background-color: #be202f; /* Màu sắc khi nút có thể nhấn được */
  cursor: pointer;
  pointer-events: auto; /* Cho phép nhấn nút */
  border: 0;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
.main form .view-nhandang .box-layout-nhandang .layout-button .show:hover {
  background: #fac03c;
}
.main form .view-nhandang .upload-container {
  width: 100%;
  max-width: 880px;
  margin: 30px auto;
  padding: 60px;
  border: 2px dashed #dedede;
  border-radius: 8px;
  text-align: center;
  background-color: #f9f9f9;
  position: relative;
}
.main form .view-nhandang .upload-container:hover {
  border-color: #8e44ad;
}
.main form .view-nhandang .upload-icon-passport {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/modules/exam/assets/images/payment.svg); /* Đường dẫn đến icon tải lên */
  background-size: cover;
  vertical-align: middle;
}
.main form .view-nhandang .upload-text {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #7f8c8d;
  cursor: pointer;
}
.main form .view-nhandang .upload-text a {
  color: #3498db;
  text-decoration: underline;
  cursor: pointer;
}
.main form .view-nhandang .upload-text a:hover {
  text-decoration: underline;
}
.main form .view-nhandang input[type=file] {
  position: absolute;
  width: 42%;
  opacity: 0;
  cursor: pointer;
  top: 40%;
  left: 30%;
}
@media (max-width: 767px) {
  .main form .view-nhandang input[type=file] {
    width: 70% !important;
    height: 43px;
    top: 51%;
    left: 17%;
  }
}
.main form .view-nhandang .btn-remove-image-card {
  border: 0;
  background: unset;
  position: absolute;
  top: 10px;
  right: 0;
}
.main form .view-nhandang .btn-remove-image-passport {
  border: 0;
  background: unset;
  position: absolute;
  top: 10px;
  right: 0;
}
.main form .view-nhandang .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
  display: none !important;
}
.main form .view-nhandang .upload-icon-card {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/modules/exam/assets/images/payment.svg); /* Đường dẫn đến icon tải lên */
  background-size: cover;
  vertical-align: middle;
}
.main form .view-info {
  display: none;
}
.main form .view-info .register-cambridge {
  background: #f5f5f5;
  border-radius: 4px;
}
.main form .view-info .register-cambridge .layout__info {
  max-width: 880px;
  margin: auto;
}
.main form .view-info .register-cambridge .layout__info .layout-checkbox-gender h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  margin-bottom: 30px;
}
.main form .view-info .register-cambridge .layout__info .layout-input label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.main form .view-info .register-cambridge .layout__info .layout-input input {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-info .register-cambridge .layout__info .birthday {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-info .register-cambridge .layout__info .layout-select h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.main form .view-info .register-cambridge .layout__info .layout-select select {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-info .checkbox.style-c {
  display: block; /* Stack the radio buttons vertically */
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 50px; /* Space between radio buttons */
}
.main form .view-info .checkbox.style-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1%;
  transform: translate(-50%, -50%);
  height: 56px; /* Size of the outer background */
  width: 56px;
  background-color: #fff; /* Light grey background */
  border-radius: 50%;
  z-index: 0; /* Ensure it's behind the radio button */
}
@media (max-width: 767px) {
  .main form .view-info .checkbox.style-c::before {
    left: 7% !important;
  }
}
.main form .view-info .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main form .view-info .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid #ccc; /* Default border color */
  border-radius: 50%;
  transition: background-color 0.25s ease, border 0.25s ease;
}
@media (max-width: 767px) {
  .main form .view-info .checkbox.style-c .checkbox__checkmark {
    left: 4% !important;
  }
}
.main form .view-info .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-color: #be202f; /* Red fill color */
  border-radius: 50%;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.25s ease;
}
.main form .view-info .checkbox.style-c input:checked ~ .checkbox__checkmark {
  border-color: #be202f; /* Change border color when checked */
}
.main form .view-info .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1; /* Show inner circle when checked */
}
.main form .view-info .checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin-left: 35px; /* Adjusted for larger space */
  vertical-align: middle;
}
.main form .view-info .layout-button {
  gap: 24px;
}
@media (max-width: 767px) {
  .main form .view-info .xdsoft_datepicker.active {
    background: #fff;
    margin: 0;
    margin-bottom: 12px;
  }
  .main form .view-info .xdsoft_monthpicker {
    margin-top: 30px !important;
    padding: 0 15px !important;
  }
}
.main form .view-info .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
  display: none !important;
}
.main form .view-guardian {
  display: none;
}
.main form .view-guardian .register-cambridge {
  background: #f5f5f5;
  border-radius: 4px;
}
.main form .view-guardian .register-cambridge .layout__info {
  max-width: 880px;
  margin: auto;
}
.main form .view-guardian .register-cambridge .layout__info .layout-checkbox-gender h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  margin-bottom: 30px;
}
.main form .view-guardian .register-cambridge .layout__info .layout-input label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.main form .view-guardian .register-cambridge .layout__info .layout-input input {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-guardian .register-cambridge .layout__info .birthday {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-guardian .register-cambridge .layout__info .layout-select h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.main form .view-guardian .register-cambridge .layout__info .layout-select select {
  width: 100%;
  padding: 16.5px 0 16.5px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.main form .view-guardian .checkbox.style-c {
  display: block; /* Stack the radio buttons vertically */
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 50px; /* Space between radio buttons */
}
.main form .view-guardian .checkbox.style-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1%;
  transform: translate(-50%, -50%);
  height: 56px; /* Size of the outer background */
  width: 56px;
  background-color: #fff; /* Light grey background */
  border-radius: 50%;
  z-index: 0; /* Ensure it's behind the radio button */
}
@media (max-width: 767px) {
  .main form .view-guardian .checkbox.style-c::before {
    left: 7% !important;
  }
}
.main form .view-guardian .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main form .view-guardian .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid #ccc; /* Default border color */
  border-radius: 50%;
  transition: background-color 0.25s ease, border 0.25s ease;
}
@media (max-width: 767px) {
  .main form .view-guardian .checkbox.style-c .checkbox__checkmark {
    left: 4% !important;
  }
}
.main form .view-guardian .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-color: #be202f; /* Red fill color */
  border-radius: 50%;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.25s ease;
}
.main form .view-guardian .checkbox.style-c input:checked ~ .checkbox__checkmark {
  border-color: #be202f; /* Change border color when checked */
}
.main form .view-guardian .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1; /* Show inner circle when checked */
}
.main form .view-guardian .checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin-left: 35px; /* Adjusted for larger space */
  vertical-align: middle;
}
@media (max-width: 767px) {
  .main form .view-guardian .xdsoft_datepicker.active {
    background: #fff;
    margin: 0;
    margin-bottom: 12px;
  }
  .main form .view-guardian .xdsoft_monthpicker {
    margin-top: 30px !important;
    padding: 0 15px !important;
  }
}
.main form .view-guardian .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
  display: none !important;
}
.main form .view-confirm .register-cambridge .box-data {
  background: #f8f8f9;
}
@media (max-width: 767px) {
  .main form .view-confirm .register-cambridge .box-data {
    padding: 0 15px;
  }
}
.main form .view-confirm .register-cambridge .box-data .confirm-data {
  max-width: 880px;
  margin: auto;
  padding: 40px 0;
  margin-bottom: 2px;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .head-top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .head-top .edit {
  cursor: pointer;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data h4 {
  font-weight: 700;
  font-size: 20px;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .object {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .object .text-left {
  font-weight: 400;
  color: #757575;
  font-size: 16px;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .object .text-right {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  margin: 0;
}
.main form .view-confirm .register-cambridge .box-data .confirm-data .object .img-passport {
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 767px) {
  .main form .view-confirm .register-cambridge .box-data .confirm-data .object .img-passport {
    max-width: 150px;
    max-height: 150px;
  }
}
.main form .view-payment .box-layout-payment .register-cambridge {
  margin: auto;
}
.main form .view-payment .box-layout-payment .register-cambridge p {
  margin: 0 !important;
}
.main form .view-payment .box-layout-payment .register-cambridge .info-payment .col-md-8 {
  padding: 0;
  background: #f8f8f9;
}
.main form .view-payment .box-layout-payment .register-cambridge .info-payment .col-md-8 .content {
  background: #f8f8f9;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .main form .view-payment .box-layout-payment .register-cambridge .info-payment .col-md-8 {
    margin-bottom: 2px;
  }
}
.main form .view-payment .box-layout-payment .register-cambridge .info-payment .col-md-4 {
  padding: 0;
}
.main form .view-payment .box-layout-payment .register-cambridge .info-payment .col-md-4 .content {
  background: #f8f8f9;
  padding: 40px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .main form .view-payment .row {
    display: unset !important;
  }
}
.main form .view-confirm-payment .highlight {
  font-weight: bold;
}
.main form .view-confirm-payment .normal {
  font-weight: normal;
  color: #777; /* Màu chữ nhạt */
}
.main form .view-confirm-payment .register-cambridge {
  background: #f8f8f9;
  border-radius: 4px;
}
.main form .view-confirm-payment .register-cambridge .upload-img {
  max-width: 880px;
  margin: auto;
  padding-bottom: 40px;
}
.main form .view-confirm-payment .register-cambridge .upload-img .text-confirm {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-container {
  width: 100%;
  max-width: 880px;
  margin: 50px auto;
  padding: 60px;
  border: 2px dashed #dedede;
  border-radius: 8px;
  text-align: center;
  background-color: #f9f9f9;
  position: relative;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-container:hover {
  border-color: #8e44ad;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-icon {
  display: inline-block !important;
  width: 50px;
  height: 50px;
  background-image: url(/modules/exam/assets/images/payment.svg); /* Đường dẫn đến icon tải lên */
  background-size: cover;
  vertical-align: middle;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-text {
  display: inline-block !important;
  margin-left: 15px;
  font-size: 16px;
  color: #7f8c8d;
  cursor: pointer;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-text a {
  color: #3498db;
  text-decoration: underline;
  cursor: pointer;
}
.main form .view-confirm-payment .register-cambridge .upload-img .upload-text a:hover {
  text-decoration: underline;
}
.main form .view-confirm-payment .register-cambridge .upload-img input[type=file] {
  position: absolute;
  width: 42%;
  opacity: 0;
  cursor: pointer;
  top: 40%;
  left: 30%;
}
@media (max-width: 767px) {
  .main form .view-confirm-payment .register-cambridge .upload-img input[type=file] {
    width: 70% !important;
    height: 43px;
    top: 51%;
    left: 17%;
  }
}
.main form .view-confirm-payment .register-cambridge .upload-img .btn-remove-image {
  border: 0;
  background: unset;
  position: absolute;
  top: 10px;
  right: 0;
}
.main form .layout-button {
  gap: 24px;
}
.main form .layout-button .check-button.disable {
  background-color: #f5f5f5; /* Hoặc màu sắc khác để biểu thị không thể nhấn được */
  cursor: not-allowed;
  color: #bfbfbf;
  pointer-events: none;
  border: 0;
  padding: 12px 24px;
}
.main form .layout-button .check-button.show {
  background-color: #be202f; /* Màu sắc khi nút có thể nhấn được */
  cursor: pointer;
  pointer-events: auto; /* Cho phép nhấn nút */
  border: 0;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
.main form .layout-button .check-button.show:hover {
  background: #fac03c;
}

.xdsoft_datetimepicker {
  width: 880px;
}
.xdsoft_datetimepicker button.xdsoft_today_button {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next {
  opacity: 1 !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active {
  width: 100%;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker.active {
    margin-top: 60px;
  }
}
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_month {
  width: 400px !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_month span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_month span {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_month {
    all: unset;
  }
}
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_year span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_label.xdsoft_year span {
    font-size: 20px !important;
  }
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  margin-top: 40px;
}
.xdsoft_datetimepicker .xdsoft_datepicker th {
  background: #fff !important;
  border: 0;
  border-radius: 100px;
  text-align: center;
  color: #000;
  font-weight: 500;
  padding: 17px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker th {
    font-size: 14px !important;
  }
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody td {
  background: #fff !important;
  border: 0;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  padding: 17px 0;
  color: #000;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker .xdsoft_datepicker tbody td {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker tbody td div {
    padding: 0;
  }
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody td .xdsoft_datetimepicker .xdsoft_calendar > td {
  max-width: 56px;
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody td:hover {
  background: #be202f !important;
  border-radius: 100px;
  color: #fff !important;
  box-shadow: unset !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody td.true\, {
  background-color: darkred !important;
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody .xdsoft_current {
  border-radius: 100px;
  box-shadow: unset !important;
  font-weight: unset !important;
  opacity: 1;
  background-color: #ffe1e1 !important;
  color: #0f0000;
}
.xdsoft_datetimepicker .xdsoft_datepicker tbody .xdsoft_current div {
  color: #000;
  opacity: 1;
  border-radius: 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
  border: 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
    all: unset;
  }
}

.check-button-prev {
  padding: 12px 24px;
  border: 1px solid #be202f;
  color: #be202f;
  border-radius: 4px;
  font-weight: 600;
  background: #fff;
}
.check-button-prev:hover {
  background: #be202f;
  border: 0;
  color: #fff;
}

.check-button-next {
  background: #be202f;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 24px;
  border: 0;
}
.check-button-next:hover {
  background: #fac03c;
  border: 0;
}

.dieu-khoan {
  max-width: 880px;
  margin: auto;
}
.dieu-khoan .checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dieu-khoan .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dieu-khoan .checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #ea212d;
}
.dieu-khoan .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.dieu-khoan .checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.dieu-khoan .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #ea212d;
}
.dieu-khoan .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .dieu-khoan .checkbox.style-c .checkbox__checkmark {
    height: 15px !important;
    width: 15px !important;
  }
}
.dieu-khoan .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (max-width: 767px) {
  .dieu-khoan .checkbox.style-c .checkbox__checkmark:after {
    left: 6px !important;
    top: 0 !important;
    height: 11px !important;
  }
}
.dieu-khoan .checkbox.style-c .checkbox__body {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .dieu-khoan .checkbox.style-c .checkbox__body {
    font-size: 12px !important;
  }
}

.view-complete-cambridge {
  background: #fff;
}
.view-complete-cambridge .register-header {
  background: #f8f8f9;
}
.view-complete-cambridge .register-header h2 {
  font-family: "UTM Bebas";
  color: #8b672a;
  font-size: 48px;
}
.view-complete-cambridge .layout-complete {
  max-width: 880px;
  margin: auto;
}
@media (max-width: 767px) {
  .view-complete-cambridge .layout-complete {
    padding: 0 15px !important;
  }
}
.view-complete-cambridge .highlight {
  font-weight: bold;
}
.view-complete-cambridge .layout-button {
  gap: 20px;
}
@media (max-width: 767px) {
  .view-complete-cambridge .layout-button {
    padding: 15px !important;
    margin-bottom: 20px;
  }
}
.view-complete-cambridge .layout-button .gohome {
  background-color: #fff; /* Màu sắc khi nút có thể nhấn được */
  cursor: pointer;
  pointer-events: auto; /* Cho phép nhấn nút */
  border: 1px solid #be202f;
  padding: 12px 55px;
  color: #be202f;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}
.view-complete-cambridge .layout-button .gohome:hover {
  background: #be202f;
  color: #fff;
}
@media (max-width: 767px) {
  .view-complete-cambridge .layout-button .gohome {
    padding: 12px 30px;
  }
}
.view-complete-cambridge .layout-button .different {
  background-color: #be202f; /* Màu sắc khi nút có thể nhấn được */
  cursor: pointer;
  pointer-events: auto; /* Cho phép nhấn nút */
  border: 0;
  padding: 13px 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
.view-complete-cambridge .layout-button .different:hover {
  background: #fac03c;
}
@media (max-width: 767px) {
  .view-complete-cambridge .layout-button .different {
    padding: 12px 30px;
  }
}

@media (max-width: 767px) {
  .layout-checkbox {
    padding: 40px !important;
  }
  .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
    width: 100% !important;
    left: 0 !important;
  }
}
h2 {
  padding: 1em 0;
  font-size: 20px;
}

.survey-question {
  margin: auto;
  max-width: 700px;
  width: 100%;
}
.survey-question label {
  margin-bottom: 10px;
  display: flex;
}
.survey-question .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Khoảng cách giữa các lựa chọn */
}
.survey-question .custom-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Khoảng cách giữa nút radio và text */
  cursor: pointer;
}
.survey-question .custom-radio input[type=radio] {
  display: none; /* Ẩn radio mặc định */
}
.survey-question .radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.survey-question .radio-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.survey-question .custom-radio input[type=radio]:checked + .radio-circle {
  border-color: #c8102e; /* Màu viền khi được chọn */
}
.survey-question .custom-radio input[type=radio]:checked + .radio-circle::before {
  background-color: #c8102e; /* Màu trung tâm khi được chọn */
}
.survey-question .partner-input {
  margin-top: 10px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}/*# sourceMappingURL=ielts.css.map */
