#registerClassNewModal .withdrawal-request-form form input {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

#registerClassNewModal .withdrawal-request-form form input.select2-search__field {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#registerClassNewModal .withdrawal-request-form form select.form-select {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#registerClassNewModal .withdrawal-request-form form select.form-select:focus {
  box-shadow: none;
}

input::placeholder {
  font-size: 1rem;
  color: var(--Colors-Neutral-Gray-3, #999);
}

.content-register-form {
  max-height: 600px;
  overflow-y: auto;
}

.text-capitalize-none {
  text-transform: none;
}

.requireStar {
  color: var(--red-main, #CC3A3D);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  margin-top: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  color: #aaa;
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 12px;
  width: 24px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  height: 38px;
  padding: 6px 12px;
  font-size: 1rem;
  background-color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
