#live__label{
    position: absolute;
    color: #fff;
    top: 18px;
    align-items: center;
    left: 31px;
    background: inherit;
    padding: 4px 6px;
    background-color: #2d2c2ca3;
    border-radius: 3px;
    z-index: 1;
    display: none;
}
#live__label_ended{
    position: absolute;
    color: #fff;
    top: 18px;
    align-items: center;
    left: 31px;
    background: inherit;
    padding: 4px 6px;
    background-color: #2d2c2ca3;
    border-radius: 3px;
    z-index: 1;
    display: none;
}
#viewers_count{
    position: absolute;
    color: #fff;
    top: 18px;
    right: 33px;
    align-items: center;
    background: inherit;
    padding: 4px 6px;
    background-color: #2d2c2ca3;
    border-radius: 3px;
    z-index: 1;
    display:none;
}
.live__container{
    position:relative;
}
#red_dot{
    vertical-align: top;
    width: 10px;
    height: 10px;
    background-color: red;
    display: inline-block;
    border-radius: 100px;
    margin-left: 6px;
    margin-top: 6px;
}
#gray_dot{
    vertical-align: top;
    width: 10px;
    height: 10px;
    background-color: rgb(109, 109, 109);
    display: inline-block;
    border-radius: 100px;
    margin-left: 6px;
    margin-top: 6px;
}
#imagePreview{
    background-image: url('/assets/image/cover/bossvic.jpeg');
}
#imagePreviewSecond{
    background-image: url('/assets/image/profile/default_profile.png');
}

.chat__profile{
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}

.avatar-preview {
    width: 65px;
    height: 65px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar-preview > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.avatar-preview_second {
    width: 50px;
    height: 50px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar-preview_second > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.live__chat__container{
    display: grid;
    grid-template-columns: 65% 32%;
    justify-content: space-around;
    margin-top: 20px;
}
.chat__profile__name{
    margin-left: 8px;
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.other__chat__profile{
    display: block;
    margin: 8px 0;
}
.other__chat__container{
    padding: 13px 16px;
    background-color: #e2e2e2;
    margin: 8px 0;
}
.other__chat__name{
    font-weight: 700;
    display: inline-block;
    color: #0b0b0b;
}
.other__chat{
    font-weight: 500;
    margin-left: 8px;
    word-break: break-all;
    color: #0b0b0b;
}
/* #message{
    resize: none;
    text-align: center;
    display: grid;
    grid-template-columns: 87% 13%;
    align-items: center;
    border-radius: 100px;
    text-align: left;
    padding: 0 8px;
    font-family: Roboto;
} */
.data_text_container{
    resize: none;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 100px;
    text-align: left;
    padding: 8px 33px 6px 17px;
    font-family: Roboto;
    border: none;
    background-color: #fff;
}

.chat__message{
    height: 100%;
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        overflow-y: hidden;
        position: relative;
          }
          html {
          height: -webkit-fill-available;
          overflow-y: hidden;
          position: relative;
          }
    .chat__message{
        display: initial;
    }
    .chat__profile{
        display: initial;
        /* grid-template-columns: 30% 69%; */
        align-items: center;
        width: 80%;
    }
    .other__chat__name{
        font-weight: 700;
        display: inline-block;
        color: #fff;
        text-shadow: 0 1px 2px #645858;
    }
    #live__label{
        position: absolute;
        color: #fff;
        top: 83px;
        left: initial;
        right: 19px;
        align-items: center;
        background: inherit;
        padding: 4px 6px;
        background-color: #2d2c2ca3;
        border-radius: 3px;
        z-index: 1;
        display: none;
    }
    #viewers_count{
        position: absolute;
        color: #fff;
        top: 83px;
        left: 81px;
        right: initial;
        align-items: center;
        background: inherit;
        padding: 4px 6px;
        background-color: #2d2c2ca3;
        border-radius: 3px;
        z-index: 1;
        display:none;
    }
    
    #live__label_ended{
        position: absolute;
        color: #fff;
        top: 83px;
        left: initial;
        right: 19px;
        align-items: center;
        background: inherit;
        padding: 4px 6px;
        background-color: #2d2c2ca3;
        border-radius: 3px;
        z-index: 1;
        display: none;
    }
    
    .chat__scroll{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow-y: scroll;
    }
    .chat__message{
        height: 100%;
        max-height: 165px;
        overflow-y: scroll;
    }
    .chat__convo{
        min-height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        /* display: flex;
        overflow-y: scroll;
        flex-direction: column;
        justify-content: flex-end;
        height: 58vh; */
      
    }
    .data_text_container{
        resize: none;
        text-align: center;
        display: grid;
        align-items: center;
        border-radius: 100px;
        text-align: left;
        padding: 8px 33px 6px 17px;
        font-family: Roboto;
        border: none;
        background-color: #89898970;
        color: #fff;
        margin: 0 16px;
    }
    ::placeholder { 
        color: #fff;
      }
      #message{
        resize: none;
        font-family: Roboto;
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
    }
}
#message{
    resize: none;
    font-family: Roboto;
    background-color: transparent;
    border: none;
    height: 22px;
    font-size: 16px;
}
#send{
    right: 34px;
    display: inline;
    position: absolute;
    top: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#send:hover{
    color: #2c7eef;
}
.send__message{
    display: block;
    position: relative;
    /* grid-template-columns: 90% 10%; */
}
.py-100{
    margin-top: 0 !important;
}
.py-100 .container_12{
    box-shadow: none;
}
.my__chat__profile {
    display: block;
    margin: 8px 0;
}
.other__chat__container {
    padding: 13px 16px;
    background-color: #e2e2e2;
    margin: 8px 0 0 0;
}
#remoteVideo{
    background-color: black;
}
.fa-paper-plane{
    font-size: 16px;
}
@media (max-width: 768px) {
    .live__container{
        height: 100vh;
        background-color: black;
    }
    #remoteVideo{
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        background-color: black;
    }
    .other__chat__container{
        padding: 0;
    }
    .avatar-preview_second{
        width: 35px;
        height: 35px;
    }
    .chat__profile__name{
        font-size:16px;
        color: #fff;
        vertical-align: middle;
        width: 70%;
        display: inline-block;
    }
    .avatar-preview{
        width: 50px;
        height: 50px;
    }
    .other__chat__profile{
        display: block;
        margin: 2px 36px;
    }
    .my__chat__profile{
        display: block;
        margin: 2px 36px;
        /* grid-template-columns:13% 87%; */
    }
    .other__chat{
        color: #fff;
        font-weight: 500;
        word-break: break-all;
        text-shadow: 0 1px 2px #645858;
    }
}


.controls{
    line-height: 2;
    display:none;
    border-radius: 100px;
    border: none;
    background-color: transparent;
    color: #fff;
    position: absolute;
    bottom: 130px;
    right: 10px;
    height: 44px;
    width: 43px;
    text-align: center;
    font-size: 24px;
    z-index: 444;
}
@media (max-width: 320px) {
    .controls{
        bottom: 64px;
    }
}
#unmute_mic_button,#turn_on_camera_button{
    display:none;
}
#turn_on_camera_button,#turn_off_camera_button{
    font-size: 22px;
}
#unshow_comment{
    display: none;
}
.chat__scroll{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.chat__message::-webkit-scrollbar {
    height: 6px;
    width: 5px;
    border-radius: 10px;
    /* background-color: rgba(61, 61, 61, 0.37); */
}

.chat__message::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, 0.37);
    border-radius: 10px;
}
#go_home{
    visibility: hidden;
    font-size: 24px;
    right: 20px;
    position: absolute;
    top: 43px;
    color: #fff;
}
.chat__convo{
    overflow-y: scroll;
}

.chat__convo::-webkit-scrollbar {
    height: 6px;
    width: 5px;
    border-radius: 10px;
    /* background-color: rgba(61, 61, 61, 0.37); */
}

.chat__convo::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, 0.37);
    border-radius: 10px;
}
#eye_count{
    display:none;
}
#start_play_button{
    color: #fff;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
}
.sound__button{
    color: #fff;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 80%;
    right: 0;
    font-size: 30px;
    z-index: 999;
}
#muted{
    display:none;
}