.styles_container_1H7C6 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    box-sizing: border-box
}

.styles_container_1H7C6 * {
    box-sizing: border-box
}

.styles_button_1v679 {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.styles_button_1v679:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.styles_buttonPlay_1g13t:after, .styles_buttonResume_I0S4_:after {
    border: solid transparent;
    border-left: solid #fff;
    border-width: 8px 14px;
    margin-left: 8px
}

.styles_buttonPause_8759q:after {
    width: 4px;
    height: 14px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff
}

.styles_range_3uoCR {
    width: 100%;
    height: 6px;
    background-color: hsla(0, 0%, 100%, .4)
}

.styles_range_3uoCR div {
    height: 100%;
    background-color: #fff
}

.styles_streamText_chJfp {
    font-size: 14px;
    display: none;
    color: #fff;
    white-space: nowrap;
    margin-right: 10px
}

.styles_stream_3F09T {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    padding: 0 15px;
    cursor: pointer
}

.styles_stream_3F09T:hover .styles_streamText_chJfp {
    display: block
}