.waveform-cp wave canvas{
    max-width: unset;
}

.wapcp-waveform{
    margin-top: 10px;
    margin-bottom: 10px;
}

.waveform-cp{
    width: 100%;
}

.wapcp-waveform-title{
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 5px; */
}

.wapcp-waveform-bottom{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.waveform-play-pause-btn{
    border-radius: 8px;
    padding: 6px 10px 4px;
    margin-right: auto;
    border: 3px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waveform-play-pause-btn2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    background: transparent;
    border: 3px solid;
}

.waveform-play-pause-btn:hover, .waveform-play-pause-btn2:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wapcp-d-flex{
    display: flex;

}

.wapcp-d-flex-middle{
    align-items: center;
}

.wapcp-mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.wapcp-mt-10px{
    margin-top: 10px;
}

.wapcp-mb-10px{
    margin-bottom: 10px;
}

.wapcp-ml-auto{
    margin-left: auto;
}

.wapcp-mr-auto{
    margin-bottom: auto;
}

.wapcp-waveform{
    margin-bottom: 100px;
}