

/* Bắt đầu css phần list play dưới trình phát audio */
.playlist-related-posts {
    background-color: #fff;
    padding-bottom: 10px;
}

.playlist-related-posts a:hover {
    color: blue !important;
    text-decoration: none !important;
}

.playlist-related-posts ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
    /* background: #f6f6f7; */
    /* border-radius: 0px 0px 10px 10px; */
}


.audio-post-list .post-item .play {
    flex-grow: 0;
    align-self: center;
    text-align: left;
}



/* Bắt đầu css Play audio */


.group-play-link {
    margin: 5px 10px;
}



 /* In đậm nội dung phát khi play */
/* .playing-font-bold .playing-bold h3,
.playing-font-bold  */
.playing-font-bold h3 {
    font-weight: bold !important;
    color: #064ecc !important;
}

/* Kết thúc css Play audio */






.content .file-info .author-info-wrapper {
    position: relative;
  }
  .content .file-info .author-info {
      padding: 0px 10px 0px 0px;
  }
  .content .file-info .author-info-tooltip {
      width: 246px;
      display: none; 
      position: absolute;
      top: -227%;
      left: 48%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 85%;
      white-space: nowrap;
      background-color: #222;
      text-align: center;
      padding: 4px 5px;
      border: none;
      border-radius: 15px;
      box-shadow: 0 0 10px rgb(245 244 244 / 70%);
      z-index: 500;
  }
  
  .content .file-info .author-info-tooltip::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 40%;
      white-space: nowrap;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: #222 transparent transparent transparent;
  }
  
  .content .file-info .author-info-wrapper:hover .author-info-tooltip,
  .content .file-info .author-info-tooltip:hover .author-info-tooltip {
      display: block;
  }
  
  .content .file-info {
      font-size: 92%;
  }
  .content .file-info .file-detail .icon-svg {
      fill: unset;
      color: unset;
      vertical-align: unset;
      display: inline-block;
      padding: 0;
      margin: 0;
  }
  .content .file-info .file-detail {
      border-spacing: 0px;
      line-height: 21px;
  }
  .content .file-info .description-container {
      line-height: 21px;
  }
  .content .file-info .file-label {
      white-space: nowrap;
  }
  .content .file-info .categorys a,
  .content .file-info .tags a {
      background: #f6f6f7;
      padding: 0px 6px;
      border-radius: 5px;
  }
  
  
  #container .author-posted-on-date {
      font-size: 99%;
      font-style: italic;
      padding: 0 10px 10px 12px;
  
  }
  
  .button-load-more {
      background: #fff;
      border-radius: 15px;
      padding: 10px;
      margin-bottom: 10px;
      text-align: center;
  }
  
  .button-load-more button {
      color: #0645ad;
      font-size: 100%;
      cursor: pointer;
      background: #fff;
  }
  
  .load-more-related-posts {
      text-align: center;
  }
  .load-more-related-posts-notice {
      text-align: center;
      margin: 5px;
      padding: 5px 10px;
      border: none;
      border-radius: 3px;
      background: #f2f4f7;
  }
  .load-more-related-posts button {
      color: #0645ad;
      font-size: 100%;
      cursor: pointer;
      text-align: center;
      margin: 0px;
      padding: 5px 10px;
      border: none;
      border-radius: 3px;
      background: #ffffff;
  }
  
  
  
  
  
  .button-load-more .icon-svg,
  .load-more-standard-posts .icon-svg,
  .load-more-related-posts .icon-svg {
      fill: #0745ad;
      color: #0745ad;
      vertical-align: middle;
      display: inline-block;
      padding-left: 0px;
  }
  
  .button-load-more:hover .icon-svg,
  .load-more-standard-posts:hover .icon-svg,
  .load-more-related-posts:hover .icon-svg {
      position: relative;
      animation: rotate-once-load-more 0.3s 1;
  }
  
  @keyframes rotate-once-load-more {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  } /* Hiệu ứng css xoay 1 vòng khi hover load-more */
  
  


  .download-share-box .icon-svg {
    fill: unset !important;
    color: unset !important;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 4px;
}



.adownload-btn {
    display: inline-flex;
    font-size: 100%;
    margin: 6px 0px;
    padding: 2px 12px;
    margin-right: 10px;
    width: 220px;
    background-color: #f6f6f7;
    font-weight: 400;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 2px 1.5px 0 0 rgb(116 126 141 / 17%);
    -webkit-box-shadow: 2px 1.5px 0 0 rgb(116 126 141 / 17%);
}

.download-share-box .adownload-btn {
    transform: scale(1);
    transition: transform 0.5s ease;
}
  


/** CSS cho nút download type 2 */
.adownload-btn .adownload-icon {
    filter: invert(79%) sepia(161%) saturate(134%) hue-rotate(506deg) brightness(166%) contrast(282%) !important;
}