.multi-step-form {
  /* min-height: 450px; */
  position: relative;
  padding: 30px;
  padding-bottom: 55px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}

.multi-step-form .form-title h2 {
  font-family: "Baskervville", Sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #053B50;
}

.multi-step-form .form-title h3 {
  font-family: "Baskervville", Sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #053B50;
}

.multi-step-form .form-title p {
  font-family: "Roboto", Sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.multi-step-form .progress {
  border: 1px solid #75E6DA;
  border-radius: 30px;
}

.multi-step-form .progress-bar {
  background-color: #75E6DA;
  text-align: center;
  color: #000;
  border-radius: 30px;
  font-size: 12px;
  padding: 2px;
}

.multi-step-form .buttons {
  position: absolute;
  right: 30px;
  bottom: 10px;
  /* transform: translateX(-50%); */
}

.multi-step-form .buttons {
  gap: 5px;
}

.multi-step-form .buttons button {
  border-radius: 3px;
  background-color: #75E6DA;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 20px;
}

.multi-step-form .buttons button:focus {
  outline: none;
  border: none;
}

.multi-step-form .buttons button i {
  color: #000;
}

.multi-step-form .btn-flf {
  font-family: "Roboto", Sans-serif;
  font-weight: normal;
  background-color: #75E6DA;
  color: #000;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  display: none;
}

.multi-step-form .btn-flf span {
  font-weight: 700;
}

.multi-step-form .step {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.multi-step-form .active-step {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.multi-step-form .form-text {
  font-family: "Roboto", Sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  margin-bottom: 30px;
}

.multi-step-form .custom-control-input {
  display: none;
}

.multi-step-form .custom-control-label {
  color: #021D38;
  padding: 15px 5px;
  border-radius: 50px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}

.multi-step-form .custom-control-label:hover {
  background-color: #75E6DA;
  color: #000;
}

.multi-step-form .custom-control-input:checked+label {
  background-color: #053b50;
  color: #FFF;
}

.multi-step-form .form-control {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid lightgray;
  border-radius: 3px;
  font-size: 16px;
}

.multi-step-form .form-control:focus {
  border: 1px solid lightgray;
  outline: none;
}

.multi-step-form .btn-submit,
.multi-step-form .btn-continue,
.thanks .btn-continue {
  background-color: #75E6DA;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
}

.multi-step-form .btn-submit:focus,
.multi-step-form .btn-continue:focus,
.thanks .btn-continue:focus {
  border: none;
  outline: none;
}

.multi-step-form .custom-label-review {
  min-width: 260px;
}

.multi-step-form .main-label {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  color: #021D38;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}

.multi-step-form .label-description {
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  color: #464646;
  margin-bottom: 15px;
  font-size: 14px;
}

.multi-step-form #step7 .form-label {
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  color: #464646;
}

.multi-step-form .form-check {
  gap: 5px;
}

.multi-step-form .form-check-label {
  margin-top: 5px;
}

.multi-step-form .form-check-label p {
  font-size: 12px;
  color: #464646;
  line-height: 15px;
  margin-bottom: 10px;
}

.multi-step-form .form-check-input {
  margin-top: 5px;
}

.multi-step-form .form-check-input:checked {
  background-color: #75E6DA;
  border-color: #75E6DA;
}

.multi-step-form .alert-danger {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #f8d7da;
  border: 1px solid #f1aeb5;
  color: #58151c;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.multi-step-form .alert-success {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #d1e7dd;
  border: 1px solid #a3cfbb;
  color: #0a3622;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.thanks {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.thanks h2 {
  color: #021D38;
  font-size: 25px;
}

.thanks p {
  color: #464646;
}

.label-term-condition {
  font-size: 12px;
  line-height: 20px;
  color: #333;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

.spinner {
  animation: spin 1s linear infinite;
  display: inline-block;
  color: #000;
  font-size: 25px;
  transform-origin: 45% 45%;
}

.autocomplete-items {
  height: auto;
  max-height: 170px;
  border-radius: 11px;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid lightgray;
  position: absolute;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
}

.autocomplete-items div {
  padding: 7px 15px;
}

.autocomplete-items div:hover {
  background-color: #ECF1F2;
}

/* Date Picket */
.ui-datepicker .ui-datepicker-title {
  display: flex;
  gap: 3px;
}

select.ui-datepicker-year {
  flex-grow: 2;
}

@media (max-width: 575.98px) {
  .multi-step-form {
      padding: 15px;
      padding-bottom: 55px;
  }
  .multi-step-form .buttons {
      right: 15px;
  }
  .multi-step-form .form-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .multi-step-form .form-title h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .multi-step-form .custom-control-label {
    font-size: 14px;
    padding: 10px 5px;
  }
}