.holderr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  margin: 0;
  justify-content: center;
  align-items: center;
}

.holder {
  display: block;
}

.volume-controls {
  max-width: 80px;
}

.play-pause-btn {
  display: none;
  cursor: pointer;
}

.audio.green-audio-player .spinne {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}

.audio.green-audio-player .slider {
  width: 100%;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.audio.green-audio-player .slider .progress {
  background-color: var(--rose);
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #9c00a1;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio.green-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 6px;
}
.audio.green-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -6px;
}
.audio.green-audio-player .controls span {
  cursor: default;
}
.audio.green-audio-player .volume {
  position: relative;
}
.volume-btn {
  cursor: pointer;
  fill: #000000;
} 

.audio.green-audio-player .volume  .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.green-audio-player .volume  .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.audio.green-audio-player .volume .slider .progress .pin {
  left: -5px;
  top: -8px;
}

svg, img {
  display: block;
}

.floflo{
  float: left;
  display: inline;
}

html, body {
  height: 100%;
}
/* https://simoarmonia.web.app/player/player.html?14 */
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}



.puls{
  display: flex;
  margin: 10px auto;
  margin-bottom: 0%;
  justify-content: center;
  font-size: larger;
  align-items: center;
  border-radius:25px;
  background: rgb(184, 153, 255);
  max-width: 210px;
  padding: 4px 0px;
  height: 33px;
  transform: translateY(16px);
  color: white;
}
/* 
  width: 180px;
  padding: 20px 30px; */



.audio.green-audio-player {
  width: 100%;
  max-width: 900px;
  min-width: 300px;
  height: 60px;
  padding-left: 24px;
  padding-right: 16px;
  margin-right: auto;
  margin-left: auto;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 40px;
  background: rgb(231 191 255);
  border: solid rgb(184, 153, 255);
}