body .chat__time, body #scroll_id{
    display: none;
}

body .content{
    background: #fff;
    max-width: 580px;
}
body .chat{
    padding-bottom: 60px;
}

/*=======================*/
body .footer{
    max-width: 580px;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body .footer input{
    width: 100px;
    background-color: #F2F3F5;
    height: 100%;
    min-width: 140px;
    border-radius: 15px;
    border: none;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 15px;
    text-indent: 10px
}
body .footer img{
    max-width: 20px;
}
body .footer .input-wrapper{
    position: relative;
    height: 30px;
}
body .footer .input-wrapper img{
    position: absolute;
    right: 10px;
    transform: translate(0, -50%);
    top: 50%;
    width: 15px;
}


/*=======================*/

.chat-content-desc-item{
    background-color: #EAEAEA;
    color: black;
}
.chat-content-item{
    display: flex;
    gap: 10px
}
.chat-content-item .user-logo{
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}
body .item-active .user-logo{
    display: none;
}
body .item-active{
    justify-content: flex-end;
}
body .item-active #time{
    display: none;
}
/* body .chat-content-desc{
    width: 100%;
} */
body .chat-content-desc-item.user, body .chat-content-buttons-gender-block{
    background-attachment: fixed;
    /* background-image: linear-gradient(#A804F5, #861BFD, #2F51AD, #2765F6, #2E81CD); */
	 background-color: #c8e1ff;
    color: #000;
}
body .chat-content-buttons-gender{
    background: transparent;
}
body #reviews{
    display: none;
}
body .dots2{
    width: 50px;
}

@media (min-width: 420px) {
    body .footer input{
        min-width: 180px;
        border-radius: 20px;
    }
    body .footer .input-wrapper img{
        width: 20px;
    }
    body .footer .input-wrapper{
        height: 40px;
    }
}
/*=================*/
body .header{
    background: #fff;
    box-shadow: 0 0 10px 1px #ebebeb;
    height: 60px;
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
body .header .back-button{
    cursor: pointer;
}
body .header .block1, body .header .block2{

    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
}
body .header .block1{
    width: 55%;

}
body .header .block2{
    width: 35%;
}
body .header img{
    width: 24px;
}
body .header .block1 p{
    font-family: sans-serif;
    font-weight: 700;
}
body .header .block1 p span{
    font-size: 12px;
    opacity: 0.7;
}
body .header .video-icon-wrapper{
    position: relative;
}
body .header .video-icon-wrapper .circle{
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: -10px;
    height: 9px;
    width: 9px;
    background-color: #4FC928;
    border-radius: 50%;

}
