.current-playing {
  background-color: #9d2149;
  color: #FFF;
}
.list-songs .list-group-item {
    cursor: move;
}
.list-songs .list-group-item .play-song {
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
  background-color: #26050c !important;
  color: #FFF;
}
.live-card
{
    position:relative;
    height:70vh;
}
.plyr__video-wrapper
{
    
    width: 100%;
    top:0;
    left:0;
}

.plyr__video-wrapper video
{
     object-fit: cover;
}
.plyr--full-ui {
  height: 100%;
}
.studio-video-wrapper {
    position: relative;
    height: 45vh;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

#studio-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studio-presenter-video
{
    position: relative;
    background-color: #000;
	height:40vh;
}
/* Base presenter video (MINIMIZED by default) */

.presenter-video {
    position: absolute;
    bottom: 45px;
    right: 15px;
    width: 220px;
    height: 140px;
    border-radius: 12px;
    object-fit: cover;
    z-index: 10;
    background: #000;
    transition: all 0.35s ease;
}

/* MAXIMIZED state */
.presenter-maximized {
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    z-index: 20;
}

.status-badge {
    font-size: 0.75rem;
    padding: 6px 12px;
}