.continerLogin {
  position: absolute;
  height: -webkit-fill-available;
  /* width: 100vw; */
  /* margin-top: -17vh; */
  /* background: radial-gradient(#50a5eb, #0c2c90); */
}

.addBeneficiaryBtn.disabled {
  background-color: #D7D7D7;
  color: #8A8A8A;
}

.card-container {
  background-color: #FAFAFA;
  width: 100%;
  max-height: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  padding: 16px 16px 0 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
}

.innerCard {
  /* position: relative;
  width: 35vw;
  height: 78vh;
  top: 12vh;
  left: 30vw;
  border-radius: 30px;
  background-color: #ffffff; */
}

.innerContiner {
  display: flex;
  flex-direction: column;
}

.addBeneficiaryBtn {
  /* min-width: 120px; */
  /* height: 48px; */
  width: fit-content;
  padding: 10px;
  /* margin: auto; */
  /* margin-right: 16px !important; */
}

.addbene_btn_wrpper_bg {
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.addbene_btn_alert_msg {
  color: #ED2121;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.addbene_btn_alert_msg svg {
  margin-right: 8px;
}

@media (max-width: 576px) {
  .addBeneficiaryBtn {
    /* margin: 0 !important; */
    /* width: 80%; */
  }

  .addbene_btn_alert_msg {
    margin-bottom: 10px;
  }

  .addbene_btn_wrpper_bg {
    justify-content: center;
  }
}


.widthButton {
  /* width: 243px; */
  /* min-width: 120px; */
  padding: 10px;
  min-width: 100px;
  margin: auto;
  margin-right: 16px !important;
}

@media (max-width: 576px) {
  .widthButton {
    margin-right: 0px !important;
  }
}

.loginBtn {
  width: 100%;
  /* min-width: 120px; */
  /* height: 48px; */
  /* margin: auto; */
  margin-top: 40px;
  border-radius: 9px;
  padding: 14px 20px;
}

.widthButtonAdd {
  width: auto;
  margin: 10px auto;
}


.widthButtonAddPage {
  width: fit-content;
  padding: 10px;
  margin: auto;
  min-width: 125px;
}

.h1class {
  /* margin-top: 50px; */
 font-family: "OpenSans-Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: #2D68BC;
  /* text-align: center; */
}

.cardSecondRow:nth-child(1) {
  border-right: 1px solid #d9d9d9;
}

.inputGrouptLogin {
  /* width: 28vw; */
  /* margin: auto; */
  /* margin-top: 3rem; */
  /* margin-bottom: 2.5rem; */
}

.inputGrouptLogin input {
  background-color: #f8f8f8;
}

.optInput {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  font-family: "OpenSans-Regular";
}

.numberInput {
  width: 3vw;
  margin: 0px 10px;
}

.numberInput input {
  border-radius: 10px;
}

.divOtpText {
  font-family: "OpenSans-Regular";
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.resendOtpText {
  font-family: "OpenSans-Regular";
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2.5rem;
}

.chipText {
  display: flex;
  padding: 6px;
  width: 33vw;
  height: 48px;
  margin: auto;
  margin-top: 1rem;
  border-radius: 10px;
  background: #e6ffe2;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #3ac922;
}

.chipWarningText {
  display: flex;
  padding: 6px;
  width: 33vw;
  height: 48px;
  margin: auto;
  margin-top: 1rem;
  border-radius: 10px;
  background: red;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid red;
}

.addBeneficaryCard {
  margin: auto;
  margin-top: 50px;
  border-radius: 30px;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.addBeneNotes {
  margin: auto;
  margin-top: 20px;
}

.titleBene {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #001a53;
  /* word-break: break-all; */
}

.reenter_mobile_text_otp {
  font-family: "OpenSans-Regular";
  text-align: center;
  margin-top: 20px;
}

.reenter_mobile_text_otp a {
  font-family: "OpenSans-Regular";
  color: #062BAD;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.titleInactive {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #001a53;
  margin-right: 9px;
  text-wrap: nowrap;
  /* word-break: break-all; */
}

.imageAddbeneficary {
  width: 262px;
  margin: auto;
  padding: 0.75rem 1.5rem;
}

.lineheight {
  line-height: 20px;
}

.textOverview {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
}

.divCenter {
  margin: auto;
}

.consentText {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #747474;
}

.buttonConsentColor {
  background: #ecf0ff;
  color: #001a53;
}

.buttonConsentColor:hover {
  background-color: #ecf0ff !important;
  color: #001a53 !important;
}


.beneficaryCard {
  position: relative;
  min-height: 180px;
  width: 100%;
  /* height: 246px; */
  /* top: 204.32px;
    left: 65px; */
  border-radius: 20px 20px 0 0;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
}

.bene_sam_alert {
  color: #FF3030;
}

@media (max-width: 650px) {
  .beneficaryCard {
    /* min-height: 284px; */
  }
}

@media (min-width: 650px) {
  .beneficaryCard {
    /* height: 246px; */
    /* max-width: 49%; */
  }
}


@media (min-width: 1400px) {
  .beneficaryCard {
    /* height: 246px; */
    /* max-width: 49%; */
  }
}

.container {
  /* padding: 0px 20px; */
}

@media (min-width: 1400px) {
  .container {
    /* max-width: 90%; */
  }
}


.beneficaryCardContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.five_bene_link_mobile_wrapper {
  color: #181818;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.five_bene_link_mobile_wrapper .alert_blub {
  margin-right: 8px;
  color: #FFB829;
}

.imageborder {
  /* position: absolute; */
  /* width: 80.91px; */
  /* height: 125.57px; */
  /* left: 24px; */
  /* top: 20px; */
  border-radius: 77px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  object-fit: contain;
}

.borderRadius {
  border-radius: 77px;
}

.imageborderProfile {
  width: auto;
  /* height: 213.11px; */
  border: 0;
  border-radius: 77px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}


@media (max-width: 576px) {
  .imageborderProfile {
    /* height: 105px; */
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .imageborderProfile {
    /* height: 140px; */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .imageborderProfile {
    /* height: 213.11px; */
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .imageborderProfile {
    /* height: 213.11px; */
  }
}

.imageProfile {
  /* width: -webkit-fill-available; */
  /* height: -webkit-fill-available; */
  position: relative;
  object-fit: cover;
  border-radius: 70px;
  width: 137px;
  height: 215px;
}


.beneficaryCardStatus {
  width: 96.12px;
  height: 22.42px;
  position: absolute;
  top: 130px;
  left: 3px;
  gap: 0px;
  border-radius: 5px;
  opacity: 0px;
  background: #00b44d;
}

.beneficaryCardStatusProfile {
  width: 104.86px;
  height: 37.42px;
  position: absolute;
  top: 190px;
  left: 26px;
  gap: 0px;
  border-radius: 5px;
  opacity: 0px;
  background: #00b44d;
}

.bene_card_details_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card_detals_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .beneficaryCardStatusProfile {
    top: 200px;
    left: 27px;
    height: 25px;
    width: 160px;
  }


}

@media (max-width: 992px) {
  .beneficaryCardStatusProfile {
    top: 125px;
    left: 8px;
    height: 25px;
  }

  .bene_card_details_wrapper {
    /* align-items: flex-start; */
  }

  .beneficaryCard {
    min-height: 215px;
  }
}

@media (max-width: 768px) {
  .beneficaryCardStatusProfile {
    top: 120px;
    left: 12px;
    height: 25px;
    width: 70px;
  }

  .bene_card_details_wrapper {
    /* align-items: flex-start; */
  }
}

@media (max-width: 576px) {
  .beneficaryCardStatusProfile {
    top: 190px;
    left: 10px;
    height: 25px;
    width: 70px;
  }

  .bene_card_details_wrapper {
    /* align-items: flex-start; */
  }
}

.tile {
  width: 50px;
  height: 0px;
  opacity: 0px;
  border: 5px solid #f58634;
  border-radius: 25px;
}

.cardColH1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* text-align: left; */
}

.cardCol {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  /* display: flex;
    justify-content: space-between; */
  /* text-align: left; */
}

.mt-topSecond {
  /* margin-top: 44px; */
}

.errorBorder {
  border: 1px solid red !important;
}

.mt-topThird {
  /* margin-top: 89px; */
}

.cardCorner {
  width: 110px;
  height: 37px;
  gap: 0px;
  border-radius: 0px 18.5px 0px 10px;
  opacity: 0px;
  background: #d6f9da;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #2BCA3C;
  text-align: center;
}

.cardFirstRow {
  margin-top: 30px;
}

.arrowIcon {
  /* margin-top: 100px; */
}

@media (max-width: 650px) {
  .arrowIcon {
    /* margin-right: 15px; */
  }
}

.cardSecondRow {
  /* position: absolute; */
  border-radius: 0px 0px 20px 20px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  /* width: 44vw; */
  /* top: 177px; */
  /* margin-top: 60px; */
  margin-left: 0px;
  font-size: 12px;
  /* height: -webkit-fill-available; */
  background-color: white;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 15px 40px;
}

@media (min-width: 650px) {
  .cardSecondRow {
    /* max-width: 100%; */
    padding: 15px 20px;
  }
}

@media (min-width: 1400px) {
  .cardSecondRow {
    max-width: 100%;
  }
}


.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}




.innerText {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  background: #181818;
}

.innerTextLabel {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #8b8b8d;
}

.innerTextValue {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #333333;
  margin-left: 10px;
}

.innerTextValueMarginHeight {
  margin-right: 12px;
}

.innerTextValueMarginWeight {
  margin-right: 18px;
}

.leftRighBorder {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.imageCardName {
  /* margin-left: 120px;
  margin-top: 54px; */
}

.headerText_arrow{
  cursor: pointer;
}

.heightWeight {
  margin-top: 48px;
  padding: 10px;
}

@media (max-width: 576px) {
  .heightWeight {
    margin-top: -5px;
    /* display: flex;
    justify-content: space-around; */
    /* align-items: center; */
  }
}

.headerText {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  margin-right: 6px;
}

@media (max-width: 676px) {
  .headerText {
    display: none;
  }
}

.benificarySwitcher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* width: 102%; */
  margin-bottom: 5px;
  /* margin-bottom: 30px; */
}

.inactiveSwitcher {
  display: inline-flex;
}

.textColor {
  color: #6284FD;
}

.textPadding {
  margin-top: 8px;
}

.inactiveContiner {
  display: flex;
}

.noDataFoundH1 {
  text-align: center;
  width: 100%;
  color: #001a53;
  font-family: 'Poppins';
}

.borderHrCss {
  width: 100%;
  /* margin-top: 14px; */
  border-top: 1px solid #D7D7D7;
  /* margin-left: 3px; */
}

.selectBene {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  height: 135px;
  padding: 0px 12px;
  margin-bottom: 30px;
  gap: 20px;
}

.bene_login_head_desc {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  line-height: 1.4;
}

.bene_login_left_padd {
  padding-left: 100px;
  padding-right: 100px;
}

.bene_error_msg_alert_wrapper {
  background-color: #FFEBEA;
  border: 1px solid #F04A46;
  border-radius: 13px;
  padding: 15px 25px;
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  z-index: 9;
}

.bene_error_msg_head {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  font-weight: 700;
  color: #F04A46;
}

.bene_error_msg_desc {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  color: #FF3B30;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 1024px) {

  .bene_login_left_padd {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bene_error_msg_alert_wrapper {
    top: 2%;
  }

}

@media (max-width: 992px) {
  .imageborderBene{
    width: 15rem !important;
  }
  .selectBene {
    gap: 15px;
    overflow-x: auto;
  }

  .imageborderBene {
    width: 15rem !important;
  }

  .bene_login_left_padd {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 767px) {

  .bene_login_left_padd {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .bene_error_msg_alert_wrapper {
    top: 2%;
    width: 100%;
  }

}

.selectBene::-webkit-scrollbar {
  height: 5px;
  border-radius: 5px;
  background: #CECECE;
}

.selectBene::-webkit-scrollbar-thumb {
  background: #001A53;
  border-radius: 5px;
}


.imageborderBene {
  width: 23%;
  height: 104px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  margin-bottom: 4px;
  margin-top: 5px;
  margin-right: auto;
}

.fitContent {
  object-fit: contain;
}

.innerBeneImage {
  /* max-height: 109.04px; */
  width: 59.64px;
  height: 82.91px;
  /* margin-left: -7px; */
}

.imageBorderContainer {
  margin-top: 10px;
}

.heightInnner {
  height: 80%;
  width: 25%;
  float: left;
}

.height {
  height: 115px;
}

.innerBeneText {
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  width: 75%;
  padding-left: 9%;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 1.5;
}

.tileAddBene {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin-bottom: 26px;
  color: #001A53;
}

@media (max-width: 576px) {

  .tileAddBene,
  .titleBene,
  .titleInactive {
    white-space: pre-line;
    word-break: break-word;
    text-wrap: wrap;
  }
}


.aganBadiText {
  width: 45%;
}

.Select_BG {
  background-color: #F8F8F8;
}

.outerImage {
  /* height: 24px; */
  width: fit-content;
  position: relative;
  top: -100px;
  left: 100%;
}

.checkIcon {
  height: 24px;
}

.ResetBeneBtn,
SubmitBeneBtn {
  width: fit-content;
}

.BtnBrk {
  display: none;
}

@media (max-width: 650px) {
  .BtnBrk {
    display: block;
  }
}

.borderColorBeneCat {
  border: 2px solid #183378
}

.rest_button {
  background: #ECF0FF;
  color: #001A53;
}

.textCssBirthWeight {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  color: #909090;
}

.resendBtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-bottom: 1px solid #747474;
}

.resendBtn:disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  /* prevents hover */
  opacity: 0.6;
  /* optional */
}

@media (max-width: 650px) {
  .innerCard {
    width: 92vw;
    left: 4.5vw;
    height: 70vh;
  }


  .inputGrouptLogin {
    /* width: 65vw; */
  }

  .numberInput {
    width: 10vw;
  }

  .chipText {
    width: 63vw;
    height: 53px;
    padding: 3px;
  }

  .chipWarningText {
    width: 63vw;
    height: 53px;
    padding: 3px;
  }

  .beneficaryCardContainer {
    /* display: inline-block; */
    /* width: 100%; */
  }

  .beneficaryCard {
    /* width: 93.5vw; */
    /* height: 47vh; */
    min-height: 180px;
  }

  .cardSecondRow {
    /* width: 100%; */
    /* top: 212px; */
    padding: 15px 20px;
  }

  .innerTextValueMarginWeight {
    margin-right: 0px;
  }

  .cardCol {
    /* display: block;
    padding-left: 7px; */
  }

  .benificarySwitcher {
    flex-direction: column;
  }

  .borderHrCss {
    display: none;
  }

  .aganBadiText {
    width: 100%;
  }
}

.verify-text {
  color: #527CDC;
  margin-left: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.verifiedIcon {
  height: 5px;
  width: 16px;

}

.card {
  /* width: 93.5vw; */
}

.detailFirstRow {
  background-color: #F9F9F9;
  border-radius: 10px;
  height: auto;
  border: 1px solid #D9D9D9;
  margin-left: 0px;
  margin-right: 0px;
}

.detailSecondRow {
  background-color: #F9F9F9;
  border-radius: 10px;
  height: auto;
  border: 1px solid #D9D9D9;
  margin-left: 0px;
  margin-right: 0px;
}

.detailThirdRow {
  background-color: #F9F9F9;
  border-radius: 10px;
  height: auto;
  border: 1px solid #D9D9D9;
}

.detailCardHead {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  line-height: 21px;
  color: #8B8B8D;
  margin-bottom: 3px;
}

.bene_login_img_bg {
  background-color: #F4FAFF;
  text-align: center;
  height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .detailCardHead {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8B8B8D;
    margin-bottom: 3px;
  }

  .bene_login_img_bg {
    display: none;
  }
}

.detailCardText {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0px;
  color: #333333
}

@media(max-width: 576px) {
  .detailCardText {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0px;
    color: #333333
  }
}

.textName {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #181818;
  margin-right: 10px;
}

@media (max-width: 576px) {

  /* Using 767.98px to account for Bootstrap's breakpoint definitions */
  .d-flex-md {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.updatedAtText {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #8B8B8D;
}

.updatedAtSpan {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
}

.profileChip {
  height: 80px;
  border-radius: 10px;
  padding: 0px 20px;
}

.profile_big {
  height: 80px;
  border-radius: 10px;
  padding: 0px 20px;
}

@media (max-width: 576px) {
  /* .profileChip {
      width: 160px;
    } */
}

/* .profile_big{
    height: 100px;
  } */

.profileChipHead {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.profileChipText {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.profileChipImage {
  /* margin-left: 17px; */

}

.font {
  font-family: Poppins;
}

.fontOpenSans {
  font-family: 'Open Sans';
}

.numText {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.motherText {
  color: #747474;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.buttonText {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans';

}

.addBeneText {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
}

.form-control:focus {
  box-shadow: none;
  background-color: #F8F8F8;
  /* border: 1px solid #ced4da */
}

.form-select:focus {
  box-shadow: none;
  background-color: #F8F8F8;
}

.borderInput {
  border-radius: 8px;
  height: 50px;
}

.ptnew_web_common_primary_btn:hover {
  background-color: #001A53;
  color: white
}

.modal-body-max-height {
  max-width: 720px;
  overflow-x: auto;
  /* Add scrollbar if content exceeds 720px */
}

.consent-modal .modal-content {
  max-width: 720px;
  padding: 0px 47px;
  font-family: 'Open Sans';
  border-radius: 30px;
}

@media (max-width: 430px) {
  .consent-modal .modal-content {
    padding: 0px;
  }
}

.consent-modal .modal-header {
  display: flex;
  justify-content: start;
  align-items: end;
  padding-bottom: 0;
  padding-top: 48px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  border: 0;
}

.consent-modal .modal-body {
  padding-top: 33px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.consent-modal .modal-footer {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0px;
  border: 0;
  padding-left: 16px;
  padding-bottom: 47px;
}

.successText {
  font-size: 36px;
  font-weight: 600;
  line-height: 43.88px;
  margin-top: 25px;
  color: #06207C;
  font-family: Montserrat;
}

.errorText {
  color: #F58634;
}

.successPara1 {
  color: #181818;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
}

.successPara2 {
  color: #5C5C5C;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.widthButtonAnotherBeneficaiy {
  width: 324px;
  height: 48px;
  margin: auto;
}

.widthButtonRetry {
  /* width: 137px; */
  height: 48px;
  margin: auto;
}

.gotoText {
  font-weight: 400;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  color: #001A53;
  text-decoration: none;
  margin-top: 23px;
}

.loadingText {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 27.24px;
}

.containerMargin {
  margin-top: 100px;
}

.imageContainer {
  background-color: #F8F8F8;
  border: 2px dashed #D9D9D9;
  border-radius: 9px;
  padding-top: 13px;
  padding-bottom: 9px;
  width: fit-content;
}

.uploadImageText {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Poppins';
  padding-top: 5px;
  color: #8A8A8A;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 5px 0px 12px 0px;
  /* margin: 8px 0px; */
}

.hr-sect:before,
.hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
  width: 79px
}

.uploadImageBtn {
  font-style: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.32px;
}

.deleteBtn {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.32px;
  margin-top: 7px;
}

.circular-image {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  object-fit: cover;
}

.errorModalHeading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans";
  color: red;
}


input:-internal-autofill-selected {
  background-color: #F8F8F8 !important;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 30px #F8F8F8 inset !important;
  box-shadow: 0 0 0 30px #F8F8F8 inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #F8F8F8 !important;
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0 30px #F8F8F8 inset !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  /* Make the default icon invisible, but the area is still clickable */
}

.pl-4 {
  padding-left: 4px;
}

.placeholder {
  min-height: 21px;
}

.or_text_line_div {
  color: #C7C7C7;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding: 0px 15px;
}

.or_text_line_div:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  min-width: 170px;
  height: 1px;
  background-color: #C7C7C7;
  transform: translateY(-50%);
}

.or_text_line_div::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  min-width: 170px;
  height: 1px;
  background-color: #C7C7C7;
  transform: translateY(-50%);
}

.login_digilocker_btn {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #316EC1;
  background-color: #fff;
  border-radius: 8px;
  border-color: #316EC1;
  padding: 14px 20px;
  width: 100%;
}

.bene_img_below_head {
  font-family: "OpenSans-Regular";
  font-size: 20px;
  font-weight: 700;
  color: #2D68BC;
}

.bene_img_below_desc {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 1.4;
}

.bene_login_section {
  margin-top: -65px !important;
}

@media (max-width:991px) {

  .or_text_line_div::before{
    min-width: 140px;
  }

  .or_text_line_div:after {
    min-width: 140px;
  }

}

@media (max-width:575px) {

  #rc-imageselect,
  .recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
    margin-bottom: -20px;
  }

  .or_text_line_div::before{
    min-width: 140px;
  }

  .or_text_line_div:after {
    min-width: 140px;
  }

}

@media (max-width: 480px) {
  .selectBene {
    flex-direction: column;
    height: fit-content;
  }

  .imageborderBene {
    margin: auto;
    width: 21rem !important;
    margin-top: 5px;
  }
}