.wrapper-input-form,
.container-radio-input {
  display: grid;
  gap: .5rem;
}
.container-radio-input {
  padding: 7px 0;
}
.label-input-custom {
  line-height: 1.25;
  font-weight: 500;
}
.input-form-style::placeholder,
.text-area-form-style::placeholder {
  font-size: .875em;
}
.input-form-style,
.text-area-form-style,
.select2.select2-container .select2-selection {
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0);
}
.input-form-style:focus,
.text-area-form-style:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  border: 2px solid #fdd314;
}
.text-area-form-style {
  resize: none;
}
.container-input {
  width: 100%;
}
.input-form-style,
.text-area-form-style {
  width: inherit;
}
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5b5b5b;
  font-size: .875em;
}
.container-radio input,
.checkmark,
.checkmark:after {
  position: absolute;
}
.container-radio input {
  display: none;
  cursor: pointer;
}
.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #fdd314;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  display: none;
}
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
.container-radio .checkmark:after {
 	top: 50%; right: 50%;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fdd314;
}
.text-note {
  font-size: .875em;
}
.container-bantuan {
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
/* Select2 */
.select2-selection.select2-selection--single {
  height: 2.375rem;
}
.select2-selection__rendered {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px !important;
}
.select2-selection__arrow {
  right: .25rem !important;
  height: 2.375rem !important;
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.select2-dropdown {
  border: 1px solid #f8f8f8 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.select2-selection__placeholder {
  color: #c6c6c6 !important;
}
@media only screen and (max-width: 575px) {
  .wrapper-input-form {
    grid-template-columns: 1fr;
  }
  .container-radio-input {
    grid-template-columns: 1fr 1fr;
  }
  .form-section-title {
    font-size: 1.25em;
  }
  .label-input-custom {
    font-size: .875em;
  }
  .btn-hubungi {
    width: 10rem !important;
    font-size: .875em;
  }
}
@media only screen and (min-width: 576px) {
  .wrapper-input-form {
    grid-template-columns: 1fr;
  }
  .container-radio-input {
    grid-template-columns: 1fr 1fr;
  }
  .form-section-title {
    font-size: 1.25em;
  }
  .label-input-custom {
    font-size: .875em;
  }
  .btn-hubungi {
    width: 10rem !important;
    font-size: .875em;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper-input-form {
    grid-template-columns: .75fr 1fr;
  }
  .label-input-custom {
    font-size: 1em;
  }
  .container-radio-input {
    grid-template-columns: 7.5rem 7.5rem;
  }
  .btn-hubungi {
    width: 15rem !important;
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .form-section-title {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1200px) {}