.benefits {color: #333;}
.benefits-blocks {overflow: auto; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } 
.content-wrapper {width: 100%; border-radius: 18px; height: 100%; padding: 15px;}
.benefits-wrapper {max-width: 550px;   width: 100%; left: 0; top:0; margin:auto; min-height: 400px; padding: 30px;}
.cover-wrapper {position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 0 40px 0 rgba(00,00,00,0.2);}
.cover-image {width: 100%;}
.cover-header {position: absolute; height: 200px;  bottom: 0px; left: 0px; padding: 15px; width: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.cover-title {color: #fff; font-size: 32px; font-weight: bold; margin-top: 60px;}
.cover-subtitle {font-size: 20px; margin-top: 0px;}
.cc-info {font-weight: bold;}
.cover-ins {opacity: 0.8; color: #fff; font-size: 12px; margin-top: 10px;}
.cover-ins img {width: 24px; padding-right: 4px;}

.content-blocks {text-align: left; padding-bottom: 30px;}
.content-blocks h3 {text-align: left; color: #fff; font-size: 24px; margin-top: 25px; margin-bottom: 10px;}

.play-btn img{width: 24px; position: absolute; opacity: 0.7;}
.content-name {position: absolute; left: 60px; color: #555; font-size: 15px;}
.content-item {background-color: #fff; border-radius: 18px; padding: 20px 15px; min-height: 62px; margin-bottom: 10px;}
.content-item.locked {opacity: 0.8;}

.oo-back {background-image: url('../img/purple-bg.jpg');}

.alert-cardinfo {border-radius: 8px; margin-top: 10px;}
.audio-session {position: absolute; right: 0; width: 200px;}


.mobile-start { display: none; position: fixed; width: 100%; height: 100px; left: 0; right: 0; bottom:0; border-radius: 18px 18px 0 0; background-color: #fff; box-shadow: 0 0 40px 0 rgba(00,00,00,0.6); z-index: 99999; padding: 15px;  }
.mobile-start-btn{ width: 100%; padding: 15px; background: linear-gradient(#62cf62, #359235); z-index: 9999; border-radius: 18px; text-align: center; color: #fff; font-size: 22px; } 

@media only screen and (max-width: 600px) {
.benefits-wrapper {padding: 0; position: relative;}
.content-wrapper {padding: 0; position: relative;}
.cover-wrapper {border-radius: 0; max-height: 370px;}
.payment-wrappers {display:nones; border-radius: 18px; box-shadow: 0 0 30px 0 rgba(00,00,00,0.2); position: absolute; background-color: #fff; z-index: 999; bottom: 0;} 
.benefits-blocks {position: relative;}
.popup-wrapper {position: fixed; top: 0 !important; bottom: 0;}
.content-blocks {padding: 15px;}
.lpane {padding: 0;} 
.cover-header  {height: 165px;}
.cover-title {font-size: 32px; line-height: 38px;}
.mobile-start {display: block;}
}


 

.n-audio-player{
}

.controlColorClass{color:#808080}
.textColorClass{color:#000}
.sliderColorClass{background-color:#D9D9D9}
.progressColorClass{background-color:#808080}

.altControlColorClass{color:#FF8080}
.altTextColorClass{color:#F00}
.altBackColorClass{background-color:#0FF}
.altSliderColorClass{background-color:#00D9D9}
.altProgressColorClass{background-color:#FF8080}


/* Audio Player */
.audio-container {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 33em;
  min-width: 20em;
  height: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 0.333em;
  user-select: none;
  -webkit-user-select: none;
}
.audio-container.tiny{
  font-size: 6px !important;
}
.audio-container.tiny .controls {
  font-family: sans-serif;
  font-size: 1.66em;
}
.audio-container.small{
  font-size: 8px !important;
}
.audio-container.medium{
  font-size: 10px !important;
}
.audio-container.large{
  font-size: 12px !important;
}
.audio-container .play-pause-btn {
  display: none;
  cursor: pointer;
  width: 1em;
}
.audio-container .slider {
  flex-grow: 1;
  cursor: pointer;
  position: relative;
}
.audio-container .slider .progress {
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio-container .slider .progress .pin {
  height: 1.333em;
  width: 1.333em;
  border-radius: 0.667em;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio-container .controls {
  font-family: sans-serif;
  font-size: 1.333em;
  line-height: 1.5em;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
}
.audio-container .controls .slider {
  margin-left: 1.333em;
  margin-right: 1.333em;
  border-radius: 0.167em;
  height: 0.333em;
}
.audio-container .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio-container .controls .slider .progress .pin {
  right: -0.667em;
  top: -0.5em;
}
.audio-container .controls span {
  cursor: default;
}
.audio-container .volume {
  position: relative;
}
.audio-container .volume .volume-btn {
  cursor: pointer;
  width: 1em;
}
.audio-container .volume .volume-controls {
  width: 2.5em;
  height: 11.25em;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 0.583em;
  position: absolute;
  left: -0.25em;
  bottom: 4.333em;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio-container .volume .volume-controls.hidden {
  display: none;
}
.audio-container .volume .volume-controls .slider {
  margin: 1em;
  width: 0.5em;
  border-radius: 0.25em;
}
.audio-container .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 0.5em;
}
.audio-container .volume .volume-controls .slider .progress .pin {
  left: -0.417em;
  top: -0.667em;
}