video{
    border-radius: 15px;
}

.player-01 > div:nth-child(3) {
    background-color: transparent !important;
    width: 320px !important;
    height: 220px !important;
    z-index: 999;
    top: 10px;
    left: 10px;
    position: absolute !important;
}

.player{
    width: 228px;
    height: 170px;
    border-radius: 16px
}
.player > div{
    background-color: transparent !important;
    border-radius: 15px !important;
}
#local-player {
    width: 100%;
    height: 100%;
} 
.video-group {
    width: 100%;
    height: 100%;
}

#remote-playerlist > div > div{
    background: transparent !important;
}

.gradient-bg {
    background-image: linear-gradient(90deg,#bf2ed1,#b937d5,#b33fd8,#ad46db,#a74cde,#a054e2,#9a5be6,#9362e9,#8a6cee,#8176f1,#797ef3,#7286f5);
}

.theme-bg {
    background-color: #7286f5;
}