a {
  text-decoration: none;
}

.new_bene_register_texture_bg {
  background-image: url("https://cdn.poshantracker.in/public-assets/image/Beneficiary/NewRegisteration/new_bene_register_bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.new_bene_register_head {
  font-family: "OpenSans-Regular";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.add_new_bene_card_wrapper {
  text-align: center;
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 2px solid transparent;
  border-image-source: linear-gradient(147.63deg,
      rgba(255, 255, 255, 0.5) 1.16%,
      rgba(255, 255, 255, 0) 35.37%,
      rgba(255, 255, 255, 0) 58.49%,
      rgba(255, 255, 255, 0.5) 97.33%);
  border-image-slice: 1;
  border-radius: 20px;
  padding: 20px 25px;
}

.add_new_bene_card_wrapper_desktop {
  position: relative;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.add_new_bene_card_wrapper_desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  /* border thickness */
  background: linear-gradient(147.63deg,
      rgba(255, 255, 255, 0.5) 1.16%,
      rgba(255, 255, 255, 0) 35.37%,
      rgba(255, 255, 255, 0) 58.49%,
      rgba(255, 255, 255, 0.5) 97.33%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.new_bene_register_started_head {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.new_bene_register_started_desc {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.new_bene_register_started_desc_desktop {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.add_new_bene_plus_sign {
  background-color: #fff;
  padding: 12px 15px;
  font-size: 45px;
  color: #062bad;
  font-weight: 400;
  border-radius: 45px;
  box-shadow: 10px 10px 10px 0px #00000033;
}

.add_new_bene_plus_sign_desktop {
  background-color: #fff;
  padding: 10px 12px;
  font-size: 25px;
  color: #062bad;
  font-weight: 400;
  border-radius: 25px;
  margin-left: 10px;
  box-shadow: 10px 10px 10px 0px #00000033;
}

.add_new_bene_plus_sign_desktop.clickable {
  cursor: pointer;
  /* shows hand symbol */
}

.add_new_bene_plus_sign_desktop.disabled {
  /* pointer-events: none;  disables click */
  opacity: 0.4;
  /* dim the icon */
  cursor: not-allowed;
  /* shows blocked cursor */
}

.add_new_bene_card_notification_text {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 14px;
  color: #ffc236;
  text-align: center;
  padding-left: 8px;
}

.add_new_bene_card_notification_text_desktop {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 14px;
  color: #ffc236;
  padding-left: 8px;
}

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

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

.add_new_bene_card_notifi_resume_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #181818;
  margin-bottom: 4px;
  /* margin-left: 10px; */
}

.add_new_bene_card_resume_details {
  padding-left: 15px;
  text-align: left;
}

.add_new_bene_card_resume_details_desktop {
  text-align: left;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

.add_new_bene_card_notifi_resume_aadhar {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  color: #747474;
  margin-bottom: 0px;
}

.add_new_bene_card_notifi_resume_anchor {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #001a53;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  margin-top: 6px;
  display: block;
}

.add_new_bene_card_notifi_resume_anchor:hover {
  color: #001a53;
}

.new_bene_register_started_modal_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #5c5c5c;
  text-align: center;
}

.add_new_bene_card_notification_text_modal {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  color: #527cdc;
  text-align: center;
  padding-left: 8px;
}

.new_bene_resume_modal_body {
  padding: 30px 30px;
}

.new_bene_register_primary_btn {
  background-color: #527cdc;
  border-color: #527cdc;
  border-style: solid;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
}

.new_bene_register_primary_btn:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  pointer-events: auto;
  /* Allows tooltips to work */
}

.new_bene_register_secondary_btn {
  background-color: transparent;
  border-color: #527cdc;
  border-style: solid;
  border-radius: 10px;
  width: 100%;
  color: #527cdc;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
}

.new_bene_register_modal_OR {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  color: #c3c3c3;
  text-align: center;
  position: relative;
}

.new_bene_register_modal_OR::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #c3c3c3;
  height: 1px;
  width: 100px;
}

.new_bene_register_modal_OR::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #c3c3c3;
  height: 1px;
  width: 100px;
}

.new_bene_resume_modal_content {
  border-radius: 16px;
}

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

.new_bene_start_imp_instru_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #181818;
  margin-left: 20px;
}

.new_bene_imp_instru_modal_header {
  display: block;
  background-color: #ecf0ff;
  padding: 15px 30px 0;
}

.new_bene_imp_instru_speaker_img {
  text-align: center;
}

.new_bene_imp_instru_content_arrow {
  background-color: #527cdc;
  color: #fff;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 25px;
}

.new_bene_imp_instru_modal_body {
  padding: 15px 30px;
}

.new_bene_start_imp_instru_content_wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.new_bene_start_imp_instru_content_desc {
  padding-left: 10px;
}

.new_bene_start_imp_instru_content_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
}

.new_bene_start_imp_instru_content_para {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #333333;
}

.bene_resume_confirm_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.bene_resume_confirm_modal_content_body {
  padding: 25px 50px;
}

.bene_resume_confirm_modal_content {
  border-radius: 23px;
}

.bene_resume_confirm_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #747474;
  line-height: 1.4;
}

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

.resume_confirm_yes_btn {
  margin-right: 15px;
}

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

.add_new_bene_card_resume_wrapper {
  background-color: #ecf0ff;
  border-radius: 7px;
  padding: 15px 15px 10px;
  position: relative;
}

.add_new_bene_card_resume_wrapper_desktop {
  background-color: #ecf0ff;
  border-radius: 7px;
  padding: 10px 15px 10px;
  position: relative;
}

.aadhar_number {
  padding-left: 10px;
}

.add_new_bene_card_timer {
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #ff3030;
  border-radius: 10px;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 8px;
}

.add_new_bene_card_timer_desktop {
  position: absolute;
  top: 4px;
  right: 10px;
  background-color: #ff3030;
  border-radius: 10px;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 6px;
  line-height: 1.4;
}

.select_bene_register_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.quit_bene_registeration_cross {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.quit_bene_register_yes_btn {
  color: #527cdc;
  text-decoration: none;
  display: block;
}

.quit_bene_register_yes_btn:hover {
  color: #527cdc;
}

.quit_bene_registeration_cross_wrapper {
  position: absolute;
  top: 0;
  right: 15px;
}

.quit_bene_register_head_cross_wrap {
  position: relative;
}

.new_bene_register_plain_blue_bg {
  background-color: #ecf0ff;
}

.add_bene_select_wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}

.add_bene_select_wrapper.active {
  background-color: #6284fd;
  box-shadow: 5px 5px 20px 0px #0000001a;
}

.add_bene_select_head {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0;
  padding-left: 15px;
}

.add_bene_select_wrapper:hover {
  background-color: #6284fd;
  box-shadow: 5px 5px 20px 0px #0000001a;
}

.add_bene_select_wrapper:hover .add_bene_select_head,
.add_bene_select_wrapper:hover .add_bene_lactate_no_child_head,
.add_bene_select_wrapper:hover .add_bene_lactate_no_child_subhead {
  color: #fff;
}

.add_bene_select_wrapper:hover.add_bene_select_wrapper::after {
  content: "";
  background-image: url("https://cdn.poshantracker.in/public-assets/image/Beneficiary/NewRegisteration/tick_hover.png");
  height: 24px;
  width: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.new_bene_register_back_wrapper {
  position: absolute;
  left: 15px;
  top: 0;
}

.new_bene_back_btn {
  color: #fff;
}

.add_bene_lactate_no_child_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}

.add_bene_lactate_no_child_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  margin-bottom: 0px;
}

.add_bene_lactate_no_child_subhead {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  color: #747474;
  margin-bottom: 0;
}

.add_bene_select_child_content {
  padding-left: 15px;
  width: 100%;
}

.add_bene_parent_guardian_form_check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}

.parent_guardian_form_check_input {
  border-radius: 25px !important;
}

.add_bene_parent_guardian_wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}

.add_bene_verify_aadhar_mobile_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #001a53;
}

.add_bene_verify_aadhar_mobile_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
}

.add_bene_verify_aadhar_mobile_label {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
}

.add_bene_verify_aadhar_mobile_input {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.new_bene_eligible_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 18px;
  color: #ed2121;
}

.new_bene_eligible_error_desc {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.new_bene_eligible_error_ul {
  background-color: #f8e8e8;
  border: 1px solid #f9d0d1;
}

.new_bene_register_primary_btn a {
  color: #fff !important;
}

.new_bene_register_ekyc_text_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 18px;
  color: #527cdc;
}

.new_bene_register_ekyc_text_desc {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
}

.bene_register_eligible_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 18px;
  color: #ed2121;
}

.bene_register_eligible_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 1.4;
  text-align: left;
  padding-left: 15px;
}

.bene_register_eligible_img_desc_wrap {
  display: flex;
  align-items: flex-start;
}

.bene_register_eligible_alert_msg_wrap {
  background-color: #f8e8e8;
  border: 1px solid #f9d0d1;
  border-radius: 10px;
  padding: 15px 15px;
}

.new_bene_eligible_register_text {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  text-align: center;
}

.eligible_register_ekyc_proceed {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}

.mother_profile_already_exist {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #42b280;
  text-align: center;
}

.register_child_profile {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}

.register_child_profile_details_wrap {
  display: flex;
  align-items: flex-start;
  background-color: #ecf0ff;
  border: 1px solid #8cb0ff;
  padding: 15px 15px;
  border-radius: 9px;
}

.register_child_profile_details_name_age {
  text-align: left;
  padding-left: 15px;
}

.register_child_profile_details_name {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 0;
}

.register_child_profile_details_age {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  /* line-height: 1.4; */
  color: #747474;
  margin-bottom: 0;
}

.beneficiary_phn_handy_tooltip_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
}

.beneficiary_phn_handy_tooltip_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
}

.beneficiary_phn_handy_tooltip {
  background-color: #fff1d4;
  padding: 15px 15px 10px;
  border-radius: 10px;
  position: relative;
}

.beneficiary_phn_handy_tooltip:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  border-bottom: solid 15px #fff1d4;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: translate(-50%);
}

.mother_profile_donot_exist {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #e31217;
}

.mother_profile_donot_exist_desc {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #5c5c5c;
}

.mother_profile_donot_exist_wrap {
  background-color: #f8e8e8;
  border-radius: 15px;
  padding: 15px 20px;
}

.new_bene_list_page_nav_link {
  color: #fff;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.nav-pills .new_bene_list_page_nav_link.nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 5px 0px #00000040;
  color: #181818;
}

.new_bene_list_page_nav_link.nav-link:focus,
.new_bene_list_page_nav_link.nav-link:hover {
  color: #fff;
}

.new_bene_list_page_nav {
  border: 1px solid #6284fd;
  border-radius: 22px;
  padding: 6px 10px;
}

.new_bene_list_page_active_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}

.list_page_active_head_count_wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  border: 1px dotted #6284fd;
  width: 210px;
}

.new_bene_list_page_active_count {
  background-color: #fff;
  border-radius: 5px;
  color: #181818;
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 10px;
  display: inline-block;
  padding: 2px 10px;
}

.list_page_active_head_count_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

.new_bene_list_page_trimister {
  background-color: #b2ffa6;
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 10px;
  color: #181818;
  border-radius: 5px;
  padding: 0 10px;
}

.new_bene_list_page_3dots_icon {
  color: #ffffff;
}

.new_bene_list_page_slider_card_img_name_awc {
  text-align: center;
}

.new_bene_list_page_slider_card_img_name_awc .new_bene_list_page_img {
  margin: 0 auto;
  max-width: 88px;
  max-height: 88px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.new_bene_list_page_name {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.new_bene_list_page_awc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #ecf0ff;
}

.new_bene_list_page_slider_card_aadhar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4766ab;
  border-radius: 5px;
  padding: 6px 15px;
}

.new_bene_list_page_aadhar {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}

.new_bene_list_page_aadhar_number {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}

.new_bene_list_page_aadhar_tick {
  color: #b2ffa6;
  padding-left: 8px;
}

.new_bene_list_page_slider_card_wrapper {
  margin: 0 10px;
  position: relative;
  border-radius: 20px;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.new_bene_list_page_slider_card_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  /* border thickness */
  background: linear-gradient(147.63deg,
      rgba(255, 255, 255, 0.5) 1.16%,
      rgba(255, 255, 255, 0) 35.37%,
      rgba(255, 255, 255, 0) 58.49%,
      rgba(255, 255, 255, 0.5) 97.33%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

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

.new_bene_list_page_slider_card_count {
  background-color: #4766ab;
  color: #fff;
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  min-width: 35px;
  min-height: 35px;
}

.new_bene_list_page_slider_card_count_info {
  /* width: 25%; */
  text-align: center;
}

.new_bene_list_page_slider_card_count_name {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  height: 30px;
}

.add_new_bene_list_alert_msg {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.face_capturing_guide_wrapper {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.face_capturing_guide_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 14px;
  color: #181818;
  line-height: 20px;
}

.new_bene_face_capture_wrap {
  background-color: #ecf0ff;
}

.new_bene_face_capture_ekyc_verified {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}

.new_bene_face_capture_white_bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 15px;
}

.new_bene_face_capture_line1 {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

.new_bene_face_capture_name {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #d85c54;
}

.new_bene_face_capture_name_desc {
  padding-left: 10px;
}

.new_bene_face_capture_inside_frame {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.new_bene_face_capture_plain_bg {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.new_bene_face_capture_plain_bg_no_photo {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #747474;
}

.new_bene_frs_modal_para {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}

.new_bene_frs_modal_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #333333;
}

.new_bene_frs_record_video_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #001a53;
  text-align: center;
}

.new_bene_frs_record_video_img {
  height: 280px;
  width: 280px;
  backdrop-filter: blur(40px);
  background: linear-gradient(white, white) padding-box,
    linear-gradient(270deg, rgba(255, 124, 28, 0.15), rgba(136, 173, 255, 0.15)) border-box;
  border: 20px solid transparent;
  border-radius: 50%;
}

.new_bene_frs_record_video_msg {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.new_bene_frs_record_video_record_btn {
  background-color: #ec4c3e;
  border-radius: 25px;
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
}

.new_bene_frs_processing_loader_img_text {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 20px;
  color: #8c8c8c;
  text-align: center;
}

.frs_processing_error_img_text_wrapper {
  background-color: #fff3f3;
  border: 1px solid #f9d0d1;
  border-radius: 17px;
  padding: 15px 20px;
}

.frs_processing_error_img_text {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 20px;
  color: #ed2121;
  text-align: center;
}

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

.awc_locate_near_text {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a8a8a;
  margin-bottom: 0;
  padding-left: 4px;
}

.awc_locate_recommend_div {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 8px;
  line-height: 1.5;
  color: #28854c;
  background-color: #b2ffa6;
  border-radius: 9px;
  display: inline-block;
  padding: 4px 10px;
}

.awc_locate_nav_links {
  padding: 8px 10px;
}

.awc_locate_nav_tabs {
  background-color: #fff;
}

.nav-tabs.awc_locate_nav_tabs .nav-item.show .awc_locate_nav_links.nav-link,
.nav-tabs.awc_locate_nav_tabs .awc_locate_nav_links.nav-link.active {
  color: #000000;
  border: none;
  border-bottom: 2px solid #f58634;
}

.nav-tabs.awc_locate_nav_tabs .nav-item.show .awc_locate_nav_links.nav-link .awc_locate_near_text,
.nav-tabs.awc_locate_nav_tabs .awc_locate_nav_links.nav-link.active .awc_locate_near_text {
  color: #000000;
}

.awc_locate_bg {
  background-color: #ecf0ff;
}

.awc_locate_near_loaction_text {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  text-align: center;
}

.awc_locate_near_location_white_bg {
  background-color: #fff;
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
}

.awc_locate_alert_msg {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  color: #ffc236;
  text-align: center;
  margin-bottom: 10px;
}

.awc_locate_alert_msg_desc {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #181818;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}

.frs_form_category_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.verified_tick_icon {
  color: #7be8a5;
}

.frs_bene_details_bg_wrapper {
  background-color: #6284fd;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 10px 15px;
}

.frs_bene_details_bg_name {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

.frs_bene_details_bg_content {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}

.frs_forms_label {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 1.4;
  height: 35px;
  display: flex;
  align-items: flex-end;
}

.frs_forms_label sup {
  color: #e31217;
  top: -15px;
  left: 2px;
}

.frs_forms_input::placeholder {
  color: #747474;
}

.frs_forms_input {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 40px;
}

.frs_forms_label_input_wrapper select {
  appearance: auto;
}

.frs_datepicker_wrap .react-date-picker__clear-button {
  display: none;
}

.frs_datepicker_wrap .react-date-picker__wrapper {
  padding: 0 !important;
}

.frs_datepicker_wrap .react-date-picker__inputGroup__input {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #333333 !important;
}

.switch-title {
  float: left;
  margin-right: 25px;
  margin-top: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  /* float: left; */
}

.switch-field label {
  display: inline-block;
  width: 50%;
  background-color: #fff;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  color: #000;
  /* background-color: #0e9296; */
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #6284fd;
}

.switch-field label:first-of-type {
  border-radius: 8px 0 0 8px;
}

.switch-field label:last-of-type {
  border-radius: 0 8px 8px 0;
}

.frs_form_process_request_text {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
}

.frs_add_child_text {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 12px;
  color: #333333;
}

.frs_add_child_wrapper {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  position: relative;
}

.frs_add_child_add_child_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.frs_add_child_arrow_icon {
  color: #527cdc;
  border: 2px solid #ffffff;
  box-shadow: 5px 5px 15px 0px #5ca9e066;
  border-radius: 25px;
  font-size: 20px;
}

.frs_add_child_mandatory_tag {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 8px;
  color: #e31217;
  background-color: #f8e8e8;
  border-radius: 0 10px 0 4px;
  line-height: 1.5;
  padding: 4px 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.edit_delete_icons {
  color: #527cdc;
  cursor: pointer;
}

.frs_add_child_name {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}

.frs_add_child_gender_date {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #747474;
  margin-bottom: 0;
  line-height: 1.5;
}

.frs_form_group_wrap {
  position: relative;
}

.camera_icon {
  color: #527CDC;
  position: absolute;
  top: 36px;
  right: 10px;
}

.ekyc_verify_photo_content_steps:nth-child(1):after {
  content: '';
  position: absolute;
  top: 27px;
  left: 11px;
  border: 1px dotted #6284FD;
  height: 50px;
}

.frs_forms_input_error_msg {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #dc3545;
  line-height: 1.4;
  position: absolute;
  margin-bottom: 0;
}

.frs_datepicker_wrap .react-datepicker-wrapper {
  width: 100%;
}

.frs_datepicker_wrap {
  position: relative;
}

.calendar_icon_datepicker {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #7C7B7B;
  cursor: pointer;
}

.datepicker_form_control::placeholder {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  line-height: 1.4;
}

.datepicker_form_control {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  height: 40px;
}

.new_bene_register_notes_sect_bg {
  background-color: #ecf0ff;
}

.new_bene_register_notes_head {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  color: #001A53;
  line-height: 20px;
  margin-bottom: 8px;
}

.new_bene_register_notes_ol_li li {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}

.new_bene_register_notes_ol_li {
  padding-left: 12px;
}

.new_bene_regis_tooltip {
  color: #527CDC;
  margin-left: 6px;
}

.new_bene_regis_tooltip:hover {
  color: #527CDC;
}

.new_bene_register_progress_bar_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 25px;
}

.new_bene_register_progress_bar_steps {
  background-color: #fff;
  border-radius: 3.5px;
  width: 120px;
  height: 5px;
}

.in_progress_bar .new_bene_register_progress_bar_steps {
  background-color: #8CB0FF;
}

.completed_bar .new_bene_register_progress_bar_steps {
  background-color: #34C759;
}

.aadhaar-masked-display {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.new_bene_register_progress_bar_text {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  opacity: 50%;
}

.in_progress_bar .new_bene_register_progress_bar_text {
  opacity: 1;
}

.add_bene_select_child_recommended {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 8px;
  line-height: 1.5;
  color: #42B280;
  background-color: #B2FFA6;
  border-radius: 0px 10px 0px 4px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
}


@media screen and (max-width: 991px) {

  .new_bene_register_progress_bar_wrapper {
    padding: 0;
  }

  .new_bene_register_progress_bar_steps {
    width: 100px;
  }

  .new_bene_register_progress_bar_text {
    font-size: 10px;
  }

}

@media screen and (max-width: 767px) {

  .add_bene_select_head {
    font-size: 12px;
  }

  .list_page_active_head_count_wrapper:after {
    display: none;
  }

  .new_bene_list_page_slider_card_count {
    padding: 8px 10px;
  }

  .frs_forms_label {
    height: auto;
  }

  .new_bene_register_progress_bar_steps {
    background-color: #fff;
    border-radius: 3.5px;
    width: 40px;
    height: 5px;
  }

  .new_bene_register_progress_bar_wrapper {
    margin-top: 10px;
  }

  .new_bene_register_progress_bar_text {
    display: none;
  }

}