div#broadcast-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#layer-1 {
    position: absolute;
    top: 0;
    left: 0;
} 
div#live-indicator {
    height: 32px;
    background-color: #c621e29c;
    border: none;
    border-radius: 10px !important;
    font-size: 10px;
    padding-top: 8px;
} 
  
span#live.text-danger {
    color: #efa0ee !important;
}
#sound, #menu, #x {
    font-size: 17px;
    background-color: #00000047;
    width: 32px;
    margin-right: 5px;
    border-radius: 50% !important;
    height: 32px;
    border: none;
}
div#sound, div#settings {
    background-color: #0000;
    font-size: 20px;
    padding-top: 7px !important;
    color: #5a2f58 !important;
    width: 40px; 
    margin-left: 0 !important;
}
div#sound.fa-microphone, div#settings {
    color: #ff00eb !important;
}
div#message-input-container {
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 7px !important;
}
div#at {
    background-color: #7d7d7d2e !important;
    border-radius: 20px;
    width: 20px !important;
}

input#message {
    background: none !important;
    color: #FFF;
    border-radius: 20px;
    background-color: #e4e4e42e !important;
}
div#send-whisper {
    background-size: 42% !important;
    background-color:#7d7d7d2e !important;
    border-radius: 20px !important;
}
#messenger #send-whisper.active {
    background-color: #ff009752 !important;
}
.bubble-pointer-chat {
    display: none;
}

#messages>li.left-bubble, 
#messages>li.right-bubble, 
#messages > li.right-bubble.vip-3, 
#messages > li.right-bubble.vip-2, 
#messages > li.right-bubble.vip-1  {
    background-color: #ffffff78 !important;
    color: #313131;
}

#messages > li.right-bubble b,
#messages > li.right-bubble.vip-3 b,
#messages > li.right-bubble.vip-2 b,
#messages > li.right-bubble.vip-1 b,
#messages > li.c.vip.vip-3 .message-content,
#messages > li.c.vip.vip-2 .message-content,
#messages > li.c.vip.vip-1 .message-content{

    color: #313131;

}
.right-bubble {
    float: left !important;
}
#messages> li.right-bubble > .message-time, 
#messages> li.left-bubble > .message-time {
    display: none !important;
}
#messages > li.c.vip.vip-3 span.message-icon,
#messages > li.c.vip.vip-2 span.message-icon
#messages > li.c.vip.vip-1 span.message-icon {
    display: none;
} 
b.message-name {
    display: block;
}
span.message-colon {
    display: none;
}
#messages li {
    font-size: 12px;
}
.userlist-name .fa-circle {
    display: none;
}

#users li .userlist-kick{

    position: absolute;
    top: 0;
    right: 2px; 
    width: 25px !important;
    top: 3px;
    padding-top: 1px;


} 
div#users li {
    background-color: #dcdcdc6e !important;
    border: none !important;
    margin-bottom: 1px !important;
    border-radius: 5px;
    height: 30px !important;
}  
div#attachments {
    background-color: #6d6d6ded;
}
div#messages {
    background: none; 
    position: absolute;
}
#users li .userlist-kick::after {
    content: "❌";
}
.userlist-media {

    position: absolute;
    right: 0;
    margin-top: 2px !important;
    


}
#users li .userlist-props {
    line-height: 23px;
}

div#two-way-viewer {
    bottom: 53px;
}
div#x {
    background: none;
}
#money, #hearts {
    height: 25px;
    background-color: #00000047;
    border: none;
    border-radius: 10px !important;
    margin-top: 3px;
    font-size: 10px;
}
div#info {
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
}
div#online-time-bonus {
    background-color: #00000047;
    border-radius: 10px;
}
#messages>li.system {
    background-color: #8f007873 !important;
}
div#messages.hide {
    margin-left: 100%;
}
div#messages-container {
    overflow-x: hidden; 
    bottom: 50px;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

  

@-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }

  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

#spinner {

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-left: 0;
    margin-top: 0;
    
}
#hide-messages, #hide-other-messages {

    border-radius: 6px;
    line-height: 13px;
    background-color: #6f6f6f4d;
    font-size: 10px;

}
#hide-messages::after {
    content: "Hide Text";
}
#hide-other-messages::after {
    content: "Hide Other Text";
}

#messenger.hidden-text #hide-messages::after {
    content: "Show Text";
}
#messenger.hidden-text #messages  {

    opacity: 0;

}

#messenger.hidden-other-text #hide-other-messages::after {
    content: "Show Other Text";
}
#messenger.hidden-other-text #messages  {

    opacity: 1;

}
#messenger.hidden-other-text #messages li.other  {

    display: none;

}




#messages > li.left-bubble {

    background-color: #c1f2ff !important;

}
#messages li {
    max-width: 50%;
}


.top-half {
    position: absolute;
    z-index: 2;
}

div#message-input-container {
    position: absolute;
    z-index: 4;
}
div#messages-container { 
    position: absolute;
}

#attachments { 
    z-index: 4;
}