body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    width: 5px;
    background-color: #cacaca;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #19B3B5;
    border-radius: 10px;
}


.loginWrapper {
    width: 100%;
    height: 100vh;
    background-image: url('../../assets/images/png/bg_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.eventtt {
    overflow-y: scroll;
    overflow-x: hidden;
}

.eventtt::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    height: 5px;
}

.eventtt::-webkit-scrollbar-track {
    width: 5px;
    height: 5px;
    background: #cacaca;
}

.eventtt::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    background-color: #85d3d4 !important;
    border-radius: 10px;
}


.card-login {
    width: 528px;
    min-height: 600px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid var(--6, #F4F5F6);
    background: #FFF;
    box-shadow: 0px 10px 110px 1px rgba(59, 59, 59, 0.08);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 41px;
    margin-top: 12px !important;

}

#successMsg {
    width: calc(100% - 240px) !important;
    background-color: #313131;
    height: 40px;
    display: flex;
    align-items: center;
    position: fixed;
    color: #FFF;
    top: 90px;
    font-weight: 450;
    font-size: 16px;
    padding-left: 24px;
    z-index: 9;
    right: 0;
}

.sidebar-icon-only #successMsg {
    width: calc(100% - 80px) !important;
    background-color: #313131;
    height: 40px;
    display: flex;
    align-items: center;
    position: fixed;
    color: #FFF;
    top: 90px;
    font-weight: 450;
    font-size: 16px;
    padding-left: 24px;
    z-index: 9;
    right: 0;
}

.padddee {
    padding-top: 22px;
}

.wrape_pkg {
    position: relative;
}

.inpuPass {
    position: relative;

}

.inpuPass i {
    position: absolute;
    top: 36%;
    bottom: 0;
    right: 21px;
    margin: auto;
    cursor: pointer;
}


.log_meri {
    width: 346px;
    height: 72px;
    object-fit: cover;
    margin-bottom: 22px;
}

.loginTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 408px;
    color: #19B3B5;
    font-family: 'Poppins';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.descLogin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313131;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.inp_login {
    display: flex;
    width: 446px;
    padding: 19px 21px 19px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 0.3px solid #313131;
    color: #313131;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.inp_login:focus {
    border: 0.3px solid #313131;
}


.single {
    width: 100%;
    max-width: 446px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 12px;
    margin-bottom: 20px;
}

.label_login {
    color: #313131;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inp_login::placeholder {
    color: #313131;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.passwordd_log::placeholder {
    position: relative;
    top: 2px;
}


.forgo_login {
    color: #19B3B5;
    text-align: right;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-self: flex-end;
    margin-top: -18px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 9px;
}

.small_cards_scans p {
    color: #313131;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 14px;
}

.reimbursed_card .small_cards_scans {
    width: 100% !important;
    margin-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.reimbursed_card .small_cards_scans p {
    width: 100%;
    text-align: left;
}


.login_btn {
    display: flex;
    width: 446px;
    height: 59px;
    padding: 19px 21px 19px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    background-color: #19B3B5;
    margin-top: 2px;
}

.bar__hei span {
    width: 100%;
    max-width: 20%;
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.pedd2 {
    padding-right: 0px !important;
}

.label_reimb {
    width: 100%;
}

.rejec_prog {
    background-color: #E996C0 !important;
}

.pedd {
    padding: 0px 12px !important;
}

.progress-reimb {
    width: 80% !important;
    height: 8px !important;
    background-color: #ECECEC;
    border-radius: 10px;
}

.progress-bar-reimb {
    background-color: #C1E8BE !important;
}

.rejecc {
    border: 1.6px solid #E996C0 !important;
    background: rgba(233, 150, 192, 0.20) !important;
    color: #E996C0 !important;
}

.wraping_reimb_progresses span {
    color: #313131;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.reimbursed_card hr {
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.wraping_reimb_progresses {
    width: 100%;
    padding: 0px 18px;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.beee {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress__btn_remib {
    width: 50px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1.6px solid #9ADF95;
    color: #9ADF95;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    /* 160% */
    background: rgba(193, 232, 190, 0.30);
    align-self: flex-end;
}

.popupLogin {
    width: fit-content;
    height: 40px;
    flex-shrink: 0;
    background-color: #FFF;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.popupLogin span {
    color: #9A0A0A;
    font-feature-settings: 'clig' off, 'liga' off;
    /* font-family: Lato; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}



.superAdminTitle {
    color: #19B3B5;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.uan {
    color: #313131;
    text-align: center;
    font-family: 'Poppins';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 84.375% */
}

.forgo-login {
    display: flex;
    width: 528px;
    height: 390px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid var(--6, #F4F5F6);
    background: #FFF;
    box-shadow: 0px 10px 110px 1px rgba(59, 59, 59, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}



.super_meri_logo {
    width: 346px;
    height: 72.805px;
    object-fit: cover;
}



/* ----------------------------------------------------- EVENTS CSS STARTS --------------------------------------------- */

.events_wraper {
    width: 100%;
    height: calc(100vh - 70px);
    background: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 74px;
}



.dates {
    display: flex;
    align-items: center;
    gap: 24px;
}


.wraper_publish_modal {
    width: 100%;
    max-width: 436px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: auto;
}


.title_publish {
    color: #000;
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 105% */
}




/* ----------------------------------------------------- EVENTS CSS ENDS --------------------------------------------- */


/* ----------------------------------------------------- EMPLOYESS CSS ENDS --------------------------------------------- */

.wraper-data {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.leppp {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    align-self: start;
}

.down_csv {
    width: 255px;
    height: 47px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #19B3B5;
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: #FFF;
    margin-right: 5px;
}

.table001 .dataTables_empty {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report_head {
    margin-bottom: 24px;
}

.gapingg {
    gap: 0px !important;
}

.gapingg .tabs01 table {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.all_depart_select_employess {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 15px 20px 15px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    border: none;
    outline: none;
}

.all_depart_select_employess option {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.card_main_report {
    width: 100%;
    height: 679px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
}

.input_main_report {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 0.5px solid rgba(49, 49, 49, 0.30);
    background: #FFF;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    padding-right: 0px !important;
    padding-left: 24px;
}

.sub_context_wrap {
    padding-left: 0px !important;
}

.input_main_report input {
    width: 98%;
    border: none;
    outline: none;
}


.date__input__employees {
    padding: 11px 20px 11px 16px;
    border: none;
    outline: none;
}


.alltiers__input__employees {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 11px 20px 11px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border: none;
    outline: none;
    /* 111.111% */
}

.gender__input__employees {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 11px 20px 11px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    border: none;
}

.tabing_reports ul li {
    width: 100% !important;
    white-space: nowrap;
}

.tabing_reports {
    margin-top: 24px;
}

.wrp {
    margin-top: 24px;
}

.date__input__employees {
    display: flex;
    width: 334px;
    height: 50px;
    padding: 11px 20px 11px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    background: #FFF;
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
}


/* ----------------------------------------------------- EMPLOYESS CSS ENDS --------------------------------------------- */

.main__card {
    width: 100%;
    height: 822px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
    overflow: hidden;
}


.carding_tiers {
    width: 100%;
    height: 93px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0 24px;
}


.most_used_tiers_btn {
    display: flex;
    width: 229px;
    height: 50px;
    padding: 4.625px 4.353px;
    justify-content: center;
    align-items: center;
    gap: 2.721px;
    border-radius: 10px;
    border: 0.442px solid #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #19B3B5;
}



.drp-buttons {
    display: none !important;
}

.view__email {
    padding: 9px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #19B3B5;
    background: #FFF;
    white-space: nowrap;
    color: #19B3B5;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 11px;
    right: 0;
}

.view__email:hover {
    color: #19B3B5 !important;
    text-decoration: none;
}

.view__email:focus {
    border-color: unset !important;
}


#evenetModal .modal-header {
    display: flex;
    align-items: center;
    padding: 19px 0px 11px 0px !important;
    position: relative;
    height: 72px;
}

#evenetModal .modal-title {
    position: absolute;
    bottom: 11px;
    width: 50%;
    color: #000;
    font-feature-settings: 'liga' off,
        'clig' off;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.dateee_iin {
    width: 100%;
    padding-left: 41px;
    outline: none;
    border: none;
    height: 100%;
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}

.dateee_iin:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


.daterangepicker .table-condensed td.active {
    background-color: #19B3B5 !important;
    color: #FFF !important;
}

.daterangepicker .drp-buttons {
    display: none;
}

.cardinggg_empl {
    width: 100%;
    height: 126px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
    padding-left: 24px;
    padding-right: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_emplo_prof {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bold_prof {
    color: #313131;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.font-22 {
    font-size: 22px;
}

.edit__svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0.75C3.063 0.75 0.75 3.063 0.75 10C0.75 16.937 3.063 19.25 10 19.25C16.937 19.25 19.25 16.937 19.25 10' stroke='%23979797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5285 2.30364V2.30364C16.5355 1.42464 15.0185 1.51664 14.1395 2.50964C14.1395 2.50964 9.77053 7.44464 8.25553 9.15764C6.73853 10.8696 7.85053 13.2346 7.85053 13.2346C7.85053 13.2346 10.3545 14.0276 11.8485 12.3396C13.3435 10.6516 17.7345 5.69264 17.7345 5.69264C18.6135 4.69964 18.5205 3.18264 17.5285 2.30364Z' stroke='%23979797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0088 3.80078L16.6038 6.98378' stroke='%23979797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18.5px;
    height: 18.5px;
    position: relative;
    top: -15px;
}

.contain_over_cards {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.carding_single_overview {
    width: 692px;
    height: 377px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
}

.tabinggg {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.tabinggg li {
    color: rgba(49, 49, 49, 0.50);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.card_overview {
    width: 100%;
    height: 377px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    overflow-y: auto;
}

.card_overview::-webkit-scrollbar {
    width: 0em;
}

.top_overiw {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
    padding-bottom: 10px !important;

}

.top_overiw h3 {
    color: #19B3B5;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.top_overiw span {
    color: #19B3B5;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.date_withBord {
    border-radius: 6px;
    border: 0.5px solid rgba(49, 49, 49, 0.30);
    background: #FFF;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
}

.wraping_over_cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}


.carding__table__overview {
    width: 100%;
    height: 648px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
    margin-top: 17px;
    overflow-y: auto;
}

.carding__table__overview::-webkit-scrollbar {
    width: 0em;
}

.wraping__table_tele table thead th {
    height: 56px;
    background: #EEE;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 131.25% */
}

.wraping__table_tele table td {
    height: 72px;
    flex-shrink: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 131.25% */
}


.wraping__table_overrr table thead th {
    height: 48px;
    background: #EEE;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wraping__table_tele tr:hover td {
    background-color: #dcf4f4;
}


#over_containn {
    overflow-y: scroll;
    height: 1054px;
}

#over_containn::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #E3DEDE;
}

#over_containn::-webkit-scrollbar-thumb {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #19B3B5;
}

.tab-pane.fade.active.show {
    display: block !important;
}

.select__tele {
    display: flex;
    width: 334px;
    height: 50px;
    padding: 10px 20px 10px 24px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: var(--White, #FFF);
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
}

.select__tele option {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
}


.topingg_tele {
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 13px;
    padding-right: 24px;
}


.carding_tele {
    width: 100%;
    height: 86px;
    height: 603px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
}

.wraper_tele_table {
    width: 100%;
    height: 603px;
    overflow-y: scroll;
}

.wraper_tele_table::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #E3DEDE;
}


.wraper_tele_table::-webkit-scrollbar-thumb {
    width: 12px;
    height: 12px;
    background-color: #19B3B5;
}

.carding_labsMedicine {
    width: 100%;
    height: 603px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
}

.linksss_lab {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topingg_labsMedi {
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
}

.linksss_lab ul {
    margin-bottom: 0px;
}

#package_div h3 {
    color: #19B3B5;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}

.changetierBtn {
    display: flex;
    width: 155px;
    height: 50px;
    padding: 4.625px 4.353px;
    justify-content: center;
    align-items: center;
    gap: 2.721px;
    border-radius: 10px;
    border: 0.442px solid #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #19B3B5;
    position: absolute;
    right: 0px;
    top: -84px;
}

.select_import {
    display: flex;
    width: 100%;
    padding: 19px 21px 19px 20px;
    align-items: center;
    gap: 219px;
    border-radius: 10px;
    border: 1px solid #B1B5C3;
    color: var(--3, #777E90);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select_import option {
    color: var(--3, #777E90);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.csv_svg input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cancel_btn_import {
    display: flex;
    width: 215px;
    height: 50px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    border: 1px solid #19B3B5;
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    outline: none;
    background: #fff;
    text-transform: uppercase;
}

.save_btn_import {
    text-transform: uppercase;
    display: flex;
    width: 215px;
    height: 50px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    background: #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    outline: none;
}

.btn_wraping_import {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
}

.csv_svg {
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M60.0002 49.9987V59.9987H20.0002V49.9987H13.3335V59.9987C13.3335 63.6654 16.3335 66.6654 20.0002 66.6654H60.0002C63.6668 66.6654 66.6668 63.6654 66.6668 59.9987V49.9987H60.0002ZM23.3335 29.9987L28.0335 34.6987L36.6668 26.0987V53.332H43.3335V26.0987L51.9668 34.6987L56.6668 29.9987L40.0002 13.332L23.3335 29.9987Z' fill='%2351D1C4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    margin: auto;
    cursor: pointer;
}

.weaping_all_subscriptionTier {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding: 33px 0px;
}

#changeTierModal .modal-content {
    display: flex;
    width: 502px;
    height: 438px;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--6, #F4F5F6);
    background: #FFF;
    box-shadow: 0px 10px 110px 1px rgba(59, 59, 59, 0.08)
}

.current_subs_sele {
    display: flex;
    width: 454px;
    padding: 19px 21px 19px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 0.3px solid #313131;
    background: #ECECEC;
}

.change_ver {
    margin-top: 20px;
}

.btn_mtt {
    margin-top: 0px !important;
}

.seleccccc {
    display: flex;
    width: 454px;
    padding: 19px 21px 19px 20px;
    align-items: center;
    gap: 219px;
    border-radius: 10px;
    border: 0.3px solid #313131 !important;
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #FFF !important;
}

.wraping_verti p {
    color: var(--primary-dark-1, #242731);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.current_subs_sele span {
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.subscriptionTierHeading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #19B3B5;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
}



.tier_label {
    color: var(--primary-dark-1, #242731);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.desc_import {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 131.25% */
}

.heading_import {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #19B3B5;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
    margin-bottom: 16px;
}

.over_containn {}


.wraping_dashboard_heads {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.top_head_depart_health {
    width: 100%;
    padding-top: 28px;
    padding-left: 24px;
    padding-bottom: 13px;
}

.no__pad {
    padding-left: 0px !important;
}

.wrapie_top_heads_filters a {
    color: #313131;
    text-align: right;
    font-family: Poppins;
    font-size: 10.392px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.787px;
    padding: 0 6px 0 0;
}

.wrapie_top_heads_filters .nav-item {
    height: 16px;
    border-right: 1px solid #313131;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapie_top_heads_filters .nav-link.active {
    background: transparent !important;
    border: none !important;
    color: #19B3B5 !important;
    text-align: right;
    font-family: Poppins;
    font-size: 10.392px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.787px;
    /* 161.538% */
}

.top_head_depart {
    width: 100%;
    height: 93px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wrapie_top_heads_filters_btn {
    display: flex;
    width: 277px;
    height: 36px;
    padding: 7.19px 6.767px;
    justify-content: center;
    align-items: center;
    gap: 4.229px;
    flex-shrink: 0;
    border-radius: 5.075px;
    border: 0.687px solid #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #19B3B5;
}

.wrapie_top_heads_filters {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 16px;
    border-bottom: 0px !important;
}

.wrapie_top_heads_filters .nav-item:focus-visible {
    outline: none !important;
    border: none !important;
}

.wrapie_top_heads_filters .nav-link:hover {
    border: none !important;
    color: inherit !important;
}

.wrapie_top_heads_filters hr {
    width: 12px;
    transform: rotate(90deg);
    color: #313131;
}

.top_head_depart h2 {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.view_all_te {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 131.25% */
    text-decoration-line: underline;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;

}

.depart_most {
    color: #313131;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top_head_depart_health h2 {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding-left: 16px;
    /* padding-top: 22px; */
}

.filters {
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end; */
    /* padding-right: 20px; */
}


.no__pad h2 {
    padding-left: 33px;
}

.card_filters {
    width: 309px;
    height: 324px;
    flex-shrink: 0;
    border-radius: 13.972px;
    background: #F5F5F5;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
}

.card_filters h2 {
    padding-top: 12px;
}

.card_filters span {
    color: #313131;
    text-align: right;
    font-family: Poppins;
    font-size: 10.392px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.787px;
    /* 161.538% */
}

.wraper_all_deprt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 29px;
    padding-bottom: 35px;
    padding-left: 56px;
    padding-right: 56px;
}


.wraping_details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.wraper_all_deprt h2 {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
}

.single_deta {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.clr {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #DCEDE4;
    position: absolute;
    top: 2px;
    left: -24px;

}

.rieee {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.rieee h4 {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rieee h5 {
    color: #313131;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.cross_sss {
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.47885 8.13258L15.7348 14.3886L14.3886 15.7348L8.13258 9.47885L8 9.34626L7.86742 9.47885L1.61143 15.7348L0.265165 14.3886L6.52115 8.13258L6.65374 8L6.52115 7.86742L0.265165 1.61143L1.61143 0.265165L7.86742 6.52115L8 6.65374L8.13258 6.52115L14.3886 0.265165L15.7348 1.61143L9.47885 7.86742L9.34626 8L9.47885 8.13258Z' fill='%23313131' stroke='white' stroke-width='0.375'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 16px;
    height: 16px;
}

.allDepartmentModal .modal-dialog {
    display: flex;
    justify-content: center;
}


.allDepartmentModal .modal-content {
    width: 539px;
    /* height: 380px; */
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
}

.apexcharts-legend-text .dept-percentage {
    display: block;
    font-weight: 600;
    margin-left: 1rem;
}

.allDepartmentModal .modal-body {
    width: 100%;
    height: 100%;
}


.boldddd1 {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    white-space: wrap !important;
    overflow: visible;
    text-overflow: unset !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#evenetModalLabel {
    font-weight: 600 !important;
}

#danger {
    color: #FFF;
    text-align: center;
    font-family: "Circular Std";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 450 !important;
    line-height: normal;
    text-align: left !important;
    display: flex;
    align-items: center !important;
}

#employee-table_wrapper::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    height: 5px;
    background-color: rgb(2, 149, 7);
}

#employee-table_wrapper::-webkit-scrollbar-thumb {
    display: block !important;
    width: 5px;
    height: 5px;
    background-color: rebeccapurple;
}


#employee-table_wrapper::-webkit-scrollbar-track {
    display: block !important;
    width: 5px;
    height: 5px;
    background-color: rgb(174, 153, 194);
}


.accc {
    color: #19B3B5 !important;
    text-align: right;
    font-family: Poppins;
    font-size: 10.392px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.787px;
    /* 161.538% */
}



.btn_wraper_sign button {
    display: flex;
    width: 215px;
    height: 43px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    outline: none;
    border: none;
}

.btn_wraper_sign button:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #19B3B5;
}

.btn_wraper_sign button:nth-child(2) {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    border: 1px solid #19B3B5 !important;
}




.modalSignout .modal-body h2 {
    color: #19B3B5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
}



.modalSignout h2 {
    margin-top: 48px;
    color: #19B3B5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
}

.closeBtn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.2687 15.7337L8.06649 9.4794L7.93335 9.34515L7.80021 9.4794L1.598 15.7337L0.264063 14.3886L6.46848 8.13203L6.59941 8L6.46848 7.86797L0.264063 1.61143L1.598 0.266281L7.80021 6.5206L7.93335 6.65485L8.06649 6.5206L14.2687 0.266281L15.6026 1.61143L9.39822 7.86797L9.26729 8L9.39822 8.13203L15.6026 14.3886L14.2687 15.7337Z' fill='%23313131' stroke='white' stroke-width='0.375'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modalSignout p {
    color: #313131;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_wraper_sign {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.cross_signout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.2687 15.7337L8.06649 9.4794L7.93335 9.34515L7.80021 9.4794L1.598 15.7337L0.264063 14.3886L6.46848 8.13203L6.59941 8L6.46848 7.86797L0.264063 1.61143L1.598 0.266281L7.80021 6.5206L7.93335 6.65485L8.06649 6.5206L14.2687 0.266281L15.6026 1.61143L9.39822 7.86797L9.26729 8L9.39822 8.13203L15.6026 14.3886L14.2687 15.7337Z' fill='%23313131' stroke='white' stroke-width='0.375'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 15.867px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
}


.mb_c {
    margin-bottom: 9px !important;
}

.email_active {
    position: relative;
}

.email_active::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    background-color: #000000;
    left: 0;
}

.select_filters {
    display: flex;
    width: 277px;
    height: 36px;
    padding: 1.401px 22.413px 0.5px 22px;
    justify-content: center;
    align-items: center;
    gap: 5.603px;
    flex-shrink: 0;
    border-radius: 11.206px;
    background: #FFF;
    color: rgba(49, 49, 49, 0.80);
    font-family: Poppins;
    font-size: 12.607px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 16px;
}

.select_filters option {
    color: rgba(49, 49, 49, 0.80);
    font-family: Poppins;
    font-size: 12.607px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}



.registered_users_card {
    width: 100%;
    height: 326px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.8px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    padding: 24px 9px;
}

.departmental h2 {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}



.row_dash {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.small_cards_scans {
    height: 151px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.8px solid #F8F9FA;
    background: #FFF;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 14px;
    padding-top: 14px;
}

.wrpaing_smallCards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    width: 75%;
}

.small_cards_scans h2 {
    color: rgba(49, 49, 49, 0.90);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 63.158% */

}

.arr_small_card {
    width: 8.046px !important;
    height: 12.599px !important;
    position: relative;
    top: 5px;
}

.small_num_wrape {
    margin-top: 10px;
}

.small_cards_scans h3 {
    color: #313131;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.upcoming_events {
    width: 100%;
    height: 392px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.8px solid #F8F9FA;
    background: #FFF;
    display: flex;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
    align-items: center;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-top: 16px;
    padding-bottom: 23px;
    position: relative;
}

.upcoming_events hr {
    width: 100%;
    height: 0.5px;
    background: #ECECEC;
}

.edit__svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_6132_10645)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M13.3354 19.5078H19.7124' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.058 4.85889V4.85889C14.714 3.85089 12.808 4.12289 11.8 5.46589C11.8 5.46589 6.78704 12.1439 5.04804 14.4609C3.30904 16.7789 4.95404 19.6509 4.95404 19.6509C4.95404 19.6509 8.19804 20.3969 9.91204 18.1119C11.627 15.8279 16.664 9.11689 16.664 9.11689C17.672 7.77389 17.401 5.86689 16.058 4.85889Z' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5044 7.21136L15.3684 10.8624' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6132_10645'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}


.tick__svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_2925_11627)'%3E%3Cpath d='M8.9999 16.2L4.7999 12L3.3999 13.4L8.9999 19L20.9999 6.99998L19.5999 5.59998L8.9999 16.2Z' fill='%2319B3B5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2925_11627'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

.upcoming_events h2 {
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    margin-left: 16px;
    margin-bottom: 15px;
}

.info_upcoming {
    width: 100%;
    padding: 16px;
}

.info_upcoming h3 {
    color: #313131;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.info_upcoming hr {
    width: 100%;
    height: 0.5px;
    background: #ECECEC;
}

.fr_s {
    color: #889AAA;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icon_up {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 16px 0px;
}

.viewPara {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 23px;
    cursor: pointer;
}


.cross__svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_2925_11642)'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%23EF6262'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2925_11642'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

.reimbursed_card {
    width: 100%;
    height: 325px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.8px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
}

.wrape_middle {
    display: flex;
}

.departmental {
    /* width: 453px; */
    height: 392px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.8px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0px 3.2px 16px 0px rgba(238, 238, 238, 0.50);
}

.healthPackages {
    /* width: 931px; */
    height: 392px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
}

.overallEngagement {
    /* width: 692px; */
    height: 470px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 3.5px 16px 0px rgba(238, 238, 238, 0.50);
}

.arrowDownSvg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' viewBox='0 0 14 21' fill='none'%3E%3Cpath d='M7.22974 20.666C6.72348 20.666 6.30508 20.2897 6.23887 19.8016L6.22974 19.666L6.22974 1.50892C6.22974 0.956632 6.67745 0.508917 7.22974 0.508917C7.736 0.508917 8.15439 0.885122 8.22061 1.37322L8.22974 1.50892L8.22974 19.666C8.22974 20.2182 7.78202 20.666 7.22974 20.666Z' fill='%23B22234'/%3E%3Cpath d='M7.93845 20.3722C7.58309 20.7292 7.02542 20.7616 6.63328 20.4695L6.52097 20.3722L1.08394 14.9099C0.694315 14.5185 0.695778 13.8853 1.0872 13.4957C1.44304 13.1415 1.99867 13.1105 2.38948 13.4019L2.50141 13.499L7.23001 18.2498L11.958 13.499C12.3122 13.1432 12.8677 13.1096 13.2598 13.3992L13.3722 13.4957C13.7281 13.8499 13.7616 14.4054 13.4721 14.7976L13.3755 14.9099L7.93845 20.3722Z' fill='%23B22234'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12.874px;
    height: 20.158px;
}

.arrowUpSvg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cg id='Swap'%3E%3Cpath id='Stroke 5' d='M4.85645 1.3338C5.17286 1.3338 5.43435 1.56893 5.47574 1.87399L5.48145 1.9588V13.3069C5.48145 13.6521 5.20162 13.9319 4.85645 13.9319C4.54003 13.9319 4.27854 13.6968 4.23715 13.3918L4.23145 13.3069V1.9588C4.23145 1.61362 4.51127 1.3338 4.85645 1.3338Z' fill='%2319B3B5' stroke='%2319B3B5'/%3E%3Cpath id='Stroke 7' d='M4.41368 1.51739C4.63578 1.29427 4.98432 1.27398 5.22941 1.45654L5.29961 1.51739L8.69775 4.93128C8.94127 5.17592 8.94035 5.57165 8.69571 5.81516C8.47331 6.03654 8.12605 6.05591 7.88179 5.8738L7.81183 5.81312L4.85646 2.84387L1.90146 5.81312C1.68008 6.03552 1.33291 6.0565 1.08782 5.87552L1.01758 5.81516C0.795176 5.59379 0.774202 5.24662 0.955181 5.00152L1.01553 4.93128L4.41368 1.51739Z' fill='%2319B3B5' stroke='%2319B3B5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12.874px;
    height: 20.158px;
}

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

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

.desc_para {
    color: #313131;
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    /* 182.857% */
}

.numbering {
    color: rgba(49, 49, 49, 0.70);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    /* 116.364% */
}

.flex-ending {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main_num_count {
    color: rgba(49, 49, 49, 0.90);
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 46.154% */
}

.title_regi {
    color: #313131;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    /* 116.364% */
}

.progress__btn {
    width: 100%;
    max-width: 70px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 12.8px;
    border: 1.6px solid rgba(0, 149, 255, 0.50);
    color: #76C0F6;
    text-align: center;
    font-family: Poppins;
    font-size: 14.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    /* 123.077% */
    background: var(--Colors-Light-Blue-50, #F0F9FF);
}

.progress {
    width: 54%;
    height: 18px;
    background-color: #ECECEC;
    border-radius: 6.4px;
}

.progress-bar {
    background-color: #76C0F6;
}

.progress__male {
    background-color: #76C0F6 !important;
}

.bar__hei {
    height: 72px;
}

hr {
    margin: 0 !important;
    padding: 0 !important;
}

.marging_main_num {
    margin-top: 19px;
    margin-bottom: 24px;
}

.small_cards_scans img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-right: 7px;
}


.num_perce_small {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.dataTables_scrollHeadInner {
    width: 100% !important;
}


table.table.dataTable.no-footer {
    width: 100% !important;
}

.confirmationModalLabel .modal-content {
    width: 502px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 15.385px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.yes_confirmBtn {
    text-transform: uppercase;
    display: flex;
    width: 215px;
    height: 43px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    background: #19B3B5;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}

.no_confirmBtn {
    display: flex;
    width: 215px;
    height: 43px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    border: 1px solid #19B3B5;
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    color: #19B3B5 !important;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.yes_confirmBtn:hover {
    background-color: #19B3B5;
    ;
    color: unset;
}

.no_confirmBtn:hover {
    background-color: unset;
    color: #19B3B5;
    border-color: #19B3B5 !important;
}

.btn_wraping_confirm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.desc_inactive {
    color: #313131;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title_confirm {
    color: #19B3B5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
}

div#importEmployeesModal .modal-content {
    background: #fff;
    padding: 38px 10px;
}

.date-wraping input {
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    padding-left: 37px;
    font-family: Poppins;
    font-size: 14px;
}

/* .scrollBarBox {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollBarBox1 {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollBarBox::-webkit-scrollbar,.scrollBarBox1::-webkit-scrollbar ,.carding_tele::-webkit-scrollbar{
    width: 12px!important;
    border-radius: 15px;

  }

  .scrollBarBox::-webkit-scrollbar-track,.scrollBarBox1::-webkit-scrollbar-track ,.carding_tele::-webkit-scrollbar-track{
     background: #E3DEDE;border-radius: 15px;
  }

  .scrollBarBox::-webkit-scrollbar-thumb,.scrollBarBox1::-webkit-scrollbar-thumb,.carding_tele::-webkit-scrollbar-thumb {
    background-color: #19B3B5;border-radius: 15px;

  } */
.modalSignout .modal-content {
    width: 502px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 15.385px;
    background: #FFF;
}

.verify-otp-email {
    color: #19B3B5 !important; 
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.288px;
text-decoration-line: underline;
cursor: pointer;
}


.veri__msg {
    color: #0F345A;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.modalSignout .modal-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.btn_wraper_sign {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.btn_wraper_sign button {
    display: flex;
    width: 215px;
    height: 43px;
    padding: 10.462px 9.846px;
    justify-content: center;
    align-items: center;
    gap: 6.154px;
    flex-shrink: 0;
    border-radius: 7.385px;
    outline: none;
    border: none;
}

.btn_wraper_sign button:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #19B3B5;
}

.btn_wraper_sign button:nth-child(2) {
    color: #19B3B5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    border: 1px solid #19B3B5 !important;
}

.modalSignout .modal-body h2 {
    color: #19B3B5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 87.5% */
}

.cross_signout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.2687 15.7337L8.06649 9.4794L7.93335 9.34515L7.80021 9.4794L1.598 15.7337L0.264063 14.3886L6.46848 8.13203L6.59941 8L6.46848 7.86797L0.264063 1.61143L1.598 0.266281L7.80021 6.5206L7.93335 6.65485L8.06649 6.5206L14.2687 0.266281L15.6026 1.61143L9.39822 7.86797L9.26729 8L9.39822 8.13203L15.6026 14.3886L14.2687 15.7337Z' fill='%23313131' stroke='white' stroke-width='0.375'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 15.867px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
}

div#event-table_wrapper tbody tr td:nth-child(6) {
    text-transform: capitalize;
}

@media screen and (min-width : 1536px) and (max-width : 1920px) {}


@media screen and (min-width : 1351px) and (max-width : 1450px) {
    .dateee_iin {
        font-size: 16px !important;
    }
}



@media screen and (min-width : 1270px) and (max-width : 1350px) {
    .dateee_iin {
        font-size: 15px !important;
    }
}

.otpModalReport {
    background-color: rgba(0, 0, 0, 0.41);
}


.otpModalReport .modal-dialog {
    max-width: 472px;
}

.otpModalReport .modal-content {
    width: 100%;
    height: 540px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(15, 52, 90, 0.08);
}

.otpModalReport .modal-body {
    width: 100%;
    height: 100%;
}

.wraper_all_otp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 48.95px;
    padding-bottom: 23px;
    gap: 22px;
}

.wraper_all_otp .logo_meri {
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='50' viewBox='0 0 200 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9701 7.36039C9.23253 4.5882 4.79343 4.5882 2.05581 7.36039C-0.685271 10.1291 -0.685271 14.622 2.05581 17.3907L7.01125 22.4059L11.9701 17.3907C14.7078 14.622 14.7078 10.1326 11.9701 7.36039Z' fill='%23FBDB00'/%3E%3Cpath d='M21.9167 7.36167C19.1791 4.59299 14.74 4.59299 12.0023 7.36167C9.26126 10.1303 9.26126 14.6233 12.0023 17.392L16.9578 22.4072L21.9167 17.392C24.6543 14.6233 24.6543 10.1339 21.9167 7.36167Z' fill='%237CC14B'/%3E%3Cpath d='M16.9551 12.4007C14.2175 9.63205 9.77838 9.63205 7.04076 12.4007C4.30314 15.1694 4.30314 19.6589 7.04076 22.4276L11.9997 27.4427L16.9586 22.4276C19.6962 19.6589 19.6962 15.1694 16.9586 12.4007' fill='%2319B3B5'/%3E%3Cpath d='M188.236 44.991C188.236 45.5412 187.793 45.9863 187.249 45.9863C186.705 45.9863 186.261 45.5412 186.261 44.991C186.261 44.4408 186.705 43.9922 187.249 43.9922C187.793 43.9922 188.236 44.4373 188.236 44.991Z' fill='%2319B3B5'/%3E%3Cpath d='M190.382 44.991C190.382 45.5412 189.942 45.9863 189.395 45.9863C188.847 45.9863 188.407 45.5412 188.407 44.991C188.407 44.4408 188.851 43.9922 189.395 43.9922C189.939 43.9922 190.382 44.4373 190.382 44.991Z' fill='%2319B3B5'/%3E%3Cpath d='M169.732 37.8636C169.711 37.4745 169.642 37.103 169.534 36.7526C169.527 36.728 169.52 36.7035 169.513 36.679C169.503 36.6439 169.493 36.6089 169.479 36.5773C169.392 36.3355 169.292 36.1042 169.167 35.8799C168.782 35.1965 168.249 34.6638 167.562 34.2818C166.876 33.8998 166.097 33.707 165.227 33.707C165.22 33.707 165.213 33.707 165.206 33.707C165.199 33.707 165.192 33.707 165.189 33.707C164.319 33.707 163.539 33.8998 162.853 34.2818C162.167 34.6638 161.63 35.1965 161.249 35.8799C161.124 36.1042 161.023 36.3355 160.937 36.5773C160.923 36.6124 160.912 36.6474 160.899 36.679C160.888 36.7035 160.885 36.728 160.878 36.7526C160.774 37.103 160.705 37.4745 160.684 37.8636C160.677 37.9687 160.673 38.0738 160.673 38.179V40.7374C160.673 41.0458 160.763 41.2911 160.94 41.4734C161.117 41.6521 161.366 41.7432 161.689 41.7432H168.723C169.046 41.7432 169.295 41.6521 169.472 41.4734C169.652 41.2911 169.739 41.0493 169.739 40.7374V38.179C169.739 38.0703 169.735 37.9687 169.728 37.8636M168.079 39.7526H162.323V38.4734C162.323 37.6147 162.562 36.9594 163.047 36.4967C163.051 36.4932 163.054 36.4862 163.061 36.4827L163.068 36.4757C163.092 36.4512 163.116 36.4337 163.144 36.4126C163.633 35.9956 164.315 35.7818 165.196 35.7818H165.209C166.09 35.7818 166.772 35.9921 167.261 36.4126C167.285 36.4337 167.313 36.4512 167.337 36.4757L167.344 36.4827C167.348 36.4862 167.351 36.4932 167.355 36.4967C167.836 36.9594 168.079 37.6182 168.079 38.4734V39.7526Z' fill='%2319B3B5'/%3E%3Cpath d='M183.111 38.4375C183.107 39.8394 183.111 41.2377 183.111 42.6396C183.111 42.6922 183.111 42.7447 183.111 42.7973V38.4375H183.107H183.111Z' fill='%2319B3B5'/%3E%3Cpath d='M183.172 43.1579C183.131 43.0492 183.117 42.923 183.113 42.7969V43.0702C183.113 43.5258 183.009 43.8693 182.805 44.0936C182.6 44.3179 182.32 44.43 181.963 44.43C181.762 44.43 181.575 44.3915 181.401 44.3109C181.225 44.2338 181.048 44.1146 180.868 43.9569C180.74 43.8308 180.618 43.7431 180.507 43.6871C180.397 43.6275 180.275 43.5994 180.137 43.5994C179.911 43.5994 179.714 43.6765 179.541 43.8378C179.371 43.9955 179.288 44.2022 179.288 44.4581C179.288 44.7735 179.45 45.0714 179.769 45.3413C180.022 45.5445 180.345 45.7128 180.74 45.8494C181.135 45.9861 181.523 46.0527 181.897 46.0527C182.912 46.0527 183.692 45.7723 184.236 45.2151C184.513 44.9312 184.714 44.5913 184.849 44.1847C184.337 44.1987 183.803 44.0761 183.533 43.8167C183.359 43.6485 183.255 43.3892 183.165 43.1544' fill='%2319B3B5'/%3E%3Cpath d='M185.059 37.6735C185.059 37.5368 185.042 37.4141 185.01 37.309C184.917 37.0426 184.723 36.8604 184.435 36.7728C183.718 36.545 183.118 36.9866 183.111 37.7681C183.111 37.9924 183.111 38.2167 183.111 38.4375H183.115V42.7938C183.118 42.9199 183.132 43.0461 183.174 43.1583C183.264 43.3931 183.368 43.6489 183.541 43.8171C183.808 44.0765 184.342 44.1991 184.858 44.1851C184.99 43.7856 185.059 43.3265 185.059 42.8043V37.67V37.6735Z' fill='%2319B3B5'/%3E%3Cpath d='M179.895 37.679C179.545 37.4407 179.112 37.2479 178.596 37.0937L177.099 36.6557C176.562 36.5014 176.177 36.3402 175.948 36.1755C175.716 36.0073 175.605 35.755 175.605 35.4045C175.605 35.0926 175.723 34.8508 175.966 34.6755C176.194 34.5108 176.524 34.4232 176.953 34.4162C176.974 34.4162 176.995 34.4127 177.016 34.4127C177.341 34.4127 177.671 34.4617 178.003 34.5599C178.332 34.658 178.714 34.8227 179.147 35.0575C179.348 35.1732 179.57 35.2293 179.809 35.2293C180.069 35.2293 180.287 35.1346 180.467 34.9384C180.644 34.7456 180.73 34.5108 180.73 34.2409C180.73 34.2304 180.73 34.2199 180.727 34.2094C180.713 33.7573 180.401 33.4068 179.781 33.1475C179.379 32.9617 178.922 32.8251 178.412 32.7304C178.367 32.7199 178.319 32.7164 178.27 32.7094C177.813 32.6358 177.376 32.5938 176.957 32.5938C175.914 32.5938 175.047 32.8426 174.358 33.3367C174.15 33.4874 173.98 33.6592 173.834 33.8519C173.498 34.297 173.328 34.8578 173.328 35.5342C173.328 36.9711 174.216 37.9559 175.993 38.4921L177.144 38.811C177.757 38.9863 178.18 39.1615 178.409 39.3367C178.637 39.5119 178.755 39.7503 178.755 40.0517C178.755 40.1112 178.752 40.1638 178.745 40.2129C178.71 40.5143 178.589 40.7421 178.374 40.9033C178.121 41.089 177.747 41.1872 177.258 41.1872C176.735 41.1872 176.18 41.0505 175.598 40.7736C175.387 40.6755 175.176 40.5633 174.957 40.4302C174.874 40.3811 174.805 40.339 174.739 40.3005C174.666 40.2444 174.597 40.1848 174.531 40.1253C174.254 39.8659 173.983 39.5084 173.71 39.0493C173.613 38.8741 173.519 38.7409 173.426 38.6533C173.332 38.5622 173.228 38.4956 173.114 38.4465C172.836 38.3344 172.57 38.3309 172.31 38.4325C172.053 38.5341 171.866 38.7269 171.755 39.0073C171.627 39.3297 171.672 39.7152 171.901 40.1638C172.175 40.665 172.57 41.1241 173.076 41.5447C173.221 41.6673 173.374 41.776 173.529 41.8846C173.616 41.9687 173.72 42.0423 173.845 42.1019C173.931 42.151 174.025 42.1965 174.115 42.2421C174.344 42.3647 174.579 42.4804 174.829 42.582C175.772 42.9675 176.7 43.1112 177.622 43.0166C178.163 42.957 178.672 42.8203 179.147 42.6031C179.157 42.596 179.168 42.5925 179.181 42.589C179.195 42.582 179.209 42.575 179.223 42.5715C179.226 42.5715 179.23 42.568 179.233 42.568C179.483 42.4559 179.705 42.3192 179.906 42.1685C180.159 41.9722 180.374 41.7479 180.543 41.4851C180.859 41.0049 181.018 40.4442 181.018 39.8063C181.018 38.8951 180.644 38.1872 179.899 37.679' fill='%2319B3B5'/%3E%3Cpath d='M196.309 43.4447C195.596 43.4447 194.958 43.2975 194.397 43.0031C193.835 42.7087 193.395 42.2882 193.08 41.7485C192.761 41.2087 192.602 40.5849 192.602 39.8805C192.602 39.176 192.758 38.5277 193.066 37.981C193.374 37.4342 193.808 37.0137 194.365 36.7123C194.92 36.4144 195.564 36.2637 196.296 36.2637C197.027 36.2637 197.644 36.4144 198.205 36.7123C198.766 37.0137 199.207 37.4342 199.522 37.981C199.841 38.5277 200 39.1585 200 39.8805C200 40.6024 199.841 41.2052 199.522 41.7485C199.207 42.2882 198.77 42.7087 198.212 43.0031C197.654 43.2975 197.02 43.4447 196.309 43.4447ZM196.282 41.8466C196.822 41.8466 197.266 41.6644 197.619 41.2999C197.973 40.9354 198.146 40.4587 198.146 39.8665C198.146 39.2742 197.976 38.7835 197.637 38.4155C197.297 38.0475 196.864 37.8618 196.33 37.8618C195.797 37.8618 195.332 38.044 194.979 38.4085C194.625 38.773 194.452 39.2567 194.452 39.8559C194.452 40.4552 194.622 40.9249 194.968 41.2929C195.311 41.6608 195.752 41.8466 196.278 41.8466' fill='%2319B3B5'/%3E%3Cpath d='M154.189 39.7769C154.189 39.7769 154.158 39.7734 154.144 39.7734V41.7325C154.241 41.7395 154.345 41.7431 154.449 41.7431H161.93V39.7769H154.185H154.189Z' fill='%2319B3B5'/%3E%3Cpath d='M188.391 39.7852C188.391 39.7852 188.36 39.7852 188.346 39.7852V41.7443C188.443 41.7513 188.547 41.7548 188.654 41.7548H193.481V39.7852H188.391Z' fill='%2319B3B5'/%3E%3Cpath d='M189.8 36.9375C189.637 36.7798 189.437 36.6992 189.194 36.6992C188.951 36.6992 188.747 36.7763 188.581 36.9375C188.414 37.0952 188.331 37.316 188.331 37.5964V39.7868H183.58V41.7564H189.087C189.402 41.7564 189.637 41.6723 189.8 41.5076C189.96 41.3394 190.039 41.1046 190.039 40.7962V37.5999C190.039 37.316 189.96 37.0988 189.8 36.941' fill='%2319B3B5'/%3E%3Cpath d='M135.369 38.5296C135.369 38.1546 135.435 37.7621 135.57 37.3626C135.705 36.963 135.872 36.6336 136.073 36.3778C136.339 36.0518 136.634 35.8906 136.949 35.8906C137.199 35.8906 137.403 35.9782 137.563 36.15C137.719 36.3217 137.798 36.5215 137.798 36.7493C137.798 36.8895 137.767 37.0156 137.712 37.1243C137.653 37.2364 137.566 37.3556 137.445 37.4852C137.289 37.671 137.171 37.8532 137.091 38.025C137.015 38.2002 136.974 38.393 136.974 38.5927C136.974 38.9572 137.088 39.2376 137.306 39.4443C137.528 39.6511 137.864 39.7563 138.318 39.7563H146.614V37.5659C146.614 37.2855 146.697 37.0647 146.864 36.907C147.03 36.7493 147.231 36.6687 147.477 36.6687C147.723 36.6687 147.921 36.7458 148.083 36.907C148.246 37.0647 148.326 37.2855 148.326 37.5659V40.7586C148.326 41.067 148.243 41.3053 148.083 41.4735C147.924 41.6418 147.685 41.7259 147.373 41.7259H138.582C137.545 41.7259 136.752 41.449 136.201 40.9023C135.646 40.3521 135.373 39.56 135.373 38.5296' fill='%2319B3B5'/%3E%3Cpath d='M158.092 35.7758C157.815 35.1906 157.406 34.735 156.873 34.4125C156.339 34.0866 155.701 33.9219 154.963 33.9219H153.186C153.924 33.9219 154.561 34.0866 155.095 34.4125C155.629 34.735 156.038 35.1941 156.315 35.7758C156.481 36.1263 156.595 36.5153 156.665 36.9324C156.769 37.1917 156.828 37.4826 156.828 37.8156C156.828 38.1485 156.779 38.4289 156.679 38.6812C156.564 39.5153 156.277 40.1917 155.809 40.7034C155.192 41.3798 154.315 41.7197 153.186 41.7197H154.963C156.096 41.7197 156.97 41.3798 157.587 40.7034C158.203 40.027 158.512 39.0667 158.512 37.8261C158.512 37.0445 158.37 36.3576 158.092 35.7723' fill='%2319B3B5'/%3E%3Cpath d='M156.678 38.6832C156.602 38.883 156.491 39.0652 156.352 39.2194C156.033 39.5769 155.541 39.7556 154.869 39.7556H145.277C144.729 39.7556 144.331 39.8958 144.088 40.1762C143.846 40.4566 143.724 40.8736 143.724 41.4168C143.724 41.522 143.731 41.6236 143.738 41.7182H153.181C154.314 41.7182 155.188 41.3783 155.805 40.7019C156.272 40.1902 156.563 39.5138 156.678 38.6797' fill='%2319B3B5'/%3E%3Cpath d='M156.345 36.4293C156.48 36.5765 156.588 36.7482 156.664 36.9339C156.598 36.5134 156.48 36.1279 156.314 35.7739C156.037 35.1886 155.628 34.733 155.094 34.4071C154.56 34.0811 153.923 33.9199 153.185 33.9199H150.201C149.903 33.9199 149.678 34.0075 149.529 34.1828C149.376 34.358 149.3 34.5998 149.3 34.9082C149.3 35.2166 149.376 35.4585 149.529 35.6337C149.681 35.8089 149.903 35.9001 150.201 35.9001H154.872C155.534 35.9001 156.023 36.0753 156.345 36.4258' fill='%2319B3B5'/%3E%3Cpath d='M142.625 34.9207C142.625 35.4744 142.185 35.9195 141.637 35.9195C141.089 35.9195 140.653 35.4744 140.653 34.9207C140.653 34.367 141.093 33.9219 141.637 33.9219C142.181 33.9219 142.625 34.3705 142.625 34.9207Z' fill='%2319B3B5'/%3E%3Cpath d='M144.767 34.9207C144.767 35.4744 144.327 35.9195 143.779 35.9195C143.232 35.9195 142.795 35.4744 142.795 34.9207C142.795 34.367 143.235 33.9219 143.779 33.9219C144.323 33.9219 144.767 34.3705 144.767 34.9207Z' fill='%2319B3B5'/%3E%3Cpath d='M39.3895 11.8914C39.2613 13.6192 39.1296 15.3505 39.0048 17.0818C38.8108 19.7909 38.634 22.5 38.4296 25.2126C38.3291 26.6005 37.5182 27.3995 36.243 27.4065C34.8222 27.4171 33.9732 26.611 34.0459 25.1601C34.1499 23.0502 34.3474 20.9439 34.5034 18.8377C34.6246 17.2395 34.7425 15.6414 34.8637 14.0433C34.985 12.4732 35.1098 10.9031 35.238 9.25591C34.8949 9.22787 34.5831 9.21035 34.2746 9.17881C33.4845 9.0947 32.9301 8.60054 32.7845 7.86456C32.6078 6.98139 32.8573 6.25242 33.5781 5.89494C34.084 5.64261 34.6489 5.4849 35.2034 5.38326C35.7439 5.28864 36.3019 5.28864 36.8529 5.29565C40.6162 5.34121 42.1444 6.30499 43.4439 9.94283C44.5667 13.083 45.8246 16.1671 47.0895 19.451C47.2385 19.09 47.339 18.8727 47.4221 18.6554C48.7909 15.0386 50.1459 11.4183 51.532 7.80498C52.3013 5.80032 53.8365 4.98023 55.9261 5.40429C57.4093 5.70569 58.2894 6.65545 58.4315 8.22905C58.7261 11.5129 58.9825 14.8003 59.2528 18.0877C59.4226 20.1694 59.5751 22.2547 59.7622 24.3365C59.9043 25.9381 59.3464 26.986 58.1266 27.3224C56.5776 27.75 55.2919 26.9895 55.0944 25.3949C54.8865 23.6916 54.8241 21.9708 54.7097 20.257C54.5192 17.4603 54.3424 14.6601 54.0271 11.8248C53.937 12.0421 53.8399 12.2629 53.7568 12.4837C52.381 16.1741 51.0226 19.868 49.6296 23.5514C48.9815 25.2687 47.339 26.0117 45.7345 25.3773C44.8093 25.0129 44.2929 24.2839 43.9499 23.3797C42.5811 19.7874 41.1949 16.2021 39.8123 12.6134C39.7187 12.3645 39.6078 12.1192 39.5038 11.8704C39.4657 11.8774 39.4276 11.8844 39.386 11.8914' fill='%23545554'/%3E%3Cpath d='M125.943 6.63461C126.681 6.9991 127.343 7.47573 127.509 8.36591C127.821 10.0587 126.362 11.2888 124.706 10.714C124.124 10.5108 123.58 10.1918 123.015 9.936C121.563 9.27362 120.062 8.93016 118.461 9.26311C117.397 9.4839 116.763 10.0902 116.645 10.9979C116.521 11.9652 116.933 12.8203 117.945 13.2199C119.286 13.7491 120.686 14.1206 122.058 14.5727C122.928 14.86 123.815 15.1194 124.657 15.4804C126.778 16.3881 128.088 17.9547 128.168 20.3554C128.251 22.8226 127.298 24.8063 125.163 26.0785C122.838 27.4628 120.294 27.6135 117.692 27.1964C116.004 26.9301 114.372 26.4184 112.917 25.5107C112.39 25.1813 111.922 24.617 111.648 24.0493C111.281 23.2817 111.524 22.4897 112.14 21.8869C112.761 21.2771 113.52 21.1509 114.31 21.4733C114.816 21.6801 115.283 21.9885 115.769 22.2549C117.429 23.1766 119.175 23.818 121.098 23.4675C121.698 23.3588 122.36 23.082 122.796 22.6684C123.826 21.6801 123.51 19.9663 122.162 19.3705C120.911 18.8133 119.556 18.5049 118.264 18.0423C117.12 17.6322 115.938 17.2783 114.885 16.6965C112.601 15.4383 111.562 13.4161 111.832 10.7911C112.099 8.19068 113.624 6.5505 116.025 5.81803C117.325 5.422 120.315 4.41616 125.953 6.63111' fill='%23545554'/%3E%3Cpath d='M150.419 7.71539C150.121 7.71539 149.916 7.7259 149.712 7.71539C148.835 7.66632 148.287 7.2002 148.107 6.3661C147.937 5.57755 148.253 4.75045 148.987 4.43152C150.571 3.74111 152.172 3.76564 153.683 4.65582C154.476 5.12194 154.799 5.93853 154.809 6.84623C154.837 8.72824 154.83 10.6102 154.837 12.4922V13.2387C155.457 12.7025 155.956 12.1943 156.528 11.7878C158.306 10.5261 160.284 10.2107 162.367 10.7469C164.516 11.3007 165.902 13.0179 165.971 15.2925C166.044 17.7527 166.006 20.22 166.013 22.6803V23.5915C166.335 23.5915 166.598 23.602 166.865 23.5915C167.579 23.5564 168.123 23.8228 168.431 24.4922C168.722 25.1335 168.556 25.9782 168.061 26.5004C166.841 27.7866 163.22 27.5658 162.204 26.1078C161.941 25.7293 161.809 25.2282 161.705 24.7656C161.619 24.3871 161.643 23.9805 161.643 23.5845C161.636 21.6114 161.646 19.6347 161.639 17.6581C161.625 15.0612 160.087 13.8345 157.623 14.5915C156.729 14.8649 155.925 15.4747 155.131 16.0074C154.934 16.1371 154.851 16.5682 154.851 16.859C154.83 19.6242 154.854 22.3894 154.83 25.1546C154.816 26.8403 153.413 27.8041 151.836 27.2574C151.132 27.0155 150.665 26.5284 150.519 25.7854C150.45 25.4244 150.425 25.0459 150.425 24.6779C150.419 19.3333 150.422 13.9887 150.422 8.64412V7.71889L150.419 7.71539Z' fill='%23545554'/%3E%3Cpath d='M185.285 23.5921H186.182C186.903 23.5921 187.409 23.9496 187.704 24.5945C187.984 25.2253 187.814 26.0454 187.288 26.5115C187.035 26.7358 186.73 26.9461 186.411 27.0477C185.077 27.4823 183.712 27.4893 182.457 26.8585C181.861 26.5606 181.421 25.9508 180.842 25.4216C180.853 25.4111 180.714 25.5162 180.579 25.6213C178.295 27.3702 175.769 27.8678 173.042 26.9671C171.132 26.3363 170.041 24.7872 169.94 22.7931C169.843 20.7849 170.737 19.2989 172.609 18.4158C174.508 17.5116 176.521 17.494 178.548 17.7078C179.304 17.7849 180.042 17.9391 180.918 18.0793C180.877 17.3083 180.922 16.5618 180.776 15.8539C180.555 14.7534 179.622 14.0034 178.299 14.0665C177.131 14.1261 175.97 14.466 174.823 14.7569C174.275 14.9006 173.78 15.23 173.25 15.4543C172.238 15.8854 171.302 15.6085 170.859 14.7639C170.36 13.8106 170.561 12.598 171.51 12.1494C172.744 11.5642 174.057 11.098 175.384 10.7861C177.186 10.3656 179.033 10.3726 180.853 10.7966C183.618 11.445 185.202 13.3831 185.26 16.2534C185.306 18.4158 185.274 20.5746 185.278 22.737V23.5921M177.716 20.3293C177.003 20.4134 176.379 20.438 175.783 20.5711C174.702 20.8165 174.196 21.4473 174.227 22.376C174.262 23.2802 174.871 23.8795 175.932 24.0548C177.221 24.2685 178.441 24.0127 179.605 23.466C180.929 22.8457 180.922 22.8211 180.894 21.3316C180.887 20.9566 180.769 20.7779 180.412 20.7288C179.487 20.5992 178.562 20.4555 177.716 20.3328' fill='%23545554'/%3E%3Cpath d='M67.3236 20.2648C67.4553 21.9716 68.5642 23.2157 70.3072 23.6047C72.033 23.9902 73.679 23.8045 75.2038 22.8232C75.6646 22.5253 76.1533 22.2449 76.6661 22.0627C77.4112 21.7928 78.2186 22.0802 78.6379 22.6655C79.0849 23.2963 79.0919 24.155 78.6067 24.8103C78.4057 25.0872 78.1597 25.3535 77.8755 25.5323C74.4102 27.7122 70.7577 28.0907 67.0567 26.3278C63.9657 24.8524 62.4063 21.3968 62.9399 17.7204C63.8825 11.1772 71.4196 8.0931 76.5795 12.162C78.5097 13.683 79.3275 15.7718 79.2478 18.2146C79.2062 19.4552 78.2636 20.2367 76.829 20.2543C74.9473 20.2788 73.0622 20.2613 71.1805 20.2613H67.3305M67.3062 17.3279H74.8087C74.7706 15.2426 73.4572 14.0055 71.4127 13.9669C69.084 13.9284 67.4206 15.3232 67.3062 17.3279Z' fill='%23545554'/%3E%3Cpath d='M189.833 14.1527C189.309 14.1527 188.897 14.1703 188.485 14.1527C187.535 14.1107 186.887 13.4132 186.866 12.4249C186.845 11.4647 187.5 10.7252 188.453 10.6726C188.928 10.6446 189.406 10.6691 189.961 10.6691C189.961 9.72985 189.954 8.85369 189.961 7.97752C189.971 6.62472 190.786 5.79061 192.095 5.78711C193.364 5.78711 194.161 6.58968 194.199 7.93897C194.223 8.79761 194.22 9.65625 194.23 10.5149C194.23 10.5324 194.247 10.5534 194.299 10.6621C195.443 10.6621 196.628 10.6376 197.813 10.6691C199.154 10.6971 199.91 11.9553 199.352 13.1819C199.05 13.8373 198.524 14.1527 197.813 14.1562C196.645 14.1597 195.478 14.1562 194.265 14.1562C194.244 14.3805 194.206 14.5558 194.202 14.7345C194.199 17.1037 194.192 19.4728 194.202 21.8384C194.209 23.2929 194.892 23.8676 196.313 23.5838C196.756 23.4962 197.189 23.3174 197.619 23.1632C198.51 22.8513 199.276 23.0511 199.698 23.7099C200.18 24.4599 200.066 25.5113 199.393 26.1317C199.127 26.377 198.804 26.5873 198.468 26.7204C196.787 27.3898 195.051 27.6001 193.274 27.1796C191.132 26.6749 189.885 25.0627 189.839 22.6515C189.794 20.0966 189.826 17.5417 189.822 14.9868V14.1492' fill='%23545554'/%3E%3Cpath d='M83.0954 14.3915H82.4335C81.5291 14.381 80.9746 13.9744 80.7459 13.1509C80.5102 12.2922 80.7944 11.4616 81.5776 11.0761C82.9083 10.4242 84.2875 10.3962 85.6182 11.0726C86.3875 11.4651 86.7825 12.1695 86.8484 13.0422C86.883 13.4523 86.8899 13.8623 86.9177 14.4441C87.3231 13.8413 87.6211 13.3646 87.9573 12.9195C88.7889 11.8156 89.7003 10.8097 91.18 10.6205C92.2439 10.4873 93.0063 10.8553 93.3528 11.6789C93.7305 12.5761 93.4741 13.638 92.6875 14.2443C92.3617 14.4966 91.9875 14.6859 91.6132 14.8506C90.5216 15.3308 89.43 15.8249 88.3107 16.235C87.7043 16.4593 87.4894 16.7607 87.4998 17.43C87.5449 19.9639 87.5345 22.4943 87.5137 25.0246C87.4964 26.826 86.1484 27.8108 84.4885 27.2641C83.5771 26.9662 83.1058 26.2583 83.1023 25.1052C83.0919 21.8074 83.0989 18.5095 83.0989 15.2116V14.3915H83.0954Z' fill='%23545554'/%3E%3Cpath d='M97.0082 14.395C96.6478 14.374 96.3533 14.3635 96.0587 14.3424C95.2859 14.2793 94.7765 13.8833 94.586 13.1964C94.378 12.4429 94.6033 11.7034 95.1854 11.2618C96.381 10.3506 99.382 10.4102 100.456 11.4476C100.844 11.8261 101.077 12.4044 101.281 12.9266C101.42 13.277 101.42 13.7011 101.42 14.0936C101.43 17.7349 101.437 21.3833 101.42 25.0281C101.409 26.7805 100.061 27.7793 98.4498 27.2676C97.5107 26.9697 97.0152 26.2723 97.0117 25.1473C96.9978 22.6204 97.0048 20.0866 97.0048 17.5562V14.3915' fill='%23545554'/%3E%3Cpath d='M135.307 20.2648C135.438 21.9716 136.547 23.2157 138.294 23.6047C140.02 23.9902 141.662 23.8045 143.187 22.8232C143.648 22.5253 144.136 22.2449 144.649 22.0627C145.394 21.7928 146.205 22.0802 146.621 22.6655C147.068 23.2963 147.075 24.155 146.59 24.8103C146.389 25.0872 146.139 25.3535 145.855 25.5323C142.39 27.7122 138.741 28.0907 135.036 26.3278C131.945 24.8524 130.389 21.3968 130.92 17.7204C131.862 11.1772 139.399 8.0931 144.559 12.162C146.493 13.683 147.307 15.7718 147.227 18.2146C147.189 19.4552 146.243 20.2367 144.809 20.2543C142.927 20.2788 141.042 20.2613 139.16 20.2613H135.307M135.282 17.3279H142.785C142.747 15.2426 141.433 14.0055 139.389 13.9669C137.057 13.9284 135.393 15.3232 135.279 17.3279' fill='%23545554'/%3E%3Cpath d='M101.435 6.44258C101.435 7.81991 100.329 8.9344 98.9676 8.9344C97.6057 8.9344 96.5002 7.81991 96.5002 6.44258C96.5002 5.06525 97.6057 3.94727 98.9676 3.94727C100.329 3.94727 101.435 5.06525 101.435 6.44258Z' fill='%23545554'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 50px;
    display: block;
}


.wraper_all_otp .veri_para {
    color: #0F345A;
text-align: center;
font-family: Satoshi-Regular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 13px;
}

.wraper_all_otp .num_otp {
    color: #0F345A;
text-align: center;
font-family: 'Satoshi-Medium';
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: normal;
margin-top: -26px;
}


.wraper_all_otp .boxes_otp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wraper_all_otp .boxes_otp .singleBox {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 0.5px solid #8799AC;
    background: #FFF;
    color: #0F345A;
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.wraper_all_otp .time_sec {
    color: #0F345A;
text-align: center;
font-family:' Satoshi-Regular';
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 12px;
}

.resend_otp_pass {
    color: #C4D0DE;
text-align: center;
font-family: 'Satoshi-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.288px;
outline: none;
border: none;
background-color: transparent;
margin-top: -26px;
}


.contin_otp_btn {
    display: flex;
width: 285px;
height: 50px;
padding: 18px 159px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 100px;
background: #19B3B5;
color: #FFF;
font-family: 'Satoshi-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
border: none;
outline: none;
margin-top: 14px;
}


.veri_email_otp {
    color: #19B3B5;
text-align: center;
font-family: 'Satoshi-Bold';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.288px;
text-decoration-line: underline;
cursor: pointer;
margin-top: 10px;
}

    #eventPreviewModal .modal-dialog {
        max-width: 878px;
    }

    #eventPreviewModal .modal-content {
        width: 100%;
        height: 802px;
        flex-shrink: 0;
        background: #E6EBF4;
        border-radius: 0px;
    }

    #eventPreviewModal .modal-body {
        width: 100%;
        height: 100%;
    }

    .cros__div {
        width: 100%;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cross__preview {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='34' viewBox='0 0 31 34' fill='none'%3E%3Cg clip-path='url(%23clip0_6498_17342)'%3E%3Cpath d='M24.5413 9.08083L22.7201 7.08333L15.4997 15.0025L8.27926 7.08333L6.45801 9.08083L13.6784 17L6.45801 24.9192L8.27926 26.9167L15.4997 18.9975L22.7201 26.9167L24.5413 24.9192L17.3209 17L24.5413 9.08083Z' fill='%23EF6262'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6498_17342'%3E%3Crect width='31' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        width: 31px;
height: 34px;
position: absolute;
right: 9px;
top: 9px;
cursor: pointer;
    }

    .white_card_email {
        width: 803px;
        height: 622px;
        flex-shrink: 0;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 8px 40px 0px rgba(142, 150, 160, 0.05);
        margin: auto;
        padding-left: 30px;
        padding-top: 31px;
        margin-bottom: 40px;
    }


    .hr__email {
        min-width: 80vh;
        margin: auto;
        height: 1px;
        color: rgba(142, 150, 160, 0.70);
        background: rgba(142, 150, 160, 0.70);
        margin-bottom: 20px;
        margin-top: 55px;
    }