.message-icon{
    display: flex;
    justify-content: center;
}
.message-icon button{
    background-color: rgba(255, 0, 0, 0);
    border: none;
    /* height: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.message-icon img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.message-icon img:hover {
    transform: scale(1.1);
}
.check-box{
    margin-top:auto;
    margin-bottom:auto;
}
.message-count1{
    background-color: #F24822;
    float: right;
    border-radius: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    border: 2px solid #C23A1B;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    transform: translate(-30px,-10px);
}
.message-count0{
    float: right;
    border-radius: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    transform: translate(-30px,-10px);
    color: rgba(255, 0, 0, 0);
}
#total-unread-count1,#total-unread-count2,#total-unread-count3{
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .message-count1{
        height: 25px;
        min-width: 25px;
        line-height: 22px;
        transform: translate(-35px,-9px);
    }
}
