.main-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.interview-text-primary {
  color: #64748B;
  font-size: 20px;
}
.interview-heading {
  color: #020617;
  font-size: 32px !important;
  font-weight: 600;
}
.interview-heading-primary {
  color: #020617;
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 0;
}

.m-t-20 {
  margin-top: 20px;
}
.top-30 {
  top: 30px;
}
.top-20 {
  top: 20px;
}
.top-40{
  top: 40px;
}
.top-50{
  top: 50px;
}
.w-80 {
  width: 80% !important;
}
.text-muted {
  color: #64748b;
}
.modal-body {
  border-radius: 10px;
}
.modal-disabled {
  pointer-events: none; 
  opacity: 0.5;
}
.start-interview {
 background: rgba(0, 0, 0, 0.1);
}
.tooltip-inner {
  max-width: 400px;
  background-color: white;
  color:#020617;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding:13px 22px ;
  font-weight: 600; 
  margin-top: 47px;
}
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -54px;
  border-width: 0 calc(1rem * 0.5) 0.6rem;
  border-bottom-color: white;
}

.bs-tooltip-top .tooltip-arrow::before {
  top: -7px;
  border-width: 0.6rem calc(1rem * 0.5) 0;
  border-top-color: white;
}
.how-it-work-container {
  /* padding-top: 1.5rem !important; */
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  margin-bottom: 40px;
}
.how-it-work-heading {
  color: #64748b;
  font-size: 16px;
}
.how-it-work {
  position: relative;
}
.how-it-work::after {
  content: "";
  position: absolute;
  height: 98%;
  width: 1px;
  background-color: gray;
  top: 56px;
  left: 0px;

  z-index: -1;
}
.stepper {
  position: relative;
  height: auto;
  margin-left: 40px;
}

.stepper h4 {
  margin-bottom: 10px;
}
.stepper-button {

  height: 40px;
  width: 40px;
  color: #64748b;
  border-radius: 100%;
  position: absolute;
  left: -60px;
  border: 1px solid #64748b;
  background-color: white;
}

.how-it-work .card {
  background: #f0f0f0;
  padding: 20px;
  box-shadow: none;
  width: 100%;
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 0px !important;
}
.how-it-work .card .card-body {
  padding: 25px 0px 25px 0px;
}
.how-it-work .card-container {
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.question-card {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12%;
}

.border-top-bottom {
  padding: 15px;
  border-top: 1px solid #d4d4d8;
  border-bottom: 1px solid #d4d4d8;
}
.success-container {
  height: 70vh;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}
.success {
  background: #65A30D;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}
.all-done {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px !important;
}
.success img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


/*Buttons*/
.btn-primary-interview {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: none;
  color: white;
}

.btn-primary-interview:hover {
  background: linear-gradient(100deg, #9c4bd7, #3f56d0);
  color: white;
  transition: all ease-in-out 0.3s;
}

.btn-outline-interview {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1rem;
}
.btn-outline-interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: 10px;
  z-index: -1;
}



.btn-primary-interview-default {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: none;
  color: white;
  transition: none;
}
.btn-primary-interview-default:focus,
.btn-primary-interview-default:active,
.btn-primary-interview-default:hover {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: none;
  color: white !important;
  transition: none;
  box-shadow: none;
}
.btn-outline-interview-default {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1rem;
  color: #64748B;
  transition: none;
}

.btn-outline-interview-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: 10px;
  z-index: -1;
}

.btn-outline-interview-default:hover,
.btn-outline-interview-default:focus,
.btn-outline-interview-default:active {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: 1px solid linear-gradient(100deg, #be5cf6, #4f6af0) !important;
  color: #64748B !important;
  box-shadow: none;
  transition: none;
}



@media (max-width: 576px) {
  .how-it-work .card-container {
    width: 100%;
  }
}

.bg-white {
  border-bottom: 1px solid #dedede;
}

.transcribing-answer {
  margin-top: 20px;
}
.wave-loader{
  width: 60px;
}
.open-ai {
  height: 90px;
  width: 247px;
}
.btn-okay {
  float: right;
  margin-top: 10px;

}

.btn-okay {
  background: #3f56d0;
  border: none;
  color: white;
  width: 55px;
  height: 35px;
}

.btn-okay:hover {
  background: #3f56d0;
  color: white;
  transition: all ease-in-out 0.3s;
}


@media (max-width: 768px) {
  .interview-heading-primary {
    font-size: 16px !important;
  }
  .interview-text-primary {
    font-size: 16px !important;
  }
  .main-container {
    width: 95%;
  }
  .how-it-work .card {
    padding: 10px;
  }
  .how-it-work .card .card-body {
      padding: 0;
  }
  .how-it-work .card-container {
   
    padding: 10px;
    width: 90%;
   }
}
.overview-heading {
  display: inline-block;

}
.aidaash {
  max-width: 84px;
  height: auto;
  margin-left: 17px;
  margin-top: -11px;
}

.btn-primary-static:hover {
  background: linear-gradient(100deg, #be5cf6, #4f6af0);
  border: none;
  color: white;

}

.btn-primary-interview.disabled, .btn-primary-interview:disabled, fieldset:disabled{
  color: #fff !important;
}