.vhnd-management-details {
    display: flex;
    flex-direction: column;
}

.vhnd-management-details .search-add-events {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 10px 0;
}

.vhnd-management-details .search-add-events .event-search {
    margin-right: 10px;
}
.calendarMainDiv {
  margin: 0 9px 0 10px;
  color: #797979;
}

.calendarMainDiv .action_calender {
  width: 100%;
}

.calendarMainDiv .action_calender .actionDiv {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 5px 0 10px;
}

.calendarMainDiv .actionDiv .button_icon_iconposition svg path {
  stroke: #af2d94;
}

.calendarMainDiv .calenderBox {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.calendarMainDiv .calenderBox .rbc-calendar {
  height: calc(100vh - 0px);
  margin-bottom: 10px;
}

.calendarMainDiv .calenderBox .rbc-active {
  background: #af2d94 !important;
  color: #fff !important;
}

.calendarMainDiv .calenderBox .rbc-toolbar {
  justify-content: flex-start;
}

.calendarMainDiv .calenderBox .rbc-toolbar span:nth-child(3) {
  display: none;
}

.calenderBox .rbc-event,
.calenderBox .rbc-event.rbc-selected {
  background: none;
}

.customEventDiv {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.customAgendaEventDiv {
  padding: 5px;
  border-radius: 4px;
  background: #8080801c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}

.customAgendaEventDiv .status_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.customAgendaEventDiv .status_box .eye-icon svg {
  width: 18px;
}

.customAgendaEventDiv .status_box .eye-icon svg path {
  stroke: #797979;
}

.customAgendaEventDiv .statusbadges {
  padding: 0 5px;
  color: #ffffff;
  background-color: gray;
  border-radius: 4px;
  font-size: 12px;
}
.sessionList {
  width: 500px;
  background-color: #d3d3d352;
  border: 1px solid #DADADA;
  border-top: none;
}

.sessionTitle {
  text-align: center;
  background: #af2d94;
  color: #ffff;
  min-height: 2em;
  padding: 10px;
  margin: 10px 10px;
  border-radius: 5px;
}

.sessionDetailsLabel {
  margin: 0px 10px;
  color: gray;
}

.sessionCard {
  margin: 10px 10px;
  padding: 10px;
  background: #ffff;
  min-height: 3em;
  font-size: small;
  max-width: 25em;
  cursor: pointer;
  border-radius: 5px;
}

.sessionLabel {
    color: gray;
}

.sessionList .sessionListContainer {
  max-height: 22rem;
  overflow-y: auto;
}

.sessionCard .session_Name_Status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.status_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.statusbadges {
  padding: 0 5px;
  color: #ffffff;
  background-color: gray;
  border-radius: 4px;
}
.filterOuterDiv {
  background: #d3d3d352;
  min-height: 5em;
  margin: 9px 9px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #DADADA;
}

.filterDateMainDiv {
  display: flex;
  margin: 10px 0;
  padding-left: 10;
  color: #d3d3d352;
}

.filterLabelMainDiv {
  display: flex;
  margin: 10px 0;
}

.filterLabel {
  margin: 0 8px;
  padding: 0 10px;
  background: #d3d3d352;
  border-radius: 15px;
  cursor: pointer;
  color: #797979;
  border: 1px solid #DADADA;
}

.filterLabelMainDiv .selected {
  background: #af2d943b !important;
  color: #af2d94 !important;
  border-color: #af2d943b !important;
}

.filterDate {
  padding: 2px 33px;
  background: #fff;
  border: 1px solid #80808096;
  cursor: pointer;
}

.filterCalendar {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filterPipe {
    width: 1px;
    height: 20px;
    background-color: #797979;
    margin: 0 10px;
}

.app-session-view-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
    color: #797979;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px;
    font-weight: 400;
}

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

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

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

.app-session-view-wrapper .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
}

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

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

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

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

.app-session-view-wrapper .view-content {
    height: calc(100vh - 55px);
    font-size: 14px;
    background-color: #fff;
    margin: 0 10px 0 10px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif !important;
}

.app-session-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-session-view-wrapper .view-content .view-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-session-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-session-view-wrapper .view-content .name-type .name {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

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

.app-session-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-session-view-wrapper .view-content .content .navbar-container {
    height: calc(100vh - 115px);
    padding: 5px;
}

.app-session-view-wrapper .view-content .content {
    display: flex;
    height: calc(100% - 60px);
}

.app-session-view-wrapper .view-content .content .tab-content {
    overflow: auto;
    padding: 10px 15px;
    width: 100%;
}

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

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

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

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


/* Warning Modal */
.modal_component.dynamic_form_field.sesionSite.dialog_section .modal-dialog .modal-body {
    height: 250px !important;
}
.sessionSite-warning-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sessionSite-warning-modal .warning-text {
    color: #6B6B6B;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.sessionSite-warning-modal .icon-class {
    width: 100px;
    height: 100px;
}

.sessionSite-warning-modal .text-bold {
    font-weight: bold;
}

.sessionSite-warning-btn-container {
    width: 100%;
    display: flex;
    gap: 5px;
}

.sessionSite-warning-btn-container .button_common_component {
    width: 49% !important;
}
 .references-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 10px 10px;
  height: calc(100vh - 50px);
  border-radius: 5px;
}
.references-wrapper .custom-tabs-list-view {
  height: 50px;
}
.references-wrapper .tab-content {
  overflow: auto;
  flex: 1;
}

.references-container{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.references-container > .refrences-wrapper{
  width: 100%;
}

.references-container > .refrences-wrapper h4{
  margin: 10px 0;
}
.references-container > .refrences-wrapper .references-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 4px;
}

.references-container > .refrences-wrapper .references-item .references-file-name{
  font-size: 14px;
}

.references-container > .refrences-wrapper .references-item:hover{
  background-color: #f8f6f6;
}

.references-container > .refrences-wrapper .references-item svg{
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.references-container > .refrences-wrapper .references-item path{
  stroke: #af2d94;
}


.verification-page-one .common_card_component .common_entire_card,
.verification-page-two .common_card_component .common_entire_card,
.verification-page-three .common_card_component .common_entire_card
.verification-page-four .common_card_component .common_entire_card
.verification-page-five .common_card_component .common_entire_card
.verification-page-six .common_card_component .common_entire_card {
  border-bottom: 4px solid var(--primary-color-1);
  
}


.content1-buttons {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 50px;
}

/* .divbutton{
  display: flex;flex-direction: row;
  align-items: center;
  gap: 0px;
} */

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

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

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

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

#imgbutton{
 
  display:inline-block;
  cursor: pointer;
  background-color: white;
  width:200px;
  border-color: rgb(172 165 165 / 7%);;
  height:200px;
  box-shadow: 20px;
  
  margin-left: 7px;
}
#imgbutton:hover{
  background-color: rgb(250, 200, 248);
}
.button-container{
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.card-button-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  font-size: 11px;
}

#imgbutton #img{
  /* width: 50px; */
  height: 50px;
  display: inline-block;
}
.verification_card_component .common_card_header.card-header{
  color: none;
  background-color: white;
  border-bottom: none;
}
.verification_card_component .common_card_component .common_entire_card{
  border-bottom: none;
  border: none;
}
.verify-card-modal .modal-content{
  margin-top: 140px;
}
.consent_form_for_aadhar{
  height:250px !important;
  overflow-y: auto;
}
.update_healthBlockSubDiv_details_page .update_container_healthBlockSubDiv_details {
  margin-top: 10px;
  display: grid;
  width: 80%;

  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    'c1r1 c2r1 c3r1';
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: center;
}

.update_healthBlockSubDiv_details_page .update_container_healthBlockSubDiv_details>div {
  align-self: flex-start;
}

.update_healthBlockSubDiv_details_page .update_container_healthBlockSubDiv_details .type_wrapper {
  grid-area: c1r1;
  max-width: 230px;

}

.update_healthBlockSubDiv_details_page .update_container_healthBlockSubDiv_details .zoneName_wrapper {
  grid-area: c2r1;
  max-width: 230px;


}

.update_healthBlockSubDiv_details_page .update_container_healthBlockSubDiv_details .effectiveFromDate_wrapper {
  grid-area: c2r1;
  max-width: 230px;

}


.update_table_details_page .update_container_table_details {
  margin-top: 10px;
}

.app-view-wrapper .overview .overview-details-table {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px auto;
  margin-top: 40px;
  grid-gap: 20px;
}

.health_block .update_location_details_page .update_container_location_details_hb {
  margin-top: 10px;
  display: grid;
  width: 70%;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  /* grid-template-rows: auto; */
  grid-template-areas:
    'c1r1 c2r1 .'
    'c1r2 c2r2 c3r2 '
    'c1r3 c2r3 .';
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: center;
}

.health_block .update_location_details_page .update_container_location_details_hb>div {
  align-self: flex-start;
}


.health_block .update_location_details_page .update_container_location_details_hb .district_wrapper {
  grid-area: c1r1;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .health_block_name_wrapper {
  grid-area: c2r1;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .sub_district_wrapper {
  grid-area: c1r2;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .block_wrapper {
  grid-area: c2r2;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .ulb_wrapper {
  grid-area: c3r2;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .wards_mapped_wrapper {
  grid-area: c1r3;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .villages_mapped_wrapper {
  grid-area: c2r3;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .gram_panchayat_mapped_wrapper {
  grid-area: c2r3;
  max-width: 230px;
  min-width: 230px;
}
.health_block .update_location_details_page .update_container_location_details_hb .gram_panchayat_mapped_wrapper.showDropdown{
  display: block;
}
.health_block .update_location_details_page .update_container_location_details_hb .gram_panchayat_mapped_wrapper.hideDropdown{
  display: none;
}
.health_block .update_location_details_page .update_container_location_details_hb .villages_mapped_wrapper.showDropdown{
  display: block;
}
.health_block .update_location_details_page .update_container_location_details_hb .villages_mapped_wrapper.hideDropdown{
  display: none;
}


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

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

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

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

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

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

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

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

.overview_healthSubDiv_update .input_field_infoBars {
  width: 200px;
}

.overview_healthSubDiv_update .searchable_drop_down_infoBars {
  width: 200px;
}

.app-view-wrapper .overview {
  border-bottom: 0.5px solid #dadada;
  padding: 20px 10px;
}

.app-view-wrapper .overview:last-child {
  border-bottom: none;
}

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

.app-view-wrapper .overview .overview-details-table {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px auto;
  grid-gap: 10px;
}

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

.overview .overview-details-value {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #2b2b2b;
  word-break: break-word;
  width: 200px;
  max-height: 150px;
  overflow: auto;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.overview .overview-details-value::-webkit-scrollbar {
  display: none;
}

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

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

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

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


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

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

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

/* health block overview */
.upper-component {
  margin-bottom: 2rem;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px;
  display: flex;
  border: 2px solid var(--primary-color-1);
  width: fit-content;
  border-radius: 5px;
}

.upper-component .overview-details-label {
  display: flex;
  gap: 5px;
  padding: 1rem;
  width: 7rem;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;

}
.upper-component .overview-details-label:hover {
  background: lightgrey;
  color: var(--primary-color-1);
}
.upper-component .overview-details-label span:hover {
  background: lightgrey;
  color: var(--primary-color-1);
}

.update_container_healthBlockSubDiv_details .ant-picker.effectiveFromDate {
  width: 100%;
  padding: 7px 12px;
}

.update_container_healthBlockSubDiv_details .ant-picker.effectiveFromDate:hover {
  border-color: #d9d9d9 !important;
}
.health_block_update_upgrade .input-field-container .label-name-from-parent {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

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

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

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

.health_block_update_upgrade .ip-with-label .label-name-required-for-ip {
  color: #797979;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.health_block_update_upgrade .input_field_infoBars{
  width:100%;
}
.health_block_update_upgrade .searchable_drop_down_infoBars{
  width:100%;
}
.non-geo-upgrade .overview-healthblock {
    border-bottom: 0.5px solid #dadada;
    padding: 20px 10px;
  }
  .non-geo-upgrade .overview-healthblock:last-child {
    border-bottom: none;
  }
  .non-geo-upgrade .overview-healthblock .overview-healthblock-details{ 
    margin-top: 10px;
    display: grid;
    width: 80%;
    grid-template-rows: auto;
    grid-template-areas:
      'c1r1 c2r1 c3r1';
    grid-gap: 20px;
    justify-items: flex-start;
  }
  .non-geo-upgrade .overview-healthblock .overview-healthblock-details .overview-details-value-type{
    grid-area: c1r1;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-healthblock-details .overview-details-value-efd{
    grid-area: c2r1;
    max-width: 230px;
  }
  
  .non-geo-upgrade .overview-healthblock .overview-location-details {
    margin-top: 10px;
    display: grid;
    width: 80%;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      'c1r1 c2r1 .'
      'c1r2 c2r2 c3r2'
      'c1r3 c2r3 .';
    grid-gap: 20px;
    justify-items: flex-start;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-dist{
    grid-area: c1r1;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-hb{
    grid-area: c2r1;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-subdist{
    grid-area: c1r2;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-block{
    grid-area: c2r2;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-ulb{
    grid-area: c3r2;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-vlgmap{
    grid-area: c1r3;
    max-width: 230px;
  }
  .non-geo-upgrade .overview-healthblock .overview-location-details .overview-details-value-wardmap{
    grid-area: c2r3;
    max-width: 230px;
  }
  
  /*
  .non-geo-upgrade .overview-healthblock .overview-details-table {
    display: grid;
    grid-template-columns: 1fr;
    margin: 10px auto;
    grid-gap: 10px;
  }*/
   .non-geo-upgrade .overview-healthblock .overview-details-label {
    font-family: 'Roboto';
    font-size: 12px;
    color: #797979;
  } /*
    .non-geo-upgrade .overview-healthblock .overview-details-value {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #2b2b2b;
    word-break: break-word;
  } 
    .non-geo-upgrade .overview-healthblock .overview-details-value input {
    height: 45px;
    font-size: 14px;
  }  
  .non-geo-upgrade .overview-healthblock .overview-details .styled-checkbox[disabled],
  .non-geo-upgrade .overview-healthblock .overview-details-table .styled-checkbox[disabled] {
    background: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
  }
  
  .non-geo-upgrade .overview-healthblock input {
    padding: 0 5px;
    font-size: 12px;
  }
  
  .non-geo-upgrade .overview-healthblock input[type="email"],
  .non-geo-upgrade .overview-healthblock input[type="text"],
  .non-geo-upgrade .overview-healthblock input[type="number"] {
    padding: 0 15px;
    font-size: 14px;
  }
  
  
  .non-geo-upgrade .overview-healthblock #overview-user-edit-active-switch {
    height: 20px;
  }
  
  .non-geo-upgrade .overview-healthblock input::-webkit-outer-spin-button,
  .non-geo-upgrade .overview-healthblock input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  } */
  
  /* Firefox */
  .overview-healthblock input[type=number] {
    -moz-appearance: textfield;
  }
  
  /* health block overview */
  .upper-component{
    margin-bottom:2rem;
    margin-left:2px;
    margin-right:2px;
    padding:2px;
    display: flex;
    border:2px solid var(--primary-color-1);
    width:fit-content;
    border-radius:5px;
  }
  .upper-component .overview-details-label{
    display:flex;
    gap:5px;
    padding:1rem;
    width:7rem;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
  
  }
  .upper-component .overview-details-label:hover {
    background:  lightgrey;
    color:var(--primary-color-1);
  }
  .upper-component .overview-details-label span:hover {
    background:  lightgrey;
    color:var(--primary-color-1);
  }
  .overview-healthblock-details .ant-picker {
    width: 100%;
    padding: 7.5px 12px;
  }
  
  .overview-healthblock-details .ant-picker .ant-picker .ant-picker-input input::placeholder {
    color: #212529;
    font-size: 16px;
  }
  .overview-healthblock-details .ant-picker .ant-picker:hover {
    border-color: #d9d9d9 !important;
  }
  .non-geo-upgrade .overview-details-label-value{
    color: black;
  }
.form_container_user_details2 .ant-picker.effective_form_date {
    width: 100%;
    padding: 7.5px 12px;
}


.form_container_user_details2 .ant-picker.effective_form_date .ant-picker.effective_from_date .ant-picker-input input::placeholder {
    color: #212529;
    font-size: 16px;
}

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

.zone_details_form_page .form_container_zone_details {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto ;
    grid-template-areas:
      'c1r1 c1r2'
      'c1r3 c1r4'
      'c1r5 .';
    grid-gap: 10px 30px;
    align-items: center;
  }

@media (max-width: 1020px) {
.zone_details_form_page .form_container_zone_details {
    grid-template-columns: 1fr;
    grid-template-areas:
    'c1r1 c1r1'
    'c1r2 c1r2'
    'c1r3 c1r3'
    'c1r4 c1r4'
    'c1r5 c1r5' !important;
}
}

.zone_details_form_page .form_container_zone_details > div {
align-self: flex-start;
}

.form_container_zone_details .type_wrapper {
grid-area: c1r1;
}
.form_container_zone_details .effective_form_date_wrapper {
grid-area: c1r2;
}
.form_container_zone_details .state_wrapper {
grid-area: c1r3;
}
.form_container_zone_details .district_wrapper {
grid-area: c1r4;
}
.form_container_zone_details .zone_name_wrapper {
grid-area: c1r5;
}

.form_container_zone_details .ant-picker.effective_form_date {
    width: 100% !important;
    padding: 7.5px 12px !important;

}
  
  
.form_container_zone_details .ant-picker.effective_form_date .ant-picker.effective_from_date .ant-picker-input input::placeholder {
    color: #212529 !important;
    font-size: 16px !important;
}
.form_container_zone_details .ant-picker.effective_form_date .ant-picker.effective_from_date:hover {
    border-color: #d9d9d9 !important;
}

.healtBlock_details_form_page .form_container_healtBlock_details {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto ;
    grid-template-areas:
      'c1r1 c1r2'
      'c1r3 c1r4'
      'c1r5 c1r6'
      'c1r7 c1r8'
      'c1r9 .';
    grid-gap: 10px 30px;
    align-items: center;
}

@media (max-width: 1020px) {
    .healtBlock_details_form_page .form_container_healtBlock_details {
        grid-template-columns: 1fr;
        grid-template-areas:
        'c1r1 c1r1'
        'c1r2 c1r2'
        'c1r3 c1r3'
        'c1r4 c1r4'
        'c1r5 c1r5'
        'c1r6 c1r6'
        'c1r7 c1r7'
        'c1r8 c1r8'
        'c1r9 c1r9' !important;
    }
}

.healtBlock_details_form_page .form_container_healtBlock_details > div {
    align-self: flex-start;
}
    
.form_container_healtBlock_details .type_name_wrapper {
 grid-area: c1r1;
}
.form_container_healtBlock_details .effective_form_date_wrapper {
 grid-area: c1r2;
}
.form_container_healtBlock_details .district_wrapper {
 grid-area: c1r3;
}
.form_container_healtBlock_details .sub_district_wrapper {
 grid-area: c1r4;
}
.form_container_healtBlock_details .ulb_wrapper {
 grid-area: c1r5;
}
.form_container_healtBlock_details .wards_mapped_wrapper {
grid-area: c1r6;
}
.form_container_healtBlock_details .block_wrapper {
grid-area: c1r7;
}
.form_container_healtBlock_details .villages_mapped_wrapper {
grid-area: c1r8;
}
.form_container_healtBlock_details .gram_panchayat_mapped_wrapper {
grid-area: c1r8;
}
.form_container_healtBlock_details .health_block_name_wrapper {
grid-area: c1r9;
}

.form_container_healtBlock_details .ant-picker.effective_form_date {
    width: 100% !important;
    padding: 7.4px 12px !important;

}
  
  
.form_container_healtBlock_details .ant-picker.effective_form_date .ant-picker.effective_from_date .ant-picker-input input::placeholder {
    color: #212529 !important;
    font-size: 16px !important;
}
.form_container_healtBlock_details .ant-picker.effective_form_date .ant-picker.effective_from_date:hover {
    border-color: #d9d9d9 !important;
}

.form_container_healtBlock_details .villages_mapped_wrapper.showDropdown{
    display:block;
}
.form_container_healtBlock_details .villages_mapped_wrapper.hideDropdown{
    display:none;
}
.form_container_healtBlock_details .gram_panchayat_mapped_wrapper.showDropdown{
    display:block;
}
.form_container_healtBlock_details .gram_panchayat_mapped_wrapper.hideDropdown{
    display:none;
}
.create_session_details_page .autoPopulateText {
    width: 100;
    display: flex;
    justify-content: end;
    align-items: center;
}

.create_session_details_page .form_container_session_details {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        'c1r1 c2r1 c3r1'
        'c1r2 c1r2 c1r2'
        'c1r3 c1r3 c1r3'
        'c1r4 c2r4 c3r4'
        'c1r5 c2r5 c3r5'
        'c1r6 . .'
        'c1r7 c1r7 c1r7';
    grid-gap: 10px 30px;
    align-items: center;
}

@media (max-width: 1020px) {
    .create_session_details_page .form_container_session_details {
        grid-template-areas:
            'c1r1 c1r1 c1r1'
            'c2r1 c2r1 c2r1'
            'c3r1 c3r1 c3r1'
            'c1r2 c1r2 c1r2'
            'c1r3 c1r3 c1r3'
            'c1r4 c1r4 c1r4'
            'c2r4 c2r4 c2r4'
            'c3r4 c3r4 c3r4'
            'c1r5 c1r5 c1r5'
            'c2r5 c2r5 c2r5'
            'c3r5 c3r5 c3r5'
            'c1r6 c1r6 c1r6'
            'c1r7 c1r7 c1r7';
    }
}

.create_session_details_page .form_container_session_details>div {
    align-self: flex-start;
}

.form_container_session_details .sessionType_wrapper {
    grid-area: c1r1;
}

.form_container_session_details .sessionName_wrapper {
    grid-area: c2r1;
}

.form_container_session_details .sessionDate_wrapper {
    grid-area: c3r1;
}

.form_container_session_details .sessionHeld_wrapper {
    grid-area: c1r2;
    width: 100%;
}

.form_container_session_details .map_wrapper {
    grid-area: c1r3;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px lightgray;
    margin-bottom: 30px;
}

.form_container_session_details .map_wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.form_container_session_details .sessionHeldAt_wrapper {
    grid-area: c1r4;
}

.form_container_session_details .sessionSiteAddress_wrapper {
    grid-area: c2r4;
}

.form_container_session_details .hpTagged_wrapper {
    grid-area: c3r4;
}

.form_container_session_details .mobiliserTagged_wrapper {
    grid-area: c1r5;
}

.form_container_session_details .vilagesCovered_wrapper {
    grid-area: c2r5;
}

.form_container_session_details .wardsCovered_wrapper {
    grid-area: c3r5;
}

.form_container_session_details .sessionSiteCoverageArea_wrapper {
    grid-area: c1r6;
    width: 100%;
}

.form_container_session_details .sessionSiteCoverageArea_wrapper .coverageAreaBox {
    display: flex;
    gap: 20px;
    align-items: center;
}

.form_container_session_details .sessionSiteCoverageArea_wrapper .note_text {
    font-size: 12px;
    position: relative;
    top: -5px;
}

.form_container_session_details .sessionSiteCoverageArea_wrapper .coverageAreaBox .button_common_component {
    margin-top: 15px;
}

.form_container_session_details .sessionSiteCoverageArea_wrapper .coverageAreaBox .button_common_component .adding_the_dynamic_button {
    display: flex;
}

.form_container_session_details .sessionSiteCoverageAreaList_wrapper {
    grid-area: c1r7;
    width: 100%;
}

.form_container_session_details .sessionSiteCoverageAreaList_wrapper .coverageAreaListBox {
    height: 200px;
    border-radius: 4px;
    width: 100%;
    background-color: hsl(0, 0%, 95%);
    overflow-y: auto;
    padding: 10px;
}

.form_container_session_details .sessionSiteCoverageAreaList_wrapper .coverageAreaListBox .addressListContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form_container_session_details .sessionSiteCoverageAreaList_wrapper .disable {
    pointer-events: none;
    opacity: 0.8;
}

.form_container_session_details .sessionSiteCoverageAreaList_wrapper .coverageAreaListBox .addressListContainer .listItem {
    width: 245px;
    min-width: 30px;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 2px lightgrey;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1020px) {
    .form_container_session_details .sessionSiteCoverageAreaList_wrapper .coverageAreaListBox .addressListContainer .listItem {
        width: 100%;
    }
}

.itemText {
    width: 100%;
    word-wrap: break-word;
}

.coverageAreaActionBox {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}

.coverageAreaActionBox .input_field_class {
    width: 60%;
}

.coverageAreaActionBox .input_field_class .info_bar_custom-danger {
    padding: 5px;
    margin: 0;
}

.form_container_session_details .sessionName_wrapper .input-field-group .text-bar-input {
    border-radius: 4px !important;
}

.form_container_session_details .sessionDate_wrapper .ant-picker.sessionDate {
    height: 38px;
}
.overview_session {
  border-bottom: 0.5px solid #dadada;
  margin: 0px 0px 20px;
  padding-bottom: 20px;
}

.overview_session:last-child {
  border-bottom: 0.5px solid #dadada;
  margin: 0;
}

.overview_session .overview-details {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    'c1r1 c2r1 c3r1'
    'c1r2 c2r2 c3r2'
    'c1r3 c2r3 c3r3'
    'c1r4 c2r4 c2r4';
  grid-gap: 10px 30px;
  align-items: center;
}

.overview_session .overview-details>div {
  align-self: flex-start;
}

.overview-details .session_type_name_wrapper {
  grid-area: c1r1;
}

.overview-details .session_name_wrapper {
  grid-area: c2r1;
}

.overview-details .session_planned_date_wrapper {
  grid-area: c3r1;
}

.overview-details .state_name_wrapper {
  grid-area: c1r2;
}

.overview-details .dist_name_wrapper {
  grid-area: c2r2;
}

.overview-details .facility_name_wrapper {
  grid-area: c3r2;
}

.overview-details .session_held_at_name_wrapper {
  grid-area: c1r3;
}

.overview-details .session_site_address_wrapper {
  grid-area: c2r3;
}

.overview-details .health_provider_tagged_wrapper {
  grid-area: c3r3;
}

.overview-details .mobiliser_tagged_wrapper {
  grid-area: c1r4;
}

.overview-details .status_wrapper {
  grid-area: c2r4;
}

.overview_session .overview-details-coverage {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    'c1r1 c1r1 c1r1'
    'c1r2 c2r2 c3r2';
  grid-gap: 10px 30px;
  align-items: center;
}

.overview_session .overview-details-coverage>div {
  align-self: flex-start;
}

.overview-details-coverage .map_wrapper {
  grid-area: c1r1;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px lightgray;
  margin-bottom: 30px;
  pointer-events: none;
  opacity: 0.8;
}

.overview-details-coverage .village_coverage_wrapper {
  grid-area: c1r2;
}

.overview-details-coverage .ward_coverage_wrapper {
  grid-area: c2r2;
}

.overview-details-coverage .coverage_area_wrapper {
  grid-area: c3r2;
}

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

.overview_session .overview-details .overview-details-value, .overview-details-coverage .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;
  max-height: 150px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.beneficiary_ticker_message_modal {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
.home_page {
  background-color: #f4f4f4;
}

.home_page_header {
  display: flex;
  justify-content: space-between;
  height: 65px;
  width: 100%;
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  padding: 20px;
}

.home_page_header_log_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Scheherazade New;
}

.home_page_header .header_log {
  background-image: url(/528a586dcdbaddd281c7.png);
  background-position: center;
  background-size: cover;
  height: 30px;
  width: 30px;
  border: 1px solid var(--primary-color-1);
  margin-right: 10px;
}

.header_title {
  border-right: 0.43px solid #cccccc;
  padding-right: 15px;
}

.header_title_name {
  font-size: 14.79px;
  font-weight: 700;
}
.header_title_subtitle {
  font-size: 8px;
  font-weight: 700;
}

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

@media (max-width: 1050px) {
  .header_control {
    display: none;
  }
}

.resize-fonts {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom: none;
  margin-right: 20px;
}

.resize-fonts .resize-button {
  border: none;
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  padding: 5px 15px;
}

.resize-fonts .resize-button.active {
  background-color: #872a74;
  border-radius: 4px;
}

.header_control .basic-drop-down-1:has(.header_dropdown) {
  width: 120px;
  height: 40px;
}

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

.home_page_header_nhm_logo {
  background-image: url(/bd55b074ebaaa1c3f590.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  margin-top: 10px;
}

.home_page_header_di_logo {
  background-image: url(/0144c89c82b82455cd76.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 45px;
}

/* banner - start */

.banner {
  padding: 10px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: 355px;
}

.banner_log_container {
  /* height: 100%;
    width: 60%; */
  /* background-color: var(--primary-color-1); */
}

.banner_logo {
  background-image: url(/3ae9178a436f14851011.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  /* width: 100%;  */
  width: 60%;
}

.banner_text_container {
  /* width: 40%; */
  flex: 1;
  padding: 10px;
  background-color: var(--primary-color-5);
  border-top: 13px solid #e6bede;
  height: 345px;
  overflow: hidden;
}

.banner_text_container .banner_text_container_title {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
}

.banner_text_container ul {
  margin-left: 20px;
  height: 80%;
}

.banner_text_container li {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
}

/* banner - end */

/* Count - start */

.home_count_text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #202020;
  padding: 20px;
}

.home_count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.home_count .ho-count {
  font-family: 'Roboto';
  font-size: 36px;
  font-weight: 700;
}

.home_count .ho-text {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
}

/* Count - end */

/* portal card - start */
.portal_card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #202020;
  padding: 0 10px;
  margin-bottom: 10px;
}

.portal_card .card-details {
  background-color: var(--primary-color-5);
  padding: 20px;
  margin-right: 10px;
}

.portal_card .card-details:last-child {
  margin-right: 0;
}

.portal_card .card-title {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
}

.portal_card .card-content {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  height: 120px;
  line-height: 16px;
  overflow: hidden;
}

.portal_card .card-footer {
  text-align: right;
  margin-top: 10px;
}

.portal_card .card-footer button {
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
}
/* portal card - end */

/* State - start */
.state_section {
  display: flex;
  height: 320px;
  background-color: var(--primary-color-5);
  margin: 10px;
  padding: 10px;
}

.state_map {
  width: 60%;
  height: 100%;
}

.state_map .heading {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
}

.state_section .maps {
  display: flex;
  height: 100%;
}

/* .india_map_icon {
    height: 90%;
    width: 50%;
}

.state_map_icon {
    height: 90%;
    width: 50%;
} */

.india_map_icon {
  background-image: url(/080e0eb54d3c599e5ac1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 90%;
  width: 60%;
}

.state_map_icon {
  background-image: url(/8d12aa8b95b1997e7c69.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-top: 45px;
  height: 60%;
  width: 40%;
}

.state_description {
  width: 40%;
  padding: 10px;
}

.state_description .description {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  height: 90%;
  overflow: hidden;
}

.state_description-button {
  text-align: right;
  margin-top: 10px;
}

.state_description-button button {
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
}
/* State - end */

/* inspiration - start */

.inspiring_stories_section {
  display: flex;
  height: 320px;
  background-color: var(--primary-color-5);
  margin: 10px;
  padding: 10px;
}
.inspiring_stories_video {
  width: 60%;
  background-image: url(/b458459b566cd065ab21.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 100%;
}
.inspiring_stories_description {
  width: 40%;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  overflow: hidden;
}
/* inspiration - end */

.home_page_sub_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  background-color: var(--primary-color-3);
  color: var(--primary-color-5);
  padding: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
}

.sub_footer_icon {
  background-image: url(/36989ec593771f3c8837.png);
  background-repeat: no-repeat;
  height: 32px;
  width: 220px;
}

.home_page_footer {
  height: 55px;
  background-color: var(--primary-color-1);
  color: var(--primary-color-5);
  width: 100%;
  padding: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

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

.dropdown-style{border:1px solid rgba(218, 218, 218, 1) !important;min-height: 36px;height: auto;}
.dropdown-style:hover{color: #000 !important;}
input[type='radio']:checked,.ant-radio-checked .ant-radio-inner,.ant-checkbox-checked .ant-checkbox-inner{border-color: #af2d94 !important;background-color: #af2d94 !important;}
.ant-radio-inner:hover,.ant-radio-wrapper:hover .ant-radio-inner, .ant-checkbox-inner:hover,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color: #af2d94 !important;}
.ant-radio+span{color: #484747;font-size: 14px;font-weight: 400;}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  .profile-section .profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

  .profile-section .tittle-h {
    margin-left: 10px;
  }

  .header-date {
    margin-right: 10px;
  }
  
  /* Top Header */
  .temp-benific .top-header {
    background-color: #eae8e8;
    /* color: #151515; */
    padding: 10px 20px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
  }
  
  .temp-benific .header-left {
    display: flex;
    align-items: center;
  }
  
  .form_container_user_details_temp_reg_beneficiary>div{
    width: 350px;
    
  }
  
  .temp-benific .user-name {
    margin-right: 10px;
    font-size: 16px;
  }
 

  .temp-benific .form_container_user_details{
  margin-top: 10px;
  display: grid;
  /* width: 50%; */
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
  'c1r1 c2r1'
  'c1r2 c2r2'
  'c1r3 .'
  'c1r4 c2r4'
  'c1r5 c2r5'
  'c1r6 .'; 
  grid-gap: 10px 30px;
  /* justify-items: flex-start; */
  align-items: start;
  padding-right: 20px;

}

  
  .temp-benific .profile-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  
  /* Main content area */
  .temp-benific .content {
    display: flex;
    flex-direction: row;
    height: 100% /* Taking header height into account */
  }
  
  @media (max-width: 768px) {
    .temp-benific .content {
      flex-direction: column;
    }
  }
  
  /* Left Sidebar */
  .temp-benific .left-sidebar {
    min-width: 200px;
    /* background-color: #f08a97; */
    background-color: #FFF;
    color: rgb(189, 38, 171);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-right: 1px solid  rgb(189, 38, 171); 
    border-width: 2px;
    
    
    
  }

  
  
  .temp-benific .left-sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .temp-benific .left-sidebar li {
    padding: 10px 0;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .temp-benific .left-sidebar {
      width: 100%;
      text-align: center;
    }
  }
  
  /* Main Content */
  .temp-benific .main-content {
    flex-grow: 1;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 

    
    
  }
  
  @media (max-width: 768px) {
    .temp-benific .main-content {
      padding: 15px;
    }
  }
  
  /* Profile section */
  .temp-benific .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .temp-benific .profile-section {
    display: flex;
    align-items: center;
  }
  
  .temp-benific .profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .temp-benific .add-profile-btn {
    background-color: #a5269a;
    color: white;
    padding: 10px 15px;
  
    
    cursor: pointer;
    width: Hug (172px)px;
height: Fixed (42px)px;
padding: 8px 16px 8px 16px;
gap: 6px;
border-radius: 4px;
border: 1px 0px 0px 0px;
opacity: 0px;
/* //styleName: Desktop/text-smfont-14/Medium; */



  }
  
  @media (max-width: 768px) {
    .temp-benific .header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .temp-benific .profile-pic {
      margin-bottom: 10px;
    }
  
    .temp-benific .add-profile-btn {
      padding: 8px 10px;
    }
  }
  
  /* Form Styling for Large Screens (Desktop) */
  .temp-benific .form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns for large screens */
    gap: 20px;
    margin-right: 224px;
  }
  
  /* Form for Medium Screens (Tablets) */
  @media (max-width: 1024px) {
    .temp-benific .form {
      grid-template-columns: 1fr 1fr; /* 2 columns for medium screens */
    }
  }
  
  /* Form for Small Screens (Mobile) */
  @media (max-width: 768px) {
    .temp-benific .form {
      grid-template-columns: 1fr; /* 1 column for small screens */
    }
  }
  
  .temp-benific .form-group {
    display: flex;
    flex-direction: column;
    margin: 2px 5px 5px 5px;
  }
  
  .temp-benific label {
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Roboto';font-size: 12px;color: #797979;
  }
  
  .temp-benific input,
  select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
   

  }
  
  /* Checkbox styling */
 
  
  .temp-benific input[type="checkbox"] {
    margin-right: 10px;
  }
  
  /* Form buttons */
  .form-buttons {
    grid-column: span 3;
    display: flex;
    justify-content: flex-end;
  }
  
  .temp-benific button {
    padding: 3px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* margin-left: 10px; */
    display: flex;
    margin: 10px;
  }
  
  .temp-benific button[type="submit"] {
    background-color: #e9e7e7;
    color: rgb(131, 127, 127);
  }
  
  .temp-benific button[type="submit"]:hover {
    background-color: #4b6eb2;
  }
  
   .button_common_component button,.user-text{
    background-color: #F7EAF4;
    color: #AF2D90; font-weight: 500; text-transform: capitalize;
  }
  
  button[type="button"]:hover {
    background-color: #af2d943b !important;
    color: #af2d94 !important;
  }
  
  /* Media Queries for smaller screens */
  /* @media (max-width: 1024px) {
    .form {
      grid-template-columns: 1fr; 
    }
  
    .form-buttons {
      grid-column: span 2;
    }
  } */
  
  /* @media (max-width: 768px) {
    .form {
      grid-template-columns: 1fr; 
    }
  
    .form-buttons {
      grid-column: span 1;
      justify-content: center; 
    }
  
    button {
      padding: 8px 10px; 
    }
  
    input,
    select {
      padding: 8px;
    }
  } */
  
  /* @media (max-width: 480px) {
    .header-title {
      font-size: 18px; 
    }
  
    .user-name {
      font-size: 14px;
    }
  
    .profile-pic {
      width: 40px;
      height: 40px; 
    }
  } */
  /* Form Styling for Large Screens (Desktop) */
  .form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns for large screens */
    gap: 20px;
  }
  
  /* Form for Medium Screens (Tablets) */
  @media (max-width: 1024px) {
    .form {
      grid-template-rows: 1fr 1fr; /* 2 columns for medium screens */
    }
  }
  
  /* Form for Small Screens (Mobile) */
  @media (max-width: 768px) {
    .form {
      grid-template-rows: 1fr; /* 1 column for small screens (mobile view) */
    }
  }
  
  
  
  /* Navbar Styles */
  .temp-benific .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 20px; */
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6; /* Separator line */
  }
  
  .navbar-content {
    display: flex;
    align-items: center;
  }
  
  .temp-benific .profile-section {
    display: flex;
    align-items: center;
  }
  
  .temp-benific .profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  /* .add-profile-btn {
    margin-left: 80px;
  }
   */
  .navbar-separator {
    border: 0;
    height: 1px;
    background-color: #dee2e6;
  }

  
  .temp-benific .main-content {
    padding: 20px;
    
  }
  
  .temp-benific .left-sidebar {
    width: 200px;
    background-color: #f1f1f1;
    padding: 20px;
    float: left;
    /* height: 100vh; */
    
  }
  .temp-benific .logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 30px; */
  }

  .view-route a {
    font-size: 14px;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
   
    
  }
  .temp-benific .user-text{
    color: #a5269a;
    margin-left: -1px;
    background-color:  #F7EAF4;
    ;
    
  }
  .navbar-container-page{
    border: 0.5px solid #dadada;;
  }

  .text-bar-input{
    height: 38px;
  }
  
  
  .temp-benific .content {
    display: flex;
  }

  .temp-benific .ad-btn2{
    /* //styleName: Desktop/text-smfont-14/Medium; */
font-family: Roboto;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;


  }
  
  .form {
    flex: 1;
    /* margin-left: 220px;  */
  }
  #navigate{
    width: Fixed (24px)px;
height: Fill (48px)px;
padding: 8px 0px 0px 0px;
gap: 10px;
border-radius: 4px ;
opacity: 0px;



  }
.w-fit-content{width: fit-content;}
.w-fit-content .styled-checkbox:checked:disabled{background-color: #af2d94 !important;}
  @media (min-width:992px){
    .navbar-container-page{width: 192px;}
   .custom-form{width: 90%;}
   .custom-form.form_container_user_details_temp_reg_beneficiary>div,.custom-form .input_field_infoBars,.custom-form .searchable_drop_down_infoBars{width: 300px;}
  }
  .temp-benific .view-route .breadcrumb_profilepic_name{
    color: rgba(107, 107, 107, 1);
  }

  .navbar-container-page .unicef-logo-report-module{
    position:fixed;
    bottom: 10px;
    width: 170px;
  }

  /* .full{
    width: 1468px;
height: 830px;
top: 56px;
left: 16px;
gap: 0px;
border-radius: 8px 0px 0px 0px;
opacity: 0px;

  } */
.report-table .user-filter-label-icon{
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.report-table .filter{
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    grid-gap: 10px;
    padding: 12px;
}

.report-table .button_common_component{
    align-content: center;
    margin-top: 16px;
}
.user-management-details{
    display: flex;
    flex-direction: column;
}

.user-management-details .button_common_component{
    display: flex;
    align-items: center;
}

.user-management-details .button_common_component #report-export-button{
    margin-left: auto;
    margin-right: 12px;
}

/* 
.ant-table td, .ant-table th{
    border: .5px solid var(--secondary-color-8);
} */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
  }
  
  .popup-content {
    display: flex;
    /* width: 40%; */
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
     z-index: 1002;
  }

  .dropdown-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .dropdown {
    width: 50%;
  }

/*# sourceMappingURL=bundle-3763b534.5fb096efb2c34acc80be.css.map*/