.modal-image .profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

 .child-modal-button .button_common_component>button {
    width: 420px;
    height: 48px;
  }

  .child-verification-card-modal .modal-content .modal-body {
    padding: 0px !important;
  }

  .child-verification-card-modal .modal-content {
    border-radius: 4px !important;
    border: none !important;
    border-bottom: 2px solid var(--primary-color-1) !important;
    width: 720px;
  }

  .child-verification-card-modal .modal-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 10px 30px;
    border-bottom: 0.5px solid #ccc;
    margin-bottom: 15px;
  }

  .child-verification-card-modal .modal-body-header .modal-body-back {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .child-verification-card-modal .modal-body-header .modal-body-back i {
    font-size: 21px; 
    color:#A9328D;
  }

  .child-verification-card-modal .modal-body-header .modal-body-back span {
    font-size: 16px; 
    color: #A9328D;
  }

  .child-verification-card-modal .modal-body-header .modal-body-discard {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .child-verification-card-modal .modal-body-header .modal-body-discard span {
    font-size: 16px; 
    color: #D53E3E;
  }

  .child-verification-card-modal .modal-body-header .modal-body-discard i{
    color: #D53E3E; 
    font-size: 21px;
  }
  
  .child-verification-card-modal .modal-profile-picture {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .child-verification-card-modal .modal-profile-picture h1{
    font-size: 18px;
  }

  .child-verification-card-modal .modal-profile-picture .profile-picture-container{
    display: flex; 
    gap: 10px;
  }

  .child-verification-card-modal .modal-profile-picture .profile-picture-container .add-profile-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .child-verification-card-modal .modal-profile-picture .profile-picture-container .add-profile-container .profile-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .child-verification-card-modal .modal-profile-picture .modal-checkboxes {
    display: flex;
    gap: 5px;
    flex-direction: row;
    justify-content: space-between;
  }

  .child-verification-card-modal .modal-profile-picture .modal-checkboxes button {
    color: #af2d94;
    background-color: white;
    border: 1px;
    text-decoration:underline;
  }

  .child-verification-card-modal .child-modals {
    margin: auto;
    width: 83%;
    margin-bottom: 20px;
  }

  .child-verification-card-modal .child-modals .consent-procees-modal {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .child-verification-card-modal .child-modals .consent-procees-modal h1 {
    font-size: 18px;
  }

  .consent-procees-modal .child-content-button button{
    margin-top: 40px;
    width: 415px;
    height:38px;
  }
  .child-verification-card-modal .child-modals .input_field_class {
    width: 75%;
    margin-top: 7px;
  }

  .child-verification-card-modal .child-modals .input_field_class .fade{
    margin: 0;
    min-height: 36px;
  }

  .aadhaar-consent-ol{
    color: rgba(73, 80, 87, 1);
    font-size: 14px;
  }

 .aadhaar-consent-list-container {
  display: flex;
  gap: 5px;
}
 
.consent-subpoint-container {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  list-style: none;
}
 
.child-content-button button{
  width: 100%;
}

.child_consent_form {
  color: #af2d94;
  background-color: white;
  border: 1px;
  text-decoration: underline
}

.child_consent_form:disabled {
  color: #a0a0a0 !important;
  cursor: not-allowed;
}

.child-modals .login_card_header{
  border-bottom: none !important;
  background-color: white !important;
}

.child-modals .login_card_footer{
  border-top: none !important;
  background-color: white !important;
}

.child-modals .check_box_name_fromparent {
  margin-left: 3px !important;
}

.child-aadhar-submit {
  display: flex;
  width: 100%;
  gap: 10px;
}

.consent_form_for_aadhar_modal {
  overflow-y: auto;
  text-align: justify;
  scrollbar-width: none;
}

.consent_form_for_aadhar_modal .custom_check_box{
  display: flex;
  align-items: self-start;
}

.modal_component.dynamic_form_field.aadhar_kyc_modal.dialog_section .modal-dialog .modal-body {
  scrollbar-width: none;
}

.child-modals .login_card_header{
  border-bottom: none !important;
  background-color: white !important;
}

.child-modals .login_card_footer{
  border-top: none !important;
  background-color: white !important;
}

.child_aadhar_container .aadhar-submit #aadhar-beneficiary-submit {
  height: 48px;
  width: 100%;
}

.child_aadhar_container .aadhar_fields{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 254px;
}

.child_aadhar_fields_container .input_fields_small{
  margin-top:10px;
}
.register-child-modal .modal-body-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.register-child-modal .details-card-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
}

.register-child-modal .modal-content {
    border: none !important;
    border-bottom: 2px solid var(--primary-color-1) !important;
    min-width: 530px;
}

.register-child-modal .details-card-container .details-title {
    align-self: flex-start;
    font-weight: 700;
    margin-left: 20px;
}

.register-child-modal .details-card-container .details-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 4px;
    border: 0.5px solid #dadada52;
    height: 191px;
    width: 223px;
    text-align: center;
    color: #656565;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
    box-shadow: 0px 5px 10px 0px #dadada85;
}

.register-child-modal .details-card-container .cards-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.register-child-modal .details-card-container .details-card:hover {
    cursor: pointer;
    color: var(--primary-color-1);
    background-color: rgba(247, 234, 244, 1);
}

.register-child-modal .details-modal-title {
    font-weight: 700;
}

.register-child-modal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.dialog_section.register-child-modal .modal-dialog {
    margin-left: 32% !important;
}
.verify_abha_grid_changes{
    cursor:pointer;
    color:var(--primary-color-1);
}

.toggle-label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: black;
    font-weight: 600;
}

.required {
    color: #EF3F3F;
}

.toggle-buttons {
    display: flex;
    gap: 10px;
    width: 120px;
    height: 48px;
    border: 1px solid #A9328D;
    border-radius: 4px;
}

.toggle-button {
    width: 48px;
    height: 38px;
    margin: auto;
    color: #A9328D;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    color: #797979;
    background-color: white;
}

.toggle-button.active {
    background-color: #EAEAEA;
    color: #A9328D;
}
.app-child-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
    overflow: hidden;
    color: #797979;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px;
    font-weight: 400;
  }
  
  .app-child-wrapper .view-header {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .app-child-wrapper .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .abhaVerifiedcontainer{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .app-child-wrapper .view-route a {
    font-size: 14px;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  .view-route{
    flex:1;
  }
  .app-child-wrapper .breadcrumb-item + .breadcrumb-item::before {
    font-size: 14px;
  }
  
  .app-child-wrapper .logo-wrapper .logo {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }

  .abhaverified {
    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;
  }
  
  .app-child-wrapper .logo-wrapper .name-wrapper {
    flex: 1;
  }
  
  .app-child-wrapper .logo-wrapper .name-wrapper .name-wrapper-title {
    font-weight: bold;
  }
  
  .app-child-wrapper .logo-wrapper .name-wrapper .name-wrapper-subtext {
    font-size: 8px;
  }

  .app-child-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;
  }

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

  .app-child-wrapper .view-content .view-profile .name-type {
    display: flex;
    align-items: center;
    row-gap: 8px;
  }
  
  .app-child-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;
  }
  .profile-picture-container {
    position: relative;
    display: inline-block;
}

.pencil-button {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  right: 10px;  /* Adjust as needed */
  background-color: #007bff; /* Example background color */
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
  .app-child-wrapper .view-content .view-profile .user-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .app-child-wrapper .view-content .name-type .name {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
  }
  
  .app-child-wrapper .view-content .name-type .type {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
  }
  
  .app-child-wrapper .view-content .user-status {
    text-transform: capitalize;
    margin-left: 15px;
  }
  
  .view-profile-buttons .button_beneficiary_component {
    margin-top: 0;
  }
  .radio-button {
    display: flex;
    
  }
  .view-profile-buttons .cancel-edit {
    display: flex;
  }
  
  .view-profile-buttons .cancel-edit .primary {
    margin-left: 10px;
  }
  
  .app-child-wrapper .view-content .content {
    display: flex;
}

.content .navbar-container {
    height: calc(100vh - 110px);
    padding: 5px;
  }
  .tab-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .app-child-wrapper .view-content .content .tab-content {
    flex: 1;
    overflow: auto;
    padding: 10px;
    height: calc(100vh - 130px);
  }

  .app-child-wrapper .view-content .content .tab-content.child_tracking {
    padding: 0;
  }
  
  .name-type.facility {
    display: flex;
    align-items: center;
  }
  
  .name-type.facility .type {
    margin-left: 5px;
  }
  
  .name-type.facility .status-badge {
    margin-left: 5px;
  }
  
  .app-child-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;
  }

  .child-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 0 14px 0 0;
    border-bottom: 0.5px solid #dadada;
    width: 100%;
    margin: 0 auto 0 auto;
  }

  .child-details-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .child-details-container  {
    padding: 0;
  }
  
  @media screen and (max-width : 767px) {
    .child-details-container { 
      width: 100%;
    }
  }
  
  .child-top-nav  {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin: 10px 15px;
  }

  .child-top-details {
    padding: 20px 10px;
    height: 60px;
  }
  
  .child-update-action-buttons {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
  }
  .child-buttons {
      display: flex;
      gap: 10px;
  }
  
  .child-update-buttons {
      display: flex;
      gap: 10px;
  }
  
  .hrMargin{
    margin: 10px 0 !important;
  }

  .child-view-details .child-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 15px auto;
    grid-gap: 10px;
  }

  @media screen and (max-width : 915px) {
     .child-view-details .child-details {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  @media screen and (max-width : 590px) {
     .child-view-details .child-details {
      grid-template-columns: 1fr 1fr;
    }
  }
  

  .child-view-details .child-details-label {
    font-family: 'Roboto';
    font-size: 12px;
    color: #797979;
  }
  
  .child-view-details .child-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;
  }

  .child-view-content .user-address-details,
  .app-child-wrapper .view-content .view-profile .user-address-details
  {
    display: flex;
    align-items: center;
    row-gap: 1px;
    margin: 14px 0px;
  }
  .child-view-content .user-address-details>div,
  .app-child-wrapper .view-content .view-profile .user-address-details>div{
    width: 20px;
    height: 20px;
  }

  .child-view-content .user-address-details>div:nth-child(1), 
  .app-child-wrapper .view-content .view-profile .user-address-details>div:nth-child(1){
    border-right: 0.5px solid #DADADA;
  }
  .child-view-content .user-address-details>div:nth-child(2),
  .app-child-wrapper .view-content .view-profile .user-address-details>div:nth-child(2){
    padding-left: 5px;
  }

  .child-view-content .user-address-details span,
  .app-child-wrapper .view-content .view-profile .user-address-details span{
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
  }


  .button_beneficiary_component .button_icon_iconposition {
  width: 25px;
  height: 25px;
  padding: 2px;
}
 
.button_beneficiary_component .adding_the_dynamic_button {
  padding: 1px;
  border-radius: 4px;
  border: 0;
}
 
.button_beneficiary_component .button_inner_text {
  font-family: 'Roboto', sans-serif;
}
 
.button_inner_text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}
 
.button_beneficiary_component .adding_the_dynamic_button.primary {
  background-color: var(--primary-color-1);
  color: var(--secondary-color-8);
}
 
.button_beneficiary_component .adding_the_dynamic_button.secondary {
  background-color: var(--primary-color-2);
  color: var(--primary-color-5);
  border: 1px solid var(--secondary-color-8);
}
 
.button_beneficiary_component .adding_the_dynamic_button[disabled] {
  background: #eaeaea;
  color: #b3b3b3;
  cursor: not-allowed;
}
 
.button_beneficiary_component .adding_the_dynamic_button.save {
  background-color: #f3e0ef;
  color: var(--primary-color-1);
}
 
.button_beneficiary_component .adding_the_dynamic_button.previous {
  background-color: var(--primary-color-5);
  color: var(--primary-color-1);
}
 
.button_beneficiary_component .adding_the_dynamic_button.verticalbackbutton {
  width: 24px;
  height: 44px;
  border-radius: 4px;
}

  .child-tab-content {
    height: calc(100dvh - 130px);
    overflow: auto;
    width: 100%;
  }

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

  .child-tab-content .overview {
    padding: 20px;
  }

  .child-tab-content .child-form-details {
    padding: 20px;
  }

  .child-tab-content .child-form-details .form_container_child_details {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
  'c1r1 c2r1 .'
  'c1r2 . .'
  'c1r3 c2r3 c3r3'
  'c1r4 c2r4 c3r4'
  'c1r5 c2r5 c3r5'
  'c1r6 c2r6 c3r6'
  'c1r7 c2r7 .'
  ;
    grid-gap: 20px;
    align-items: start;
  }
  .child-tab-content .child-form-details .form_container_child_details .childAbha_wrapper{
    grid-area: c1r1;
  }
  .child-tab-content .child-form-details .form_container_child_details .abhaAddress_wrapper{
    grid-area: c2r1;
  }
  .child-tab-content .child-form-details .form_container_child_details .abhaAddress_wrapper.hideDropdown {
    display: none;
  }
  .child-tab-content .child-form-details .form_container_child_details .abhaAddress_wrapper.showDropdown{
    display: block;
  }
  .child-tab-content .child-form-details .form_container_child_details .toggle-container {
    grid-area: c1r2;
  }
  .child-tab-content .child-form-details .form_container_child_details .name_wrapper{
    grid-area: c1r3;
  }
  .child-tab-content .child-form-details .form_container_child_details .gender_wrapper{
    grid-area: c2r3;
  }
  .child-tab-content .child-form-details .form_container_child_details .dob_wrapper{
    grid-area: c3r3;
  }
  .child-tab-content .child-form-details .form_container_child_details .timeOfbirth_wrapper{
    grid-area: c1r4;
  }
  .child-tab-content .child-form-details .form_container_child_details .dateOfreg_wrapper{
    grid-area: c2r4;
  }
  .child-tab-content .child-form-details .form_container_child_details .timeOfreg_wrapper{
    grid-area: c3r4;
  }
  .child-tab-content .child-form-details .form_container_child_details .maturity_wrapper{
    grid-area: c1r5;
  }
  .child-tab-content .child-form-details .form_container_child_details .weight_wrapper{
    grid-area: c2r5;
  }
  .child-tab-content .child-form-details .form_container_child_details .relationWithChild_wrapper{
    grid-area: c3r5;
  }
  .child-tab-content .child-form-details .form_container_child_details .facilityType_wrapper{
    grid-area: c1r6;
  }
  .child-tab-content .child-form-details .form_container_child_details .facilityName_wrapper{
    grid-area: c2r6;
  }
  .child-tab-content .child-form-details .form_container_child_details .healthProviderName_wrapper{
    grid-area: c3r6;
  }
  .child-tab-content .child-form-details .form_container_child_details .ashaName_wrapper{
    grid-area: c1r7;
  }
  .child-tab-content .child-form-details .form_container_child_details .dateOfVisit_wrapper{
    grid-area: c2r7;
  }
  .ant-picker {
    width: 100%;
  }
  .child-tab-content .child-form-details .form_container_child_details .childAbha_wrapper .input_field_infoBars .info_bar_main{
    width: 66.5%;
  }
  .child-tab-content .child-form-details .form_container_child_details .childAbha_wrapper .input_field_infoBars .info_bar_main svg{
    width: 20px;
    height: 20px;
  }
  .app-child-wrapper .child-action-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    height: 64px;
    justify-content: flex-end;
  }
  .app-child-wrapper .view-content .view-profile-buttons-child {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 10px;
    position: relative;
    gap: 10px;
  }

  .child-tab-content .form_container_parent_details {
    display: flex;
    gap: 10px;
    padding: 20px;
  }

  .form_container_parent_details > div {
    width: 100%;
  }

  .app-child-wrapper .child_header_progress_bar .progress_bar_for_styling {
    height: 5px;
    background-color: white;
    margin-left: -3px;
    margin-right: -12px;
    border-bottom: 0.5px solid #dadada;
  }
  .app-child-wrapper .child_header_progress_bar {
    margin: 0px 3px;
    margin-top: 2px;
  }

  .child-tab-content .child-form-details .childAbha_wrapper input {
    padding-right: 30px;
  }

  .child-details-update .form_container_child_details_update {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
  'c1r1 c2r1 c3r1 c4r1'
  'c1r2 c2r2 c3r2 c4r2'
  ;
    grid-gap: 20px;
    align-items: center;
  }

  .child-update-content .child-update-details .child-details-update {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 10px auto;
    grid-gap: 10px;
  }

  .child-update-buttons .button_common_component button{
    width: 80px;
    height: 34px;
  }
  .child-buttons .button_common_component button {
    width: 120px;
    height: 34px;
  }

  .parent-toggle-container{
    display: flex;
    flex-direction: column;
    padding:0px 20px;
    gap:20px;
  }

  .profile-header-outer{
    display: flex;
    gap: 30px;
  }

  .profile-header-inner{
    display: flex;
    gap: 15px;
  }
  .weeks-container{
    border: 1px solid gray;
    padding: 1px;
    border-radius: 5px;
    display: inline-block;
    background-color: lightgray;
    color: #6b6b6b;
    height: 23px;
  }

  .benf-name{
    font-weight: bold;
    color: black;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
  }

  .gender-class{
    color: black;
  }
  .value-text {
    color: #121174; 
    font-weight: bold; 
  }
  .beneficiary-address-details{
    margin: 10px 0px;
    display: flex;
    gap: 10px;
  }

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

  .cancel-button{
    display: flex;
    gap: 10px;
  }

  .profile-pic {
    display: flex;
    flex-direction: row;
  }
  
  .edit-pencil-icon{
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .child-view-header-container{ 
    padding: 4px 8px;
    background-color: #EAEAEA;
    color: #2B2B2B;
  }

  .balabha-container {
    display: flex;
    width: 100%;
    gap: 5px;
  }

  .balabha-container .common-detail-row {
    margin-bottom: 0px;
  }

  .childViewloader {
    color: #af2d94;
    font-size: 50px;
    text-indent: -9999em;
    z-index: 1000;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  }
  
  @keyframes mltShdSpin {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
      -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
       -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
       -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
       -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
       -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
      0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  
  @keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
  }
.profile-update-modal-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.profile-update-modal .profile-update-modal-profile-picture .profile-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.profile-update-modal .profile-update-modal-profile-picture .profile-picture-container {
    display: flex;
    align-items: center;
    margin-left: 45px;
}


.profile-update-modal .profile-update-modal-profile-picture h1{
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0px 10px 46px;
}

.profile-update-button {
    display: flex;
    justify-content: center;
    margin-top: 29px;
    margin-bottom: 20px;
}

.profile-update-button button {
    margin-top: 20px;
    width: 415px;
    height:38px;
}

.profile-update-modal .profile-update-modal-body-header .modal-body-back {
    cursor: pointer;
    color: #A9328D;
    display: flex;
    align-items: center;
}

.profile-update-modal .profile-update-modal-body-header .modal-body-discard {
    cursor: pointer;
    color: #D53E3E;
    display: flex;
    align-items: center;
}

.profile-update-modal .profile-update-modal-body-header i {
    font-size: 20px;
}

.profile-update-modal .modal-body {
    padding: 0px !important;
}
.child-add-service-modal .modal-body {
    padding: 0px;
    width: 560px;
}

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

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

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

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

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

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

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

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

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

.child-add-service-modal .child-add-service-modal-title .child-add-service-modal-info  .child-add-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;
}
.child-add-service-modal-info .child-add-service-modal-data span {
    font-size: 18px;
}

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

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

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

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

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

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

.child-add-service-modal-info .child-add-service-modal-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}
.child-list-container {
    height: 100%;
    padding: 10px;
}

.register-child-btn-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 0px;
}

.register-child-btn-container .button_inner_text {
    text-transform: none !important;
}

.registered-children-header {
    color: #2B2B2B;
    background-color: #EAEAEA;
    padding: 4px 8px;
    margin-bottom: 10px;
}

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

/* childListCard */
.child-list-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    background: border-box;
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.child-list-card .img-name-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.child-list-card .img-name-container .name-container{
    width: 150px;
    color: #2B2B2B;
}

.child-list-card .img-name-container .child-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.child-list-card-middle-item{
    width: 10%;
    text-align: center;
}
.modal-headings-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.modal-heading-title {
    font-weight: 600;
    font-size: 15px;
    color: #737171;
}

.ChildImmunization-table.table {
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif !important;
    border: 1px solid #dadada;
    margin-bottom: 10px;
  }
  
  .header {
    background-color: #eaecf0 !important;
    color: #667085;
  }
  
  .cell {
    color: #667085 !important;
  }
  

  .ChildImmunization-table.table td,
  .ChildImmunization-table.table th {
    border-right: 1px solid #dadada !important;
    border-bottom: 1px solid #dadada !important;
  }
  
  input[type='checkbox'].custom-checkbox {
    accent-color: var(--primary-color-1) !important;
  }
  
  .ChildImmunization-table th {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    color: #2b2b2b !important;
    text-align: left;
    padding: 8px;
  }
  
  .ChildImmunization-table td {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 8px;
    white-space: nowrap;
  }
  
  .Immunization-header-container {
    padding: 4px 8px;
    background-color: #EAEAEA;
    color: #2B2B2B;
    font-size: 16px;
  }

  .ChildImmunization-table .sortable {
    cursor: pointer;
    font-weight: bold;
  }
  
  .child-immunization{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  
  .vaccinationDate {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
  }


 .report-aefi-submit #report-aefi-submit-button {
    height: 48px;
    width: 100%;
  }
  
  .report-aefi-submit {
    width: 100%;
    margin-top: 30px;
  }
  
  .ChildImmunization-table {
    overflow: visible !important; 
  }
  
  .ChildImmunization-table tbody {
    position: relative !important;
    overflow: visible !important; 
  }

  .child-immunization-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: right;
  }
  .submit-button{
    display: flex;
    flex-direction: row;
    justify-content: right;
  }
  
  .adding_the_dynamic_button-primary {
    width: 70px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary-color-1);
    color: var(--secondary-color-8);
    background-color: none;
    border: none !important; 
    outline: none !important; 
    margin-left: 190px;
    
  }

  .view_aefi-button{
    color: #b3b3b3;
  }
  .adding_the_dynamic_button-primary:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  
  .ant-picker-footer {
    display: flex;
    flex-direction: column;
    padding: 10px 0px; 
    border-top: 1px solid #ddd;
  }

  .ant-picker.vaccinationDate.ant-picker-disabled input {
    color: #000 !important;
  }

  .disabled-date {
    color: #999;
    font-weight: bold;
  }
  .disabled-cell {
    pointer-events: none; 
    cursor: not-allowed;
    background-color: #999;
  }

  .overview-reported-complications-details{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  
  .immunization_container_health_block {
    max-width: 415px;
    margin: 0 auto;
    width: 100%;
}

  .overview-reported-complications-details-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .overview-reported-complications-details-value{
    color: black;
  }
.edit_guardian_details .edit_container_page {
    margin-top: 10px;
    display: flex;
    width: 100%;
    gap: 50px;
}

.edit_guardian_details .edit_container_page > div {
    flex: 1 1 0;
    min-width: 0;
    max-width: 230px;
    width: 230px;
    max-width: 230px;
    box-sizing: border-box;
}
.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%;
    }

    
.edit_Child_beneficiary_page .edit_container_page {
    margin-top: 10px;
    display: grid;
    
    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';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
  }
  
  .edit_Child_beneficiary_page .edit_container_page>div {
    align-self: flex-start;
  }
  
  .edit_Child_beneficiary_page .edit_container_page .name_wrapper {
    grid-area: c1r1;
    max-width: 230px;
    
  }
  
  .edit_Child_beneficiary_page .edit_container_page .sName_wrapper {
    grid-area: c2r1;
    max-width: 230px;
    
    
  }
  
  .edit_Child_beneficiary_page .edit_container_page .category_wrapper {
    grid-area: c3r1;
    max-width: 230px;
  
  }
  .edit_Child_beneficiary_page .edit_container_page .dob_wrapper {
    grid-area: c4r1;
    max-width: 230px;
  
  }
  
  .edit_Child_beneficiary_page .edit_container_page .primaryMob_wrapper {
    grid-area: c1r2;
    max-width: 230px;
  
  }
  
  .edit_Child_beneficiary_page .edit_container_page .aNumber_wrapper {
    grid-area: c2r2;
  
    max-width: 230px;
  }

  .edit_Child_beneficiary_page .edit_container_page .abhaId_wrapper {
    grid-area: c3r3;
    max-width: 230px; 
  }
  .edit_Child_beneficiary_page .edit_container_page .ward_wrapper {
    grid-area: c2r3;
    max-width: 230px; 
  }

  .edit_Child_beneficiary_page .edit_container_page .address_wrapper {
    grid-area: c3r3;
    max-width: 230px;
  }
  .edit_Child_beneficiary_page .edit_container_page .address_wrapper.hideDropdown {
    display: none;
  }
  .edit_Child_beneficiary_page .edit_container_page .address_wrapper.showDropdown{
    display: block;
  }
  .edit_Child_beneficiary_page .edit_container_page .sms_wrapper {
    grid-area: c1r4;
    max-width: 230px;
  }
  .edit_Child_beneficiary_page .edit_container_page .pvtg_wrapper {
    grid-area: c2r4;
    max-width: 230px;
  }

  .migrated_temp_beneficiary_abha_verify_button{
    margin-top: 25px;
    margin-left: 10px;
  }


  .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;
  }

 .child_otp_container .otp_card_css .child_otp_entire_card .login_card_header{
  background-color: white !important;
  border-bottom: none !important;
 }
  .child_otp_container .otp_card_css .child_otp_entire_card .login_card_footer{
  background-color: white !important;
  border-top: none !important;
 }

 
.modal_component.dynamic_form_field.child_kyc_modal.dialog_section .modal-dialog .modal-body{
  scrollbar-width: none !important;
  height: auto !important;
  padding: 0px 30px !important;
}
.child-hbyc-form-container{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'c1r1 c2r1 c3r1'
    'c1r2 c2r2 c3r2'
    'c1r3 c2r3 c3r3'
    'c1r4 c2r4 c3r4'
    'c1r5 . .';
    margin-top: 10px;
    width: 100%;
    grid-gap: 20px;
}

.child-hbyc-form-container .weightOfBaby_wrapper {
    grid-area: c1r1;
    max-width: 350px;
}
.child-hbyc-form-container .lengthOfBaby_wrapper {
    grid-area: c2r1;
    max-width: 350px;
}
.child-hbyc-form-container .breastfeedingContinue_wrapper {
    grid-area: c3r1;
    max-width: 350px;
}
.child-hbyc-form-container .growthChartOfMcpCard_wrapper {
    grid-area: c1r2;
    max-width: 350px;
}
.child-hbyc-form-container .redFlagSign_wrapper {
    grid-area: c2r2;
    max-width: 350px;
}
.child-hbyc-form-container .weatherChildIsSick_wrapper {
    grid-area: c3r2;
    max-width: 350px;
}
.child-hbyc-form-container .weatherChildIsReffered_wrapper {
    grid-area: c1r3;
    max-width: 350px;
}
.child-hbyc-form-container .whetherOrsProvided_wrapper {
    grid-area: c2r3;
    max-width: 350px;
}
.child-hbyc-form-container .whetherBottleOfIfaProvided_wrapper  {
    grid-area: c3r3;
    max-width: 350px;
}

/* .child-hbyc-form-container .syphilisTest_wrapper {
    grid-area: c1r4;
    max-width: 350px;
}
.child-hbyc-form-container .nacpRefferalFacility_wrapper {
    grid-area: c3r4;
    max-width: 350px;
}
.child-hbyc-form-container .hivTest_wrapper {
    grid-area: c2r4;
    max-width: 350px;
} */


.skin-care-form-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

.skin-care-form-container  .anyDangerSignsForMother_wrapper {
  max-width: 350px;
}

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

.skin-care-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'
  'c1r4 c2r4 c3r4'
;  
  margin-top: 10px;
  width: 100%;
  grid-gap: 20px;
}

.skin-care-form-container .diarrheaTreatment_wrapper{
  grid-area: c1r1;
}
.skin-care-form-container .havingPneumonia_wrapper{
  grid-area: c2r1;
}
.skin-care-form-container .deathRelatedInformation_wrapper {
  grid-area: c3r1;
}
.skin-care-form-container .deathHappenedDueTo_wrapper{
  grid-area: c1r2;
}
.skin-care-form-container .date_of_death_wrapper {
  grid-area: c2r2;
}
.skin-care-form-container .timeOfDeath_wrapper{
  grid-area: c3r2;
}
.skin-care-form-container .probableCauseOfDeath_wrapper{
  grid-area: c1r3;
}
.skin-care-form-container .place_of_death_name_wrapper{
  grid-area: c2r3;
}
.skin-care-form-container .death_notification_sent_by_asha_with_24hrs_wrapper{
  grid-area: c3r3;
}
.skin-care-form-container .fbir_completed_by_anm_wrapper{
  grid-area: c1r4;
}


  .custom_modal_page_close_button .modal-content {
    border-radius: 8px;
    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 .alert_modal_page_body {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .custom_modal_page_close_button .alert_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 .alert_modal_title {
    margin: 27px;
    /* 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 .alert_page_modal_body .container {
    padding-left: 0px !important;
  }
  .custom_modal_page_close_button  {
    height: 200px;
    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;
  }

.new-born-form  .isNevirapineSyrupStarted_wrapper .whetherAefiReported_wrapper {
  width: 100%;
}

.overview_hbyc {
    padding: 20px 0px;
  }

.hbyc_header{
    padding:4px 8px;
    background-color: #EAEAEA;
}

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

.overview_hbyc .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_hbyc .overview-details .overview-details-label{
  font-family: 'Roboto';
  font-size: 12px;
  color: #797979;
}

/*# sourceMappingURL=bundle-2214125e.dafd6fb051593edd2ec3.css.map*/