.ratingEmoji{
    width: 100%;
    list-style-type: none;
    padding:1%;
    margin-bottom:3%;
}
.selected_rate{
    border:1px solid var(--main-color);
    border-radius:23px;
}
.rating_list{
    color: #000;
    padding: 20px;
}
.thx_txt{
    color:#656978;
}

.rateBtn{
    margin: 20px;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    width: 30% !important;
    border-radius: 9px !important;
}
.rateBtn:hover{
    margin: 20px;
    color: var(--main-color) !important;
    background-color:  #fff !important;
    border-color: var(--main-color) !important;
}
.hpy{
    color: #056f92;
}
.nml{
    color: #828685;
}
.sd{
    color: #aa1c34;
}
.empji_title{
    font-size: 13px !important;
    font-weight: bold;
    margin: 10px;
}

.raty{
    width: 100%;
    gap: 15px;
    margin: 0px 0;
}
.raty img{
    width: 40px;
    height: 40px;
}

.sendHistoryLink{
    color: #0d6efd;
    font-size: 11px !important;
    cursor: pointer;
}