.audioSetting{
    display: flex;
    width: 100%;
    height: 50px;
    flex-direction: column;
    justify-content: flex-start;
}

.sliderHolder{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.settingsBox{
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;

    flex-shrink: 0;
}

.settings-holder{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.audioSlider{
    width: 275px;
}