.twinkl-burn {
  left: 0.6%; }

.pattern-page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.audio-circle {
  position: absolute;
  width: 70%;
  height: 110%;
  top: 50%;
  left: -5%;
  border-radius: 50%;
  background-color: #fff; }

.audio-book-cover {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42%;
  height: 66%;
  top: 8%;
  left: 9%;
  z-index: 1; }

.audio-player-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #0e86c9;
  z-index: 2;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  cursor: pointer; }
  .audio-player-btn:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .audio-player-btn:active {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.play-pause-btn {
  width: 10%;
  height: 18%;
  top: 75%;
  left: 25%; }

.first-last-btn {
  width: 5%;
  height: 9%; }

.next-prev-btn {
  width: 7.5%;
  height: 13%; }

.prev-btn {
  top: 77%;
  left: 14%; }

.next-btn {
  top: 77%;
  left: 39%; }

.first-btn {
  top: 83%;
  left: 6%; }

.last-btn {
  top: 83%;
  left: 50%; }

.fa-pause {
  -webkit-transform: scale(0.88, 1);
      -ms-transform: scale(0.88, 1);
          transform: scale(0.88, 1);
  padding-left: 2.6%; }

.fa-play {
  padding-left: 6.5%; }

.now-playing-panel {
  position: absolute;
  border-radius: 15px;
  padding: 2%;
  top: 18%;
  left: 55%;
  width: 41%;
  height: 34%;
  background-color: rgba(255, 255, 255, 0.95); }

.book-name {
  position: absolute;
  font-family: Twinkl;
  margin: 3% 0 2% 0; }

.book-status {
  position: absolute;
  font-family: Twinkl;
  color: dimgrey;
  margin: 2% 0 2% 0;
  opacity: 0; }

.book-progress-bar {
  position: absolute;
  border-radius: 20px;
  padding: 1%;
  top: 68%;
  width: 89%;
  height: 16%; }

.book-progress-bar-colour {
  position: absolute;
  border-radius: 20px;
  width: 0;
  height: 0;
  background-color: darkorange;
  z-index: 1;
  opacity: 0.5; }

.book-progress-bar-grey {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 60%;
  background-color: lightgrey;
  border-color: darkgrey;
  border-width: 3px; }

.greyed-out {
  opacity: 0.45; }
