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

.bene_thrhcm_given_days_count{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #7F7F7F;
    margin-bottom: 0;
}

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

.thrhcm_bene_count_input input{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    border-radius: 5px;
    width: 49px;
    height: 30px;
    display: inline-block;
    border: 1px solid #CECECE;
    margin-left: 15px;
}

.thrhcm_content_divider{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    padding-top: 15px;
}

.thrhcm_main_page_head{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center;
}

.thrhcm_orange_bg{
    background-color: #D85C54;
    padding: 15px 0 25px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thrhcm_grey_bg{
    background-color: #F6F6F6;
    padding: 15px 15px;
    border-radius: 20px 20px 0 0;
    margin-top: -15px;
}

.thrhcm_tooltip{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    margin-left: 6px;
}

.thrhcm_tooltip_wrapper{
    position: relative;
}

.tooltiptext {
    visibility: hidden;
    width: 303px;
    background-color: #E6EFF9;
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    /* text-align: center; */
    border-radius: 6px;
    padding: 10px 10px 5px 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
    border: 1px solid #ABBDF5;
}

.thrhcm_tooltip_wrapper:hover .tooltiptext {
    visibility: visible;
}   

.thrhcm_disabled_input{
    border: 1px solid #CECECE;
    background-color: #D9D9D9;
}

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

.thrhcm_below_note_text span{
    color: #D85C54;
}

.thrhcm_blue_bg{
    background-color: #E6EFF9;
    padding: 15px 20px 15px 10px;
}

.thrhcm_content_no_divider{
    border-bottom: none;
}

.thrhcm_submit_btn{
    background-color: #D85C54;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    width: 100%;
    border-style: none;
    border-color: #D85C54;
    padding: 12px;
}

.thrhcm_below_fixed_div{
    position: fixed;
    bottom: 0;
}

.thr_hcm_modal .modal-body{
    border-radius: 10px;
    text-align: center;
    padding: 45px 15px;
}

.thr_hcm_modal .modal-body img{
    margin-bottom: 20px;
}

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

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

.thrhcm_yes_btn{
    background-color: #D85C54;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    border: 1px solid;
    border-color: #D85C54;
    padding: 8px 30px;
    border-radius: 5px;
    margin-right: 20px;
}

.thrhcm_no_btn{
    background-color: #fff;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #D85C54;
    border: 1px solid;
    border-color: #D85C54;
    padding: 8px 30px;
    border-radius: 5px;
}

.thrhcm_mobile_section{
    margin-top: -120px;
}

.thrhcm_content_wrapper{
    padding-bottom: 111px;
    scroll-behavior: smooth;
}

.thrhcm_left_side_content{
    width: 40%;
}

.thrhcm_input_right_wrapper{
    width: 60%;
    text-align: right;
}

.thrhcm_error_message{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 11px;
    color: #D85C54;
    margin-bottom: 0;
    text-align: center;
    padding-left: 15px;
}

.thrhcm_disabled_btn{
    background-color: #6c757d;
    border-color: #6c757d;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    width: 100%;
    border-style: none;
    padding: 12px;
}

.thrhcm_bene_records{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    /* margin-top: 30px; */
}

.thrhcm_bene_success{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    color: #2BCA3C;
    margin-bottom: 0;
    text-align: center;
    /* margin-top: 30px; */
}

.thrhcm_record_message_alert{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0;
    width: 90%;
    border-radius: 10px;
    z-index: 9;
    background-color: rgb(0 0 0 / 80%);
}

.thrhcm_success_message_alert{
    background-color: #DDEFE4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0;
    width: 90%;
    border-radius: 10px;
    z-index: 9;
}

.thrhcm_failed_message_alert{
    background-color: #ffcdc0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0;
    width: 90%;
    border-radius: 10px;
    z-index: 9;
}

.thrhcm_bene_failed{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    color: #D85C54;
    margin-bottom: 0;
    text-align: center;
    /* margin-top: 30px; */
}