#button-toggle {
  cursor: pointer;
}

#button-back, #button-submit, #send {
  width: 120px !important;
  border-radius: 25px;
}

.button-selesai {
  border-radius: 25px;
}

fieldset {
  margin-left: 40px;
  margin-right: 40px;
}

.radiost {
  margin-right: -14px;
}

p.email {
  margin-top: 2px;
  text-align: left;
  font-size: 12px;
}

.custom-label {
  float: left;
  text-align: left;
  font-weight: 600;
}

.label-radio {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  float: left;
}

form.form-registrasi fieldset {
  display: none;
}

div.fieldset fieldset {
  display: none;
}

.input-error {
  border-color: #d03e3e;
  color: #d03e3e;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 40px 40px;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
}

.progress {
  background-color: #fea60f;
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.3875rem;
  height: 2.3875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/* .progress-step::before {
  counter-increment: step;
  content: counter(step);
} */

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.progress-active {
  background-color: #fea60f;
  color: #fff;
}

.card {
  border-color: #5cb85c !important;
}

.card-body {
  padding: 1.25rem 0 0 0 !important;
}

.card-footer {
  border-top: none !important;
}

.card-half {
  max-width: 50vh;
}

.bg-green {
  background-color: #5cb85c;
  color: #fff !important;
}

.circle-loader {
  margin-bottom: 3.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-color: #5cb85c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.checkmark.draw:after {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 3em;
  top: 5em;
  position: absolute;
}

.sk-content {
  margin-right: 1em;
}

.sk-spacing {
  margin-bottom: 3em;
}

.sk-spacing-pt {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sk-section-spacing {
  margin-bottom: 2em;
}

ol {
  padding-left: 16px;
}

.sk-spacing li {
  margin-bottom: 1em;
}

.modal-xl {
  max-width: 90%;
  margin: 0 auto;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

@media screen and (max-width: 350px) {
  #button-back, #button-submit, #send {
    width: 90px;
  }
}

@media screen and (max-width: 476px) {
  .progressbar, fieldset {
    margin: 0 !important;
  }
}
