.ekyc_bene_lsit_wrapper p{
    margin-bottom: 0;
    line-break: anywhere;
}

.bene_card_wrapper{
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 260px;
}

.active_inactive_bene_top_content{
    display: flex;
    align-items: flex-start;
    padding: 20px 30px 10px;
    position: relative;
    min-height: 183px;
}

.active_inactive_bene_dp{
    padding-right: 40px;
    text-align: center;
}

.bene_height_weight_age_details_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.active_inactive_bene_below_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 30px;
    /* adding for old view */
    /* border: 1px solid #d9d9d9; */
    max-height: 90px;
}

.bene_adhar_mobile_abha_details{
    font-family: "OpenSans-Regular";
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.bene_mob_adhar_abha_details{
    display: flex;
    align-items: flex-start;
    height: 35px;
}

.bene_mother_adhar{
    font-family: "OpenSans-Regular";
    font-size: 10px;
    font-weight: 400;
    color: #747474;
    line-height: 15px;
    display: block;
}

.active_inactive_bene_below_left_content{
    border-right: 1px solid #D9D9D9;
    width: 50%;
}

.active_inactive_bene_below_right_content{
    width: 50%;
    padding-left: 20px;
}

.bene_ekyc_complete_status{
    font-family: "OpenSans-Regular";
    font-size: 12px;
    font-weight: 500;
    color: #2BCA3C;
    line-height: 18px;
}

.bene_ekyc_status_details{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 35px;
    margin-top: 10px;
}

.bene_ekyc_completed_date{
    font-family: "OpenSans-Regular";
    font-size: 10px;
    font-weight: 400;
    color: #747474;
    line-height: 15px;
}

.active_inactive_bene_name{
    font-family: "OpenSans-Regular";
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    line-height: 24px;
    margin-bottom: 0;
}

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

.bene_trimister_status{
    font-family: "OpenSans-Regular";
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background-color: #00B44D;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    position: relative;
    /* bottom: 10px; */
    /* width: 100%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
}

.bene_trimister_status_NA{
    font-family: "OpenSans-Regular";
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background-color: #febf03;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    position: relative;
    /* bottom: 10px; */
    /* width: 100%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
}

.third_trimister{
    color: #FF3030;
}

.active_bene_status{
    font-family: "OpenSans-Regular";
    color: #3AC922;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background-color: #E6FFE2;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
}

.bene_status_verified{
    font-family: "OpenSans-Regular";
    color: #42B280;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    background-color: #E6FFE2;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
}

.bene_status_capture_photo{
    font-family: "OpenSans-Regular";
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background-color: #001A53;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 30px;
    width: max-content;
}

.bene_status_capture_photo_disabled{
    font-family: "OpenSans-Regular";
    color: #8A8A8A;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background-color: #EFEFEF;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 30px;
    width: max-content;
}

.bene_profile_details_wrapper{
    position: relative;
}

.bene_height_weight_age{
    font-family: "OpenSans-Regular";
    color: #8B8B8D;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.bene_height_weight_age span{
    color: #333333;
    padding-left: 10px;
}

.active_inactive_bene_details{
    width: 100%;
}

.bene_sam_alert{
    font-family: "OpenSans-Regular";
    color: #FF3030;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background-color: #FFC0C0;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    text-align: center;
}

.bene_overweight_alert{
    font-family: "OpenSans-Regular";
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background-color: #BF5E11;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    text-align: center;
}

.bene_single_mob_add_alert{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

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

.bene_ekyc_NA{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.bene_ekyc_pending_status{
    font-family: "OpenSans-Regular";
    color: #287BB8;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-decoration: none;
}

.bene_active_inactive_heading{
    font-family: "OpenSans-Regular";
    color: #001A53;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.pending_bene_status{
    font-family: "OpenSans-Regular";
    color: #FFC236;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background-color: #FFFAE1;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
}

.inactive_bene_status{
    font-family: "OpenSans-Regular";
    color: #9C9C9C;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background-color: #CECECE;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
}

.bene_mam_status{
    font-family: "OpenSans-Regular";
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background-color: #FEBF03;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    text-align: center;
}

.disabled_max_five_alert_msg_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F9F9F9;
    padding: 15px 20px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.diasbled_alert_max_five_msg{
    font-family: "OpenSans-Regular";
    color: #ED2121;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.exclamation_icon{
    margin-right: 8px;
}

.users_icon{
    margin-left: 8px;
}

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

.ekyc_bene_list_switch_text{
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}

.ekyc_complete_services_thr_hcm_wrapper{
    background-color: #FFE4E4;
    border: 1px solid #FFD8D5;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.bene_card_img_profile{
    border-radius: 40px;
    width: 81px;
    height: 126px;
    object-fit: cover;
}

.kyc_complete_services_excla_icon{
    color: #FF7C80;
    margin-right: 8px;
}

.bene_ekyc_steps_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bene_ekyc_steps_head{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.ekyc_complete_services_excla_text{
    display: flex;
}

.kyc_complete_services_excla_para{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.kyc_complete_services_proceed_link{
    font-family: "OpenSans-Regular";
    color: #287BB8;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.ekyc_complete_page_heading{
    font-family: "OpenSans-Regular";
    color: #001A53;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.ekyc_complete_page_steps_head{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    position: relative;
}

.ekyc_complete_page_steps_head::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #527CDC;
    border-radius: 15px;
    left: -25px;
    top: 4px;
}

.ekyc_complete_page_steps_para{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.ekyc_addhar_verified_details_label{
    font-family: "OpenSans-Regular";
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.ekyc_addhar_verified_details_input{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.ekyc_complete_page_steps_wrapper{
    background-color: #F0F0ED;
    border-radius: 10px;
    padding: 20px 50px;
    position: relative;
}

.ekyc_complete_page_steps_wrapper_single_icon{
    background-color: #F0F0ED;
    border-radius: 10px;
    padding: 20px 50px;
    position: relative;
}

.ekyc_complete_page_steps_wrapper:before {
    content: '';
    width: 45px;
    height: 30px;
    border-bottom: solid 30px #F0F0ED;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    position: absolute;
    top: -30px;
    right: 15%;
    transform: translateX(-50%);
}

.ekyc_complete_page_steps_wrapper_single_icon:before {
    content: '';
    width: 45px;
    height: 30px;
    border-bottom: solid 30px #F0F0ED;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.ekyc_capture_photo_addhar_verified_details_wrapper{
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    width: 450px;
    text-align: center;
}

.ekyc_capture_photo_addhar_verified_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.ekyc_capture_photo_addhar_verified_details:first-child{
    border-bottom: 1px solid #E2E2E2;
}

.ekyc_complete_page_steps_btn{
    margin-right: 20px;
}

.ekyc_complete_page_steps_btn_disabled{
    color: #8A8A8A;
    background-color: #EFEFEF;
    pointer-events: none
}

.modal_confrim_img{
    margin: 0 auto;
}

.modal_confrim_para{
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
}

.modal_confrim_head{
    font-family: "OpenSans-Regular";
    color: #FFB829;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.modal_confrim_content{
    border-radius: 20px;
    border: none;
}

.modal_confrim_body{
    padding: 2rem;
}

.ekyc_success_error_popup_head{
    font-family: "OpenSans-Regular";
    color: #1F2937;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.ekyc_success_error_popup_para{
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.ekyc_success_error_popup_content{
    border-radius: 65px;
    background-color: #fff;
    box-shadow: 3px -3px 35px 0px #C0FFC059;
}

.ekyc_success_error_popup_body{
    padding: 1rem 1rem;
}

.bene_adhar_verify_details{
    display: flex;
    align-items: flex-start;
}

.bene_ekyc_complete_wrapper{
    padding-left: 35px;
}

.bene_exclamation_tooltip{
    margin-left: 8px;
    color: #287BB8;
}

.bene_profile_id_details_wrapper{
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 20px 25px 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.bene_photo_capture_guide_arrow_head{
    position: relative;
}

.bene_back_arrow_btn{
    position: absolute;
    left: 0;
}

.ekyc_face_capture_guide_blub{
    margin-right: 8px;
    color: #F58634;
}

.ekyc_face_capture_guide_wrapper{
    background-color: #F6F7FF;
    border-radius: 64px;
    padding: 20px 50px;
}

.ekyc_face_capture_guide_hint_text{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 17px;
    padding: 5px 10px;
    display: inline-block;
}

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

.ekyc_face_capture_plain_bg{
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.ekyc_face_capture_plain_bg_text{
    margin-left: 20px;
    margin-bottom: 0;
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ekyc_face_capture_guide_pause{
    color: #527CDC;
}

.ekyc_face_capture_plain_bg2{
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.ekyc_bene_capture_hint{
    border: 1px solid #FF9800;
    background-color: #FFF3E0;
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    color: #1F2937;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ekyc_face_capture_guide_excla{
    color: #FF9800;
    margin-right: 8px;
}

.ekyc_bene_capture_relationship_select{
    font-family: "OpenSans-Regular";
    color: #1F2937;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

.ekyc_relation_text_select{
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}

.bene_aadhar_label{
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.bene_aadhar_num_input{
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 14px 20px;
}

.bene_aadhar_num_input::placeholder{
    font-family: "OpenSans-Regular";
    color: #9C9C9C;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.ekyc_face_captured_tick{
    background-color: #F6F7FF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}

.ekyc_face_captured_tick_text{
    margin-left: 7px;
    margin-bottom: 0;
    font-family: "OpenSans-Regular";
    color: #181818;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ekyc_face_captured_dummy_photo {
    text-align: center;
}

.ekyc_face_captured_dummy_photo img{
    background: linear-gradient(270deg, rgba(255, 124, 28, 0.15) 0%, rgba(136, 173, 255, 0.15) 100%);
    padding: 10px;
    border-radius: 50%;
    width: 257px;
    height: 257px;
}

.bene_frs_cross_icon {
    color: red;
    margin-right: 8px;
}
  
.bene_frs_nav_pills .bene_frs_nav_links .bene_parents_img{
    border: 2.06px solid transparent;
}
  
.bene_frs_nav_pills .bene_frs_nav_links.active, 
.bene_frs_nav_pills .show>.bene_frs_nav_links{
    background-color: transparent;
}
  
.bene_frs_nav_pills .bene_frs_nav_links.active .bene_parents_img, 
.bene_frs_nav_pills .show>.bene_frs_nav_links .bene_parents_img {
    border: 2.06px solid #2BCA3C;
    border-radius: 100%;
}
  
.bene_relation_img_text_wrapper{
    position: relative;
}
  
.bene_frs_nav_pills .bene_frs_nav_links.active .bene_relation_img_text_wrapper::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 5px;
    background-image: url('https://cdn.poshantracker.in/public-assets/image/EKYC/bene_frs_parents_tick.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.ekyc_popup_alert_msg_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 50px;
    border: 1.04px solid #FF9800;
    background-color: #FFF3E0;
    padding: 10px 30px;
    border-radius: 11px;
}

.ekyc_popup_alert_msg_icon{
    color: #FF9800;
    font-size: 30px;
    margin-right: 15px;
}

.ekyc_popup_alert_msg_text{
    font-family: "OpenSans-Regular";
    color: #1F2937;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.photo-ekyc-webcam{
    border-radius: 50%;
    object-fit: cover;
    margin-top: 20px;
    border: 5px solid #2BCA3C;
}

.bene_status_wrapper{
    position: relative;
}

.ekyc_face_capture_photo_wrapper{
    background-color: #F6F7FF;
    border-radius: 28px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ekyc_face_capture_photo_text{
    margin-left: 20px;
}

.ekyc_face_capture_photo_head{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.ekyc_face_capture_photo_name{
    font-family: "OpenSans-Regular";
    color: #D85C54;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.ekyc_face_capture_photo_img{
    width: 78px;
    height: 78px;
    border-radius: 16px;
}

.ekyc_face_capture_photo_img_wrapper{
    position: relative;
}

.ekyc_face_capture_photo_img_band{
    background-color: rgb(255, 255, 255, 0.8);
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0 0 16px 16px;
}

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

.ekyc_verify_photo_img{
    width: 131px;
    height: 131px;
    border-radius: 13px;
}

.ekyc_verify_photo_img_band{
    background-color: #ECF0FF;
    font-family: "OpenSans-Regular";
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0 0 16px 16px;
}

.ekyc_verify_photo_img_wrapper{
    position: relative;
}

.ekyc_verify_photo_content_steps{
    display: flex;
    align-items: flex-start;
    position: relative;
}

.ekyc_verify_photo_content_steps_tick{
    color: #2BCA3C;
    font-size: 25px;
}

.ekyc_verify_photo_content_steps_cross{
    color: #E11E26;
    font-size: 25px;
}

.ekyc_verify_photo_content_steps_loading{
    margin-top: 5px;
    font-size: 25px;
}

.ekyc_verify_photo_content_steps_exclamation{
    color: #527CDC;
    /* margin-top: 5px; */
    font-size: 25px;
}

.ekyc_verify_photo_content_steps_head{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
}

.ekyc_verify_photo_content_steps_desc{
    font-family: "OpenSans-Regular";
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 15px;
}

.ekyc_verfiy_photo_failed_msg_wrapper{
    background-color: #F8E8E8;
    border: 1px solid #F9D0D1;
    padding: 15px 20px;
    border-radius: 10px;
}

.ekyc_verfiy_photo_failed_msg_head{
    font-family: "OpenSans-Regular";
    color: #E31217;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.ekyc_verfiy_photo_failed_msg_desc{
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.ekyc_verfiy_photo_failed_msg_ol{
    margin-bottom: 0;
}

.ekyc_spinner-view{
    width: 25px;
    height: 25px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
}

.ekyc_addhar_verified_details_btn{
    background-color: #ECF0FF;
    border-radius: 6px;
    color: #527CDC;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    border-color: #ECF0FF;
    border-style: none;
    padding: 10px 20px;
    width: 95%;
}

.ekyc_record_video_img{
    background: linear-gradient(270deg, rgba(255, 124, 28, 0.15) 0%, rgba(136, 173, 255, 0.15) 100%);
    backdrop-filter: blur(40px);
    border-radius: 50%;
    padding: 10px;
}

.ekyc_record_video_text{
    color: #000000;
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 18px;
}

.ekyc_record_video_btn{
    background-color: #EC4C3E;
    border-radius: 25px;
    color: #FFFFFF;
    font-family: "OpenSans-Regular";
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 6px 25px;
}

.ekyc_record_video_icon{
    margin-right: 5px;
}

.ekyc_record_video_sec{
    margin-left: 25px;
}

.ekyc_record_video_error_wrapper{
    background-color: #FFF3F3;
    border: 1px solid #F9D0D1;
    border-radius: 17px;
    padding: 30px 45px;
}

.ekyc_record_video_error_msg{
    color: #ED2121;
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 16px;
}

.ekyc_record_video_error_msg_icon{
    color: #ED2121;
    font-size: 30px;
    background-color: #fff;
    padding: 15px;
    border-radius: 40px;
}


@media (max-width: 1024px) {
    .bene_frs_nav_pills .bene_frs_nav_links.active .bene_relation_img_text_wrapper::before{
        right: -10px;
    }

    .ekyc_face_capture_sample img{
        width: 80px;
    }
    
    .bene_ekyc_status_details{
        flex-wrap: wrap;
        height: auto;
    }
}

@media (max-width: 991px) {

    .bene_height_weight_age_details_wrapper{
        flex-wrap: wrap;
    }

    .active_inactive_bene_below_content{
        max-height: 130px;
    }

    .bene_adhar_mobile_abha_details{
        font-size: 10px;
    }

    .active_inactive_bene_top_content{
        padding: 20px 15px 10px;
    }

    .active_inactive_bene_dp {
        padding-right: 15px;
    }

    .active_inactive_bene_below_content{
        padding: 10px 15px;
    }

    .ekyc_complete_services_thr_hcm_wrapper{
        display: block;
        position: relative;
    }

    .bene_mother_adhar{
        font-size: 8px;
    }

    .detailCardHead{
        font-size: 12px;
    }

    .bene_frs_nav_pills .bene_frs_nav_links.active .bene_relation_img_text_wrapper::before{
        right: -8px;
    }

    .bene_ekyc_status_details{
        margin-right: 20px;
    }

}

@media (max-width: 767px) {

    .ekyc_bene_list_head_switch_wrapper{
        flex-wrap: wrap;
    }

    .bene_single_mob_add_alert{
        font-size: 10px;
    }

    .bene_height_weight_age{
        font-size: 12px;
        line-height: 18px;
    }

    .bene_height_weight_age_details_wrapper{
        flex-wrap: wrap;
    }

    .active_inactive_bene_below_content{
        max-height: 140px;
    }

    .bene_adhar_mobile_abha_details{
        font-size: 10px;
    }

    .ekyc_complete_services_thr_hcm_wrapper{
        right: 0;
        margin: 0 10px 30px;
        position: relative;
        top: 0;
    }

    .ekyc_face_capture_guide_wrapper{
        border-radius: 20px;
        padding: 20px 10px;
    }

    .photo-ekyc-webcam {
        width: 100%;
    }

    .ekyc_face_capture_sample img{
        width: 80px;
    }

    .bene_ekyc_status_details{
        flex-wrap: wrap;
        height: auto;
    }
    
}