.waveform-wrapper {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    z-index: 4;
    background: rgba(47, 53, 59, 0.7);
}

.waveform-wrapper.active .cssload-container,
.waveform-wrapper.error .cssload-container {
    display: none;
}

.waveform-wrapper.loading,
.waveform-wrapper.active,
.waveform-wrapper.error {
    display: block;
}

.waveform-wrapper.error #waveform-error,
.waveform-wrapper.active .waveform-controls,
.waveform-wrapper.active #waveform-callId {
    display: block;
}

.waveform-controls {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

#waveform-destroy {
    position: absolute;
    right: 10px;
    bottom: 96px;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
}

#waveform-duration {
    position: absolute;
    right: 60px;
    bottom: 5px;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

#waveform-volume {
    position: absolute;
    right: 11px;
    bottom: 3px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
}

#waveform-volume .fa-volume-up,
#waveform-volume.volume-on .fa-volume-off {
    display: none;
}

#waveform-volume.volume-on .fa-volume-up {
    display: inline-block;
}

#waveform-currentTime {
    position: absolute;
    left: 11px;
    bottom: 3px;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

#waveform-callId {
    display: none;
    position: absolute;
    left: 11px;
    top: 3px;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

#waveform-error {
    display: none;
    position: absolute;
    left: 11px;
    top: 3px;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

.cssload-container *, .cssload-container *:before, .cssload-container *:after{
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-container {
    margin: 49px auto;
    width: 58px;
    height: 29px;
}
.cssload-container > div {
    float: left;
    background: rgb(185,108,255);
    height: 100%;
    width: 5px;
    margin-right: 1px;
    display: inline-block;
}

.cssload-container .cssload-shaft1 {
    animation-delay: 0.06s;
    -o-animation-delay: 0.06s;
    -ms-animation-delay: 0.06s;
    -webkit-animation-delay: 0.06s;
    -moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
    animation-delay: 0.12s;
    -o-animation-delay: 0.12s;
    -ms-animation-delay: 0.12s;
    -webkit-animation-delay: 0.12s;
    -moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
    animation-delay: 0.17s;
    -o-animation-delay: 0.17s;
    -ms-animation-delay: 0.17s;
    -webkit-animation-delay: 0.17s;
    -moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
    animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
    animation-delay: 0.46s;
    -o-animation-delay: 0.46s;
    -ms-animation-delay: 0.46s;
    -webkit-animation-delay: 0.46s;
    -moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
    animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
    animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -moz-animation-delay: 0.58s;
}

.cssload-container {
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}
.cssload-container > div {
    height: 5px;
    margin-right: 0;
    animation: cssload-wave 1.15s infinite ease-in-out;
    -o-animation: cssload-wave 1.15s infinite ease-in-out;
    -ms-animation: cssload-wave 1.15s infinite ease-in-out;
    -webkit-animation: cssload-wave 1.15s infinite ease-in-out;
    -moz-animation: cssload-wave 1.15s infinite ease-in-out;
}

@keyframes cssload-wave {
    80% {
        background: rgb(86,215,198);
        margin-right: 5px;
        transform: translateX"("-10px")";
    }
}

@-o-keyframes cssload-wave {
    80% {
        background: rgb(86,215,198);
        margin-right: 5px;
        -o-transform: translateX"("-10px")";
    }
}

@-ms-keyframes cssload-wave {
    80% {
        background: rgb(86,215,198);
        margin-right: 5px;
        -ms-transform: translateX"("-10px")";
    }
}

@-webkit-keyframes cssload-wave {
    80% {
        background: rgb(86,215,198);
        margin-right: 5px;
        -webkit-transform: translateX"("-10px")";
    }
}

@-moz-keyframes cssload-wave {
    80% {
        background: rgb(86,215,198);
        margin-right: 5px;
        -moz-transform: translateX"("-10px")";
    }
}