

#chat-box {
  margin-top: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; /* Adjust the height as needed */
  background: rgba(0, 0, 0, 0.5);
}

#chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
}

#chat-input {
  padding: 5px;
  margin-bottom: 10px;
  color:#000;
}

#send-button {
    background: rgb(33, 173, 236);
    border: 1px solid rgb(33, 173, 236);
    padding: 5px 10px;
}
li p.chat-content{
    padding: 0;
    margin: -27px 0 0 0;
    margin-bottom: 0;
}
.chat-timestamp {
    font-size: 10px;
    margin-bottom: 0;
    
}
.chat-timestamp:nth-child(odd){
    
}    
.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
}
div.tab {
    padding: 10px 19px 0 31px;
    border: 1px solid rgb(33, 173, 236);
    /* margin-right: 5px; */
    background: rgb(33, 173, 236);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    color: #fff;
}

.tab.active {
    background: darkorange;
    border-bottom: none;
    border: darkorange;
}
.tab-content-broadcast {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
}
.tab-content-broadcast.active {
    display: block;
}

.tab-content-broadcast #bsa-block-300--600 .bsaProItems {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#tab3 {
    background:rgb(255, 255, 255);
}
#tab3 p {
    color: #000;
}