/* Styles for Circular Player Wordpress plugin */

.wavesurfer-block {
    cursor: pointer;
}

.wavesurfer-block .wavesurfer-player.loading {
    /*background: radial-gradient(ellipse at center,  #f73134 0%, #ff0000 47%, #ff0000 47%, #23bc2b 47%, #23bc2b 48%);*/
    /* https://commons.wikimedia.org/wiki/File:YouTube_loading_symbol_3_(transparent).gif
    https://commons.wikimedia.org/wiki/File:Loading_icon_cropped.gif*/
    background-image: url('loading-anim.gif');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    opacity:0.1;
}

.wavesurfer-block .wavesurfer-player .circle {
    background-image: url('play-black-trans-192.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.wavesurfer-block .wavesurfer-player .circle.pause-button {
    background-image: url('pause-black-trans-192.png');
}