.font-Inter {
  font-family: 'Inter', sans-serif;
}
.w-700 {
  font-weight: 700;
}
.w-400 {
  font-weight: 400;
}
.horizontal-line {
  background-color: #000000;
  height: 1px;
  line-height: 1;
}

/* Form Pendaftaran Agen */
.wrapper-title-form-page {
  padding-top: 10px;
}
.title-form-page {
  font-size: 1.5em;
}
.subtitle-form-page {
  line-height: 1.5;
  max-width: 270px;
}
.title-group-form {
  font-size: 1.125em;
}
.wrapper-form-group {
  display: grid;
  gap: 8px;
}
.wrapper-label-referensi {
  max-height: 38px;
  border: none !important;
}
.wrapper-form-group .label-extend{
  padding-top: .875rem;
}
.label-form-input {
  line-height: 1.125;
}
.field-form-input {
  border: 1px solid #000000;
  color: #000000;
}
.field-form-input:focus {
  border-color: #f4c800;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.field-form-input::placeholder {
  color: #B6B6B6;
  font-size: 12px;
}
.ic-calendar {
  width: 21.5px;
  height: auto;
}
.btn-upload-ktp,
.btn-ttd {
  background-color: #D9D9D9;
  border: 1px solid #000000;
  border-radius: .25rem;
  height: 38px;
  padding: .375rem .625rem;
}
.wrapper-btn-action-form {
  display: grid;
  gap: 5px;
}
.btn-back-form {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: .25rem;
  height: 38px;
}
.btn-submit-form {
  background-color: #fdd314;
  border: 1px solid #fdd314;
  border-radius: .25rem;
  height: 38px;
}
.btn-upload-ktp:focus,
.btn-ttd:focus,
.btn-back-form:focus,
.btn-submit-form:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.txt-note-form {
  border-bottom: 1px solid #000000;
}
.txt-link-url,
.txt-link-url:hover {
  color: #000000;
  text-decoration: none;
}
.wrapper-info-upload-ktp {
  flex: 1;
}
.wrapper-tgl-lahir {
  position: relative;
}

/* Responsive */
@media only screen and (max-width: 340px) {
  #content_wrapper .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* Form Pendaftaran Agen */
  .wrapper-btn-action-form {
    grid-template-columns: minmax(min-content, 82px) 1fr !important;
  }
}
@media only screen and (max-width: 375px) {
  /* Form Pendaftaran Agen */
  .wrapper-form-group {
    grid-template-columns: 1fr !important;
  }
  .wrapper-form-group .label-extend{
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  #content_wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Form Pendaftaran Agen */
  .subtitle-form-page {
    max-width: 270px;
    font-size: .875em;
  }
  .wrapper-form-group {
    grid-template-columns: minmax(min-content, 114px) 1fr;
  }
  .label-form-input {
    font-size: .75em;
  }
  .field-form-input {
    /* font-size: 14px; */
    padding: .75rem;
    /* height: calc(2em + 1rem + 2px); */
  }
  select.field-form-input {
    height: calc(2.5em);
    padding: 0;
    padding-left: 0.55rem;
  }
  .info-field {
    font-size: 9px;
  }
  .txt-year {
    font-size: 10px;
  }
  .wrapper-info-upload-ktp {
    max-width: 200px;
  }
  .field-form-input.field-year {
    max-width: 120px;
  }
  .btn-upload-ktp {
    font-size: .75em;
    width: 82px;
  }
  .btn-ttd {
    font-size: .75em;
  }
  .wrapper-btn-action-form {
    grid-template-columns: minmax(min-content, 100px) 1fr;
  }
  .btn-back-form {
    font-size: .75em;
  }
  .btn-submit-form {
    font-size: .75em;
  }
}
@media only screen and (min-width: 576px) {
  #content_wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Form Pendaftaran Agen */
  .subtitle-form-page {
    max-width: 270px;
    font-size: .875em;
  }
  .wrapper-form-group {
    grid-template-columns: minmax(min-content, 114px) 1fr;
  }
  .label-form-input {
    font-size: .75em;
  }
  .field-form-input {
    font-size: 10px;
    padding: .75rem;
    height: calc(2em + 1rem + 2px);
  }
  .info-field {
    font-size: 9px;
  }
  .txt-year {
    font-size: 10px;
  }
  .wrapper-info-upload-ktp {
    max-width: 200px;
  }
  .field-form-input.field-year {
    max-width: 120px;
  }
  .btn-upload-ktp {
    font-size: .75em;
    width: 82px;
  }
  .btn-ttd {
    font-size: .75em;
  }
  .wrapper-btn-action-form {
    grid-template-columns: minmax(min-content, 100px) 1fr;
  }
  .btn-back-form {
    font-size: .75em;
  }
  .btn-submit-form {
    font-size: .75em;
  }
}
@media only screen and (min-width: 768px) {
  #content_wrapper .container {
    max-width: 720px !important;
  }
  /* Form Pendaftaran Agen */
  .subtitle-form-page {
    max-width: 100%;
    font-size: 1em;
  }
  .wrapper-form-group {
    grid-template-columns: minmax(min-content, 220px) 1fr;
  }
  .label-form-input {
    font-size: .875em;
  }
  .field-form-input {
    font-size: 14px;
    padding: .375rem .75rem;
    height: calc(1em + 1.375rem + 2px);
  }
  .info-field {
    font-size: 12px;
  }
  .txt-year {
    font-size: 13px;
  }
  .wrapper-info-upload-ktp {
    max-width: 250px;
  }
  .field-form-input.field-year {
    max-width: 150px;
  }
  .btn-upload-ktp {
    font-size: .875em;
    width: 95px;
  }
  .btn-ttd {
    font-size: .875em;
  }
  .wrapper-btn-action-form {
    grid-template-columns: minmax(min-content, 150px) 1fr;
  }
  .btn-back-form {
    font-size: .875em;
  }
  .btn-submit-form {
    font-size: .875em;
  }
}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1440px) {}

/* Modal Signature */
.content-modal {
  font-size: .875em;
}
.content-modal ol,
.content-modal ul {
  padding-left: 1rem;
}
.btn-brighton[data-action="clear"] {
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: .5rem;
}
.btn-brighton[data-action="save-png"] {
  background-color: #fdd314;
  border: 1px solid #fdd314;
  border-radius: .5rem;
}
/* Foto KTP */
.imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 4px;
  object-fit: cover;
}
.imgUp {
  position: relative;
}
.del {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255,255,255,0.6);
  cursor: pointer;
  border-radius: 50%;
  font-weight: bold;
}
.text-danger {
  color: #dc3545 !important;
}
/* Modal SnK */
.btn-primary-custom {
  background: #FFD200;
  color:black;
  border-radius: 20px;
}
.btn-primary-custom.agree-term-condition,
.btn-secondary.agree-term-condition {
  border-radius: 8px;
}
.modal-body--agen-registration {
  overflow-y: scroll;
}
.modal-body--agen-registration ol,
.modal-body--agen-registration ul {
  padding-left: 1rem;
}
.modal-body--agen-registration p {
  margin-bottom: -5px;
  margin-bottom: 10px;
}
.modal-body--agen-registration ol {
  margin-top: -28px;
  margin-bottom: .5rem;
}
.modal-body--agen-registration p {
  line-height: normal;
  font-size: .875em;
}
.modal-body--agen-registration p strong {
  font-size: 1em;
}
.modal-body--agen-registration ol li {
  font-size: .875em;
  padding-top: .25rem;
  line-height: normal;
}
@media only screen and (max-width: 575px) {
  .modal-body--agen-registration {
    max-height: 50vh;
    height: 50vh;
  }
}
@media only screen and (min-width: 576px) {
  .modal-body--agen-registration {
    max-height: 50vh;
    height: 50vh;
  }
}
@media only screen and (min-width: 768px) {
  .modal-body--agen-registration {
    max-height: 65vh;
    height: 65vh;
  }
}

/* Step Progress */
.container-step-progress {
  background-color: #fdd314;
  width: 100%;
  height: 78px;
  padding: .875rem 1.25rem;
}
.wrapper-step-progress {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}
.wrapper-step {
  z-index: 2;
}
#nprogress-bar{
  -webkit-appearance:none;
  appearance: none;
  width: 50%;
  color: #fff;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.step-number.active {
  background-color: #000;
  transition: all 0.4s ease-in-out;
}
.step-number {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.step-number.active .step-number-title {
  color: #fff;
}
.step-number-title,
.step-title {
  color: #000;
  font-size: .875em;
  font-weight: 700;
}
#nprogress-bar::-webkit-progress-value{ /* Changes line color */
  background: #000;
  transition: all 0.4s ease-in-out;
}
#nprogress-bar::-webkit-progress-bar{ /* Changes background color */
  background: #fff;
}
@media only screen and (max-width: 375px) {
  .step-number-title,
  .step-title {
    font-size: .75em !important;
  }
}