



.doctor-content {
    background-color: #FFF;
    margin: 0;
    padding: 70px 0;
}
.doctor-content .form-wizard-steps {
  margin-bottom: 24px;
  list-style: none;
}
.doctor-content .form-wizard-steps li {
  margin-right: 24px;
  position: relative;
}
.doctor-content .form-wizard-steps li::after {
  content: "";
  width: 70%;
  height: 1px;
  border: 1px dashed #E6E8EE;
  position: absolute;
  right: -50px;
  top: 12px;
}
@media (max-width: 575.98px) {
.doctor-content   .form-wizard-steps li::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
 .doctor-content  .form-wizard-steps li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.doctor-content .form-wizard-steps li:last-child {
  margin-right: 0;
}
.doctor-content .form-wizard-steps li:last-child::after {
  display: none;
}
.doctor-content .form-wizard-steps li.progress-active .profile-step .multi-steps {
  background: #0E82FD;
}
.doctor-content .form-wizard-steps li.progress-active .profile-step h6 {
  color: #012047;
}
.doctor-content .form-wizard-steps li.progress-activated .profile-step .multi-steps {
  background: #04BD6C;
}
.doctor-content .form-wizard-steps li.progress-activated .profile-step h6 {
  color: #012047;
}
.doctor-content .form-wizard-steps li.progress-activated::after {
  border-color: #04BD6C;
}
.doctor-content .form-wizard-steps li .profile-step {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.doctor-content .form-wizard-steps li .profile-step .multi-steps {
  width: 24px;
  height: 24px;
  background: #E6E8EE;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto 8px;
}
.doctor-content .form-wizard-steps li .profile-step h6 {
  color: #91A0B3;
  font-size: 14px;
}

.doctor-content .multistep-form .fieldset-tab {
  display: none;
  width: 100%;
}
.doctor-content .multistep-form .fieldset-tab.active {
  display: block;
  width: 100%;
}
.doctor-content .multistep-form .booking-card {
  background: #F9F9F9;
  border-width: 1px;
  border-radius: 20px;
}
.doctor-content .multistep-form .booking-card h4 {
  font-size: 18px;
}
.doctor-content .multistep-form .booking-card h4 .bg-orange {
    background: #E04F16;
}
.doctor-content .multistep-form .booking-card .text-indigo {
    color: #3538CD;
    line-height: 15px;
}
.doctor-content .multistep-form .booking-card .card-header {
  border-radius: 10px 10px 0 0;
}
.doctor-content .multistep-form .booking-card > .card-header {
  background: #F9F9F9;
  border-radius: 20px 20px 0 0;
}
.doctor-content .multistep-form .booking-card > .card-footer {
  background: #F9F9F9;
  border-radius: 0 0 20px 20px;
}
.doctor-content .avatar-xxxl {
    width: 90px;
    height: 90px;
    font-size: 1.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.doctor-content .avatar-xxxl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.doctor-content .service-item.active {
    border-color: #0E82FD;
    background: #F9FBFF;
}
.doctor-content .service-item {
    border: 1px solid #E6E8EE;
    padding: 16px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 16px;
    height: auto;
}
.doctor-content .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}
.doctor-content .service-item.active input {
    opacity: 1;
}
.doctor-content .form-check-input:checked {
    background-color: #0E82FD;
    border-color: #0E82FD;
}
.doctor-content .service-item span.service-title {
    color: #012047;
}
.doctor-content .service-item span {
    color: #465D7C;
}
.doctor-content  .service-item input {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.btn.btn-primary-gradient {
    background-image: linear-gradient(90.08deg, #0E82FD 0.09%, #06AED4 70.28%);
    color: #FFF !important;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.radio-select input:checked ~ label {
    border-color: #0E82FD;
}
.radio-select label {
    border: 1px solid #E6E8EE;
    padding: 16px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}
.radio-select input {
    display: none;
}
.radio-select input:checked ~ label {
    border-color: #0E82FD;
}

.visits .visit-btns {
  color: #272b41;
  background-color: #FFF;
  width: 100%;
  margin-bottom: 0;
  display: block;
  outline: unset;
  cursor: pointer;
  position: relative;
}
.visits input:checked ~ .visit-rsn {
  background-color: #09e5ab;
  color: #FFF;
  border-radius: 4px;
}

.visits input:disabled ~ .visit-rsn {
  background-color: #e30303;
  color: #FFF;
  border-radius: 5px;
}
.visits input.form-check-input {
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.visits .form-check-input {
  opacity: 0;
}
.visits span.visit-rsn {
  background: #F3F9FF;
  border: 0;
  border-radius: 5px;
  color: #64627C;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  font-weight: 600;
  width: 100%;
  padding: 4px 2px;
}

.selec_sped {
    display: flex;
    align-items: center;
    gap: 30px;
}
.selec_sped label{
    font-family: var(--careon-font);
    color: var(--careon-black);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.selec_sped .select2-container {
    flex: 1;
}
.selec_sped .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E6E8EE;
    border-radius: 10px;
    padding: 10px;
    height: auto;
}
.selec_sped .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selec_sped .select2-container--default .select2-selection--single .select2-selection__clear {display:none}

.token-slot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}














.upl_oad_pre  {padding:70px 0}
h1.BreadCrumb_label__1QQkR {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 20px;
}

.checkout-area .wizard > div.wizard-inner {
    position: relative;
}
.checkout-area.upl_oad_pre .connecting-line {
    height: 1px;
    background: rgb(0, 0, 0);
    position: absolute;
    width: 67%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 15px;
    z-index: 1;
}
.checkout-area .wizard .nav-tabs {
    position: relative;
    border-bottom: none;
}
.checkout-area.upl_oad_pre .wizard .nav-tabs > li {
    width: 33%;
    position: relative;
}
.checkout-area .wizard .nav-tabs > li.active > a, .checkout-area .wizard .nav-tabs > li.active > a:hover, .checkout-area .wizard .nav-tabs > li.active > a:focus {
    color: rgb(85, 85, 85);
    cursor: default;
    border-width: 0px;
    border-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-color: transparent;
}
.checkout-area .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 0px auto 9px;
    border-radius: 100%;
    padding: 0px;
    display: block;
    position: relative;
}
.checkout-area .wizard li.active span.round-tab {
    background: rgb(255, 255, 255);
    border: 1px solid var(--healthanza-red);
}
.checkout-area span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    z-index: 2;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 15px;
}
.checkout-area .wizard .nav-tabs > li.active p {
    color: var(--healthanza-red);
}
.checkout-area .wizard .nav-tabs > li p {
    text-align: center;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
}
.checkout-area .wizard .nav-tabs > li.active h3 {
    color: rgb(50, 174, 177);
}
.checkout-area .wizard .nav-tabs > li h3 {
    text-align: center;
    margin: 0px 0px 20px;
    font-size: 17px;
    font-weight: 600;
}
.checkout-area .wizard .tab-pane {
    position: relative;
    padding-top: 50px;
    border: 0px solid #dee2e6;
}
.UploadPrescription h3 {
    font-size: 18px;
    font-weight: 600;
}
.ViewDocument_document_card__3LkI6 {
    background-color: rgba(50, 174, 177, 0.19);
    border: 1px dashed rgb(50, 174, 177);
    padding: 15px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 10px 0px;
    min-height: 80px;
    cursor: default;
}
.ViewDocument_document_card__3LkI6 span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.ViewDocument_document_card__3LkI6 .ad_d_news {
    position: relative;
}
.ViewDocument_document_card__3LkI6 .ad_d_news label {
    background-color: rgb(249, 249, 255);
    border: 1px solid;
    width: 65px;
    padding: 5px 0px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.ViewDocument_document_card__3LkI6 .ad_d_news input {
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 0px;
}
.up_load_show_pre {
    padding-top: 20px;
}

.up_load_show_pre .box {
    border: 1px solid rgb(238, 238, 238);
    padding: 6px;
    position: relative;
    border-radius: 10px;
}

.up_load_show_pre .box .close_id {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--healthanza-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    right: -10px;
    top: -10px;
}

.up_load_show_pre .box .close_id i {
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.up_load_show_pre .box .box_img {
}

.up_load_show_pre .box .box_img img {
    width: 100%;
}

.box_Up_Load_s {
    padding-top: 30px;
}

.box_Up_Load_s button {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border-radius: 26px;
    padding: 13px 36px;
    background-color: rgb(250, 88, 127);
    text-align: center;
    border: navajowhite;
}
