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

body {
  font-family: "Roboto", sans-serif;
  float: left;
  width: 100%;
}

ul {
  padding: 0px;
  margin: 0px;
}

.flt {
  float: left;
  width: 100%;
}

.alpa_logo_cont {
  padding: 0px 155px 5px 155px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 0px rgb(41 156 212 / 20%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_btm {
  background: #25293c;
  padding: 20px;
}

.alpha_container {
  min-height: calc(100vh - 70px);
  padding: 15px 0px 50px 0px;
  background: #ebecf0;
}

.card_dwnld {
  padding: 30px;
}

.card_cont {
  padding: 0px !important;
}

.alpa_cont {
  padding: 15px 29px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
}

.alpa_head {
  margin-bottom: 15px;
  color: #25293c;
  font-size: 26px;
  font-weight: 600;
}

.step-name {
  margin-bottom: 12px;
  color: #151a31;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

.stepper-wrapper {
  padding: 0px 50px 0px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.stepper_done {
  position: absolute;
  content: "";
  border-bottom: 5px solid #5e689b;
  width: 70%;
  top: 20px;
  left: 22%;
  z-index: 2;
}

.stepper_pending {
  position: absolute;
  content: "";
  border-bottom: 5px solid #ebecf0;
  width: 70%;
  top: 20px;
  left: 22%;
  z-index: 2;
}

.stepper-item:last-child .stepper_pending {
  display: none;
}

.stepper-item:last-child .stepper_done {
  display: none;
}

.stepper-item .step-counter {
  color: #25293c;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d8dfef;
  margin-bottom: 13px;
}

.stepper-item.completed .step-counter {
  color: #048514;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 900;
  background: #d1ffd0;
}

.stepper-item.in_progress .step-counter {
  color: #d1891d;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 900;
  background: #ffeed6;
}

button.in_progress {
  padding: 7px 20px;
  color: #d1891d;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  background: #ffeed6;
  border: none;
}

button.completed {
  padding: 9px 20px;
  color: #096f06;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background: #e9ffe9;
  border: none;
}

button.pending {
  border-radius: 20px;
  background: #d8dfef;
  border: none;
  color: #25293c;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 20px;
}

.adhar_input {
  display: flex;
  align-items: center;
}

.adhar_input input.form-control {
  height: 50px;
}

.adhar_input span {
  margin-left: 15px;
}

.adhar_head {
  padding: 10px 0px;
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.adhar_cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebecf0;
}

.terms_content {
  color: #505463;
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.item_variants label {
  padding: 5px 0px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 10px !important;
  color: rgb(0 0 0) !important;
}

.item_variants {
  margin-top: 10px;
}

.item_variants input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.item_variants label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
}

.item_variants input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid rgb(0, 0, 0);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms_cont {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebecf0;
}

.alpha_btm_right button {
  width: 198px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  padding: 10px;
  background: #25293c;
}

.alpha_btm_left {
  display: flex;
  align-items: center;
}

.alpha_btm_cont {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alpha_captcha span {
  line-height: 52px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  width: 56px;
  height: 56px;
  margin: 0px 15px 0px 8px;
}

.alpha_captcha {
  display: flex;
  align-items: center;
}

.abha_text {
  color: #151a31;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}

.otp_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.enter_otp_txt {
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.resend_otp {
  color: #151a31;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
}

.resend_otp span {
  color: #3bb54a;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
}

.resend_dis {
  color: #cbcbcb;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pass_code {
  display: flex;
  align-items: center;
}

.pass_code input.form-control.code_box {
  width: 56px;
  height: 56px;
  margin-right: 18px;
}

.captcha_input {
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
}

.captcha_input b {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid #ececec;
  background: #ebecf0;
  padding: 16px;
}

.captcha_input b i {
  font-size: 15px;
  font-style: normal;
  color: #e00;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.abha_head {
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.abha_heading {
  margin-bottom: 8px;
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.abha_heading span {
  color: #0086f8;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.abha_head span {
  color: #0086f8;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.captcha_input input.form-control {
  border-radius: 0px 4px 4px 0px;
  width: 160px;
  height: 50px;
}

.profile_cont .abha_text {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebecf0;
}

.abha_txt {
  color: #151a31;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.number_verification input.form-control {
  width: 410px;
  height: 50px;
}

.verify_btn {
  text-align: right;
}

.verify_btn button {
  border: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  background: #048514;
  padding: 12px 30px;
  margin: 20px;
}

.profile_cont {
  margin-bottom: 50px;
}

.otp_text {
  margin-top: 15px;
  color: #151a31;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
}

.otp_text span {
  margin-left: 8px;
}

.verified_input {
  border-radius: 4px;
  background: #ebecf0;
}

.prof_detail {
  list-style-type: none;
}

.prof_detail li {
  margin-bottom: 25px;
  color: #202020;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
}

.prof_detail li span {
  color: #2a2a3d;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

.profile_cont .col-sm-7 {
  position: relative;
}

.profile_cont .col-sm-7::before {
  right: 32px;
  top: 0;
  content: "";
  background: #ebecf0;
  width: 1px;
  height: 300px;
  position: absolute;
}

.prof_list {
  padding: 0px 20px 0px 0px;
}

.address_cont input.form-control {
  border-radius: 3px 0px 0px 3px;
  height: 45px;
  width: 300px;
}

.address_cont input span {
  border-radius: 0px 3px 3px 0px;
  background: #ebecf0;
  padding: 13px 12px;
}

.address_cont {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.address_cont span {
  border-radius: 0px 3px 3px 0px;
  background: #ebecf0;
  padding: 13px 15px;
}

button.create_btn {
  border-radius: 4px;
  background: #048514;
  border: none;
  color: #fff;
  padding: 8px 20px;
}

button.create_default {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #048514;
  border: none;
  color: #fff;
  padding: 12px 20px;
}

button.create_btn {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  background: #048514;
  border: none;
  color: #fff;
  padding: 12px 30px;
}

.address_container {
  display: flex;
  align-items: center;
}

.suggestion_cont ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.suggestion_cont ul li {
  margin-right: 20px;
  color: #0086f8;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.suggestion_cont {
  margin-top: 20px;
}

.suggestion_head {
  margin-bottom: 5px;
  color: #151a31;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.btn_right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.abha_popup{
  background: rgba(251, 251, 252, 1);
}

.abha_msg {
  color: #151a31;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 10px;
}

.popup_header {
  border-radius: 8px;
  border: 1px solid #c5ffcc;
  background: #fff;
  text-align: center;
  padding: 40px;
}

.popup_content {
  text-align: center;
  padding: 40px 0px;
}

.popup_name {
  margin-bottom: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.popup_age {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_age li {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
}

.popup_address {
  color: #202020;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}

.popup_num {
  margin-top: 30px;
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.abha_add {
  color: #151a31;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

button.view_card {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #048514;
  border: none;
  width: 200px;
  color: #fff;
  padding: 17px 0px;
  margin-right: 10px;
}

button.download_card {
  border-radius: 4px;
  background: #151a31;
  width: 200px;
  border: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  padding: 17px;
}

.popup_btns {
  margin-top: 60px;
}

.card_cont .que_main ul {
  margin-bottom: 25px;
}

.card_cont .que_header {
  margin-bottom: 10px;
}

.card_cont .que_main li {
  margin-right: 21px !important;
  position: relative;
}

.card_cont .que_main li::before {
  right: -15px !important;
  position: absolute;
  content: "";
  width: 1px !important;
  height: 15px !important;
  border: 1px solid #6c85f8 !important;
  top: 2px !important;
}

.card_cont .que_main li:last-child::before {
  display: none;
}

.card_cont .que_main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 300px;
  border: 1px dashed #dae0fa;
  right: -86px !important;
  left: auto;
}

.back_home_btn button {
  color: #151a31;
  padding: 18px 35px;
  border: 1px solid #151a31;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.back_home_btn {
  text-align: right;
  border-top: 1px solid #d6d6d6;
  padding: 12px;
}

.download_btn button {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #151a31;
  border: none;
  width: 100%;
  padding: 15px 0px;
}

.abha_card img {
  width: 100%;
}

.download_btn {
  text-align: right;
  margin-top: 20px;
}

.alpha_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.adhar_inp {
  display: flex;
  align-items: center;
}

.search_cont {
  display: flex;
  justify-content: space-between ;
  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
}

.alpa_hosp_cont {
  padding: 15px 10px;
}

.adhar_inp input.form-control {
  height:  42px;
}

.adhar_inp span {
  margin-left: 10px;
}

.adhar_inp span img {
  width: 42px;
  height: 42px;
}

.search_content {
  padding: 30px;

}

.consent_bar select.form-control {
  height: 48px;
  width: 215px;
}

.alpha_btm_right {
  text-align: right;
}

.iden_cont {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.create_abha.flt {
  text-align: center;
}

.create_new_head {
  padding: 25px 0px;
  color: #151a31;
  font-size: 20px;
  font-weight: 500;
}

.create_input_cont label {
  color: #151a31;
  font-weight: 500;
  font-size: 16px;
}

.create_input_cont input {
  height: 46px;
  /* width: 200px; */
  width: 100%;
}

.input_cont {
  display: flex;
  align-items: center;
}

.input_cont input {
  border-radius: 0px 3px 3px 0px;
  height: 46px;
  width: 110px;
}

.input_cont span {
  border-radius: 3px 0px 0px 3px;
  background: #ebecf0;
  padding: 13px 20px;
}

.create_input_cont select {
  height: 46px;
  /* width: 200px; */
  width: 100%;
}

.create_head {
  margin-right: 92px;
  margin-bottom: 0px;
}

.iden_cont button {
  margin-right: 10px;
  width: 125px;
  background: #25293c;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 10px 15px;
}

.create_abha button.create_btn {
  width: 250px;
  margin-top: 10px;
  background: #048514;
}

.upload_cont {
  text-align: center;
}

.upload_cont button {
  width: 185px;
  margin-top: 10px;
}

button.upld_btn {
  background: #25293c;
  border: none;
  color: #fff;
  padding: 12px 0px;
  border-radius: 3px;
}

button.pic_btn {
  font-size: 14px;
  background: #048514;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 0px;
  font-weight: 400;
}

.verify_abha_head {
  padding: 10px 10px 10px 20px;
  color: #25293c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}

.verify_abha_cont {
  padding: 20px;
}

.verify_abha_pop .modal-dialog.modal-dialog-centered {
  width: 820px;
}

.verify_abha_popup .modal-dialog.modal-dialog-centered {
  width: 1170px;
}

.scan_abha_popup .modal-dialog.modal-dialog-centered {
  width: 1170px;
}

.verify_head {
  color: #151a31;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.image_holder {
  min-height: 120px;
}

.create_abha input.form-control {
  height: 45px;
}

.create_abha button {
  background: #25293c;
  border: none;
  color: #fff;
  width: 220px;
  border-radius: 3px;
  padding: 12px 0px;
}

.abha_verify_btn {
  text-align: right;
  margin-top: 10px;
}

.abha_verify_btn button {
  width: 110px;
  background: #048514;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.verify_abha_head button {
  background: none;
  border: none;
}

.input_tag {
  padding: 3px 8px;
  background: #ebecf0;
  display: flex;
  align-items: center;
}

.input_container {
  width: 213px;
  border: 1px solid #a2b6e2;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.input_container input.form-control {
  width: 116px;
  height: 47px;
  border-radius: 0px 3px 3px 0px;
}

.input_container b {
  width: 53px;
}

.input_container .item_variants {
  margin-top: 6px;
}

.que_main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  border: 1px dashed #a2b6e2;
  left: -32px;
}

.que_main {
  width: 85%;
  position: relative;
}

.que_main ul {
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.que_header {
  padding-right: 18px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.token_num {
  text-align: center;
  width: 10%;
}

.token_num b {
  color: #0086f8;
  font-size: 30px;
}

.patient_que_cont {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #a2b6e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}

.que_text_cont {
  display: flex;
  align-items: center;
}

.que_text {
  margin-right: 30px;
  text-align: justify;
  width: 80%;
}

.que_text_cont button {
  width: 20%;
}

.que_head {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.que_head span {
  font-weight: 700;
  color: #0086f8;
  font-size: 16px;
}

.que_text_cont button {
  width: 20%;
  background: #048514;
  border: none;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}

.que_main li {
  color: #151a31;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

.verify_abha_popup .verify_abha_head {
  margin-bottom: 20px;
}

.abha_login_img img {
  width: 100%;
}

.abha_login {
  padding: 8px 10px !important;
}

.login_butn {
  text-align: right;
  background-image: url(../images/login-bg.png);
  padding: 5px 8px 5px 0px;
}

.login_btn {
  padding: 10px;
  width: 360px;
  background: #25293c;
  color: #fff;
}

.login_cont {
  padding: 20px 5px 10px 18px;
}

.login_head {
  margin-bottom: 25px;
  color: #25293c;
  font-size: 22px;
  font-weight: 600;
}

.login_cont .captcha_input span {
  margin-left: 10px;
}

.login_cont .captcha_input {
  margin-bottom: 20px;
}

.login_cont .adhar_input {
  margin-bottom: 22px;
}

.ans_input input.form-control {
  width: 208px;
}

.login_btn {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  padding: 15px;
  width: 360px;
  background: #25293c;
  color: #fff;
  border-radius: 3px;
}

.blue_radio span {
  border: 1px solid #3188d9;
}

.otp_check .radio {
  width: 175px;
}

.radio {
  width: 155px;
  margin-right: 12px;
  padding: 0px;
  margin: 5px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #000;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}

.radio span {
  height: 20px;
  width: 20px;
  display: block;
  top: 14px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3188d9;
}

.blue_radio span {
  top: 0px !important;
}

.radio input[type="radio"]:checked~span:after {
  transform: translate(-50%, -50%) scale(1);
}

.radio input[type="radio"] {
  display: none;
}

.radio span:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out 0s;
}

.blue_radio span:after {
  background: #3188d9 !important;
}

.login_check span {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}

.login_check {
  margin-bottom: 15px;
}

.login_head span {
  margin-right: 10px;
}

.header_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.abha_btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  background: none;
  border: 1px solid #ffffff80;
  width: 170px;
  margin-right: 10px;
  padding: 15px;
}

.header_login {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  background: #048514;
  border: 1px solid #ffffff80;
  width: 170px;
  padding: 15px;
}

.login_btm {
  padding: 5px;
}

.otp_text {
  margin-top: 0px;
  margin-bottom: 20px;
}

.otp_btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.otp_btn button.back_btn {
  width: 184px;
  background: none;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 15px;
}

.otp_btn button.login_btn {
  width: 184px;
}

.scan_abha_popup .que_text {
  width: 100%;
}

.otp_abha_popup .que_main {
  padding-left: 75px;
  width: 65%;
  position: relative;
}

.scan_abha_popup .que_main {
  padding-left: 75px;
  width: 70%;
  position: relative;
}

.scan_abha_popup .patient_que_cont {
  display: flex;
  align-items: normal;
}

.scan_abha_popup .token_num {
  width: 30%;
}

.otp_abha_popup .token_num {
  text-align: left;
  width: 35%;
}

.scan_abha_popup .patient_que_cont {
  border: none;
}

.scan_abha_popup .verify_abha_head {
  padding: 10px 10px 30px 20px;
}

.otp_abha_popup .pass_code input.form-control.code_box {
  margin-right: 12px;
}

.otp_abha_popup .abha_verify_btn button {
  padding: 10px 0px;
}

.otp_abha_popup .que_main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 282px !important;
  border: 1px dashed #dbdde4;
  left: 40px !important;
  top: -30px !important;
}

.scan_abha_popup .que_main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 320px;
  border: 1px dashed #dbdde4;
  left: 32px;
  top: -10px;
}

.scan_btn {
  padding-top: 60px;
  text-align: right;
}

.scan_btn button {
  width: 20%;
  background: #048514;
  border: none;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}

.login_header {
  margin-bottom: 12px;
  color: #25293c;
  font-size: 16px;
  font-weight: 500;
}

.logout_btn button {
  float: right;
  display: flex;
  margin-right: 90px;
  border: none;
  padding: 12px 24px 12px 12px;
  background: #3c425f;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
}

.logout_btn button span {
  margin-right: 10px;
}

.header_logout {
  padding: 0px;
}

.logout_btn {
  text-align: right;
}

.login_contain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_box {
  margin-top: 88px;
  padding: 25px;
  box-shadow: 0 0 15px 0 rgb(18 131 214 / 15%);
  box-shadow: 000000000000;
  background: #ffffff80;
  width: 412px;
}

.login_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_btn {
  text-align: left;
}

.logo_img {
  margin-bottom: 15px;
  text-align: center;
}

.login_content label {
  margin-bottom: 25px;
  color: #151a31;
  font-weight: 500;
  font-size: 20px;
}

.login_input input {
  margin-bottom: 20px;
  height: 52px;
}

.home_cont {
  padding: 26px 0px;
}

.home_box {
  border-radius: 3px;
  padding-bottom: 20px;
  width: 360px;
  box-shadow: 0 0 15px 0 rgb(18 131 214 / 15%);
  background-image: url("../images/login-box.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home_head {
  min-height: 78px;
  margin-bottom: 70px;
  padding: 20px;
  color: #25293c;
  font-size: 20px;
  font-weight: 600;
}

.home_head span {
  margin-right: 15px;
}

.download_card_pop {
  padding: 50px 10px 20px 10px;
}

.download_img {
  text-align: center;
}

.download_txt {
  padding: 15px 0px 40px 0px;
  text-align: center;
  color: #151a31;
  font-size: 22px;
  font-weight: 600;
}

.download_msg {
  margin-bottom: 70px;
  text-align: center;
  color: #151a31;
  font-size: 18px;
  font-weight: 400;
}

.download_pop .otp_btn {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.download_pop .modal-dialog.modal-dialog-centered {
  width: 430px;
}

.create_new_btn {
  justify-content: flex-end;
}

.search_bar {
  display: flex;
  align-items: center;
}

.search_bar select.form-control {
  background: #ebecf0;
  width: 131px !important;
  height: 48px !important;
  border-radius: 3px 0px 0px 3px;
}

.search_bar input.form-control {
  border-radius: 0px 3px 3px 0px !important;
  width: 240px;
  height: 48px;
}

.search_table {
  margin-top: 20px;
}

.search_table thead th {
  margin-right: 2px;
  font-size: 14px;
  background: #d8dfef;
  font-weight: 500;
  color: #25293c;
  padding: 15px 10px;
}

.search_table tbody td {
  color: #25293c;
  padding: 15px 10px;
}

.search_bar_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event_white {
  display: none;
}

.event_img b:hover .event_safr {
  display: none;
}

.event_img b:hover .event_white {
  display: inline-block;
}

.login_msg {
  color: #151a31;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px 10px 0px;
}

.login_top {
  color: #151a31;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.login_top span {
  margin-right: 10px;
}

.login_right {
  text-align: right;
}

.login_right img {
  border-radius: 8px;
  width: 100%;
}

.hospital_box {
  padding: 10px;
  box-shadow: none;
  background: #f2f9fc;
  margin-bottom: 15px;
  width: 305px;
}

.hosp_inner_box {
  background-image: url("../images/hosp-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgb(18 131 214 / 15%);
}

.hosp_head {
  padding: 0px;
  margin-bottom: 20px !important;
}

.hosp_arr {
  border: none;
  text-align: right;
  background: none;
}

.consent_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.consent_head {
  font-size: 22px;
  font-weight: 500;
  color: #151a31;
}

.consent_seach {
  display: flex;
  align-items: center;
}

.consent_seach button.create_btn {
  height: 55px;
  margin-left: 10px;
}

.address_cont b {
  margin-left: 10px;
}

.consent_btns {
  text-align: right;
  margin-top: 10px;
}

.cons_req {
  background: #25293c;
  border: none;
  color: #fff;
  width: 190px;
  border-radius: 3px;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

button.cons_back {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  width: 186px;
  background: none;
  padding: 14px 0px;
  margin-right: 5px;
}

.popup_date {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #25293c;
}

.health_data_cont {
  padding: 10px;
}

.health_data_head {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebecf0;
}

.head_left {
  display: flex;
  align-items: center;
}

.head_left i {
  margin-right: 10px;
  background: #ffffff;
  width: 74px;
  height: 74px;
  line-height: 70px;
  text-align: center;
}

.head_search {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.head_search .adhar_inp input.form-control {
  width: 260px;
  height: 55px;
}

.head_search b {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #151a31;
}

.head_details b {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.head_details span {
  font-size: 18px;
  font-weight: 300;
}

.diag_report_cont {
  margin-bottom: 15px;
  border: 1px solid #ebecf0;
  padding: 15px 8px;
}

.report_header {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaebf0;
}

.report_header span {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.report_header ul {
  display: flex;
  list-style-type: none;
}

.report_header ul li {
  position: relative;
  margin-left: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.report_header ul li::before {
  top: 4px;
  position: absolute;
  content: "";
  background-color: #000000;
  width: 1px;
  height: 12px;
  left: -15px;
}

.report_header ul li:first-child::before {
  display: none;
}

.encount_head {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.encount_head span {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
}

.encount_head ul li {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-left: 40px;
}

.encount_head ul {
  display: flex;
  list-style-type: none;
}

.status_list {
  background: #f6f6f6;
  list-style-type: none;
  padding: 10px;
}

.medication_table table thead tr {
  background: #ebecf0;
}

.medication_table.table-responsive {
  border: 1px solid #e2e8ef;
}

.medication_head {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status_list li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-bottom: 5px;
}

.medication_head span {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
}

.medication_head b {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

.medication_table table thead th {
  font-size: 16px;
  font-weight: 500;
  color: #25293c;
}

.medication_table {
  margin-bottom: 15px;
}

.table_btn {
  text-align: right;
}

.table_btn button {
  width: 185px;
  padding: 15px 0px;
  color: #25293c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #25293c;
  background: #ffff;
}

.patient_card {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dee2f1;
  padding: 5px;
  border-radius: 4px;
}

.patient_card_det {
  display: flex;
}

.patient_card i {
  margin-right: 15px;
}

.patient_card:hover {
  background: #0086F8;
}

.patient_card:hover .patient_txt span,
.patient_card:hover .patient_txt p,
.patient_card:hover i {
  color: #fff;
}

.patient_txt {
  padding: 5px;
}

.patient_txt span {
  color: #25293c;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.75px;
}

.clinical_data {
  margin-top: 12px;
}

.clinical_data .col-sm-3 {
  padding-right: 0px;
}

.clinical_btns button {
  width: 152px;
  height: 55px;
  background: #0086F8;
  border: none;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.clinical_list li {
  margin-bottom: 12px;
  float: left;
  width: 40%;
  list-style-type: none;
}

.clinical_list li:nth-child(even) {
  width: 60%;
}

.clinical_list li span {
  float: right;
  padding: 0px 10px;
}

.clinical_btns {
  text-align: right;
}

.patient_img {
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 15px;
  display: flex;
}

.history_cont {
  margin-bottom: 15px;
}

.clinical_list {
  padding-left: 15px;
}

.clinical_data_cont .col-sm-4 {
  border-left: 1px dashed #D9D9D9;
}

.patient_img span img {
  width: 104px;
  height: 104px;
}

.patient_add {
  padding-top: 15px;
}

.patient_name {
  padding-left: 15px;
}

.history_list li button {
  margin-right: 6px;
  padding: 12px 30px;
  background: #fff;
  border: 1px solid #EBECF0;
  border-radius: 3px;
}

.history_list {
  display: flex;
  list-style-type: none;
}

.history_list li button:hover {
  background: #0086F8;
  color: #fff;
}
.history_list_cont{
  padding:0px !important ;
}
.history_header {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
}
.history_head span {
  font-size: 20px;
  font-weight: 500;
}
.history_head{
  margin-bottom: 15px;
}
.history_time_head {
  border-bottom: 1px solid #EAEBF0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.history_time_head ul {
  display: flex;
  list-style-type: none;
}
.history_time_head ul li {
  margin-right: 30px;
}
.patient_det {
  list-style-type: none;
  padding: 15px;
}
.patient_det li {
 padding-bottom: 8px;
}

.all_history_list {
  list-style-type: none;
}
.all_history_list li {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EBECF0;
  margin-bottom: 10px;
  border-radius: 4px;
}