/*
  1. Base
*/
/*
  2. Components
*/
div#white-player {
  width: 100%;
  max-width:100%;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative; }

div.white-player-top {
  height: 64px;
  display: flex;
  width: 100%;
  align-items: center; }
  div.white-player-top div {
    flex: 1; }
    div.white-player-top div.center {
      text-align: center; }
  div.white-player-top span.now-playing {
    color: #414344;
    font-family: "Raleway", sans-serif;
    line-height: 64px;
    font-weight: 600; }
  div.white-player-top img.show-playlist {
    float: right;
    cursor: pointer;
    margin-right: 10px; }

div#white-player-center img.main-album-art {
  display: block;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 50px;
  border-radius: 8px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  width: 280px;
  height: 185px;
  object-fit: contain;
}
div#white-player-center div.song-meta-data span.song-name {
  color: #414344;
  display: block;
  text-align: center;
  font-size: 20px; }
div#white-player-center div.song-meta-data span.song-artist {
  color: #AAAFB3;
  display: block;
  text-align: center;
  font-size: 14px; }
div#white-player-center div.time-progress {
  margin-bottom: 30px; }
  div#white-player-center div.time-progress span.current-time {
    color: #AAAFB3;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 20px; }
  div#white-player-center div.time-progress div#progress-container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    height: 20px;
    cursor: pointer;
    /*
      IE 11
    */ }
    div#white-player-center div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
      display: block; }
    div#white-player-center div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
      visibility: visible; }
    div#white-player-center div.time-progress div#progress-container progress#song-played-progress {
      width: 100%;
      position: absolute;
      left: 0;
      top: 8px;
      right: 0;
      width: 100%;
      z-index: 60;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 4px;
      border-radius: 5px;
      background: transparent;
      border: none;
      /* Needed for Firefox */ }
    @media all and (-ms-high-contrast: none) {
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container progress#song-played-progress {
        color: #c1c1c1;
        border: none;
        background-color: #E1E1E1; } }
    @supports (-ms-ime-align: auto) {
      div#white-player-center div.time-progress div#progress-container progress#song-played-progress {
        color: #c1c1c1;
        border: none; } }
    div#white-player-center div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
      background: none;
      border-radius: 5px; }
    div#white-player-center div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
      background-color: #c1c1c1;
      border-radius: 5px; }
    div#white-player-center div.time-progress div#progress-container progress#song-played-progress::-moz-progress-bar {
      background: none;
      border-radius: 5px;
      background-color: #c1c1c1;
      height: 5px;
      margin-top: -2px; }
    div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress {
      position: absolute;
      left: 0;
      top: 8px;
      right: 0;
      width: 100%;
      z-index: 10;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 4px;
      border-radius: 5px;
      background: transparent;
      border: none;
      background-color: #D7DEE3; }
    div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
      background-color: #E1E1E1;
      border-radius: 5px; }
    div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
      background-color: #818181;
      border-radius: 5px;
      transition: width .1s ease; }
    div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress::-moz-progress-bar {
      background: none;
      border-radius: 5px;
      background-color: #E1E1E1;
      height: 5px;
      margin-top: -2px; }
    div#white-player-center div.time-progress div#progress-container progress::-ms-fill {
      border: none; }
@-moz-document url-prefix() {
  div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress {
    top: 9px;
    border: none; } }
    @media all and (-ms-high-contrast: none) {
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none; } }
    @supports (-ms-ime-align: auto) {
      div#white-player-center div.time-progress div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none; } }
    div#white-player-center div.time-progress div#progress-container input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      margin: 7.5px 0;
      position: absolute;
      z-index: 9999;
      top: -7px;
      height: 20px;
      cursor: pointer;
      background-color: inherit; }
    div#white-player-center div.time-progress div#progress-container input[type=range]:focus {
      outline: none; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #c1c1c1;
      border-radius: 0px;
      border: 0px solid #010101; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-webkit-slider-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #c1c1c1;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #c1c1c1;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7.5px; }
    div#white-player-center div.time-progress div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
      background: #c1c1c1; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-moz-range-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #FA6733;
      border-radius: 0px;
      border: 0px solid #010101; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-moz-range-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #c1c1c1;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #FA6733;
      cursor: pointer; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-ms-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-ms-fill-lower {
      background: #003d57;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-ms-fill-upper {
      background: #c1c1c1;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
    div#white-player-center div.time-progress div#progress-container input[type=range]::-ms-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #FA6733;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #c1c1c1;
      cursor: pointer;
      height: 0px;
      display: none; }
    @media all and (-ms-high-contrast: none) {
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container input[type="range"].amplitude-song-slider {
        padding: 0px; }
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px; }
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent; }
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #E1E1E1;
        border-radius: 10px; }
      div#white-player-center div.time-progress div#progress-container *::-ms-backdrop, div#white-player-center div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #E1E1E1;
        border-radius: 10px; } }
    @supports (-ms-ime-align: auto) {
      div#white-player-center div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px; } }
    div#white-player-center div.time-progress div#progress-container input[type=range]:focus::-ms-fill-lower {
      background: #c1c1c1; }
    div#white-player-center div.time-progress div#progress-container input[type=range]:focus::-ms-fill-upper {
      background: #c1c1c1; }
  div#white-player-center div.time-progress span.duration {
    color: #AAAFB3;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: 20px; }

div#white-player-controls {
  text-align: center;
  padding-bottom: 35px; }
  div#white-player-controls div#shuffle {
    display: inline-block;
    width: 19px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 24px; }
    div#white-player-controls div#shuffle.amplitude-shuffle-off {
      background: url("../images/shuffle-off.svg"); }
    div#white-player-controls div#shuffle.amplitude-shuffle-on {
      background: url("../images/shuffle-on.svg"); }
  div#white-player-controls div#previous {
    display: inline-block;
    height: 53px;
    width: 53px;
    cursor: pointer;
    background: url("../images/previous.svg");
    vertical-align: middle;
    margin-right: 16px; }
  div#white-player-controls div#play-pause {
    display: inline-block;
    width: 85px;
    height: 85px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 16px; }
    div#white-player-controls div#play-pause.amplitude-paused {
      background: url("../images/play1.svg"); }
    div#white-player-controls div#play-pause.amplitude-playing {
      background: url("../images/pause1.svg"); }
  div#white-player-controls div#next {
    display: inline-block;
    height: 53px;
    width: 53px;
    cursor: pointer;
    background: url("../images/next1.svg");
    vertical-align: middle;
    margin-right: 24px; }
  div#white-player-controls div#repeat {
    display: inline-block;
    width: 18px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle; }
    div#white-player-controls div#repeat.amplitude-repeat-off,
div#white-player-controls div#repeat.amplitude-repeat-song-off{
      background: url("../images/repeat-off.svg"); }
    div#white-player-controls div#repeat.amplitude-repeat-on,
 div#white-player-controls div#repeat.amplitude-repeat-song-on{
      background: url("../images/repeat-on.svg"); }

div#white-player-playlist-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999;
  display: none;
  border-radius: 8px; }

div.white-player-playlist-top {
  height: 64px;
  text-align: center;
  display: flex; }
  div.white-player-playlist-top div {
    flex: 1; }
    div.white-player-playlist-top div span.queue {
      color: #414344;
      font-family: "Raleway", sans-serif;
      line-height: 64px;
      font-weight: 600; }
    div.white-player-playlist-top div img.close-playlist {
      margin-right: 16px;
      margin-top: 22px;
      float: right;
      cursor: pointer; }

div.white-player-up-next {
  margin-top: 6px;
  padding-left: 20px;
  font-size: 24px;
  color: #414344; }

div.white-player-playlist {
  margin-top: 32px;
  height: calc( 100% - 234px );
  overflow-y: scroll; }

div.white-player-playlist-song {
  border-bottom: 1px solid #F5F5F6;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer; }
  div.white-player-playlist-song:hover {
    background-color: rgba(211, 94, 154, 0.3); }
  div.white-player-playlist-song.amplitude-active-song-container {
    background-color: rgba(238, 100, 82, 0.3); }
  div.white-player-playlist-song img {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    margin-left: 16px;
    object-fit: contain;
    float: left; }
  div.white-player-playlist-song div.playlist-song-meta {
    float: left;
    margin-left: 15px;
    width: calc( 100% - 80px ); }
    div.white-player-playlist-song div.playlist-song-meta span.playlist-song-name {
      color: #414344;
      font-size: 14px;
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    div.white-player-playlist-song div.playlist-song-meta span.playlist-artist-album {
      color: #AAAFB3;
      font-size: 12px;
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

div.white-player-playlist-song::after {
  content: "";
  display: table;
  clear: both; }

div.white-player-playlist-controls {
  background-color: #F5F5F6;
  border-radius: 8px;
  padding: 16px; }
  div.white-player-playlist-controls img.playlist-album-art {
    float: left;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    height: 64px;
    width: 64px;
    object-fit: contain;
}
  div.white-player-playlist-controls div.playlist-controls {
    float: left;
    margin-left: 25px;
    width: calc( 100% - 89px ); }
    div.white-player-playlist-controls div.playlist-controls div.playlist-meta-data {
      display: inline-block;
      width: calc(100% - 125px);
      vertical-align: middle; }
      div.white-player-playlist-controls div.playlist-controls div.playlist-meta-data span.song-name {
        display: block;
        color: #414344;
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      div.white-player-playlist-controls div.playlist-controls div.playlist-meta-data span.song-artist {
        display: block;
        color: #AAAFB3;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper {
      text-align: center;
      margin-top: 10px;
      display: inline-block;
      width: 120px;
      vertical-align: middle; }
      div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper div#playlist-previous {
        display: inline-block;
        height: 32px;
        width: 32px;
        cursor: pointer;
        background: url("../images/previous.svg");
        vertical-align: middle;
        background-size: 32px 32px; }
      div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper div#playlist-play-pause {
        display: inline-block;
        width: 32px;
        height: 32px;
        cursor: pointer;
        vertical-align: middle; }
        div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper div#playlist-play-pause.amplitude-paused {
          background: url("../images/play1.svg");
          background-size: 32px 32px; }
        div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper div#playlist-play-pause.amplitude-playing {
          background: url("../images/pause1.svg");
          background-size: 32px 32px; }
      div.white-player-playlist-controls div.playlist-controls div.playlist-control-wrapper div#playlist-next {
        display: inline-block;
        height: 32px;
        width: 32px;
        cursor: pointer;
        background: url("../images/next1.svg");
        vertical-align: middle;
        background-size: 32px 32px; }

div.white-player-playlist-controls::after {
  content: "";
  display: table;
  clear: both; }

div.song-to-add {
    width: 100%;
        padding: 10px;
        max-width: 250px;
        text-align: center;
        margin: 0 auto; }
  div.song-to-add img {
    border-radius: 6px;
    margin-top: 50px;
    width: 100%; }
  div.song-to-add a.add-to-playlist-button {
    background-color: #ef484e;
    color: #fff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    text-align: center;
    max-width: 150px;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Raleway';
    cursor: pointer;
    font-size: 14px;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div.song-to-add {
    width: 40%;
    padding: 5px; } }
/*
  3. Layout
*/
body {
  background-color:#d3d3d3;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  body div.example-container {
    width: 100%;
    display: flex; }
    body div.example-container div.left {
      width: 50%; }
    body div.example-container div.right {
      width: 50%;
      display: flex;
      flex-wrap: wrap; }

@media screen and (max-width: 39.9375em) {
  body div.example-container {
    flex-direction: column; }
    body div.example-container div.left {
      width: 100%; }
    body div.example-container div.right {
      width: 100%; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body div.right {
    padding-left: 20px; } }
/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/
/*
  8. Animations
*/
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-3-25 18:39:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-3-25 18:45:17
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; } }
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; } }

/*# sourceMappingURL=app.css.map */

a.more-on-ssu{
  background-color: white;
    color: #CC5CAD;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    text-align: center;
    max-width: 300px;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
  text-decoration: none;
}


.podcasts-container {
    background: white;
    max-width:100%;
    width:100%;
    padding: 1em;
    border-radius: 10px;
    margin: 0 auto 1em;
}
.right{
    margin-top:2em;
    display: flex;
    flex-wrap: wrap;
}
.btn-pods-title {
    font-size: 15px;
    margin-top: 10px;
    font-family: "Raleway";
    color: #474344;
    line-height: 1.2em;
    padding-right: 50px;
}
a.btn-podcasts-group-title {
    display: flex;
}
.white-player-playlist-song {
    position: relative;
}
span.btn-podcasts-remove-to-playlist.btn-podcasts-add-song {
    background: url(../images/close.svg);
    width: 10px;
    height: 10px;
    display: block;
    background-color: #e36371;
    padding: 10px;
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 20px;
}

.btn-pods-title span {
    display: block;
    font-size: 15px;
    color: #ef484e;
}
a.btn-podcasts-group-title img {
    max-width: 80px !important;
    margin-right: 1em;
    height: auto;
}
div.song-to-add {
    width: 100%;
    padding:2em;
    max-width: 250px;
    text-align: center;
    margin: 10px auto;
    background: #f9f5f5;
}
div.song-to-add img {
    border-radius: 6px;
    width: 45%;
    display: block;
    margin: 0 auto;
}
.btn-podcasts-group-playlist{
    display: none;
}
.btn-podcasts-group-active{
    display: block;
}
a.btn-podcasts-group-title:after {
    position: absolute;
    right: 23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
}
a.btn-podcasts-active:after{
    position: absolute;
    right: 23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
}
.btn-podcasts-group-playlist span.individual-song-name {
    font-size: 16px;
    font-family: 'Raleway';
}
.btn-playlist-sleep-timer{
    padding:0px 20px 20px;
}
.btn-playlist-sleep-timer label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
select.btn-playlist-sleep-timer-selector {
    font-size: 14px;
    width: 100%;
}
.btn-podcasts-no-playlist {
    background: white;
    padding: 25px 25px 10px;
    border-radius: 10px;
}
.podcasts-container.podcast-no-access {
    background: #cfcfcf;
}
img.img-locked {
    margin-right: 25px;
}
.podcast-has-access span.btn-pods-wrapper-title span {
    color: #ef484e;
}

.podcasts-container.podcast-no-access  span.btn-pods-wrapper-title {
    display: flex;
    align-items: center;
    margin-top:10px;
}
.podcasts-container.podcast-no-access  span.btn-pods-wrapper-title img{
    margin-right:10px;
    width:20px;
    object-fit: contain;
}
.podcasts-container.podcast-no-access .btn-podcasts-group-title {
    display: flex;
    align-items: center;
}
a.btn-play-pod {
    background-color: #ef484e;
    color: #fff;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 12%);
    text-align: center;
    max-width: 150px;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Raleway';
    cursor: pointer;
    font-size: 14px;
}
.btn-podcast-player span.btn-podcast-player-add {
    position: absolute;
    bottom: 35px;
    right: 0;
}
div#white-player-controls a.add-to-playlist-button {
    font-size: 0px;
    position: absolute;
    bottom: 20px;
    right: 14px;
}
div#white-player-controls .btn-podcasts-add-to-playlist:before {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: flex;
    background: #4d4d4d;
    color: #fff;
    border-radius: 50%;
    padding: unset;
    box-sizing: border-box;
    font-size: 13px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
div#white-player-controls .btn-podcasts-remove-to-playlist:before{
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: flex;
    background: #4d4d4d;
    color: #fff;
    border-radius: 50%;
    padding: unset;
    box-sizing: border-box;
    font-size: 13px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width:801px){
    .podcast-has-access .btn-pods-title {
        font-size: 20px;
    }
    div.song-to-add{
        width:300px;
        max-width: 300px;
        display: inline-block;
        margin:10px;
        height: auto;
    }
}

/* Calendar */
.podcast-consecutive-days,
.podcast-item-listen {
    background: #fff;
    padding: 2em;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.podcast-calendar h3 {
    font-size: 19px;
    text-align: center;
    margin:1em;
}
.podcast-count {
    text-align: center;
}
.podcast-consecutive-days i,
.podcast-item-listen i {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 55px;
    margin-bottom: 15px;
}
.podcast-calendar {
    display: grid;
    place-items: start;
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: repeat(2,1fr);
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    place-items: start;
}
.podcast-calendar {
    margin-top: 2em;
}
.btn-podcast-listened-check{
  position: relative;
}
.btn-podcast-listened-check:before {
    content: "\f058";
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0px;
    font-size: 25px;
    color: #0c9f24;
}
.podcast-white-container-inner {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}

.left.btn-podcats-player-wrapper {
    width: 100%;
}
.btn-podcast-listen {
    width: 100%;
    padding-left: 20px;
    padding-top: 14px;
}

@media screen and (max-width:767px){
	.left.btn-podcats-player-wrapper {
		width: 100%;
	}
	.btn-podcast-listen {
		width: 100%;
		padding-left: 0px;
	}
	div#white-player{
		margin-top:0px;
	}
	div#white-player-center img {
    display: none !important;
}
	.podcast-calendar {

		grid-template-columns: repeat(1,1fr);
		-ms-grid-columns: repeat(1,1fr);
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
	}
	.podcast-consecutive-days, .podcast-item-listen
	{
		    padding: 1em;
	}
	.podcast-calendar h3,
	.podcast-count{
		font-size:13px;
	}
	div.white-player-playlist {
		height: 463px;
		background: #fff;
	}
}
.podcasts-container.podcast-no-access {
    background: #ebebeb;
    max-width: 100%;
    width: 100%;
    padding: 1em;
    border-radius: 10px;
    margin: 0 auto 1em;
}
.podcasts-container.podcast-no-access img {
    width: 55px;
}
.podcasts-container.podcast-no-access span.btn-pods-wrapper-title img {
    filter: brightness(0.5);
}
.btn-podcasts-no-playlist {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ef484e;
    color: #fff;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    font-size: 14px;
}
/* New */

.podcast-item-listen {
    display: flex;
    align-items: center;
	padding:1em;
}
.podcast-item-listen img {
    width:45px;
    object-fit: contain;
}

.podcast-calendar h3 {
    font-size:15px;
    text-align: left;
    margin: 0;
}

.podcast-count {
    font-size:20px;
    font-weight: bold;
  
    text-align: left;
    line-height: 1em;
}
.podcast-listen-wrapper {
    padding-left: 20px;
}
.podcast-item-listen.podcast-item-listen-custom .podcast-count, .podcast-item-listen.podcast-item-listen-custom .podcast-count b {
    font-size: 14px;
    font-weight: 400;
	line-height:1.3em;
}
.btn-podcast-listen {
    width: 100%;
    padding-left: 0px;
    padding-top: 14px;
}
.podcast-calendar {
    grid-template-columns: repeat(4,1fr);
    -ms-grid-columns: repeat(4,1fr);
	grid-column-gap: 0.8em;
	grid-row-gap:  0.8em;
	    margin-top: 1em;


}
div#white-player {
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding: 1em;
}

div#white-player-center-img {
    display: flex;
    align-items: center;
}
div#white-player-center-img img {
    max-width: 129px;
    object-fit: contain;
}
div#white-player-center-img span.song-name {
    font-size: 15px;
}

div#white-player-controls div#play-pause {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    vertical-align: middle;
    background-size: contain !important;
    margin-right:5px;
    background-repeat: no-repeat !important;
}
div#white-player-controls div#previous {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(../images/previous.svg);
    vertical-align: middle;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
div#white-player-controls div#next {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(../images/next1.svg);
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
div#white-player-center-img {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 335px;
}
div#white-player-center-img .song-meta-data {
    padding-left: 20px;
    line-height: 1em;
}
div#white-player-controls {
    width: 100%;
    max-width:225px;
    padding-bottom: 0;
}
div#white-player-controls div#shuffle {
    display: inline-block;
    width: 19px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}
div.white-player-playlist {
    margin-top: 32px;
    height: 423px;
    overflow-y: scroll;
    background: #fff;
}
div.white-player-top {
    height: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 35px;
}
div#white-player-center {
    width: 100%;
}
div#white-player-center div.time-progress div#progress-container {
    width: 75%;
    margin: 0 auto -20px;
}
div#white-player-center div.time-progress {
    margin-bottom: 0;
}
.btn-podcast-listen {
    width: 100%;
    padding-left: 0px;
    padding-top: 0;
}
@media screen and (max-width:1200px){
div#white-player-center div.time-progress div#progress-container {
    width: 65%;
}

}
@media screen and (max-width:1024px){
.podcast-calendar {
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: repeat(2,1fr);
}
div#white-player-center-img img {
    max-width: 90px;
}
div#white-player-center div.time-progress div#progress-container{
 width: 52%;
}
	
}
@media screen and (max-width:767px){
div#white-player {
    flex-wrap: wrap;
}
div#white-player-center-img {
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
div#white-player-controls {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
    order: 3;
}
div#white-player-center div.time-progress div#progress-container {
    width: 100%;
    margin: 0px;
}
div.white-player-top {
    width: 35px;
    justify-content: right;
    margin-left: auto;
    z-index: 999;
}
div#white-player-center div.time-progress span.current-time {
    margin-left: 0;
}
div#white-player-center div.time-progress span.duration {
    margin-right: 0;
}
div#white-player-center {
    order: 2;
}
div#white-player-center-img img {
    margin-bottom: 15px;
}
div#white-player-center-img {
    order: 2;
}
div#white-player-center-img {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: -50px;
}
.podcast-calendar {
    grid-template-columns: repeat(1,1fr);
    -ms-grid-columns: repeat(1,1fr);
}
	.podcast-calendar {
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: repeat(2,1fr);
}
.podcast-item-listen {
    display: block;
    padding: 1em;
    text-align: center;
}
.podcast-count {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    margin-top: 15px;
}
.podcast-item-listen.podcast-item-listen-custom .podcast-count, .podcast-item-listen.podcast-item-listen-custom .podcast-count b {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
}
.podcast-item-listen {
  
    padding: 0.8em;

}
	.podcast-listen-wrapper {
		padding-left: 0;
	}
	.podcast-calendar h3 {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
}
@media screen and (min-width:801px){
	div#mobile-listen {
		display: none;
	}
	div#white-player {
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding: 1em;
    flex-wrap: wrap;
    justify-content: center;
}

div#white-player-controls,
div#white-player-center,
div#white-player-controls,
div#white-player-center-img {
    order: 2;
}
div.white-player-top {
    height: 15px;
    width: 100%;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    display: block;
    justify-content: right;
}
div#white-player {
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding: 1em 1em 2em;
    flex-wrap: wrap;
    justify-content: center;
}
div#white-player-center-img {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    order: 2;
    margin-bottom: 5px;
}
div#white-player-center-img img {
    max-width: 95px;
    object-fit: contain;
}
.left.btn-podcats-player-wrapper {
    width: 60%;
    padding-right: 0em;
}
div#white-player-center {
    margin-top: 20px;
}
.btn-podcast-listen {
    width: 40%;
}
.podcast-calendar {
    grid-template-columns: repeat(1,1fr);
    -ms-grid-columns: repeat(1,1fr);
    margin-top: 0;
}
.podcast-item-listen {
    display: flex;
    align-items: center;
    padding: 1.7em 1em;
}
	div#white-player-controls a.add-to-playlist-button {
    font-size: 0px;
    position: absolute;
    bottom: 20px;
    right: 65px;
    top: 15px;
}
}


div#white-player-playlist-container {
    position: relative  !important;
    display: block  !important;
    border-radius: 8px;
    width: 40%  !important; 
    overflow: hidden;
    padding-top: 20px;
}
div#white-player-wrapper {
    padding-right: 2em;
}
div.white-player-playlist-controls {
    display: none !important;
}
div.white-player-playlist {
    margin-top: 10px;
    height: 228px  !important;
    overflow-y: scroll;
    background: #fff;
}
select.btn-playlist-sleep-timer-selector {
    font-size: 13px;
    width: 100%  !important;
    padding: 5px;
    border-radius: 5px  !important;
}
.white-player-playlist-top {
    display: none !important;
}
.btn-podcast-listen {
    width: 100%  !important;
    margin-top: 15px  !important;
}
.podcast-calendar {
    grid-template-columns: repeat(2,1fr) !important;
    -ms-grid-columns: repeat(2,1fr)  !important;
    margin-top: 0;
}
div#white-player-wrapper {
    width: 60%;
}
div.white-player-up-next {
    font-size: 20px;
    color: #414344;
}
.left.btn-podcats-player-wrapper {
    width: 100% !important;
	display:flex;
}
@media screen and (max-width:800px){
	div#desktop-listen {
		display: block !important;
	}
	div#mobile-listen {
		margin-top: 20px !important;
	}
	.left.btn-podcats-player-wrapper {
		flex-wrap: wrap;
	}
	div#white-player-wrapper {
		width: 100%;
		padding-right: 0;
	}
	div#white-player-playlist-container{
		width:100% !important;
		margin-top:20px;
	}
	body div.right {
		padding-left: 0;
	}
}

img {
 	filter: blur(0);
    -webkit-filter: blur(0); 
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
/* Overwrite the default to keep the scrollbar always visible */

div.white-player-playlist::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

div.white-player-playlist::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.tooltip {
  position: relative;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
	font-size:14px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Switch*/
.switch {
  position: relative;
  display: inline-block;
      width: 55px;
    height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ef484e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ef484e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn-wrapper-streak {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -10px;
    padding-left: 20px;
}
label.btn-switch {
    font-size: 14px;
    margin-right: 10px;
}
.btn-hidden {
    display: none;
}
@media screen and (max-width:1024px){
	.btn-wrapper-streak {
		position: relative;
		right: 0;
		top: 0;
		align-items: center;
		justify-content: left;
		width: 100%;
		padding-left: 20px;
	}
}