
.beneficiary_create .input-field-container .label-name-from-parent {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .beneficiary_create .input-field-container .label-name-from-parent.true {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .beneficiary_create .multi_select_drop_down_parent_class .drop-name-required-for-ip {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .beneficiary_create .multi_select_drop_down_parent_class .drop-name-required-for-ip.true {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .beneficiary_create .ip-with-label .label-name-required-for-ip {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .beneficiary_create .input_field_infoBars{
    width:200px;
  }
  .beneficiary_create .searchable_drop_down_infoBars{
    width:200px;
  }
  .edit_beneficiary .ip-with-label .input-group .form-control {
    padding-right: 10px;
    }
    .edit_beneficiary .input-with-button-verify .verified-button-for-in-label-not-verified{
      left: 60%;
      font-size: 12px;
      width: 80px;
    }
    .edit_beneficiary .input-with-button-verify .verified-button-for-in-label{
      left:70%;
    }

    
.create_beneficiary_page .edit_container_page {
    margin-top: 10px;
    display: grid;
    width: 80%;
    
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'c1r1 c2r1 c3r1 c4r1'
      'c1r2 c2r2 c3r2 c4r2'
      'c1r3 c2r3 c3r3 c4r3'
      'c1r4 c2r4 c3r4 c4r4'
      'c1r5 c2r5 c3r5 c4r5';  
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
  }
  
  .create_beneficiary_page .edit_container_page>div {
    align-self: flex-start;
  }
  
  .create_beneficiary_page .edit_container_page .name_wrapper {
    grid-area: c1r1;
    max-width: 230px;
    
  }
  
  .create_beneficiary_page .edit_container_page .sName_wrapper {
    grid-area: c2r1;
    max-width: 230px;
    
    
  }
  
  .create_beneficiary_page .edit_container_page .category_wrapper {
    grid-area: c3r1;
    max-width: 230px;
  
  }
  .create_beneficiary_page .edit_container_page .dob_wrapper {
    grid-area: c4r1;
    max-width: 230px;
  
  }
  
  .create_beneficiary_page .edit_container_page .primaryMob_wrapper {
    grid-area: c1r2;
    max-width: 230px;
  
  }
  
  .create_beneficiary_page .edit_container_page .aNumber_wrapper {
    grid-area: c2r2;
  
    max-width: 230px;
  }

  .create_beneficiary_page .edit_container_page .abhaId_wrapper {
    grid-area: c1r4;
    max-width: 230px; 
  }
  .create_beneficiary_page .edit_container_page .state_wrapper {
    grid-area: c1r3;
    max-width: 230px; 
  }
  .create_beneficiary_page .edit_container_page .district_wrapper {
    grid-area: c2r3;
    max-width: 230px; 
  }
  .create_beneficiary_page .edit_container_page .ward_wrapper {
    grid-area: c3r3;
    max-width: 230px; 
  }
  .create_beneficiary_page .edit_container_page .village_wrapper {
    grid-area: c4r3;
    max-width: 230px; 
  }
  .create_beneficiary_page .edit_container_page .rch1Id_wrapper {
    grid-area: c2r5;
    max-width: 230px; 
  }

  .create_beneficiary_page .edit_container_page .abhaAddress_wrapper {
    grid-area: c3r4;
    max-width: 370px;
    min-width: 230px;
    grid-column: 3 / 5
  }

  .create_beneficiary_page .edit_container_page .address_wrapper {
    grid-area: c3r3;
    max-width: 230px;
  }
  .create_beneficiary_page .edit_container_page .address_wrapper.hideDropdown {
    display: none;
  }
  .create_beneficiary_page .edit_container_page .address_wrapper.showDropdown{
    display: block;
  }
  .create_beneficiary_page .edit_container_page .rch1Id_wrapper.hideDropdown {
    display: none;
  }
  .create_beneficiary_page .edit_container_page .rch1Id_wrapper.showDropdown{
    display: block;
  }
  .create_beneficiary_page .edit_container_page .sms_wrapper {
    grid-area: c1r5;
    max-width: 230px;
    align-self: center;
    margin-top: 16px;
  }
  .create_beneficiary_page .edit_container_page .pvtg_wrapper {
    grid-area: c3r5;
    max-width: 230px;
  }

   .create_beneficiary_page .edit_container_page .migrated_temp_beneficiary_abha_verify_button{
    margin-top: 25px;
    margin-left: 10px;
    grid-area: c2r4;
  }


  .edit_service_provider .edit_container_page {
    margin-top: 10px;
    display: grid;
    width: 80%;
    
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'c1r1 c2r1';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
  }
  
  .edit_service_provider .edit_container_page>div {
    align-self: flex-start;
  }
  
  .edit_service_provider .edit_container_page .healthProviderName_wrapper {
    grid-area: c1r1;
    max-width: 200px; 
  }
  .edit_service_provider .edit_container_page .mobiliserName_wrapper {
    grid-area: c2r1;
    max-width: 200px;
  }

  .edit_facility_details .edit_container_page {
    margin-top: 10px;
    display: grid;
    width: 80%;
    
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'c1r1 c2r1';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
  }
  
  .edit_facility_details .edit_container_page>div {
    align-self: flex-start;
  }
  
  .edit_facility_details .edit_container_page .facilityType_wrapper {
    grid-area: c1r1;
    max-width: 200px; 
  }
  .edit_facility_details .edit_container_page .facilityName_wrapper {
    grid-area: c2r1;
    max-width: 200px;
  }

  .custom_modal_page_close_button .modal-content {
    border-radius: 8px;
    /* width: 100%; */
    max-width: 300px;
    margin: 0 auto;
  }
  .custom_modal_page_close_button .custom-modal .modal-content {
    background-color: white;
  }
  .custom_modal_page_close_button .modal-header{
    border-bottom:3px solid var(--primary-color-1);
  }
  
  .custom_modal_page_close_button .modal_page_header {
    height: 3rem;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .custom_modal_page_close_button .modal_page_header1 {
    width: 100%; 
    display: flex;
    margin-top: -18px;
    justify-content: space-between;
  }
  .custom_modal_page_close_button .modal_page_header1 .button_common_component{
    margin-top: 10px;
  }  
  .custom_modal_page_close_button .modal_page_body {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .custom_modal_page_close_button .modal_page_body .button_common_component .adding_the_dynamic_button{
    width: 100px;
  }  

  .custom_modal_page_close_button .modal-body {
    padding: 0px;
    overflow-y: auto;
    max-height: 80vh;
  }
  .custom_modal_page_close_button .modal_title {
    margin: 10px;
    margin-left: 40px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-top: 1rem;
    padding-left: 5px;
    color: black;
  }

  .custom_modal_page_close_button .page_modal_body .container {
    /* margin-left: 0px !important; */
    padding-left: 0px !important;
  }
  .custom_modal_page_close_button  {
    /* margin-top: 15px; */
    height: 200px;
    /* width: 750px; */
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    color: rgba(179, 179, 179, 1);
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
  }
  
  .beneficiary_update_mobile_number_yes_no {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .beneficiary_update_mobile_number_yes_no #beneficiary_update_mobile_number_yes_no_buttons {
    height: 48px;
    width: 150px;
}
.overview_beneficiary {
  border-bottom: 0.5px solid #dadada;
  padding: 20px 10px;
  overflow-x: auto;
  
}

.hrMargin {
  margin: 10px 0 !important;
}

.overview_beneficiary:last-child {
  border-bottom: none;
}

.hierarchy-details {
  margin-top: 10px;
}

 .overview_beneficiary .overview-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: auto auto auto; */
  margin: 10px auto;
  grid-gap: 10px;
}

.overview_beneficiary .overview-details-table {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px auto;
  grid-gap: 10px;
  margin-top: 0px;
}

@media (max-width: 767px) {
 .overview_beneficiary .overview-details-table {
    margin: 0;
  }
}

.overview_beneficiary .overview-personal-details-label {
  font-family: 'Roboto';
  font-size: 12px;
  color: #797979;
}

.overview_beneficiary .overview-personal-details-value {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #2b2b2b;
  word-break: break-word;
  width: 200px;
}

.overview_beneficiary .overview-personal-details-value input {
  height: 45px;
  font-size: 14px;
}

.overview_beneficiary .overview-details .styled-checkbox[disabled],
.overview_beneficiary .overview-details-table .styled-checkbox[disabled] {
  background: var(--primary-color-1);
  border: 1px solid var(--primary-color-1);
}

.overview_beneficiary input {
  padding: 0 5px;
  font-size: 12px;
}

.overview_beneficiary input[type="email"],
.overview_beneficiary input[type="text"],
.overview_beneficiary input[type="number"] {
  padding: 0 15px;
  font-size: 14px;
}


.overview_beneficiary #overview-user-edit-active-switch {
  height: 20px;
}

.overview_beneficiary input::-webkit-outer-spin-button,
.overview_beneficiary input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.overview_beneficiary input[type=number] {
  -moz-appearance: textfield;
}

.overview_beneficiary .user_view_facility_badge_button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.overview_beneficiary #user_view_facility_button .button_inner_text {
  font-size: 12px;
}

.styled-radio:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.styled-radio+label {
  color: black;
  opacity: 1;
  pointer-events: auto;
}

.verified {
  height: 20px;
  border-radius: 50px;
  background-color: rgba(195, 213, 195, 1);
  color: green;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
}

.not-verified {
  height: 20px;
  border-radius: 50px;
  background-color: rgba(246, 213, 187, 1);
  color: rgba(225, 118, 37, 1);
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
}

.beneficiary_overview_facility {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding:20px 10px;
  width: 100%
}

.beneficiary_overview_healthProvider {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-top: 15px;
}

.beneficiary_overview_flex{
  width:50%;
}

.beneficiary_overview_line {
  border-left: 1px solid #8080805e;
  height: 100px
}

.beneficiary_overview_marginTop {
  margin-top: 15px;
}

.beneficiary_overview_pvtg {
  display: flex;
  align-items: center;
  gap: 5px;
  color: black
}

.radio_button span{
  color: rgba(191, 50, 50, 1)
}

.radio_button_label{
  display: flex;
  flex-direction: row;
}
.beneficiay_death_details {
  padding: 20px 10px;
  border-top: 0.5px solid #dadada;
}

.beneficiay_death_details .death_details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 10px auto;
  grid-gap: 10px;
}

.beneficiay_death_details .death_details .beneficiay_death_details_label {
  font-family: 'Roboto';
  font-size: 12px;
  color: #797979;
}

.beneficiay_death_details .death_details .beneficiay_death_details_value {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #2b2b2b;
  word-break: break-word;
  width: 200px;
}
.migrated_benf_view_cancel_edit{
  display: flex;
  gap: 10px;
}

.re-authenticate-btn {
  height: 24px;
  border-radius: 50px;
  background-color: var(--primary-color-1, #a9328d);
  color: #ffffff;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12px;
  margin-left: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.re-authenticate-btn:hover {
  opacity: 0.85;
}

.re-authenticate-btn:active {
  opacity: 0.7;
}

  .overview_user .overview-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 10px auto;
    grid-gap: 10px;
  }

  .overview_user .overview-personal-details-label {
    font-family: 'Roboto';
    font-size: 12px;
    color: #797979;
  }
  
	.overview_user .overview-personal-details-value {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #2b2b2b;
    word-break: break-word;
    width: 200px;
  }

  .overview_user .qr_code_text {
    padding-top: 7px;
    color: #797979;
    padding-bottom: 20px;
  }

  .react-pdf__Page__canvas {
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
  }

  .overview_user .show_scanner {
    display: flex;
  }

  .overview_user .show_scanner_details {
    width: 75%;
  }

  .overview_user .show_header_btn_modal {
    margin-left: 13%;
  }
 .pregnancy_tracking_content .pregnancy_form_content {
  flex: 1;
  overflow: auto;
  padding: 10px 15px;
}

.pregnancy_tracking_content{
  position: relative !important;
}

.pregnancy_form_content .input-field-container .label-name-from-parent {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.pregnancy_form_content .input-field-container .label-name-from-parent.true {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.received-modal-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    padding: 15px 30px;
}

.option-heading-anc-service{
    color: #6B6B6B;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

 .received-modal-radio-button{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.received-modal-submit #received-anc-submit {
  height: 48px;
  width: 90%;
  margin-left: 29px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pregnancy_form_content .multi_select_drop_down_parent_class .drop-name-required-for-ip {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.pregnancy_form_content .multi_select_drop_down_parent_class .drop-name-required-for-ip.true {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.pregnancy_form_content .ip-with-label .label-name-required-for-ip {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.pregnancy_form_content .input_field_infoBars {
  width: 200px;
}

.pregnancy_form_content .searchable_drop_down_infoBars {
  width: 200px;
}

.pregnancy_form .ip-with-label .input-group .form-control {
  padding-right: 10px;
}

.pregnancy_form .input-with-button-verify .verified-button-for-in-label-not-verified {
  left: 60%;
  font-size: 12px;
  width: 80px;
}

.pregnancy_form .input-with-button-verify .verified-button-for-in-label {
  left: 70%;
}

.date-picker-popup-preg-register {
  position: absolute !important;
  top: 100% !important;
  z-index: 1050 !important;
}

.closure-service-icon{
  margin-left: 25px;
  pointer-events: none;
}
.service-name {
    width: 19%;
}

.service-date {
    width: 29.5%;
}

.closure-service-date{
      text-align: center; 
      margin-right:40px ;
    flex-grow: 1;
     width: 29.5%;
}

.icon-container {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pregnancy_form_page_reg .pregnancy_form_continaer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: 'c1r1 c2r1 c3r1' 'c1r2 c2r2 c3r2' 'c1r3 c2r3 c3r3' 'c1r4 c2r4 .';
  grid-gap: 15px;
  max-width: 80%;
}

.pregnancy_form_page_reg .pregnancy_form_continaer>div {
  align-self: flex-start;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .result_wrapper {
  grid-area: c1r1;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .lmpDate_wrapper {
  grid-area: c3r1;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .lmpDate_wrapper .input-field-group-general{
  min-height: 38px !important;
}

/* .pregnancy_form_page_reg .pregnancy_form_continaer .firstPregnancy_wrapper {
  grid-area: c3r3;
} */

.pregnancy_form_page_reg .pregnancy_form_continaer .facilityType_wrapper {
  grid-area: c1r2;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .facilityName_wrapper {
  grid-area: c2r2;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .hprName_wrapper {
  grid-area: c3r2;
}

.pregnancy_form_page_reg .pregnancy_form_continaer .ashaName_wrapper {
  grid-area: c1r3;
}

/* .pregnancy_form_page_reg .pregnancy_form_continaer .jsy_wrapper {
  grid-area: c2r3;
} */

.pregnancy_form_page_reg .pregnancy_form_continaer .dateOfRegistration_wrapper {
  grid-area: c2r1;
}

.cancel-edit {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: right;
  }

  .cancel-edit button {
    will-change: transform, opacity;
  }
  

  .view-profile-buttons .cancel-edit .primary {
    margin-left: 10px;
  }

  .pregnancy_form_content{
    display: flex;
    justify-content: space-between;
  }
  .pregnanacy_service_button {
    display: flex;
    gap: 10px;
  }
  
.pregnanacy_service_button .button_icon_iconposition {
width: 25px;
height: 25px;
padding: 2px;
}

.pregnanacy_service_button .adding_the_dynamic_button {
padding: 5px;
border-radius: 4px;
border: 0;
}

.pregnanacy_service_button .button_inner_text {
font-family: 'Roboto', sans-serif;
}

.button_inner_text {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
padding: 5px;
}

.pregnanacy_service_button .adding_the_dynamic_button.verticalbackbutton {
width: 24px;
height: 44px;
border-radius: 4px;
padding-left: 3px;
}

.card_content{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.type_content{
  border: '2px solid #000';
  border-radius:20px / 50%;
  padding: 5px 10px;
  display:inline-block
}

.pregnancy_card_option_modal{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-submit #prefnancy-type-submit {
  height: 48px;
  width: 100%;
}

.pregnancy_form{
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.pregnancy-card{
  border-bottom: 1px solid var(--primary-color-1);
}

.pregnancy-services-after-pregnancy{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.pregnancy-services-after-pregnancy .add-services-button{
  display: flex;
  gap: 100px;
  align-items: center;
  margin-left: auto;
}


.pregnancy-registration {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
}

.pregnancy-registration .pregnancy-status>div :nth-child(1) {
  background-color: rgba(7, 245, 7, 0.288);
  color: green;
  border-radius: 5px;
  padding: 3px 10px;
}

.pregnancy-registration .pregnancy-status {
  display: flex;
  flex-direction: row;
   justify-content: space-evenly;   /* //////// */
  gap: 50px;
  align-items: center;
}

.pregnancy-registration-modal .pregnancy-registration-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 5px;*/
  padding: 15px 20px;
  border-radius: 2px;
  border:1px solid #A9328D;
  color: #A9328D;
  background-color: #F3E0EF;
}

.pregnancy-registration-modal {
  /* border: 1px solid #ccc; */
  /* padding: 10px 20px; */
  border-radius: 5px;
  margin-bottom: 15px;
}
/*////*/
#pregnancy-registration-ongoing {
  border:1px solid rgb(185, 4, 185);
  color: #b904b9;
  background-color: rgba(238, 192, 238, 0.68);
}

.pregnancy-registration-modal #pregnancy-registration-status {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pregnancy-registration-modal .pregnancy-registration-Completed>div :nth-child(1) {
  background-color: #ECF1EC;
  color: #3C763D;
  border-radius: 5px;
  padding: 3px 10px;
}

.pregnancy-registration-modal .pregnancy-registration-Ongoing>div :nth-child(1) {
  border-radius: 5px;
  padding: 3px 10px;
}

.pregnancy-registration-modal .pregnancy-registration-body .pregnancy-details{
  background-color: rgba(231, 85, 231, 0.429);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.pregnancy-registration-info {
  display: grid;
  gap: 50px 10px;
  grid-template-columns: repeat(4,1fr);
  margin: 10px 0px 20px 0px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.pregnancy-registration-info .pregnancy-registration-data >span:nth-child(1){
  color: #787878;
  margin-bottom: 5px;
}

.pregnancy-registration-info .pregnancy-registration-data {
  display: flex;
  flex-direction: column;
}

.pregnancy-registration-body {
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px 15px;
}

.pregnancy-registration-body .pregnancy-sub-services{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px 0px 5px;
}

.pregnancy-registration-body .pregnancy-sub-services .edit-icon-container {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 20%;
  gap: 10px;
} 

.pregnancy-registration-body .pregnancy-sub-services .edit-icon-container span{
  cursor: pointer;
}

.pregnancy-registration-body .pregnancy-sub-services Info{
  cursor: pointer;
}

.pregnancy-header {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.pregnancy_tracking_content .pregnancy-services-after-pregnancy .button_common_component {
  margin-left: auto;
}

.preg-close-buttons{
  display: flex;
  flex-direction: row;
  gap:20px
}

.pregnancy_tracking_content .pregnancy-services-after-pregnancy .adding_the_dynamic_button {
  width: 8vw;
}
 
@media (max-width: 1260px) {
  .pregnancy_tracking_content .pregnancy-services-after-pregnancy .adding_the_dynamic_button {
    width: 12vw;
  }
}
 
@media (max-width: 1575px) and (min-width: 1250px) {
  .pregnancy_tracking_content .pregnancy-services-after-pregnancy .adding_the_dynamic_button {
    width: 11vw;
  }
}

.pregnancy_add_button_wrapper {
  position: relative;
}

.pregnancy_add_button_wrapper.disabled .tooltiptext {
  visibility: hidden;
  width: 100%;
  word-wrap: break-word;
  background-color: #f3e0ef;
  font-size: 14px;
  color: #af2d94;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 130%;
  right: 0;
  box-shadow: 0px 2px 10px 2px lightgray;
}

.pregnancy_add_button_wrapper.disabled .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f3e0ef transparent;
}

.pregnancy_add_button_wrapper.disabled:hover .tooltiptext {
  visibility: visible;
}

.pregnancy-service-tooltip {
    position: relative;
    display: inline-block;
}
 
.pregnancy-service-tooltip .facility-tooltip {
    visibility: hidden;
    padding-top: 15px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    background-color: #E0E6F3;
    border-bottom: 2px solid #2e5aac;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    color: #2b2b2b;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(2, 1fr);
}
 
.pregnancy-service-tooltip .facility-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #E0E6F3 transparent;
}

.pregnancy-service-tooltip:hover .facility-tooltip {
    visibility: visible;
}
 
.facility-tooltip label {
    color: #797979;
}

.pregnancy-service-tooltip .facility-tooltip div{
  width: 15vw;
}
.aadhar-submit #aadhar-beneficiary-submit {
    height: 48px;
    width: 100%;
  }
  
  .aadhar-submit {
    width: 100%;
    margin-top: 30px;
  }
  

  .pregnancy-closure-modal .modal-body {
    padding: 0px;
    width: 560px;
}

.pregnancy-closure-modal .modal-content {
    border-bottom: 2px solid #A9328D;
}

.pregnancy-closure-modal .pregnancy-closure-modal-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #EAEAEA;
} 

.option-data input:disabled + span {
  color: #999;
}

.pregnancy-closure-modal .pregnancy-closure-modal-body-header .modal-body-back i{
    cursor: pointer;
    font-size: 20px;
    color: #A9328D;
}

.pregnancy-closure-modal .pregnancy-closure-modal-body-header .modal-body-discard i{
    cursor: pointer;
    font-size: 20px;
    color: #D53E3E;
}

.pregnancy-closure-modal .pregnancy-closure-modal-title h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0px 0px 50px ;
    color: #6B6B6B;
}

.pregnancy-closure-modal .pregnancy-closure-modal-title h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 14px 0px 0px 50px;
    color: #2B2B2B;
}

.pregnancy-closure-modal .anc-service-button button {
    margin: auto;
    width: 483px ;
    height: 40px;
}

.pregnancy-closure-modal .anc-service-button {
    margin: 0px 0px 20px 40px;
}

.pregnancy-closure-modal-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pregnancy-closure-modal-icon span svg path{
    fill: #A9328D;
}

.pregnancy-closure-modal-title .pregnancy-closure-modal-info .info_bar_custom_alert {
    padding: 5px;
    margin: 5px 0;
}

.pregnancy-closure-modal-title .pregnancy-closure-modal-info .info_bar_custom_alert .info_bar_icon {
    margin-bottom: 0px;
}

.pregnancy-closure {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 0 10px 10px;
    border-radius: 5px;
}

.pregnancy-closure .custom-tabs-list-view {
    height: 50px;
}

.pregnancy-closure .tab-content {
    overflow: auto;
    flex: 1;
}

.exclam-icon{
    height: 60px;
}

.pregnancy-closure-modal .next-page{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    padding: 15px 30px;
}

.closure-heading{
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

.option-heading-pregnancy-closure{
    color: #6B6B6B;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.consent-data{
    text-align: center;
    color: #656565;
    font-weight: 400;
    font-size: 18px;
}

.option-data{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

.pregnancy_closure.radio_button_container {
    display: flex;
    flex-direction: row;
  }
  
  .styled-radio {
    accent-color: var(--primary-color-1);
  }
  
  .radio_button_name {
    margin-right: 10px;
    color: rgba(73, 80, 87, 1);
    font-size: 14px;
  }
  .radio_button_name.yes::after {
    content: '*';
    color: rgba(239, 63, 63, 1);
  }

  .pregnancy_closure.radio_button_container label{color: #484747;font-size: 19px !important;}

.buttons{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.radio_button_infoBars {
    margin-top: 5px;
    width: 100%;
  }
  
  .radio_button_infoBars .input_field_class .alert {
    /* height: 30px; */
    padding: 6px;
    width: max-content;
  }

  .pregnancy-closure-radio-button{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .input-field-group-general,
.input-field-group-entered,
.input-field-group-error,
.input-field-group-success,
.input-field-group-disabled {
  border-radius: 4px;
  border: 1px;
  justify-content: space-between;
  box-shadow: none;
}

.input-field-group-general .text-bar-input:focus {
  box-shadow: none;
  border-color: #dadada;
  border-width: 1px;
}

.input-field-group-disabled {
  border: 1px solid rgba(218, 218, 218, 1);
  background: rgba(255, 255, 255, 1);
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  display: none;
}

.input-field-group-entered .text-bar-input:focus {
  box-shadow: none;
  border-color: #a0c3d2;
  border-width: 1px;
}

.input-field-group-error .text-bar-input:focus {
  box-shadow: none;
  border-color: #ef3f3f;
  border-width: 1px;
}

.input-field-group-success .text-bar-input:focus {
  box-shadow: none;
  border-color: #3c763d;
  border-width: 1px;
  width: 338px;
}

.input-field-group-disabled .text-bar-input:focus {
  box-shadow: none;
  border-color: #dadada;
  border-width: 1px;
}

.input-field-group input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(179, 179, 179, 1);
}

.label-name-from-parent-closure {
  color: rgba(43, 43, 43, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.effective_from_date_wrapper .label-name-from-parent-closure{
  color: #797979;
  font-size: 12px;
}

.date_of_enrollment_wrapper .label-name-from-parent-closure{
  font-size: 12px;
  color: #797979;
}

.label-name-from-parent-closure.true {
  color: rgba(179, 179, 179, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.label-name-from-parent-closure.yes::after {
  content: '*';
  color: rgba(239, 63, 63, 1);
}

.label-name-from-parent-closure.yes.true::after {
  content: '*';
  color: rgba(239, 139, 63, 0.868);
}

.text-bar-input.form-control:disabled {
  background-color: whitesmoke;
}

.input_field_infoBars {
  margin-top: 5px;
  width: 100%;
}

.input_field_infoBars .input_field_class .alert {
  padding: 6px;
}

.text-bar-input::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: url(/38efb20df46353af49a5.svg) no-repeat;
}

.text-bar-input.true::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: url(/80b1bfa9b585bcbabd41.svg) no-repeat;
}
.ant-picker-dropdown.date-picker-popup {
  z-index: 9999;
}

.ant-picker{
  border-radius: 4px !important;
}

.ant-picker:hover{
  border-color: #d9d9d9 !important;
}

.ant-picker:hover .ant-picker-suffix {
  opacity: 1 !important;
}

.ant-picker:hover .ant-picker-clear {
  right: 25px !important;
}

.ant-picker:focus,
.ant-picker:focus-within{
  border-color: #d9d9d9 !important;
  box-shadow: none;
}

.ant-picker-input > input:focus{
  border: none;
}
.pregnancy-outcome-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pregnancy-outcome-form .pregnancy-outcome-heading {
    width: 26%;
}

.pregnancy-outcome-object {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pregnancy-outcome-object .heading{
    color: rgba(43, 43, 43, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.pregnancy-outcome-object-contianer {
    display: flex;
    flex-direction: column;
    gap:5px;
    width: 53%;
}

.pregnancy-outcome-object-contianer .date-preg-reason-container{
    display:flex;
    gap:15px
}

.pregnancy-outcome-object-contianer .buttons-container {
    display: flex;
    width: 50%;
    gap: 20px;
}

.pregnancy-outcome-object-contianer .buttons-container .option-data{
    color: rgba(43, 43, 43, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.pregnancy-outcome-object-contianer .fade.info_bar_custom_alert{
    height: 20px;
}

.pregnancy-outcome-object-contianer .date-preg-reason-container .month-year-selection {
    width: 50%;
}

.pregnancy-outcome-form .total-child-and-female-container {
    display: flex;
    gap: 15px;
}

.pregnancy-outcome-form .total-child-live {
    width: 26%;
}

.pregnancy-outcome-form .total-female-child {
    width: 26%;
}
.child-tracking{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.parent-child {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.child-registration-modal .common-infobar-content .common-infobar-header {
    margin-bottom: 0% !important;
    background-color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px solid gainsboro;
}

.modal_component.dynamic_form_field.dialog_section.death-notify-form-modal .modal-body{
    scrollbar-width: none;
}

.death-notify-form-modal-btn-container{
  width: 100%;
}

.death-notify-form-modal-body .header-text{
    margin-bottom: 10px;
    color: #6B6B6B;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
    text-transform: capitalize;
}

.death-notify-form-modal-body .benf-name{
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.LifeCalenderContainer {
    width: 100%;
    height: 100%;
}
.lineCalendarWrapper {
    width: 100%;
    scrollbar-width: none;
    height: 100%;
}

.lineCalendarWrapper .lineCalendarContainer {
    background-color: transparent;
    position: relative;
    padding: 0 20px;
    height: 100%;
}

.lineCalendarWrapper .lineCalendarContainer .lineCalendarScrollButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.lineCalendarWrapper .lineCalendarContainer .lineCalendarScrollContainer {
    position: relative;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scrollbar-color: #9ca3af #f1f5f9;
}

.lineCalendarWrapper .lineCalendarContainer .lineCalendarScrollContainer .lineCalendarEventContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 100%;
    gap: 20px;
}

.lineCalendarWrapper .lineCalendarEventContainer .lineCalendarTimeLine {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #F8C5DF;
    z-index: 1;
    margin-left: 78px;
    margin-right: 78px;
}

.lineCalendarWrapper .lineCalendarEventContainer .lineCalendarEventContainer {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 140px;
    height: 100%;
    flex-shrink: 0;
}

.lineCalendarWrapper .lineCalendarEventContainer .eventCircle {
    position: absolute;
    background-color: #BB367A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: 2px solid #BB367A;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #d1d5db, 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    cursor: pointer;
}

.lineCalendarWrapper .lineCalendarEventContainer .dateContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.lineCalendarWrapper .lineCalendarEventContainer .dateContainer .yearText {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #AF2D90;
}

.lineCalendarWrapper .lineCalendarEventContainer .dateContainer .monthText {
    font-size: 14px;
    font-weight: 500;
    color: #AF2D90;
}

.lineCalendarWrapper .lineCalendarEventContainer .EventDataContainer {
    width: 100%;
}

.lineCalendarWrapper .EventDataContainer .connectingLine {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: lightgray;
    height: 70px;
}

.lineCalendarWrapper .EventDataContainer .connectingDot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: lightgray;
    border-radius: 50%;
}

.lineCalendarWrapper .EventDataContainer .dateBoxContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    word-wrap: break-word;
}

.lineCalendarWrapper .dateBoxContainer .dataBox {
    height: 120px;
    display: flex;
    flex-direction: column;  
    overflow: auto;
    scrollbar-width: none;
}

.lineCalendarWrapper .dateBoxContainer .dataBox .title {
    font-size: 11px;
    font-weight: 700;
    color: #374151;
    line-height: 1.3;
    cursor: pointer;
}

.lineCalendarWrapper .dateBoxContainer .dataBox .subTitle {
    font-size: 9px;
    color: #6b7280;
    line-height: 1.2;
    cursor: pointer;
}
.previous_pregnancy_details_overview {
    padding: 0px 10px;
    overflow-x: auto; 
  }

  .previous_pregnancy_details_overview .button_common_component{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
   .previous_pregnancy_details_overview .overview-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 10px auto;
    grid-gap: 10px;
  }

  .previous_pregnancy_details_overview .child-detail-bottom-line{
    border-bottom:0.5px solid #dadada;
    margin: 20px 0px;
  }
  
  .previous_pregnancy_details_overview .overview-details-label {
    font-family: 'Roboto';
    font-size: 12px;
    color: #797979;
  }
  
  .previous_pregnancy_details_overview .overview-details-value {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #2b2b2b;
    word-break: break-word;
    width: 200px;
  }

  .pregnancy-closure-table{
    margin-top: 20px;
  }
.pnc_details {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
}

.pnc_service_visit_details {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.migrated_temp_beneficiary_page .temp_create_container_page {
   margin-top: 10px;
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'c1r1 c2r1 c3r1 c4r1'
      'c1r2 c2r2 c3r2 c4r2'
      'c1r3 c2r3 c3r3 c4r3'
      'c1r4 c2r4 c3r4 c4r4'
      'c1r5 . . .';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page>div {
    align-self: flex-start;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page .beneificery_name_wrapper {
    grid-area: c1r1;
    max-width: 230px;
  }
   .migrated_temp_beneficiary_page .temp_create_container_page .Spouse_Name_wrapper {
    grid-area: c2r1;
    max-width: 230px;
  }
   .migrated_temp_beneficiary_page .temp_create_container_page .caste_wrapper {
    grid-area: c3r1;
    max-width: 230px;
  }
   .migrated_temp_beneficiary_page .temp_create_container_page .Beneficiary_DOB_wrapper {
    grid-area: c4r1;
    max-width: 230px;
  }
   .migrated_temp_beneficiary_page .temp_create_container_page .Beneficiary_Mobile_Number_wrapper {
    grid-area: c1r2;
    max-width: 230px;
  }
   .migrated_temp_beneficiary_page .temp_create_container_page .Alternate_Phone_Number_wrapper {
    grid-area: c2r2;
    max-width: 230px;
  }
    .migrated_temp_beneficiary_page .temp_create_container_page .Religion_wrapper {
    grid-area: c3r2;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .other_religion_wrapper {
    grid-area: c4r2;
    max-width: 230px;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page .state_wrapper {
    grid-area: c1r3;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .district_wrapper {
    grid-area: c2r3;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .Ward_wrapper {
    grid-area: c3r3;
    max-width: 230px;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page .Village_wrapper {
    grid-area: c4r3;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .Gender_wrapper {
    grid-area: c4r4;
    max-width: 230px;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page .rch1_id_wrapper {
    grid-area: c3r4;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .abha_number_wrapper {
    grid-area: c1r4;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .migrated_temp_beneficiary_page_abha_verify_button {
    grid-area: c2r4;
    margin-top: 25px;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .Gender_wrapper.hideDropdown {
    display: none;
  }
  .migrated_temp_beneficiary_page .temp_create_container_page .Gender_wrapper.showDropdown{
    display: block;
  }
  
  .migrated_temp_beneficiary_page .temp_create_container_page .sms_wrapper {
    grid-area: c1r5;
    max-width: 230px;
  }
  .migrated_temp_beneficiary_page .radio_button_infoBars .input_field_class .alert{
    width:200px
  }
    
.pnc-service-form-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .overview_pnc {
    padding: 20px 10px;
  }

.overview_pnc .overview-details, .pnc-delivery-details .overview-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 10px auto;
  grid-gap: 10px;
  padding: 0px 10px;
}

.overview_pnc .overview-details .overview-details-value, .pnc-delivery-details .overview-details .overview-details-value {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #2b2b2b;
  word-break: break-word;
  width: 200px;
}

.overview_pnc .overview-details .overview-details-label, .pnc-delivery-details .overview-details .overview-details-label {
  font-family: 'Roboto';
  font-size: 12px;
  color: #797979;
}

.pnc-service-form-container  .anyDangerSignsForMother_wrapper {
  max-width: 350px;
}

.pnc-delivery-details {
  border-top: 0.5px solid #dadada;
  padding: 20px 10px;
}

.pnc-service-form-container{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
  'c1r1 c1r2 .'
  'c2r1 c2r2 .'
  'c3r1 c3r2 c3r3';
  margin-top: 10px;
  width: 100%;
  grid-gap: 20px;
}
.pnc-service-form-container .exclusiveBreastFeeding_wrapper{
  grid-area: c1r1;
}
.pnc-service-form-container .babyTestedForHiv_wrapper{
  grid-area: c1r2;
}
.pnc-service-form-container .dangerSigns_wrapper {
  grid-area: c2r1;
  max-width: 350px;
}
.pnc-service-form-container .referredToHigherFacilityForDangerSigns_wrapper{
  grid-area: c2r2;
}
.pnc-service-form-container .VisibleBirthDefect_wrapper {
  grid-area: c3r1;
}
.pnc-service-form-container .referredToHigherFacilityForBirthDefect_wrapper{
  grid-area: c3r2;
}
.pnc-service-form-container .methodOfTreatment_wrapper{
  grid-area: c3r3;
}

/*# sourceMappingURL=bundle-a81fe06d.c55827a46ec162941645.css.map*/