.mp3-player {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #bb71f3;
    background: -moz-linear-gradient(-45deg, #bb71f3 0%, #3d4d91 100%);
    background: -webkit-linear-gradient(-45deg, #bb71f3 0%, #3d4d91 100%);
    background: linear-gradient(135deg, #bb71f3 0%, #3d4d91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb71f3', endColorstr='#3d4d91', GradientType=1);
    font-family: "Helvetica Neue", "Futura", "Trebuchet MS", Arial;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    display: block;
    margin-bottom: 15px;
}

/* Top Info */
.mp3-player .title {
    position: absolute;
    width: 100%;
    top: 3%;
    line-height: 34px;
    height: 34px;
    text-align: center;
    font-size: 20px;
    opacity: 0.9;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
	z-index: 2;
}

.mp3-player .timer {
    position: absolute;
    top: 0;
    left: 3%;
    text-align: left;
    font-size: 26px;
    opacity: 0.9;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
	z-index: 2;
}

.mp3-player .duration {
    position: absolute;
    top: 0;
    right: 3%;
    text-align: right;
    font-size: 26px;
    opacity: 0.5;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
	z-index: 2;
}

/* Controls */
.mp3-player .controlsOuter {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 3%;
	z-index: 2;
}

.mp3-player .controlsInner {
    position: absolute;
    width: 340px;
    height: 70px;
    left: 50%;
    margin: 0 -170px;
}

.mp3-player .btn {
    position: absolute;
    cursor: pointer;
    opacity: 0.9;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
    -webkit-user-select: none;
    user-select: none;
}

.mp3-player .btn:hover {
    opacity: 1;
}

.mp3-player .playBtn {
    width: 32px;
    height: 32px;
    left: 50%;
    bottom: 15px;
    margin: auto -16px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

.mp3-player .pauseBtn {
    width: 32px;
    height: 32px;
    left: 50%;
    bottom: 15px;
    margin: auto -16px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

.mp3-player .prevBtn {
    width: 32px;
    height: 32px;
    left: 50px;
    bottom: 15px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

.mp3-player .nextBtn {
    width: 32px;
    height: 32px;
    right: 50px;
    bottom: 15px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

.mp3-player .playlistBtn {
    width: 32px;
    height: 32px;
    left: 10px;
    bottom: 15px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

.mp3-player .volumeBtn {
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: 15px;
    color: #ffffff;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}

/* Progress */
.mp3-player .waveform {
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -15% auto;
    display: none;
    cursor: pointer;
    opacity: 0.8;
    -webkit-user-select: none;
    user-select: none;
	z-index: 2;
}

.mp3-player .waveform:hover {
    opacity: 1;
}

.mp3-player .bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    opacity: 0.9;
}

.mp3-player .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
	display: none;
}

.mp3-player .progress_track {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
	display: none;
}

.mp3-player .progress1 {
    left: 0;
    width: 0%;
    height: 10px;
    background-color: red;
}

/* Loading */
.mp3-player .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    display: none;
	z-index: 3;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Plylist */
.mp3-player .playlist {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.mp3-player .list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp3-player .list-song {
    width: 100%;
    height: 120px;
    font-size: 50px;
    line-height: 120px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

.mp3-player .list-song:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

/* Volume */
.mp3-player .volume {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    touch-action: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
}

.mp3-player .bar {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

.mp3-player .barEmpty {
    width: 90%;
    opacity: 0.5;
    box-shadow: none;
    cursor: pointer;
}

.mp3-player .barFull {
    width: 90%;
}

.mp3-player .sliderBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 93.25%;
    margin: -10px auto;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
    border-radius: 25px;
    cursor: pointer;
}

/* Fade-In */
.mp3-player .fadeout {
    webkit-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

.mp3-player .fadein {
    webkit-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .mp3-player .progress_track{
        bottom: 30%;
    }
    .mp3-player .controlsOuter{
        height: 50px;
    }
    .mp3-player .controlsInner{
        height: 50px;
    }
}