.live_streams
{
    width: 100%;
    height: 40px;
    background-color: #f1f1f1;
    display: flex;
    text-align: center;
    justify-content: center;
}
.live{
    background-color: green;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-top: 15px;
}
.txt_live
{
    font-size: 16px;
    margin-top: 8px;
    font-weight: bold;
    margin-left: 10px;
}
.video-bg
{
    width: 100%;
    height: 102%;
    filter: blur(25px);
}
.stream_video
{
    width: 100%;
    height: 250px;
    border-bottom: 1px solid black;
    position: relative;
}
.btn_stream
{
    width: 230px;
    height: 50px;
    border: none;
    border-radius: 50px;
    color: white;
    background-color: #01b22e;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    margin-top: -60px;
}
.txt_sms
{
    width: 100%;
    height: 60px;
    border-top:none;
    border-left: none;
    border-right: none;
}
.block__message {
    display: flex;
    padding: 10px 10px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.avatars {
    width: 30px;
    height: 30px;
    background-color: yellow;
    border-radius: 50%;
}
.sms_users {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 700;
}