@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');



:root {
    --global_pink_color: #f95880;
    --theme_sidebar_bg_color: #f9fafb;
    --theme_sidebar_font_color: #434343;
    --card_bg_color: #F1F5F9;
    --table_data_color: #626262;
    --mdr_green: #5ABA7D;
    /* --mdr_green: #6ff09e; */
    --mdr_cyan: #6af3e1;
    --mdr_primary: #21b5f7;
}

/* input[type="text"] {
    color: rgb(128, 0, 0) !important;
} */
/* .sidebar .nav-item .nav-link span{
    font-family: poppins;
} */
#mobile_sidebar{
    height: 100vh !important;
}
.text-pink {
    color: var(--global_pink_color) !important;
}

th {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: var(--global_pink_color) !important;
}

.navbar-nav .li_icon_div_active .fas {
    color: var(--global_pink_color) !important;
}

.navbar-nav .fas {
    color: var(--theme_sidebar_font_color) !important;
}

.sidebar {
    /* background-color: var(--theme_sidebar_bg_color) !important; */
    background-color: #f9fafb !important;
    border-right: 1px solid #ebebeb !important;
    /* width: 350px !important; */
    /* width: 25% !important; */
}

.sidebar .nav-item a.nav-link {
    color: var(--theme_sidebar_font_color) !important;
    /* 
    position: absolute;
    width: 77px;
    height: 18px;
    left: 84px;
    top: 286px;

    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 750;
    font-size: 15px;
    line-height: 18px;
    */
}

.sidebar li.new_logo_li {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sidebar .s_img {
    background-color: #e8ebee;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.sidebar .s_img_box {
    align-items: center;
    justify-content: center;
    display: flex;
    background: #21bff7;
    width: 50px;
    border-radius: 55px;
    height: 50px;
    margin-right: 8px;
}

/* .cus_pad {
    padding: 4px 15px 4px 15px !important;
} */

.li_icon_div {
    padding-left: 5px !important;
    margin: 10px 0px;
    border-radius: 10px;

}

.li_icon_div span {
    font-size: 15px !important;
}

.li_icon_div,
.li_icon_div_active i {
    font-size: 15px !important;
}

.li_icon_div_active {
    background: #E8EBEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* margin: 0px 5px !important; */
    margin:5px !important;
}

.btn_down_logout {
    color: #fff !important;
    padding: 1px 47px !important;
    height: 46px;
    background: #F95880;
    border-radius: 8px;
}

.btn_down_cpass {
    color: #F95880 !important;
    padding: 7px 21px !important;
    /* height: 46px; */
    background: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #f95880 !important;

}
.header_logout_btn{
    width: 160px !important;
    background-color: var(--mdr_primary) !important;
}
.header_logout_btn:hover{
    box-shadow: 0 0 6px #21b5f7, 0 0 7px #21b5f7, 0 0 7px #21b5f7 !important;
}

.btn_down_cpass a {
    color: #F95880 !important;
}

.card {
    padding: 0px !important;
    background: var(--card_bg_color) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px !important;
    padding: 0px !important;
    border: none !important;
}

.card .card-body table {
    border: 0px !important;
}

.card-head {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* padding: 30px 30px !important; */
    padding: 20px 30px !important;
    background-color: var(--card_bg_color) !important;
    border: none !important;
}

.card-body {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0px !important;
    background-color: #ffffff !important;
}

.card-body tbody tr td,
th {
    border: none !important;
    /* padding: 21px 0px 10px 17px !important; */
    padding: 16px 0px 10px 30px !important;
}

.card thead tr th {
    border: none !important;
    background-color: #f6f9fb !important;
}

table td {
    color: var(--table_data_color) !important;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.h-46 {
    height: 46px;
}

.breadcrumb {
    visibility: hidden !important; /* turn off  breadcrum */
    /*display: none !important;*/ /* for mobile responsive and better structure*/
}

.homepage_parent_class .dashboard_div .card {
    height: 145px !important;
    box-shadow: none !important;
    border: 1px solid #F95880 !important;
    border-radius: 15px !important;
}

.homepage_parent_class .dashboard_div2 .card {
    height: 145px !important;
    box-shadow: none !important;
    border: 1px solid #21B5F7 !important;
    border-radius: 15px !important;
}

.homepage_parent_class .dashboard_div2 .card a {
    color: #21B5F7 !important;
}

.homepage_parent_class .dashboard_div2 .card .h4 {
    color: #21B5F7 !important;
}

.homepage_parent_class .dashboard_div3 .card {
    height: 145px !important;
    box-shadow: none !important;
    border: 1px solid #5ABA7D !important;
    border-radius: 15px !important;
}

.homepage_parent_class .dashboard_div3 .card a {
    color: #5ABA7D !important;
}

.homepage_parent_class .dashboard_div3 .card .h4 {
    color: #5ABA7D !important;
}

.homepage_parent_class .dashboard_div4 .card {
    height: 145px !important;
    box-shadow: none !important;
    border: 1px solid #6AF3E1 !important;
    border-radius: 15px !important;
}

.homepage_parent_class .dashboard_div4 .card a {
    color: #6AF3E1 !important;
}

.homepage_parent_class .dashboard_div4 .card .h4 {
    color: #6AF3E1 !important;
}

.home_thead {
    background-color: #f6f9fb !important;
}

.home_card_body {
    border-radius: 15px;
    background: #F1F5F9;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.dash_h h3 {
    color: #242424;
    font-size: 23.394px;
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
}

.dash_h button {
    border-radius: 8px;
    border: 1px solid #F95880;
    background: #FFF;
    color: #F95880;
    text-align: center;
    font-size: 16px;
    font-family: Nunito Sans;
    font-weight: 700;
    letter-spacing: -0.3px;
    padding: 9px 30px;
}

.dash_h button:hover {
    color: #f7406e;
}

/* -----------------------------login page style----------------------- */
.login_pad {
    box-shadow: none !important;
    padding: 7rem !important;
    /* padding: 9rem !important; */
}

.login_pad .login_div_shadow {
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.login_div_shadow p {
    color: #000;
    font-size: 15px;
    font-family: Nunito Sans;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.login_div_input input {
    min-width: auto !important;
    border-radius: 10px !important;
    border: 1px solid #7C7C7C !important;
    background: #FFF !important;
    height: 46px !important;
    color: #ADADAD !important;
    font-size: 12px !important;
    font-family: Nunito Sans !important;
    letter-spacing: -0.3px !important;
}

.login_div_input {
    margin: 0px !important;
}

.login_div_input button {
    height: 46px;
    border-radius: 8px;
    background: #F95880;
    border: none;
}

.login_div_input button:hover {
    background: #fc4875;
    border: none;
}

.login_row {
    height: 100vh !important;
}


.left_sky_div {
    border-radius: 0px 40px 40px 0px;

}

.overlay {
    opacity: 0.2;
    margin-left: -15px !important;
    border-radius: 0px 40px 40px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: cover, contain;

}

.left_sky_div h2 {
    margin-top: 35px !important;
    color: #FFF;
    font-size: 22px;
    font-family: Nunito Sans;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* -----------------------------login page style end----------------------- */

/* -----------------------------New Navbar style start----------------------- */

.new_white_navbar {
    background-color: transparent !important;
}

.new_white_navbar a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
}


/* -----------------------------New Navbar style end----------------------- */
/* -----------------------------all form style start----------------------- */
/* .formcont .card {
    padding: 6px !important;
    border-radius: 30px !important;
    border: 1px solid #F95880 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
} */
form .card {
    padding: 6px !important;
    border-radius: 30px !important;
    border: 1px solid #F95880 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

/* .formcont .card-head {
    background-color: #ffffff !important;
} */
form .card-head {
    color: #242424;
    font-size: 23.394px;
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    padding: 10px 7px !important;
    background-color: #ffffff !important;
}

form .card .card-body fieldset {
    border: 0px solid #b3b9c5 !important;
    margin: 0;
    padding: 10px;
}

/* .formcont .card .card-body fieldset {
    border: 0px solid #b3b9c5 !important;
    margin: 0;
    padding: 10px;
} */

/* .formcont .card .card-body .chosen-container-multi input,
select {
    border-radius: 8px !important;
    border: 1px solid #FA6C90 !important;
    color: #979797;
    font-size: 15px;
    height: 46px !important;
    font-family: poppins;
    margin-bottom: 7px;
} */

.card .card-body .chosen-container-multi input,
select,
textarea {
    background: #fff;
    border-radius: 8px !important;
    border: 1px solid #FA6C90 !important;
    color: #979797;
    font-size: 15px;
    height: 46px !important;
    /* font-family: poppins; */
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 7px;
}

form .card .card-body .chosen-container-multi i {
    /* color: var(--global_pink_color); */
    bottom: 16px;
    right: 27px;
    position: absolute;
}

form .card .card-body small {
    color: #141023;
    font-size: 12.426px;
    font-family: Nunito Sans;
    letter-spacing: -0.266px;
}

.change_pass_top_btn input,
button {
    padding: 8px 40px !important;
    border-radius: 8px !important;
    color: #fff !important;
    /* border: 1px solid #F95880 !important; */
    background: #5aba7d !important;
    border: 0px !important;
}

/* .change_pass_top_btn input,
button {
    padding: 7px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #F95880 !important;
    background: #F95880 !important;
} */

.change_pass_top_btn input:hover {
    border: 1px solid #F95880;
    background: #F95880;
}

.change_pass_top_btn a {
    padding: 7px 20px !important;
    border-radius: 5px !important;
    border: 1px solid #F95880;
    color: var(--global_pink_color) !important;
    background-color: #fff !important;
}

.change_pass_top_btn a:hover {
    border: 1px solid #F95880;
    color: var(--global_pink_color) !important;
    background-color: #fff !important;
}

form .card .card-body .chosen-container-multi label {
    display: none !important;
}

/* .formcont .card .card-body .chosen-container-multi label {
    display: none !important;
} */

.btn-new {
    padding-top: 6px;
    background-color: #fff;
    border: 1px solid var(--global_pink_color);
    color: var(--global_pink_color);
    font-weight: 600;
    padding-bottom: 6px;
}

.btn-new:hover {
    border: 1px solid var(--global_pink_color);
    color: var(--global_pink_color);
}

.user_top_btn a {
    padding: 7px 40px !important;
}

.btn-pink {
    background: var(--global_pink_color) !important;
    color: #fff;
}

.btn-pink:hover {
    background: #dd456b !important;
    color: #fff;
}

/* -----------------------------all form style end----------------------- */

/* --------------------others------------------------------ */
.btn-schedule {
    background-color: #fff !important;
    border: 1px solid var(--global_pink_color) !important;
    color: var(--global_pink_color) !important;
}

.demographic_btn {
    background-color: #fff !important;
    color: var(--global_pink_color) !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

table button {
    background: transparent !important;
}

.bg_mdr_blue {
    background: var(--mdr_primary) !important;
}

.immunization_pad {
    padding: 10px 18px !important;
}

.top_search_input {
    border-radius: 8px !important;
    border: 1px solid #FA6C90 !important;
    color: #979797;
    font-size: 15px;
    height: 46px !important;
    /* font-family: poppins; */
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 7px;
}

.top_search_input_i {
    position: absolute !important;
    right: 24px !important;
    margin-top: -36px !important;
}

.top_search_input__btn {
    /* position: absolute;
    right: -80px;
    bottom: 10px; */
}

.Immunization-filter input#disease_name {
    border-radius: 8px !important;
    border: 1px solid #FA6C90 !important;
    color: #979797;
    font-size: 15px;
    height: 46px !important;
    /* font-family: poppins; */
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 7px;
}

.mdr_login_pad {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 52px !important;
    padding-right: 52px !important;
}

.form_border_div {
    background: #D9D9D9;
    height: 1px;
}

.formcont {
    padding: 0px 25px !important;
    /* padding: 0px 43px !important; */
}

.file_upload_div {
    border: 3px dashed var(--global_pink_color);
    align-items: center;
    justify-content: center;
    display: flex;
    height: 200px;
    background-color: #fff;
}

.file_upload_div .file_icon i {
    color: var(--global_pink_color);
    font-size: 40px;
}

.file_upload_div .file_icon p {
    color: #979797;
    font-size: 15px;
    font-family: Avenir LT Std, poppins;
}

.file_upload_div .file_icon p span {
    color: var(--global_pink_color);
}

.mdr-danger {
    background-color: var(--global_pink_color) !important;
    color: #ffffff !important;
}

.mdr-success {
    background-color: var(--mdr_green) !important;
    color: #ffffff !important;
}

.mdr-primary {
    background-color: var(--mdr_primary) !important;
    color: #ffffff !important;
}

.mdr-cyan {
    background-color: var(--mdr_cyan) !important;
    color: #ffffff !important;
}

#dropdownMenuButton {
    background: #fff !important;
    color: #979797 !important;
    border: 1px solid #F95880 !important;
    height: 46px;
}

form .card {
    padding: 13px !important;
    border-radius: 30px !important;
    border: 1px solid #F95880 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.show_detail_page .card {
    padding: 20px !important;
    border-radius: 30px !important;
    border: 1px solid #F95880 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.cfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}

.custom_show_page_cancel_btn {
    border: 1px solid #f95880 !important;
    color: #f95880 !important;
    background: transparent !important;
}

.custom_date_i {
    color: #fff !important;
    border-radius: 26px !important;
    width: 30px !important;
    background: var(--global_pink_color) !important;
    font-size: 19px !important;
    bottom: 16px !important;
    right: 27px !important;
    position: absolute !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 15px !important;
}

.btn-Immunize {
    background-color: #5aba7d !important;
    color: #fff !important;
}

/* --------------------others end------------------------------ */

/* -----------------select2 style start------------------------ */

.select2-results__option {
    border: 0px !important;
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #F95880;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    /* border-width: 1px solid #F95880 !important; */
    /* border-width: 2px; */
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /* 	display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

/* .selection span.select2-selection--multiple{
    overflow-y: scroll;
     overflow-x: hidden !important;
     border-radius: 6px;
     height: 44px;
     border: 1px solid #F95880 !important;
     padding-left: 12px !important;
 } */
.selection span.select2-selection--multiple {
    overflow-y: scroll;
    overflow-x: hidden !important;
    border-radius: 6px;
    height: 44px;
    border: 1px solid #F95880 !important;
    padding-left: 12px !important;

    /* Hide the scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */

    /* Hide the scrollbar track */
    ::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /* Hide the scrollbar thumb */
    ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}

.select2-search__field {
    margin-top: 8px !important;
}

/* -----------------select2 style end------------------------ */
/* ---------------------------------flatpicker---------------------------- */
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist !important;
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto !important;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist;
    width: auto;
}

/* ---------------------------------flatpicker end---------------------------- */
/* .card thead {
    padding: 100px !important;
} */


/* footer.sticky-footer {
    width: calc(100% - 350px);
} */
/*-------------- mobile menu --------------*/

#close_sidebar {
    position: absolute;
    top: 7px;
    left: 87%;
}
#close_sidebar i{
    font-size: 25px;
    color: #21bff7 !important;
}
.open_mobile_menu_bar {
    padding: 6px 18px;
}
.open_mobile_menu_bar i{
    font-size: 25px;
    color: #000;
}
/*-------------- mobile menu end-------------- */


/* media query start */
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .login_pad {
        padding: 4rem !important;
        /* transition: 0.5s; */
    }
}

/* media query end */

.card-body tbody tr td:last-child{
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}
.card-body tbody tr td:last-child form button{
   padding: 0 !important;
}
.btn-new:active{
    color: var(--global_pink_color) !important;
    background-color: #fff !important;
    border-color: var(--global_pink_color) !important;
}
#right_div_for_mobile_overlay {
    position: fixed; 
    display: none; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgb(0 0 0 / 36%);
    z-index: 2; 
    cursor: pointer; 
  }
  .sidebar .nav-item:last-child {
    margin-top: auto !important;
    margin-bottom: 40px !important;
  }
  /* ============================= ABHA style start ======================= */
/* bg color is change according ABHA */
div#content-wrapper {
    background-color: #eff2f7 !important;
}
.abha-navbar{
    background-color: transparent !important;
    padding: 0 !important;
}
.abha-search-input {
    padding: 0px 17px !important;
    height: 54px !important;
    /* width: 275px !important; */
    width: 100% !important;
    border: 1px solid #bababa !important;
    border-radius: 5px !important;
}
.abha-filter-icon{
    width: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 29px !important;
    background-color:#F95880 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.abha-top-header-btn-grp{
    gap: 15px;
}
.abha-top-header-action-btn{
    background-color:var(--mdr_primary) !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.abha-left-form{
    background-color: #fff;
    text-align: center;
    padding: 30px 60px;
}
.abha_pink_btn{
    background-color: var(--global_pink_color) !important;
    color: #fff !important;
}
.abha_pink_btn_outline{
    color: var(--global_pink_color) !important;
    background-color: #fff !important;
    border: 1px solid var(--global_pink_color) !important;
}
.abha-left-form p:first-child{
    /* font-family: poppins; */
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0px;
    font-size: 19px !important;
    font-weight: 700 !important;
    color:#4F4F4F !important;
}
.abha-left-form p:nth-child(2){
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--global_pink_color) !important;
}
.abha_c1{
    font-size: 13px;
    font-family: 'poppins';
}
.aadhar_input{
    height: 54px !important;
    /* margin: 31px 0px !important; */
    border-radius: 5px !important;
    border: 1px solid #BABABA !important;
}
.abha_label{
    color: rgba(0, 0, 0, 0.45);
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.abha_c2{
    font-size: 18px !important;
    color: var(--global_pink_color) !important;
    /* font-weight: bold !important; */
    font-weight: 500;
    text-decoration: none !important;
    margin-bottom: 3px;
    letter-spacing: -0.3px;
}
.abha_click_mob{
    color: var(--global_pink_color);
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    /* font-style: normal; */
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: -0.3px;
}
.abha_click_mob:hover{
    color: var(--global_pink_color) !important;
   text-decoration: none !important;
}
.abha-right-content-div {
    font-family: 'poppins' !important;
    padding: 20px !important;
}
/* .abha-right-content-div h4{
    font-weight: 700;
    font-family: 'Poppins';
    color: #4f4f4f;
    font-size: 17px !important;
} */
.abha-right-content-div p{
    color: #4F4F4F;
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    /* font-style: normal; */
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}
.btext_h5{
    font-weight: 700 !important;
    color: #4c4c4c !important;
    font-size: 16px !important;
}
.btext_h4{
    font-weight: 700 !important;
    color: #4c4c4c !important;
    font-size: 17px !important;
}
.aadhar_input_form_4:focus{
   border-color: #ced4da !important;
}
.abha_info_form label{
    color: #000;
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    /* font-style: normal; */
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.3px;
}
.bg_white{
    background-color: #fff !important;
}
.form_10_btn{
    border-radius: 5px !important;
border: 1px solid rgba(0, 0, 0, 0.08) !important;
background:  #F95880 !important;
}
input[type="checkbox"]{
    accent-color: #F95880 !important;
}
[type="radio"]:checked+label:after {
    background-color: #F95880 !important;
    /* border: 2px solid  #F95880 !important; */
    border-radius: 100px !important;
    
  }
  .text_dark{
    color: #000 !important;
  }
  .nha_img{
    width: 133px;
  }
  .nha_logo_box{
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
    margin-top: 22px;
  }
  .nha_logo_box span{
    font-size: 19px;
    font-weight: 600;
    color: #000000bf;
    /* margin-top: 15px; */
  }
  input.form-control.custom_mob_input {
    color: rgba(0, 0, 0, 0.45);
    font-family: Nunito Sans;
    font-size: 14px;
    /* font-style: normal; */
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}
  .custom_mob_input:focus{
    border: 1px solid #ced4da !important;
  }
  .abha_mobile_search_form{
    width: 337px;
  }
  .abha_mobile_search_form .search_icon{
    background-color: #fff !important;
  }
  .abha_mobile_search_form .search_icon i.fa-search{
    font-size: 17px !important;
    color: #696969 !important;
  }
  .abha_mobile_search_form .sinput{
   border-left: 0px !important;
   color: #696969;
    /* font-family: Poppins; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    /* font-style: normal; */
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
  }
  .top_s_box{
    border-radius: 5px;
    /* border: 1px solid #BABABA; */
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
.gap_14{
    gap: 14px !important;
}
.s_span{
    border-right: 2px solid;
    margin: 0px 12px;
}
.h_54{
    height: 54px !important;
}

/* ============================= ABHA style end ======================= */