@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css');

.header--main {
  display: block; position: fixed;
  left: 0; right: 0; top: 0;
  width: 100%; height: 56px;
  z-index: 10;
  background-color: #3e4468;
  box-shadow: 0px 2px 4px #00000033;
}
.header--main_sm .header--nav_main .nav-menu-items li.nav-menu-items_action {
  display: block;
  margin: 0 0 0 40px;
}
.logo-audio-ai {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
}
.logo-audio-ai .ico-audio-ai {
  display: inline-block; vertical-align: middle;
  width: 20px; height: 21px;
  vertical-align: middle;
  fill: #ffffff;
}
.logo-audio-ai .ico-audio-ai_txt {
  display: none;
  margin-left: 10px;
}
.btn-new-audios {
  display: flex; position: relative;
  align-items: center; justify-content: center;
  /*right: 20px;*/
  width: 36px; height: 36px;
  font-size: 14px; line-height: 20px;
  font-weight: 600;
  color: #3e4468;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 0;
  cursor: pointer;
  box-shadow: #3e446833 0px 0px 10px 0px;
}
.btn-new-audios .fi {
  display: inline-block;
  font-size: 18px;
  margin: 0 4px -4px 0;
}
.btn-new-audios .btn-new-audios_num {
  display: block;
  position: absolute;
  right: -5px;
  top: 4px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: #ff5a08;
  border-radius: 11px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
}
.btn-new-audios .btn-new-audios_txt {
  display: none;
  margin-right: 6px;
}

.player-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; height: 100vh;
  height: 100%;
  background-color: #1e2139;
  padding-top: 56px;
}
.player-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 20px 20px 20px;
  color: #ffffff;
  background-color: #1e2139;
  position: fixed;
  z-index: 102;
}
.player-list {
  margin-top: 420px;
}
.player-detail .player-detail_header {
  display: block; position: relative;
  width: 100%; max-width: 560px;
  padding: 0 20px 20px 100px;
}
.player-detail .player-detail_header .player-detail_image img {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 75px; height: 75px;
  border-radius: 10px;
  object-fit: cover;
  background-color: #f0f1f5;
}
.player-detail .player-detail_header h2 {
  font-size: 18px; line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.player-detail .player-detail_header .player-detail_meta {
  display: flex; align-items: center;
  justify-content: space-between;
  font-size: 13px; line-height: 20px;
  color: #cdd2e0;
}
.player-detail .player-detail_header .player-detail_meta a {
  color: #cdd2e0; font-weight: 600;
  text-decoration: none;
}
.player-detail .player-detail_header .player-detail_meta a .fi {
  display: inline-block; position: relative;
  font-size: 12px; line-height: 16px;
  margin: 0 0 0 5px;
}
.player-detail .player-detail_footer {
  width: 100%; max-width: 560px;
}
.player-detail .player-detail_info {
  font-size: 13px; line-height: 18px;
  color: #e0a277; font-weight: 400;
  margin-top: 20px;
}
.player-detail .player-detail_info a {
  color: #e0a277;
  text-decoration: underline;
}
.player-detail .player-detail_info .fi {
  display: inline-block;
  margin: 0 5px 0 0;
}
.player-detail .ai-audio_player {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 20px;
}
.player-detail .ai-audio_player .ai-audio_btn {
  display: flex; position: relative;
  align-items: center; 
  justify-content: center;
  background-color: #ffffff;
  width: 50px; height: 50px;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  color: #3e4468;
  padding: 0;
}
.player-detail .ai-audio_player .ai-audio_btn2 {
  display: flex; position: relative;
  align-items: center; 
  justify-content: center;
  background-color: transparent;
  width: 50px; height: 50px;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
}
.player-detail .ai-audio_player .ai-audio_btn i,
.player-detail .ai-audio_player .ai-audio_btn2 i {
  display: block;
  line-height: 10px;
}
.player-detail .ai-audio_player .ai-audio_controls {
  display: flex; 
  position: relative; 
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.player-detail .ai-audio_player .ai-audio_timeline {
  display: flex; position: relative; 
  width: 100%;
  align-items: center;
  flex-grow: 1; margin-top: -5px;
}
.player-detail .ai-audio_player .ai-audio_range {
  flex-grow: 1;
  margin: 0 15px;
}

/* FEEDBACK */
.player-detail_feedback {
  display: flex; justify-content: center;
  padding: 10px; width: 100%;
  color: #cdd2e0; font-weight: 400;
  text-align: center;
  opacity: 1;
}
.player-detail_feedback a {
  display: inline-block;
  padding: 5px;
}
.player-detail_feedback p, .player-detail_feedback a {
  color: #cdd2e0;
}

/********** Range Input Styles **********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
  background-color: #717c96;
  background-image: linear-gradient(#ffffff, #131313);
  background-size: 1% 100%;
  background-repeat: no-repeat;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
   border-radius: 3px;
   height: 6px;  
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
   appearance: none;
   margin-top: -4px;
   background-color: #ffffff;
   width: 14px; height: 14px;
   border-radius: 7px;
}
input[type="range"]:focus::-webkit-slider-thumb {   
  border: 1px solid #717c96;
  outline: 3px solid #717c96;
  outline-offset: 1px; 
}
input[type="range"]::-moz-range-track {
   border-radius: 3px;
   height: 6px;
}
input[type="range"]::-moz-range-thumb {
   border: none;
   border-radius: 0;
   background-color: #ffffff;
   width: 14px; height: 14px;
   border-radius: 7px;
}
input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #717c96;
  outline: 3px solid #717c96;
  outline-offset: 1px; 
}
.player-list {
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
}
.player-list .player-list_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px; line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3e4468;
}
.player-list .player-list_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; max-width: 980px;
  margin: 0 auto; padding: 0 10px 0 20px;
}
.player-list .player-items {
  counter-reset: item;
  list-style: none;
}
.player-list .player-items li {
  display: flex; position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  counter-increment: item;
  transition: all 0.3s ease;
}
.player-list .player-items li:before {
  margin-right: 20px; width: 35px;
  content: counter(item);
  color: #868d8e;
  text-align: right;
  display: inline-block;
}
.player-list .player-items li .fi {
  display: block;
  font-size: 16px; line-height: 0px;
  text-align: center;
}
.player-list .player-items li:hover {
  background-color: #fffac9!important;
}
.player-list .player-items li .player-item_image {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #cdd2e0;
  z-index: 5;
}
.player-list .player-items li .player-item_image img {
  width: 40px; height: 40px;
  border-radius: 10px;
  object-fit: cover;
  background-color: #f0f1f5;
}
.player-list .player-items li .player-item_title {
  font-size: 16px; line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  flex-grow: 1;
  margin: 0 20px;
}
.player-detail .player-detail_text {
  display: none;
  width: 100%; flex-grow: 1;
  font-size: 16px; line-height: 22px;
  overflow-y: auto;
  color: #cdd2e0;
  padding: 20px;
  border-radius: 10px;
  background: #3e475e;
}
.player-detail .player-detail_text p {
  margin-bottom: 15px;
}
.player-list .player-items li.has-paywall .player-item_title:before {
  display: inline-block; position: relative;
  border-radius: 50%;
  width: 20px; height: 20px;
  top: 4px; margin-right: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1LjAzIDkuMjVoLS4yNlY2LjI2aC0yLjkydjIuOTlIOC44N3YyLjkyaDIuOTh2Mi45OWgyLjkydi0yLjk5aDIuOTlWOS4yNXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNi4xNiAxNi4wM2MtLjQ3LjU4LTEuMTUuODYtMi4wNC44Ni0uNzMgMC0xLjMyLS4xMi0xLjc2LS4zNS0uNDQtLjI0LS43Ny0uNTUtMS0uOTQtLjI0LS4zOS0uMzktLjg0LS40Ny0xLjM1LS4wOC0uNS0uMTItMS4wMy0uMTItMS41N1Y5LjExYzAtLjY4LjA1LTEuMjkuMTYtMS44Mi4xLS41My4yOC0uOTguNTQtMS4zNS4yNC0uMzYuNTktLjY0IDEuMDItLjg0LjQzLS4xOS45OC0uMjkgMS42NS0uMjkuNDUgMCAuODQuMDUgMS4xNi4xNS4zMy4xLjYyLjI4Ljg2LjU0VjBoMy42NXYxNi43OEg2LjE2di0uNzV6bS0uOC0yLjIyYy4zIDAgLjUtLjExLjYxLS4zMi4xLS4yMS4xNy0uNTEuMTktLjg5VjguOTljLS4wMi0uMzEtLjA4LS41Ni0uMi0uNzMtLjExLS4xOC0uMzUtLjI2LS43LS4yNi0uMzMgMC0uNTUuMTItLjY2LjM0LS4xLjIzLS4xNi42LS4xNiAxLjF2My4wOWMwIC4zNy4wNS42Ny4xNC45Mi4xLjIzLjM2LjM2Ljc4LjM2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cca43d;
  content: "";
  background-size: 60% auto;
}

/* ACTIONS */
.player-list .player-items li .player-item_muted,
.player-list .player-items li .player-item_playing { 
  width: 40px;
}
.player-list .player-items li .player-item_playing {
  position: absolute;
  text-align: right;
}
.player-list .player-items li .player-item_image .fi {
  display: block; position: absolute;
  visibility: hidden;
  font-size: 16px; line-height: 0px;
  color: #ffffff;
}
.player-list .player-items li.listened,
.player-list .player-items li.listened .player-item_title,
.player-list .player-items li.mute-audio,
.player-list .player-items li.mute-audio .player-item_title {
  color: #868d8e;
  font-weight: 400;
  z-index: 5;
}
.player-list .player-items li.mute-audio {background-color: #f9f9f8;}
.player-list .player-items li.mute-audio:before {
  color: #d2dbe3;
}
.player-list .player-items li.mute-audio .player-item_image {
  opacity: .5;
}
.player-list .player-items li.mute-audio .player-item_duration {
  visibility: hidden;
}
.player-list .player-items li.play-audio {
  color: #28348e!important;
  background-color: #e9eff2!important;
}
.player-list .player-items li.play-audio .player-item_title {
  color: #28348e!important;
  font-weight: 700;
}
.player-list .player-items li.selected {
  background-color: #fffac9!important;
}
.player-list .player-items li .player-item_btns,
.player-list .player-items li .player-item_status {
  display: flex; align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%; padding: 10px 20px 10px 10px;
  z-index: 5;
}
.player-list .player-items li .player-item_btns .player-item_btn { 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px; height: 40px;
  font-size: 20px; line-height: 0px;
  color: #3e4468;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: #a9a8a3 0 2px 5px 0;
}
.player-list .player-items li .player-item_btns .player-item_btn { 
  background-color: #ffffff;
}
.player-list .player-items li .player-item_status .fi {
  display: inline-block; position: relative;
  font-size: 16px; line-height: 0px;
  color: #b9c0c6; width: 40px; text-align: center;
  visibility: hidden;
}
.player-list .player-items li.play-audio .player-item_status .fi.fi-ss-play,
.player-list .player-items li.play-audio .player-item_status .fi.fi-ss-pause {
  color: #28348e;
  visibility: visible;
}
.player-list .player-items li.mute-audio .player-item_status .fi.fi-ss-volume-slash {
  color: #8a9299;
  visibility: visible;
}
.player-list .player-items li.play-audio:before,
.player-list .player-items li.mute-audio .btn-play,
.player-list .player-items li.mute-audio:hover .btn-play,
.player-list .player-items li .player-item_btns {
  visibility: hidden;
}
.player-list .player-items li:hover .player-item_btns,
.player-list .player-items li.selected .player-item_btns {
  visibility: visible;
}
.player-order {
  display: flex; align-items: center;
  position: relative;
}
.player-order_label {
  display: flex; align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.player-order_label .player-order_txt {
  display: inline-block; 
  margin-left: 5px;
  font-size: 14px; line-height: 20px;
  color: #b9c0c6; font-weight: 700;
  white-space: nowrap;
}
.active .player-order_label .player-order_txt {
  color: #3e4468;
}
.player-tooltip_btn,
.player-tooltip_btn .fi {
  display: inline-block; position: relative;
  font-size: 16px; line-height: 0px;
  color: #b9c0c6;
  cursor: pointer;
}
.player-tooltip_box {
  display: none; position: absolute;
  bottom: 22px; right: -10px;
  width: max-content; max-width: 300px;
  background-color: #e6ebef;
  color: #000000;
  font-size: 13px; line-height: 16px;
  padding: 10px; border-radius: 5px;
  z-index: 10;
}
.player-tooltip_box .tooltip-info-on,
.active .player-tooltip_box .tooltip-info-off {
  display: none;
}
.player-tooltip_box .tooltip-info-off,
.active .player-tooltip_box .tooltip-info-on {
  display: block;
}

/* The player-order_switch - the box around the slider */
.player-order_switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
}

/* Hide default HTML checkbox */
.player-order_switch input {
  opacity: 0;
  width: 0; height: 0;
}

/* The slider */
.player-order_slider {
  position: absolute; cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #b9c0c6;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
}
.player-order_slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .player-order_slider {
  background-color: #3e4468;
}
input:focus + .player-order_slider {
  box-shadow: 0 0 1px #3e4468;
}
input:checked + .player-order_slider:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.player-detail {
  transition: all .7s ease-out;
  transform: translateX(0);
  opacity: 1;
}
.reload.player-detail {
  transition: all .3s ease-in;
  transform: translateX(-100%);
  opacity: 0;
}

/* Loading */
.loading, .loading .player-list {
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}
.fi-rr-spinner {
  display: none; position: fixed;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px; line-height: 0px;
  color: #3e4468;
  animation: spin 1s linear infinite;
  z-index: 1000;
}
@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.loading .fi-rr-spinner {
  display: block;
}
.loading .player-wrapper:after {
  content: "";
  display: block; position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%; height: 100%;
  background: #ffffffcc;
  z-index: 5;
}
.skeleton .player-detail {
  background: #f3f3f3;
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton-image-sm {
  width: 40px; height: 40px;
  border-radius: 10px;
  margin-right: 20px;
}
.skeleton-image {
  position: absolute;
  left: 0; top: 0;
  width: 75px; height: 75px;
  border-radius: 10px;
}
.skeleton-title,
.skeleton-text,
.skeleton-time {
  height: 26px;
  border-radius: 4px;
}
.skeleton-title {margin-bottom: 10px;}
.skeleton-text {flex-grow: 1; margin-right: 20px;}
.skeleton-time {width: 40px;}
.skeleton-desc {
  width: 100%;
  flex-grow: 1;
  border-radius: 10px;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(202, 20%, 89%);
  }
}
@media (min-width: 768px) {
  .skeleton-image {
    position: relative;
    width: 100%; height: auto;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
}


/* RESPONSIVE */
@media (max-width: 390px) {
  .player-detail,
  .player-list .player-list_nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo-audio-ai {left: 10px;}
  .btn-new-audios {right: 10px;}
}
@media (min-width: 600px) {
  .logo-audio-ai {
    left: 60px;
  }
  .logo-audio-ai .ico-audio-ai_txt {
    display: inline-block;
  }
  .btn-new-audios {
    width: auto; height: 36px;
    padding: 10px 20px;
  }
  .btn-new-audios .btn-new-audios_num {
    right: 10px;
  }
  .btn-new-audios .btn-new-audios_txt {
    display: inline-block;
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  .player-wrapper {
    flex-direction: row;
  }
  .player-list {
    width: calc(100% - 360px);
    margin-left: 360px;
    margin-top: 0;
  }
  .player-detail {
    position: fixed; max-width: 360px;
    height: calc(100vh - 56px);
  }
  .player-detail .player-detail_header {
    display: block; position: relative;
    padding: 0 20px 30px 20px;
  }
  .player-detail .player-detail_header h2 {
    font-size: 20px; line-height: 28px;
  }
  .player-detail .player-detail_header .player-detail_image {
    position: relative;
    width: 100%; max-width: 420px;
    height: auto; margin: 0 auto 20px;
  }
  .player-detail .player-detail_header .player-detail_image img {
    position: relative;
    width: 100%; max-width: 420px;
    height: auto;
  }
}

@media (min-width: 768px) and (min-height: 768px) {
  .player-detail .player-detail_text {
    display: block;
  }
}
@media (min-width: 1024px) {
  .player-detail, .player-list {
    padding: 40px 30px;
  }
  .player-list {
    width: calc(100% - 420px);
    margin-left: 420px;
  }
  .player-detail {
    position: fixed; max-width: 420px;
    height: calc(100vh - 56px);
  }
  .player-list ol li h3 {margin: 0 30px;}
}
@media (min-width: 1440px) {
  .player-list ol {
    max-width: 980px; 
    margin: 0 auto;
    padding-right: 0!important;
  }
}