@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");

.plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plan {
  cursor: pointer;
  width: 48.5%;
  margin-bottom: 10px;
}

.plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  align-items: center;
}

.plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

.plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plan .plan-content .plan-details {
    width: 100%;
  }

  .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
#alert-box {
  display: none;
}
/*  page controll */

#step-1 {
  display: block;
}
#step-2 {
  display: none;
}
#step-3 {
  display: none;
}

#biz-step-1 {
  display: none;
}
#biz-step-2 {
  display: none;
}
#biz-step-3 {
  display: none;
}

#btn-step1:disabled {
  color: #8c8c8c;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}

#btn-step2:disabled {
  color: #8c8c8c;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.filler-job-form .choices__inner,
.filter-job-input-box,
.filter-job-input-box.form-select {
  padding: 6px 6px 6px 6px;
}

.auth-box {
  overflow: visible !important;
}

/* Choices.js custom styling */
/* .choices {
  position: relative;
  margin-bottom: 1rem;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 0.9rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  min-height: calc(1.5em + 1rem + 2px);
}

.choices__list--single {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.choices__list--dropdown {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.choices__list--dropdown.is-active {
  display: block;
} */
