.mt-2 {
    margin-top: 10px;
}
.main form .view-nhandang .layout-card .layout-input #file_template_don {
    position: inherit!important;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.register-cambridge .survey-question {
  margin: auto;
  max-width: 700px;
  width: 100%;
  padding-bottom: 40px;
}
.register-cambridge h2 {
 font-size: 20px;
}
.register-cambridge .survey-question label {
  margin-bottom: 10px;
  display: flex;
}
.register-cambridge .survey-question .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Khoảng cách giữa các lựa chọn */
}
.register-cambridge .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;
}
.register-cambridge .survey-question .custom-radio input[type=radio] {
  display: none; /* Ẩn radio mặc định */
}
.register-cambridge .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;
}
.register-cambridge .survey-question .radio-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.register-cambridge .survey-question .custom-radio input[type=radio]:checked + .radio-circle {
  border-color: #c8102e; /* Màu viền khi được chọn */
}
.register-cambridge .survey-question .custom-radio input[type=radio]:checked + .radio-circle::before {
  background-color: #c8102e; /* Màu trung tâm khi được chọn */
}
.register-cambridge .survey-question .partner-input {
  margin-top: 10px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.main form .layout-view1 .register-cambridge .layout-checkbox {
    padding-top: 20px;
}
.main form .layout-view1 .register-cambridge .layout-checkbox .checkbox.style-c:last-of-type {
    margin-bottom: 10px;
}
