

/*Radio*/
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);
    color: #000;
}
#tab3 p {
    color: #000;
}
.seven58ads {
    padding: 0 3em;
}
.abtText {
    width: 386px;
    height: 515px;
    padding: 18px;
}
.my-message p {
    color: #fff; 
}
.my-message p strong {
    color:pink;
}
.other-message p {
    color: #fff; 
}
.other-message p strong {
    color:rgb(33, 173, 236);
}
.broadcasterImg img {
    position: relative;
    bottom: 21%;
    width: 5%;
    border-right: 2px solid #fff;
    margin-right: 1em;
    padding-right: 1em;
}
#bsa-block-728--90 {
    margin: 0 auto;
    width: 780px;
    height: 90px;
}
#bsa-block-728--90 > div.bsaProHeader {
    display:none;
}
div.radioSection {
    margin-top: 40px!important;
    margin: 0 auto;
    width: 50%;
}
.videoSection {
    margin-top:40px;
    width: 50vw;
    height: 28rem;
}
.chat-content{
    line-height: 1;
}
.audio-container {
  position: relative;
  width: 100%;
  max-width: 100%; 
  margin: auto;
  text-align: center;
  padding-top: 1rem;
}
.cover-art {
  display: block;
  width: 30rem;
  height: 30rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  margin: auto;
}
.audio-container #sevenfiveRadio{ 
    width: 100%
}