
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes id-prevailingserial {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.id-prevailingserial div {
  position: absolute;
  animation: id-prevailingserial 0.8s linear infinite;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  box-shadow: 0 15px 0 0 #0069ff;
  transform-origin: 240px 242px;
}
.loadingio-spinner-eclipse-prevailingserial {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  background: #04172a;
}
.id-prevailingserial {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.id-prevailingserial div { box-sizing: content-box; }
* {
  margin: 0;
  padding: 0;
  font-family: 'angkor',englishfont;
  list-style: none;
  text-decoration: none;
  font-size: 13px;
  color: 9d8a8c;
  font-weight: bold;
}
mark {
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-family: index;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: red;
    color: white;
}
#shortcuts_text {
  padding-right: 10px;
  overflow-y: scroll;
}
main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 0vh;
}
.musicPlayer {
  position: relative;
  width: 365px;
  min-height: 0px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: hidden;
  margin-top: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */

  
}
.musicPlayer_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
}
/* title and setings */
.musicPlayer_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.music_title{
  width: 275px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 8px;
  color: black;
  font-family: Battambang;
  word-break: break-all;
  margin-top: 10px;
}

.audio_settings {
  position: relative;
}
.settings_icon {
  transition: all 0.3s;
}
.audio_settings:hover .settings_icon {
  transform: rotate(90deg);
}
.settings_content {
  position: absolute;
  top: 100%;
  right: 0;
  width: min-content;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.prevailingserial{
  width: max-content;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  color: #000;
  font-weight: bold;

}
.music_title::-webkit-scrollbar-thumb {
 background-color:#fff;
    
  }

  .music_title ::-webkit-scrollbar-thumb:hover {
 box-shadow: inset 0 0 0px #130303;
  background-color:#fff;
  }

  .music_title::-webkit-scrollbar-track {
    background-color:#fff;
    border-radius:0px;margin-top: 0px;
    
  }
.settings_item {
  width: max-content;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  color: #230a47;
  font-family: 'salesandmarketing', sans-serif;
  font-weight: bold;
  font-size:16px;
}
.settings_item i {
  font-size: 18px;
  padding-left: 5px;
}
.settings_item:hover,
.settings_item:hover i {
  color: black !important;
}
.audio_settings:hover .settings_content {
  opacity: 1;
  transform: scale(1);
}

.btnsongplaylist {
  font-family: 'salesandmarketing', sans-serif;
  font-weight: 600;
  transition: .5s;
  background-color: white;
  color: #000000;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border-color:rgb(237 237 237 / 85%);
  border-style: solid;
  border-width: 2px 4px 2px 4px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:3px;
  padding-bottom:3px;
  height:50px;
  width: 50px;
  box-shadow: 0px 0px 1px 1px rgb(196 196 196 / 85%) inset;
  /*box-shadow: 0px 0px 1px 1px rgb(224, 224, 224) inset;*/

}
.btn {
  font-family: 'salesandmarketing', sans-serif;
  font-weight: 600;
  transition: .5s;
  background-color: red;
  color: #ffffff;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: 3px solid rgb(93, 13, 13);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.h2{
  font-family: 'salesandmarketing', sans-serif;
}

.btnsongplaylist-data {
  font-family: 'salesandmarketing', sans-serif;
  font-weight: 600;
  transition: .5s;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0px solid black;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:3px;
  padding-bottom:3px;
  width: 350px;
}
.tn-news p{
 color: rgb(0, 0, 0);
  font-family: index;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  margin-right: 10px;
  margin-left: 4px;

}
.sn-title p{
  color: rgb(255, 255, 255);
  font-family: index;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  /*background-image: linear-gradient(rgba(207, 5, 5, 0), rgba(14, 1, 1, 0.3), rgba(12, 19, 1, 0.9));*/
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
 
  
}


.news-list p{
  color: rgb(0, 0, 0);
  font-family: index;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  margin-right: 10px;
  margin-left: 4px;
}
.btnglobal {
  font-family: 'salesandmarketing', sans-serif;
  font-weight: 600;
  transition: .5s;
  background-color: rgb(14, 1, 1);
  color: #ffffff;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: 3px solid rgb(93, 13, 13);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:3px;
  padding-bottom: 3px;
}
.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  font-family: index;
  width: 200px;
}
.text-space{color:#0dd806 !important; font-family: salesandmarketing; font-size: 16px;}
.btn-primary:hover {
  background: var(--secondary);
  border-color: red;
}
.text-global{color:#ffffff !important; font-family: index; font-size: 16px; line-height: 30px;}

.h1{
  color: #fd1c1c;
}
.btn-secondary:hover {
  background: var(--primary);
  border-color: red;
}
.btn.animate {
  animation: btn 0.5s;
}
@keyframes btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
/* music image */
.musicPlayer_main {
  position: relative;
  display: flex;
  justify-content: center;
}
.musicPlayer .music_img {
  width: 300px;
  height: auto;
  border-radius: 25px;
  margin-bottom: 5px;
}
.controlIndicator {
  position: absolute;
  bottom: 100px;
  padding: 10px;
  font-weight: bold;
  border-radius: 15px;
  transition: all 0.3s;
  opacity: 0;
  font-family: 'index', sans-serif;
  background-color: white;
  color: black;
  border: 3px solid black;
  
}
.musicPlayer.indi .controlIndicator {
  opacity: 1;
}
/* player footer */
.audio_functions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  padding-top: 5px;
  
}
.audio_functions .btn {
  transition: all 0.3s;
}
.love_icon:hover,
.love_text {
  background: #fff;
  color: #ff1140 !important;
}
.love_icon.active {
  background: #ff1140;
  color: #fff !important;
  border-color: #ff1140;
}
.love_icon.active i {
  animation: love 1.5s;
}
.volume {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.volume_item {
  position: absolute;
  bottom: 100%;
  height: max-content;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  transform: scale(0);
  transform-origin: bottom;
  opacity: 0;
  pointer-events: none;
}
.volume_slider {
  position: relative;
  height: 90px;
  width: 4px;
  background: #c5c5c5;
  border-radius: 6px;
}
.volume_range {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-appearance: slider-vertical;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 6px;
}
.volume_slider:hover {
  width: 6px;
}
.volume_bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 6px;
  z-index: 1;
  pointer-events: none;
}
.volume_thumb {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: 50%;
  bottom: 50%;
  z-index: 2;
  transform: translate(-50%, 50%);
  pointer-events: none;
}
.volume_icon.active i::before {
  content: "\f6a9";
}
.speed,
.audio_color,
.love {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speed_item,
.color_item,
.love_item {
  position: absolute;
  bottom: 100%;
  width: max-content;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s;
  text-align: center;
  transform: scale(0);
  transform-origin: bottom;
  opacity: 0;
  pointer-events: none;
}
.speed:hover .speed_item,
.audio_color:hover .color_item,
.love:hover .love_item,
.volume:hover .volume_item {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.speed_text,
.love_text {
  font-weight: bold;
  font-family: index;
}
.speed_control {
  display: flex;
  align-items: center;
  justify-content: center;
}
#speed_minus,
#speed_plus {
  font-size: 20px;
  width: 18px;
  height: 18px;
  padding: 4px;
  color: black;
  cursor: pointer;
  border-radius: 50%;
  padding-bottom: 23px;
  padding-left: 3px;
  padding-right: 3px;
}
.speed_indi {
  font-weight: 700;
  padding: 3px 8px;
  margin: 3px 5px;
  color: black;
  border-radius: 10px;
}
@keyframes love {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.color_icon:hover {
  background: linear-gradient(45deg, #ffe600, #ff00aa);
  color: #fff !important;
}
.colors_content {
  display: flex;
  justify-content: space-between;
  width: 140px;
  flex-wrap: wrap;
}
.colors_content_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.colors {
  width: 16px;
  height: 16px;
  padding: 5px;
  border-radius: 50%;
  margin: 3px;
  position: relative;
  cursor: pointer;
}
.color_blog {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid;
}
.color_picker {
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-appearance: none;
  background: transparent;
  width: 0px;
  height: 0px;
  margin-left: 10px;
  cursor: pointer;
}
.color_picker::-webkit-color-swatch-wrapper {
  padding: 0;
}
.color_picker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}
.color_text {
  padding: 5px 0;
  text-align: left;
}
.colors_tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.colors:hover .colors_tooltip {
  opacity: 1;
}
.musicPlayer_footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* bartime */
.audio_range {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  background: none;
  vertical-align: bottom;
  cursor: pointer;
}
.audio_bartime {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 3px 0;
}
.audio_progress {
  width: 100%;
  background-color: purple;
  margin: 0 5px;
  padding: 4px 10px;
  border-radius: 8px;
}
.slider_bar {
  position: relative;
  height: 4px;
  width: 100%;
  background: #bbbbbb;
  border-radius: 8px;
}
.slider_bar:hover {
  height: 7px;
}
.audio_range::-webkit-slider-thumb,
.volume_range::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  background: none;
  opacity: 0;
}
.slider_bar .progress_bar {
  width: 0%;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
}
.slider_bar .thumb {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.audio_time {
  font-size: 14px;
  color: red;
}
/* controls */
.audio_controls {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0;
}
.audio_controls .btn {
  margin: 0 7px;
}
.play_icon {
  margin: 0 15px !important;
  width: 45px;
  height: 45px;
  background: black;
  font-size: 28px;
}
.musicPlayer.play .play_icon i::before {
  content: "\f04c";
}
.play_icon:hover {
  color: black !important;
}
.audio_forward,
.audio_backward {
  margin: 0 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}
.audio_playAgain,
.audio_list_icon {
  width: 38px;
  height: 38px;
}
.audio_playAgain.active {
  background: #fff;
}
.audio_playAgain i {
  transition: transform 0.3s;
}
/* Music list */
.music_list,
.shortcuts {
  position: absolute;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  z-index: 999;
  transition: all 0.3s;
}
.h3,.btn-primary1{
  font-size: 16px;
  font-family: 'salesandmarketing', sans-serif;
  color: green;
}
.music_list.show,
.shortcuts.show {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.music_list_header {
  display: flex;
  justify-content: space-between;
  font-family: Battambang;
}

.music_list_title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 30px;
  padding-top:10px;
  font-family: 'salesandmarketing', sans-serif;
}
.close_icon {
  font-size: 20px;
  cursor: pointer;
}
.list_musics {
  max-height: 270px;
  overflow-y: scroll;
}

.list_musics li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: Battambang;
}
.list_music_left {
  display: flex;
  align-items: center;
}
.music_number {
  font-size: 18px;
  font-weight: 700;
  padding-right: 5px;
}
.music_image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 8px 0 5px;
}
.list_music_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_music_name {
  font-size: 16px;
  color: #111;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 3px;
  font-family: index;
  line-height: 24px;
  padding-left:10px;

}

.list_music_artist {
  font-weight: 500;
  font-family: index;
  color: black;
  padding-left: 10px;
}
.list_music_time {
  font-size: 18px;
  font-weight: 500;
}
.list_musics li:hover,
.list_musics li:hover .music_number,
.list_musics li:hover .list_music_name,
.list_musics li:hover .list_music_artist i,
.list_musics li:hover .list_music_time,
.list_musics li.playing,
.list_musics li.playing .music_number,
.list_musics li.playing .list_music_name,
.list_musics li.playing .list_music_artist i,
.list_musics li.playing .list_music_time {
  color: black !important;
}
.music_list_time i,
.list_musics li.playing .music_list_time p {
  display: none;
}
.list_musics li.playing .music_list_time i {
  display: block;
}
.shortcuts {
  width: 75%;
  height: max-content;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 20px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  
}
.shortcuts.show {
  transform: translate(-50%, -50%);
  width: 280px;
}
.shortcuts_title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'salesandmarketing', sans-serif;
  line-height: 24px;
  color: #230a47;
  
}
.shortcut {
  font-weight: 600;
  color: #230a47;
  padding: 4px 0;
  line-height: 42px;
  margin-top: 10px;
  font-family: Battambang;
}

.equalizer {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
#equalizer {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@keyframes equalizer {
  from {
    height: 80%;
  }

  to {
    height: 5px;
  }
}
.creator_info {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 600;
    color: #07a041;
    font-family: 'index', sans-serif;
    z-index: 9;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px 1px rgb(189 176 189);
    border-image: url(background.png) 30 round;
    padding-top: 3px;
    padding-bottom: 3px;
    visibility: hidden;
}


.creator_info a{
  font-weight: 700;
  transition: .3s ease;
  font-size: index;
  text-decoration: none;
  font-family: 'salesandmarketing', sans-serif;

}
.creator_info a:hover{
  color: #ff1846;
  text-decoration: none;
  font-family: 'salesandmarketing', sans-serif;
}
.creator_info i{
  color: #ff1846;
  transition: .4s;
}
.creator_info i:hover{
  transform: scale(1.25);
}
p {
  margin-top: 0;
    margin-bottom: 1rem;
    color: black;
    font-family: salesandmarketing;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 576px) {
  .id-prevailingserial div {
    animation: id-prevailingserial 0.8s linear infinite;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    box-shadow: 0 10px 0 0 #0069ff;
    transform-origin: 160px 165.6px;
  }
  .volume_item{
    display: none;
  }
}
@media (max-width: 375px) {
  .musicPlayer {
    width: 350px;
  }
  .vertical-lines {
  margin-top:54px;
  position: absolute;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.vertical {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  animation-direction: alternate-reverse;
  margin: 1px;
  margin-top:54px;
}
  .musicPlayer_body {
    padding: 0px 15px;
  }
}
