.waveform {
    width: 100%;
    margin: 1rem 0;
}

.waveform {
    display: flex;
    align-items: center;
}

.waveform .btn-play {
    /* border-width: 3px;
    width: 3rem;
    height: 3rem;
    border-color: rebeccapurple;
    font-size: 1.25rem; */
    border-width: 4px;
    width: 6rem;
    height: 6rem;
    border-color: #FF0000;
    font-size: 1.25rem;
    margin-top: 8%;
}

.btn-play-waveform {
    border: 2px solid chartreuse;
    background-color: azure !important;
    color: rebeccapurple;
    transform: scale(.75);
}

.btn-play {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: inline-block;
    padding: 0 !important;
    position: relative;
    outline: 0;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    outline: 0 !important;
}

.btn-play::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border: .5em solid transparent;
    border-left-color: transparent;
    border-left-width: 0.5em;
    border-left-color: currentColor;
    border-left-width: .75em;
    margin-left: .375em;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.sep-1 {
    width: .5rem;
    flex-shrink: 0;
}

.waveform .waveform-container {
    border-color: #000000;
}

.waveform-container {
    color: inherit;
    flex: 1;
    position: relative;
    border-width: 0;
}

.waveform_wrap {
    line-height: 0;
}

.waveform-time {
    display: flex;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translate(0, -50%);
    z-index: 3;
}

.dark .waveform-time span {
    background-color: rgba(0, 0, 0, .3);
}

.waveform-time span:first-child {
    margin-right: auto;
}

.waveform-time span {
    font-size: 10px;
    font-weight: 600;
    /* background-color: rgba(255, 255, 255, .6); */
    padding: 0 5px;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0rem;
    user-select: none;
}

.detail-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.music-image {
    /* flex: 0 0 150px; */
    /* width: 150px;
    height: 150px; */
}

.music-image img {
    width: 200px;
    height: 200px;
}

.mesh ul li {
    float: left;
    margin-left: 21px;
    font-size: 17px;
    inline-size: min-content;
}

.music-detail {
    /* display: flex;
    flex-direction: column;
    padding-left: 180px; */
}

.music-data {
    list-style: none;
    margin: 0 0px 8px;
}

.list-detail {
    display: flex;
    align-items: center;
    list-style: none;
}

.list-detail button {
    justify-content: normal;
    align-items: center;
    border: 0px;
    background-color: none;
}

.open>.dropdown-menu {
    display: block;
    margin-left: -101px;
}






