.anc-service-modal .modal-body {
    padding: 0px;
    width: 560px;
}

.anc-service-modal .modal-content {
    border-bottom: 2px solid #A9328D;
}

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

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

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

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

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

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

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

.anc-service-modal .anc-service-modal-spinner{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.anc-service-modal .anc-service-modal-title .anc-service-modal-info {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 14px;
    width: 86%;
    margin: auto !important;
    padding: 20px 0px 80px 0px;
}

.anc-service-modal .anc-service-modal-title .anc-service-modal-info  .anc-service-modal-data {
    border: 1px solid #DADADA;
    border-radius: 4px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
    cursor: pointer;
}
.anc-service-modal-info .anc-service-modal-data span {
    font-size: 18px;
}

.anc-service-modal-info .anc-service-modal-data p{
    width: 130px;
    margin: 0px;
} 

.anc-service-modal .anc-service-modal-info .anc-service-modal-data .anc-service-modal-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.anc-service-modal .anc-service-modal-info .anc-service-modal-data .anc-service-modal-icon span {
    background-color: #F9EBF6;
    border-radius: 50%;
    width: 30px;
    height: 30px;   
}
.anc-service-modal-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.anc-service-modal-icon span svg path{
    fill: #A9328D;
}

.anc-service-modal-title .anc-service-modal-info .info_bar_custom_alert {
    padding: 5px;
    margin: 5px 0;
}

.anc-service-modal-title .anc-service-modal-info .info_bar_custom_alert .info_bar_icon {
    margin-bottom: 0px;
}

.anc-service-modal-info .anc-service-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}
.create_temp_beneficiary_page .temp_create_container_page {
  margin-top: 10px;
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    'c1r1 c2r1 c3r1'
    'c1r2 c2r2 c3r2'
    'c1r3 c2r3 c3r3'
    'c1r4 c2r4 c3r4'
    'c1r5 c2r5 c3r5'
    'c1r6 . .'
    'c1r7 . .';
  grid-gap: 10px;
  justify-items: flex-start;
  align-items: center;
}

.create_temp_beneficiary_page .temp_create_container_page>div {
  align-self: flex-start;
}

.create_temp_beneficiary_page .temp_create_container_page .beneificery_name_wrapper {
  grid-area: c1r1;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Gender_wrapper {
  grid-area: c2r1;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Beneficiary_DOB_wrapper {
  grid-area: c3r1;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Beneficiary_Mobile_Number_wrapper {
  grid-area: c1r2;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Spouse_Name_wrapper {
  grid-area: c2r2;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .caste_wrapper {
  grid-area: c3r2;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Religion_wrapper {
  grid-area: c1r3;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .other_religion_wrapper {
  grid-area: c2r3;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Alternate_Phone_Number_wrapper {
  grid-area: c1r4;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Ward_wrapper {
  grid-area: c2r4;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Village_wrapper {
  grid-area: c3r4;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Facility_type_wrapper{
  grid-area: c1r5;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Facility_Name_wrapper {
  grid-area: c2r5;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Health_Provider_Name_wrapper {
  grid-area: c3r5;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .Asha_Name_wrapper {
  grid-area: c1r6;
  max-width: 230px;
}

.create_temp_beneficiary_page .temp_create_container_page .sms_wrapper {
  grid-area: c1r7;
  max-width: 230px;
}
.create_temp_beneficiary_page .temp_create_container_page .pvtg_wrapper {
  grid-area: c3r3;
  max-width: 230px;
}

  .temp_beneficiary_create .input-field-container .label-name-from-parent {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .temp_beneficiary_create .input-field-container .label-name-from-parent.true {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .temp_beneficiary_create .multi_select_drop_down_parent_class .drop-name-required-for-ip {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  .temp_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;
  }
  
  .temp_beneficiary_create .ip-with-label .label-name-required-for-ip {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .temp_beneficiary_create .input_field_infoBars{
    width:200px;
  }
  .temp_beneficiary_create .searchable_drop_down_infoBars{
    width:200px;
  }

  .create_temp_beneficiary .ip-with-label .input-group .form-control {
    padding-right: 10px;
    }
    .create_temp_beneficiary .input-with-button-verify .verified-button-for-in-label-not-verified{
      left: 60%;
      font-size: 12px;
      width: 80px;
    }
    .create_temp_beneficiary .input-with-button-verify .verified-button-for-in-label{
      left:70%;
    }
    .temp_benf_wrapper {
      width: 100%;
      height: 100vh;
      background-color: #f2f2f2;
      color: #797979;
      font-family: 'Roboto', sans-serif !important;
      font-size: 10px;
      font-weight: 400;
    }
   
    
    .temp_benf_wrapper .view-header {
      display: flex;
      align-items: center;
      height: 50px;
      font-size: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }
    
    .temp_benf_wrapper .logo-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px;
    }
    
    .temp_benf_wrapper .view-route a {
      font-size: 14px;
      color: #797979;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
    }
    
    .temp_benf_wrapper .breadcrumb-item + .breadcrumb-item::before {
      font-size: 14px;
    }
    
    .temp_benf_wrapper .logo-wrapper .logo {
      height: 20px;
      width: 20px;
      margin-right: 5px;
    }
    
    .temp_benf_wrapper .logo-wrapper .name-wrapper {
      flex: 1;
    }
    
    .temp_benf_wrapper .logo-wrapper .name-wrapper .name-wrapper-title {
      font-weight: bold;
    }
    
    .temp_benf_wrapper .logo-wrapper .name-wrapper .name-wrapper-subtext {
      font-size: 8px;
    }
    
    .temp_benf_wrapper .view-content {
      height: calc(100vh - 60px);
      font-size: 14px;
      background-color: #fff;
      margin: 0 10px 0 10px;
      border-radius: 5px;
      font-family: 'Roboto', sans-serif !important;
    }
    
    .temp_benf_wrapper .view-content .view-profile-buttons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 60px;
      padding: 10px;
      border-bottom: 0.5px solid #dadada;
      position: relative;
    }
    
    
    
    .temp_benf_wrapper .view-content .view-profile {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .temp_benf_wrapper .view-content .view-profile .profile-picture {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #ccc;
      background-position: center;
      background-size: cover;
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .temp_benf_wrapper .view-content .name-type .name {
      font-size: 14px;
      font-weight: 700;
      font-family: 'Roboto', sans-serif !important;
    }
    
    .temp_benf_wrapper .view-content .name-type .type {
      font-size: 12px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif !important;
    }
    
    .temp_benf_wrapper .view-content .user-status {
      text-transform: capitalize;
      margin-left: 15px;
    }
    
    .view-profile-buttons .button_common_component {
      margin-top: 0;
    }
    .radio-button {
      display: flex;
      
    }
    .cancel-edit {
      display: flex;
      flex-direction: row;
      gap: 10px;
      justify-content: right;
    }
    
    .view-profile-buttons .cancel-edit .primary {
      margin-left: 10px;
    }
    
    .temp_benf_wrapper .view-content .content {
      display: flex;
      height: calc(100% - 60px);
    }
    
    .temp_benf_wrapper .view-content .content .tab-content {
      flex: 1;
      overflow: auto;
      padding: 10px 15px;
    }
    
    .name-type.facility {
      display: flex;
      align-items: center;
    }
    
    .name-type.facility .type {
      margin-left: 5px;
    }
    
    .name-type.facility .status-badge {
      margin-left: 5px;
    }
    
    .temp_benf_wrapper.health_facility .button_common_component .adding_the_dynamic_button[disabled] {
      background: #eaeaea;
      color: #b3b3b3;
      cursor: not-allowed;
    }
    
    .profile-picture-hidden-input{
      display: none;
    }

.hrp-warning-modal-footer {
  display: contents
}

.anc_common_outer_component {
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
    color: #797979;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px;
    font-weight: 400;
  }
  
  .anc_common_outer_component .view-header {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .anc_common_outer_component .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  
  .anc_common_outer_component .view-route a {
    font-size: 14px;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  
  @media (max-width: 600px) {
    /* .view-route {
      display: none;
    } */
  }
  .view-route{
    flex:1;
  }
  
  .anc_common_outer_component .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
  }
  
  .anc_common_outer_component .logo-wrapper .logo {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }
  
  @media (max-width: 600px) {
    .anc_common_outer_component .logo-wrapper .logo {
      height: 40px;
      width: 40px;
    }
  }
  
  .anc_common_outer_component .logo-wrapper .name-wrapper {
    flex: 1;
  }
  
  .anc_common_outer_component .logo-wrapper .name-wrapper .name-wrapper-title {
    font-weight: bold;
  }
  
  .anc_common_outer_component .logo-wrapper .name-wrapper .name-wrapper-subtext {
    font-size: 8px;
  }
  
  .anc_common_outer_component .view-content {
    height: calc(100vh - 60px);
    font-size: 14px;
    background-color: #fff;
    margin: 0 10px 0 10px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif !important;
  }
  
  .anc_common_outer_component .view-content .view-profile-buttons {
    height: 60px;
    padding: 8px 10px 5px;
    border-bottom: 0.5px solid #dadada;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .anc_common_outer_component .view-content .view-profile-buttons {
      padding: 4px 10px 5px !important;
    }
  }
  
  .anc_common_outer_component .view-content .view-profile {
    display: flex;
    align-items: center;
  }
  
  .anc_common_outer_component .view-content .view-profile #back-page {
    display: flex !important;
    height: 44px !important;
    border-radius: 4px !important;
    padding-left: 3px !important;
    align-items: center !important;
    color: #797979 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
  }
  
  .anc_common_outer_component .header_progress_bar .progress_bar_for_styling {
    height: 5px;
    background-color: white;
    margin-left: -13px;
    margin-right: 0px;
    
  }
  .anc_common_outer_component .header_progress_bar {
    margin: 3px;
    margin-top: 2px;
  }
  .anc_common_outer_component .header_progress_bar .progress_bar_inside_main {
    margin-right: -12px;
   
  }
  
  .anc_common_outer_component .view-content .name-type .type {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #484747 !important;
  }
  
  .anc_common_outer_component .view-content .content {
    display: flex;
    height: calc(100% - 60px);
  }
  
  .anc_common_outer_component .view-content .content .tab-content {
    flex: 1;
    overflow: auto;
  }
  
  .anc_common_outer_component .page_content_span {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .anc_common_outer_component .page_content_step_count {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif !important;
  }
  
  .anc_common_outer_component .page_content_title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #484747 !important;
  }
  
  .anc_common_outer_component .form_content {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  
  .anc_common_outer_component .main-layout {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .anc_common_outer_component .form-layout {
    padding: 10px 30px;
    height: calc(100vh - 185px);
    overflow: auto;
  }
  
  @media (max-width: 767px) {
    .form-layout {
      padding: 10px 20px;
    }
  }
  
  .anc_common_outer_component .form-container {
    width: 100%;
  }
  
  .anc_common_outer_component .action-layout {
    height: 64px;
    padding: 14px;
    border-top: 1px solid #DADADA;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .anc_common_outer_component .action-layout .combine-action {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .anc_common_outer_component .action-layout .previous, .action-layout .next  {
    height: 36px;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: #F3E0EF;
    color: #A9328D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    border: none;
  }
  
  .anc_common_outer_component .action-layout .previous.disabled, .action-layout .next.disabled {
    background: #eaeaea !important;
    color: #b3b3b3 !important;
    cursor: not-allowed;
  }
  
  .anc_common_outer_component .action-layout .save  {
    height: 36px;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: #AF2D90;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    border: none;
  }
  
  .anc_common_outer_component .action-layout .cancel  {
    height: 36px;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: #FFF;
    color: #A9328D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    border: 1px solid #AF2D94;
  }
  
  .anc_common_outer_component .multi-select-dropdown .css-1jmip8y-Placeholder {
    margin-top: 8px !important;
  }
.general_details {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
}

.anc_service_visit_details {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.anc-view-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  color: #797979;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.referral-view .content{
  height: calc(100% - 70px) !important;
}

.referral-view .content .navbar-container{
  height: calc(100vh - 130px) !important;
}

.referral-view .content .tab-content{
  background-color: #fff;
}

.anc-view-wrapper .view-header {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.anc-view-wrapper .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.anc-view-wrapper .view-route a {
  font-size: 14px;
  color: #797979;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.view-route{
  flex:1;
}
.anc-view-wrapper .breadcrumb-item + .breadcrumb-item::before {
  font-size: 14px;
}

.anc-view-wrapper .logo-wrapper .logo {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.anc-view-wrapper .logo-wrapper .name-wrapper {
  flex: 1;
}

.anc-view-wrapper .logo-wrapper .name-wrapper .name-wrapper-title {
  font-weight: bold;
}

.anc-view-wrapper .logo-wrapper .name-wrapper .name-wrapper-subtext {
  font-size: 8px;
}

.anc-view-wrapper .view-content {
  flex: 1;
  font-size: 14px;
  background-color: #fff;
  margin: 0 10px 10px 10px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.anc-view-wrapper .view-content .view-profile-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 10px;
  border-bottom: 0.5px solid #dadada;
  position: relative;
}



.anc-view-wrapper .view-content .view-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.anc-view-wrapper .view-content .view-profile .profile-picture {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  margin-right: 10px;
}

.anc-view-wrapper .view-content .name-type .name {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif !important;
}

.anc-view-wrapper .view-content .name-type .type {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif !important;
}

.anc-view-wrapper .view-content .user-status {
  text-transform: capitalize;
  margin-left: 15px;
}

.view-profile-buttons .button_common_component {
  margin-top: 0;
}
.radio-button {
  display: flex;
  
}
.view-profile-buttons .cancel-edit {
  display: flex;
}

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

.anc-view-wrapper .view-content .content {
  display: flex;
 flex: 1;
 overflow: hidden; 
}

.anc-view-wrapper .view-content .content .tab-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 15px;
  height: 100%;
}

.name-type.facility {
  display: flex;
  align-items: center;
}

.name-type.facility .type {
  margin-left: 5px;
}

.name-type.facility .status-badge {
  margin-left: 5px;
}

.anc-view-wrapper.health_facility .button_common_component .adding_the_dynamic_button[disabled] {
  background: #eaeaea;
  color: #b3b3b3;
  cursor: not-allowed;
}

.anc-view-wrapper .overview_anc {
    border-bottom: 0.5px solid #dadada;
    padding: 10px 0px;
    margin: 10px;
  }

  .anc-view-wrapper .overview_anc{
    display: flex;
    flex-direction: column;
  }
  .anc-view-wrapper .overview_anc .submit-button-wrapper{
    align-self: flex-end;
    margin-right: 10px;
  }
  
  .hrMargin {
    margin: 10px 0 !important;
  }
  
  .anc-view-wrapper .overview_anc:last-child {
    border-bottom: none;
  }
  
  .hierarchy-details {
    margin-top: 10px;
  }
  
  .anc-view-wrapper .overview_anc .overview-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: auto auto auto; */
    margin: 10px;
    grid-gap: 10px;
  }
  
  .anc-view-wrapper .overview_anc .overview-details-table {
    display: grid;
    grid-template-columns: 1fr;
    margin: 10px auto;
    grid-gap: 10px;
    margin-top: 0px;
  }
  
  @media (max-width: 767px) {
    .anc-view-wrapper .overview_anc .overview-details-table {
      margin: 0;
    }
  }
  
  .overview_anc .overview-details-label {
    font-family: 'Roboto';
    font-size: 12px;
    color: #797979;
  }
  
  .overview_anc .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_anc .overview-details-value input:not([type="checkbox"]) {
    height: 45px;
    font-size: 14px;
  }
  
  .overview_anc .overview-details .styled-checkbox[disabled],
  .overview_anc .overview-details-table .styled-checkbox[disabled] {
    background: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
  }
  
  .overview_anc input {
    padding: 0 5px;
    font-size: 12px;
  }
  
  .overview_anc input[type="email"],
  .overview_anc input[type="text"],
  .overview_anc input[type="number"] {
    padding: 0 15px;
    font-size: 14px;
  }
  
  
  .overview_anc #overview-user-edit-active-switch {
    height: 20px;
  }
  
  .overview_anc input::-webkit-outer-spin-button,
  .overview_anc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  .overview_anc input[type=number] {
    -moz-appearance: textfield;
  }
  
  .overview_anc .user_view_facility_badge_button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  
  .overview_anc #user_view_facility_button .button_inner_text {
    font-size: 12px;
  }


.overview-specialtest-details{
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  gap: 20px;
}

.anc-view-wrapper .view-content .view-profile #back-page {
  display: flex !important;
  height: 44px !important;
  border-radius: 4px !important;
  padding-left: 3px !important;
  align-items: center !important;
  color: #797979 !important;
  font-size: 12px !important;
  font-family: 'Roboto', sans-serif !important;
}

.profile-pic {
  display: flex;
  flex-direction: row;
}

.preg-badge{
  display: flex;
  gap: 5px;
}

.beneficiary-address-details{
  margin: 10px 0px;
  display: flex;
  gap: 10px;
}
.abortion-form-container{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    'c1r1 c2r1 c3r1'
    'c1r2 c2r2 c3r2'
    'c1r3 c2r3 c3r3';
    margin-top: 10px;
    width: 100%;
    grid-gap: 20px;
}

.abortion-details{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'c1r1 c2r1'
    'c1r2 c2r2';
    margin-top: 10px;
    width: 100%;
    grid-gap: 20px;
}

.abortion-view-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.abortion-form-container .typeOfAbortion_wrapper {
    grid-area: c1r1;
}

.abortion-form-container .dateOfAbortion_wrapper {
    grid-area: c2r1;
}

/*# sourceMappingURL=bundle-c288c031.0c7ff4e3582572d9e989.css.map*/