.container-group {
    width: 1000px;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #FFFFFF; */
    background-color: hsla(0, 0%, 0%, 0);
}

.active {
    border-bottom: solid 0px #35C025 !important;
}

.deselect {
    border-bottom: solid 0px #D93C85 !important;
}

#start-streaming-audio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 20px !important;
    border: 1px solid #D93C85 !important;
    background-color: #D93C85 !important;
    color: white !important;
    margin-bottom: 15px;
}