.usernameRadio{
    display: none;
}
.submitLobbyroom
{
    display: none;
}
.onlineUsersRow { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;   
}

.onlineUsersRow:hover { 
    background: var(--bs-secondary);
}
.onlineUsersRow{
    list-style-type: none;
    padding: 3px 20px;
    border: 1px solid  #bfbfbf;
    border-width: 1px 0px 0px;
}
.ulChatStatus
{
    text-align: center;
    margin-bottom: 0;
}
.ulChatStatus li
{
    cursor: pointer;
    list-style-type: none;
    font-size: 14px;
    padding: 0px;
}  
.ulChatStatus li:hover
{
    background-color: #373734; 
}
#myChatStatus
{                    
    color: #ff4d4d; 
    position: relative; 
    top: 0px; 
    font-size: 19px; 
    margin-right: 1.5px;                                                 
}
.onlineUsersRow p
{
    margin: 0px!important;
}
.onlineUsersRow p:nth-child(2) strong
{
    font-size: 12px;
    font-family: 'Hind';
}
.userStatusIcon
{                    
    color: #ff4d4d; 
    position: relative; 
    /*top: 0px; */
    /*font-size: 16px; */
    margin-right: 5px; 
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;   */
}  
.unreadCount
{
    float: right;
    position: relative;
    /* top: 5px; */
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: var(--bs-info);
    font-size: 13px;
}

.headIcon
{                                  
    position: relative;
    left: 20px;
    text-align: center;
    font-size: 19px;
    float: left;
} 

#chatBoxWidget {
    width: 300px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

#chatBoxWidget.minimized #chatBoxWidgetBody {
    display: none;
}

#chatBoxWidgetBody {
    box-shadow: 0px 3px 11px -1px #888;
}

#chatBoxWidgetIcon {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0px 3px 11px -1px rgba(var(--bs-primary-rgb),0.7);
    padding: 12px 11px;
    border-radius: 50%;
    background: #FFF;
}

#chatBoxWidget.minimized #chatBoxWidgetIcon {
    display: block;
}

#chatBoxWidgetIcon svg {
    color: var(--bs-primary);
}

#chatBoxWidget .card-title {
    font-size: 18px;
    font-family: 'Hind';
}
  
#chatboxContainer
{     
    display: none;
    /*background: var(--bs-light);*/
    width: auto;                       
    max-width: calc(100% - 320px); 
    max-height: 350px;   
    position: fixed;
    bottom: 0px; 
    right: 335px;      
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;    
    z-index: 9999;      
}

#chatBoxWidget.minimized + #chatboxContainer {
    right: 120px;
}

.nodeChat
{
    width: 270px;      
    height: 100%;
    background: white;   
    display: inline-block;
    margin: 5px;        
    /*border: 1px solid #B3A9A9; */
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 15%);
    height: 350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nodeChat.minimized {
    height: 32px;
    bottom: -5px;
    position: relative;
}

.iframeChat
{
    width: 100%;
    height: 100%;       
    border: none; 
    z-index: 9999;
}
.nodeChat .nodeHeaderChat 
{                                  
    width: 100%;
    height: 32px;
}   
#chatRect{
    max-height: 300px;
}


.chatboxTemplate 
{
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    bottom: 0;
    /* display: none; */
    height: 330px;
    /* position: fixed; */
    /* right: 70px; */
    width: 300px;
    font-family: 'Open Sans', sans-serif;
}

.chatboxHeader 
{
    background-color: #373734;
    /* position: fixed; */
    top: -5;
    height: 29px;
    width: inherit;
}

#multipleChatboxes
{
    position: absolute; 
    width: auto; 
    float: right; 
    max-width: -moz-available;
}

#close 
{
    float: right;
    color: white;
    font-weight: bold;
    background-color: transparent;
    color: white;
    margin: 1px 8px 0px 0px;
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 19px;
}

.chatbox 
{
    overflow-y: scroll;
    height: 257px;
    width: inherit;
    /* position: fixed; */
    /*                bottom: 53px;*/
    bottom: 16px;
}

.message-sent 
{
    font-family: "Verdana", serif;
    text-align: right;
    background-color: #89cff0;
    margin-top: 5px;
    min-height: 50px;
    height: auto;
    border-radius: 6px;
}

.message-received 
{
    font-family: "Verdana", serif;
    text-align: left;
    background-color: #E8E8E8;
    margin-top: 5px;
    min-height: 50px;
    height: auto;
    border-radius: 6px;
}

.img-circle
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}


  
.status-menu {
    position: absolute;
    background: white;
    width: 8rem;
    top: 2rem;
    z-index: 9;
    border-radius: 5px;
    box-shadow: 0px 3px 11px -1px #888;
}

.ulChatStatus {
    text-align: left !important;
}

.ulChatStatus li:hover {
    background-color: var(--bs-info);
}

.load-more-staff {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    padding: 0 20px 10px 20px;
    color: var(--bs-info);
}