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

.aadhar-submit {
  width: 100%;
  margin-top: 30px;
}

.consent_form_for_aadhar {
  height: 170px;
  overflow-y: auto;
  text-align: justify;
}

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

.aadhar_checkbox {
  display: flex;
  gap: 5px;
  flex-direction: row;
  justify-content: space-between
}

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

.aadhar_consent_form:disabled {
  color: #a0a0a0; /* Text color when disabled */
  cursor: not-allowed; /* Change cursor to indicate disabled state */
}

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

.aadhar_headings{
  font-size: 18px;
}

.aadhar_consent_form_enlarge .consent_form_for_aadhar .custom_check_box{
  align-items: flex-start;
}
.aadhar_consent_form_enlarge .consent_form_for_aadhar .consent-checkbox-item-4 .styled-checkbox{
  margin-left: 20px;
}
.aadhar_consent_form_enlarge .consent_form_for_aadhar .consent-checkbox-item-5 .styled-checkbox{
  margin-left: 20px;
}
.re-auth-modal-dialog {
  max-width: 580px;
}

.re-auth-modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 20px;
}

.re-auth-modal-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
}

.re-auth-modal-body {
  padding: 20px;
}

.re-auth-modal-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #555555;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Comparison Table */
.re-auth-comparison-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.re-auth-table-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  background-color: #f5f5f5;
  padding: 10px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.re-auth-table-header .re-auth-table-field-col {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #797979;
}

.re-auth-table-header .re-auth-table-rch-col,
.re-auth-table-header .re-auth-table-abdm-col {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
}

.re-auth-table-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.re-auth-table-row:last-child {
  border-bottom: none;
}

.re-auth-table-row .re-auth-table-field-col {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
}

.re-auth-table-row .re-auth-table-rch-col,
.re-auth-table-row .re-auth-table-abdm-col {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Match / Mismatch Icons */
.re-auth-match-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

.re-auth-match-icon.re-auth-match {
  background-color: #c3d5c3;
  color: green;
}

.re-auth-match-icon.re-auth-mismatch {
  background-color: #f6d5bb;
  color: #e17625;
}

/* Footer */
.re-auth-modal-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  border-top: 1px solid #e0e0e0;
}

.re-auth-modal-footer .button_common_component {
  margin: 0;
}

.re-auth-modal-footer #re-auth-yes-btn {
  min-width: 100px;
}

.re-auth-modal-footer #re-auth-no-btn {
  min-width: 100px;
}

/* Re-authenticate Button */
.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;
}

.abha_container {
    width: 100%;
}

.abha_id_container {
    width: 100%;
}

.abha_id_container .abha_headings {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
}

.abha_input_fields .input_fields_small .input-field-container .input-field-group {
    height: 42px;
    margin-top: 10px;
}

.abha_input_fields .input_fields_small .input-field-container .input-field-group.input-field-group-error input {
   border-color: rgba(191, 50, 50, 1);
}

.abha_submit {
    width: 100%;
    margin-top: 30px;
}

.abha_container .abha_submit #abha-beneficiary-submit {
    height: 48px;
    width: 100%;
}
.PhoneNumberContainer {
    width: 100%;
}

.PhoneNumberIdContainer {
    width: 100%;
}

.PhoneNumberIdContainer .PhoneNumberHeadings {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
}

.PhoneNumberInputFields .input_fields_small .input-field-container .input-field-group {
    height: 42px;
    margin-top: 10px;
}

.PhoneNumberInputFields .input_fields_small .input-field-container .input-field-group.input-field-group-error input {
   border-color: rgba(191, 50, 50, 1);
}

.PhoneNumberSubmit {
    width: 100%;
    margin-top: 30px;
}

.PhoneNumberContainer .PhoneNumberSubmit #PhoneNumberBeneficiarySubmit {
    height: 48px;
    width: 100%;
}

.input_field_infoBars {
    margin-top: 5px;
    width: 100%;
  }
  
  .input_field_infoBars .input_field_class .alert {
    padding: 6px;
  }
.input_field_infoBars {
    margin-top: 5px;
    width: 100%;
  }
  
  .input_field_infoBars .input_field_class .alert {
    padding: 6px;
  }

  .demographic-beneficiary-submit-button #demographic-beneficiary-submit{
    height: 48px;
    width: 100%;
  }
  
  .demographic-beneficiary-submit-button {
    margin-top: 20px;
  }

  .demographic_card_header{
    display: flex;
    justify-content: space-between;
    gap: 400px
}
.beneficiary-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.beneficiaryUnderMobNo-buttons #beneficiaryUnderMobNo-Next-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 48px;
    width: 100%;

}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    text-align: center;
    padding: 8px;
    border: none;
    border-right: none;
    border-left: none;
}

.custom-table tr {
    border: 1px solid black;
    font-size: 13px;
}

.custom-table tr:hover {
    background-color: #f371a1;
    cursor: pointer;
}

.custom-table .selected {
    background-color: #af2d94;
}

.mobNo_card_header {
    display: flex;
    justify-content: space-between;
    gap: 400px
}

.beneficiary-table h1{
    font-size: 18px;
}

#benefExists{
    cursor: not-allowed;
}

#benefNotExists{
    cursor: pointer;
}

.beneficiary-otp-page-content {
  display: inline-flex;
  justify-content: space-between;
}

.beneficiary-otp-page-content .beneficiary-otp-page-content-input-fields {
  margin-right: 5px;
  text-align: center;
}

.beneficiary-otp-page-content .beneficiary-otp-page-content-input-fields .input-field-group input::placeholder {
  padding-left: 17px;
}

.beneficiary-otp-page-content .beneficiary-otp-page-content-input-fields .input_fields_small .input-field-group input::placeholder {
  color: var(--primary-color-4);
}

.beneficiary-otp-page-content .beneficiary-otp-page-content-input-fields .ip-fields-has-value .input-field-group .text-bar-input {
  padding-left: 28px;
  padding-right: 26px;
}

.beneficiary-otp-page-button #beneficiary-otp-page-Submit-button {
  margin-top: 50px;
  height: 48px;
  width: 100%;
}

.beneficiary-otp-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.otp_resend_container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center
}

.otp_card_header {
  display: flex;
  justify-content: space-between;
  gap: 400px
}

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

.otp_card_heading_container h2 {
  font-size: 14px;
}

.otp_card_heading_container h1 {
  font-size: 18px;
}

.otp_resend_container h2{
  font-size: 14px;
}

.beneficiary-otp-page-close-button{
  margin-top: 50px;
}

.create_beneficiary_page .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 .'
    'c1r3 c2r3 c3r3'
    'c1r4 c2r4 c3r4'
    'c1r5 c2r5 c3r5'
    'c1r6 c2r6 c3r6'
    'c1r7 c2r7 .'
    'c1r8 . .';
  grid-gap: 10px;
  justify-items: flex-start;
  align-items: center;
}

.create_beneficiary_page .create_container_page>div {
  align-self: flex-start;
}

.create_beneficiary_page .create_container_page .abhaId_wrapper {
  grid-area: c1r1;
  max-width: 230px;
  
}

.create_beneficiary_page .create_container_page .name_wrapper {
  grid-area: c2r1;
  max-width: 230px;
  
  
}

.create_beneficiary_page .create_container_page .gender_wrapper {
  grid-area: c3r1;
  max-width: 230px;

}
.create_beneficiary_page .create_container_page .dob_wrapper {
  grid-area: c1r2;
  max-width: 230px;

}

.create_beneficiary_page .create_container_page .primaryMob_wrapper {
  grid-area: c2r2;
  max-width: 230px;

}

.create_beneficiary_page .create_container_page .address_wrapper {
  grid-area: c1r3;

  max-width: 230px;
}
.create_beneficiary_page .create_container_page .address_wrapper.hideDropdown {
  display: none;
}
.create_beneficiary_page .create_container_page .address_wrapper.showDropdown{
  display: block;
}
.create_beneficiary_page .create_container_page .sName_wrapper {
  grid-area: c1r3;

  max-width: 230px;
}

.create_beneficiary_page .create_container_page .caste_wrapper {
  grid-area: c2r3;

  max-width: 230px;
}

.create_beneficiary_page .create_container_page .Religion_wrapper {
  grid-area: c3r3;

  max-width: 230px;
}
.create_beneficiary_page .create_container_page .other_religion_wrapper {
  grid-area: c1r4;

  max-width: 230px;
}
.create_beneficiary_page .create_container_page .abhaAddress_wrapper {
  grid-area: c2r4;
  grid-column: 2/4;
  max-width: 370px;
  min-width: 220px;
}

.create_beneficiary_page .create_container_page .abhaAddress_wrapper.hideDropdown{
  display: none;
}

.create_beneficiary_page .create_container_page .abhaAddress_wrapper.showDropdown{
  display: block;
}

.create_beneficiary_page .create_container_page .aNumber_wrapper {
  grid-area: c1r5;

  max-width: 230px;
}

.create_beneficiary_page .create_container_page .ward_wrapper {
  grid-area: c2r5;

  max-width: 230px;
}
.create_beneficiary_page .create_container_page .village_wrapper {
  grid-area: c3r5;
  max-width: 230px;
}
.create_beneficiary_page .create_container_page .facilityType_wrapper {
  grid-area: c1r6;
  max-width: 230px;
}
.create_beneficiary_page .create_container_page .facilityName_wrapper {
  grid-area: c2r6;
  max-width: 230px;
}
.create_beneficiary_page .create_container_page .healthProviderName_wrapper {
  grid-area: c3r6;
  max-width: 230px;
}
.create_beneficiary_page .create_container_page .mobiliserName_wrapper {
  grid-area: c1r7;
  max-width: 230px;
}
.create_beneficiary_page .create_container_page .sms_wrapper {
  grid-area: c1r8;
  max-width: 230px;
}

.create_beneficiary_page .create_container_page .pvtg_wrapper {
  grid-area: c2r7;
  max-width: 230px;
}

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

  .create_beneficiary .ip-with-label .input-group .form-control {
    padding-right: 10px;
    }
    .create_beneficiary .input-with-button-verify .verified-button-for-in-label-not-verified{
      left: 60%;
      font-size: 12px;
      width: 80px;
    }
    .create_beneficiary .input-with-button-verify .verified-button-for-in-label{
      left:70%;
    }
    .app-view-wrapper {
      width: 100%;
      height: 100vh;
      background-color: #f2f2f2;
      color: #797979;
      font-family: 'Roboto', sans-serif !important;
      font-size: 10px;
      font-weight: 400;
    }
    
    .app-view-wrapper .view-header {
      display: flex;
      align-items: center;
      height: 50px;
      font-size: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }
    
    .app-view-wrapper .logo-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px;
    }
    
    .app-view-wrapper .view-route a {
      font-size: 14px;
      color: #797979;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
    }
    
    .app-view-wrapper .breadcrumb-item + .breadcrumb-item::before {
      font-size: 14px;
    }
    
    .app-view-wrapper .logo-wrapper .logo {
      height: 20px;
      width: 20px;
      margin-right: 5px;
    }
    
    .app-view-wrapper .logo-wrapper .name-wrapper {
      flex: 1;
    }
    
    .app-view-wrapper .logo-wrapper .name-wrapper .name-wrapper-title {
      font-weight: bold;
    }
    
    .app-view-wrapper .logo-wrapper .name-wrapper .name-wrapper-subtext {
      font-size: 8px;
    }
    
    .app-view-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;
    }
    
    .app-view-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;
    }
    
    
    
    .app-view-wrapper .view-content .view-profile {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .app-view-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;
    }
    
    .app-view-wrapper .view-content .name-type .name {
      font-size: 14px;
      font-weight: 700;
      font-family: 'Roboto', sans-serif !important;
    }
    
    .app-view-wrapper .view-content .name-type .type {
      font-size: 12px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif !important;
    }
    
    .app-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;
      
    }
    .cancel-edit {
      display: flex;
      flex-direction: row;
      gap: 10px;
      justify-content: right;
    }
    
    .view-profile-buttons .cancel-edit .primary {
      margin-left: 10px;
    }
    
    .app-view-wrapper .view-content .content {
      display: flex;
      height: calc(100% - 60px);
    }
    
    .app-view-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;
    }
    
    .app-view-wrapper.health_facility .button_common_component .adding_the_dynamic_button[disabled] {
      background: #eaeaea;
      color: #b3b3b3;
      cursor: not-allowed;
    }
    
    .profile-picture-hidden-input{
      display: none;
    }
    .beneficiary_temporary_registration_modal .modal-content {
      border-radius: 4px !important;
      border: none !important;
      border-bottom: 2px solid var(--primary-color-1) !important;
  }
  .temporary_consent_form_enlarge {
    display: flex;
    gap: 10px;
    flex-direction: column
  }
  .consent_form_for_temporary {
    height: 170px;
    overflow-y: auto;
    text-align: justify;
  }
  .temporary_consent_form_enlarge .consent_form_for_temporary .custom_check_box{
    align-items: flex-start;
  }

  .self-registration-beneficiary-page .self-registration-container-page {
    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 c2r6 c3r6'
        'c1r7 c2r7 c3r7';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
}

.self-registration-beneficiary-page .self-registration-container-page>div {
    align-self: flex-start;
}

.self-registration-beneficiary-page .self-registration-container-page .abhaId_wrapper {
    grid-area: c1r1;
    max-width: 230px;

}

.self-registration-beneficiary-page .self-registration-container-page .name_wrapper {
    grid-area: c2r1;
    max-width: 230px;
} 

.self-registration-beneficiary-page .self-registration-container-page .firstName_wrapper {
    grid-area: c2r1;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .lastName_wrapper {
    grid-area: c2r1;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .abhaAddress_wrapper {
    grid-area: c3r2;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .gender_wrapper {
    grid-area: c3r1;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .dob_wrapper {
    grid-area: c1r2;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .email_wrapper {
    grid-area: c1r2;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .religion_wrapper {
    grid-area: c1r4;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .others_wrapper {
    grid-area: c2r4;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .primaryMob_wrapper {
    grid-area: c2r2;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .number_wrapper {
    grid-area: c2r2;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .sName_wrapper {
    grid-area: c1r3;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .category_wrapper {
    grid-area: c3r3;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .aNumber_wrapper {
    grid-area: c2r3;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .ward_wrapper {
    grid-area: c2r7;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .village_wrapper {
    grid-area: c1r7;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .ulb_wrapper {
    grid-area: c2r6;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .district_wrapper {
    grid-area: c2r5;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .subDistrict_wrapper {
    grid-area: c3r5;
    max-width: 230px;
}

.self-registration-beneficiary-page .self-registration-container-page .state_wrapper {
    grid-area: c1r5;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .pincode_wrapper {
    grid-area: c3r7;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .ruralUrban_wrapper {
    grid-area: c1r6;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .block_wrapper {
    grid-area: c3r6;
    max-width: 230px;
}
.self-registration-beneficiary-page .self-registration-container-page .pvtg_wrapper {
    grid-area: c3r4;
    max-width: 230px;
}

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

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

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

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

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

.self-registration-content .input_field_infoBars {
    width: 200px;
}

.self-registration-content .searchable_drop_down_infoBars {
    width: 200px;
}

.self-registration-content{
    flex-direction: column;
    display: flex;
    gap: 20px;
}

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

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

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

.self-registration-container {
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #f2f2f2;
    min-height: 100vh;
    flex-direction: column;
    color: #797979;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px;
    font-weight: 400;
}

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

.self-registration-container .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.self-registration-container .view-route a {
    font-size: 14px;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.self-registration-container .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
}

.self-registration-container .logo-wrapper .logo {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.self-registration-container .logo-wrapper .name-wrapper {
    flex: 1;
}

.self-registration-container .logo-wrapper .name-wrapper .name-wrapper-title {
    font-weight: bold;
}

.self-registration-container .logo-wrapper .name-wrapper .name-wrapper-subtext {
    font-size: 8px;
}

.self-registration-container .self-registration {
    font-size: 14px;
    background-color: #fff;
    margin: 0 10px 0 10px;
    flex: 1 1 auto;
    padding-top: 70px;
    min-height: 0; 
    box-sizing: border-box;
    padding-bottom: 10px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif !important;
}

.self-registration-profile-flex-col {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.self-registration-profile-flex-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 13px;
}

.self-registration-profile-btn-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.self-registration-container .self-registration .view-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.self-registration-container .self-registration .view-profile .profile-picture {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
}

.self-registration-container .self-registration .name-type .name {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.self-registration-container .self-registration .name-type .type {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

.self-registration-container .self-registration .user-status {
    text-transform: capitalize;
    margin-left: 15px;
}

.self-registration-profile .button_common_component {
    margin-top: 0;
}

.radio-button {
    display: flex;

}

.self-registration-container .self-registration .content {
    display: flex;
    height: calc(100% - 60px);
}

.self-registration-container .self-registration .content .self-registration-content {
    flex: 1;
    overflow: auto;
    padding: 10px 15px;
}

.self-registration-container.health_facility .button_common_component .adding_the_dynamic_button[disabled] {
    background: #eaeaea;
    color: #b3b3b3;
    cursor: not-allowed;
}

  .self-registration-beneficiary-page .self-registration-facility-container {
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        'c1r1 c2r1';
    grid-gap: 10px;
    justify-items: flex-start;
    align-items: center;
}

.self-registration-beneficiary-page .self-registration-facility-container>div {
    align-self: flex-start;
}

.self-registration-beneficiary-page .self-registration-facility-container .facilityName_wrapper {
    grid-area: c1r1;
    max-width: 230px;

}

.self-registration-beneficiary-page .self-registration-facility-container .facilityType_wrapper {
    grid-area: c2r1;
    max-width: 230px;
}


.header_log_login {
  background-image: url(/3a5982f0feb3dc9e6093.png);
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  height: 45px;
  width: 225px;
  border: 1px solid var(--primary-color-1);
  border: none;
  margin-right: 15px;
}

.home_page_header_nhm_logo {
    border-right: none;
    border-left: 1px solid #cccccc;
}

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

 
.overlaycard_profile_pic_details .overlay_trigger_component{
  z-index: 1000;
}

.breadcrumbs_profile_view_icons_div_landing_page{
  padding-left: 20px;
  cursor: pointer;
}
/* Header - End */

.website_contact_footer .website_contact_copyright .website-first-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.website_contact_footer .website_contact_copyright .website-second-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.website_contact_footer .website_contact_copyright .website-first-footer-logo .website-first-logo-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.website_contact_footer .website_contact_copyright .website-first-footer-logo .website-first-logo-content >span:nth-child(1){
  font-size: 12px;
}
.home_page_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* .website_contact_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
} */

.website_contact_footer {
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 11.05px 150px 16.21px;
  border-top: 1px solid #ffffff2e;
}

.website_contact_footer .website_contact_footer_log {
  /* background-image: url('../../../../public/assets/images/india-logo.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 128.43px;
  height: 36px;
  border: 1px solid var(--primary-color-1);
  border: none;
  margin-right: 15px;
  opacity: 1;
}

.website_contact_footer .website_contact_copyright {
  font-family: 'Roboto', 'Sans-serif';
  font-size: 9.44px;
  line-height: 11.06px;
  color: #D7D7D7;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 550px) {
  .website_contact_footer {
    padding: 30px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 20px;
  }

  .website_contact_footer .website_contact_copyright,
  .website_contact_footer .website_contact_footer_log {
    width: 60%;
  }
}

@media (max-width: 1100px) {
  .website_contact_footer {
    padding: 30px 10px !important;
  }
}

@media (max-width: 1285px) {
  .website_contact_footer {
    padding: 30px 100px !important;
  }
}

@media (max-width: 1181px) {
  .website_contact_footer {
    padding: 30px 80px !important;
  }
}
.poshan-services-header-wrapper{
    display: flex;
    gap: 6px;
}

.poshan-services-header-wrapper .poshan-services-backBtn {
    color: #2B2B2B;
    background-color: #EAEAEA;
    padding: 4px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.poshan-services-header-wrapper .poshan-services-backBtn svg{
    margin-bottom: 3px;
}
.poshan-services-header-wrapper .poshan-services-backBtn:hover {
    color: #2B2B2B;
    background-color: #c3c3c3;
    padding: 4px 10px;
}

.poshan-services-header {
    flex: 1;
    color: #2B2B2B;
    background-color: #EAEAEA;
    padding: 4px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.poshan-services-container{
    display: flex;
    flex-direction: column;
}

.poshan-services-container .poshan-services-content{
    min-height: 90%;
    overflow-y: auto;
}

.poshan-services-container .poshan-service-button-wrapper{
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 5px;
    margin-bottom: 10px;
}

.poshan-service-list-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.poshan-service-list-card .list-card-eye-icon{
    cursor: pointer;
}

.poshan-services-list-details .poshan-service-details{
    display: flex;
    flex-direction: column;
}

.poshan-service-details-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
    width: 90%;
}

.poshan-service-details-wrapper div{
    margin-right: 85px;
}

.poshan-services-list-details .poshan-service-details .poshan-service-detail-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.poshan-services-list-details .poshan-service-details .poshan-service-detail-item .poshan-service-detail-value{
    font-size: 15px;
    color: #2B2B2B;
    font-weight: 500;
}

.poshan-services-loader{
    width: 100%; 
    padding: 10px; 
    text-align: center; 
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    font-size: 16px; 
    font-weight: 700; 
    color: #555; 
    margin-bottom: 8px; 
    position: relative; 
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.poshan-services-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8); 
    animation: border-reflect 3s infinite linear; 
}

.poshan-service-loading-message{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
}

.poshan-service-loading-message .loading-message-countdown{
    color: #af2d94;
}

@keyframes border-reflect {
    0% {
        left: -100%;
    }
    50% {
        left: 50%;
    }
    100% {
        left: 100%;
    }
}
.skeleton-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #fff;
    min-width: 320px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  }
  
  .skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
    border-radius: 6px;
  }

  .skeleton-title {
    width: 90px;
    height: 20px;
  }
  
  .skeleton-date {
    width: 140px;
    height: 20px;
  }
  
  .skeleton-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  @keyframes skeleton-loading {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
  }

  .details-skeleton {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .details-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px 0;
  }
  
  .details-header {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .details-row-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;    
  }
  
  .details-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  
  .details-label,
  .details-value {
    height: 15px;
    width: 100px;
  }
  

.wrapperComponent {
    width: 100%;
    height: 100vh;
    background: #fff;
}

.wrapperComponent .website_page_header {
    background: #AF2D94;
    position: inherit;
    height: 66px;
}

.wrapperComponent .common-login-main-content {
    height: calc(100vh - 181px);
}

.wrapperComponent .common-login-main-content-small {
    height: calc(100vh - 31px);
}

.wrapperComponent .header_control .resize-fonts {
    border-right: 1px solid var(--primary-color-5);
}

.wrapperComponent .header_control .resize-fonts .resize-button {
    background-color: var(--primary-color-1);
    color: var(--primary-color-5);
}

.wrapperComponent .header_control .resize-fonts .resize-button.active {
    background-color: #872A74;
    color: var(--primary-color-5);
}

.wrapperComponent #login_signup,
.wrapperComponent .website_page_header_nhm_logo,
.wrapperComponent .website_page_header_family_logo,
.wrapperComponent .website_page_header_DI_logo,
.wrapperComponent .website_page_header_SBA_logo {
    display: none;
}

.wrapperComponent .website_page_header_HM_logo {
    border-right: none;
    border-left: 1px solid #cccccc;
}

.content-container {
    column-gap: 82px;
    display: flex;
    padding: 0 74px;
    margin-top: 72px;
}

@media screen and (max-width : 900px) {
    .content-container .img-container {
        display: none;
    }
}

.content-container .img-container {
    width: 500px;
    height: 500px;
    border: 1px solid yellowgreen;
}

.content-container .img-container img {
    width: 100%;
    height: 100%;
}

.content-container .form-content {
    padding: 24px 49px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 558px;
    border: 1px solid yellowgreen;
    border-top: 4px solid #AF2D94;
    border-radius: 5px;
}

.content-container .form-content h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #6B6B6B;
    line-height: 24px;
}

/* .commonlogin_footer {
    position: absolute;
    bottom: 0;
} */
.app-content {
    height: 100vh;
    width: 100%;
    flex: 1;
    background-color: #f2f2f2;
    overflow: auto;
    box-sizing: border-box;
  }  

.app-header {
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.app-header-actionitems{
    display: flex;
    gap: 12px;
    align-items: center;
}


/*# sourceMappingURL=bundle-85feabb3.236a02121e7aea01f98b.css.map*/