body 
{
    color: #333;
    font-family: "Amaranth";
    font-weight: normal;
    letter-spacing: .6px;
}
.text-primary {
    color: #2E3271;
}

.sidebar li:hover img:not(.active-icon),
.sidebar img.active-icon 
/* .active img */

{
    display: none;
} 
.sidebar li:hover img.active-icon, 
.sidebar .active img.active-icon 
{
    display: block;
}
.sidebar li:hover a > span, 
.sidebar li.active a > span
{
    color: #ff832c;
    border-color: #ff832c; 
    transition: all .1s ease-in-out 0s;
}

@media screen and (max-width:1024px) {
  .sidebar {
    max-width: 40px;
  }
}

li.active 
{
    color: #ff832c
}
.active .show-active 
{
  display: block;
}
.show-on-hover {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.show-child:hover .show-on-hover {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.bg-img {
  filter: blur(20px); /* Adjust the blur radius as needed */
  opacity: 0.9;
  background: black;
  transform: scale(2); /* Doubles the size */
}
.artist-overlay{
  height: 150%;
  z-index: 9;
  opacity: .4;
}

.truncate-text {
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* For modern browsers that support line-clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to display */
  -webkit-box-orient: vertical;
  /* Fallback for browsers that do not support line-clamp */
  max-height: calc(1.4em * 2); /* Approximate line height * number of lines */
}








/* Circle Audio Player */
.audio__slider.rs-control,
.rs-container
{
    max-width: 50px;
    max-height: 50px;
}
.slide__audio {
    position: relative;
    /* background: black; */
    width: 50px;
    top: 20%;
    margin: 0 auto;
  }
  
  .audio__controls {
    height: 50px;
    width: 50px;
    position: relative;
  }
  
  .slide__audio .slide__audio-player {
    display: none;
  }
  
  .audio__slider {
    position: absolute;
    z-index: 3;
  }
  
  .audio__slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .audio__slider .rs-container {
    position: relative;
  }
  
  .audio__slider .rs-bar {
    top: 50%;
  }
  
  .audio__slider .rs-tooltip {
    display: none;
  }
  
  .rs-control {
    position: relative;
    outline: 0 none;
  }
  
  .rs-container {
    position: relative;
  }
  
  .rs-control *,
  .rs-control *:before,
  .rs-control *:after {
    box-sizing: border-box;
  }
  
  .rs-animation .rs-transition {
    transition: all 0.5s linear 0s;
  }
  
  .rs-bar {
    transform-origin: 100% 50%;
  }
  
  .rs-control .rs-split .rs-path,
  .rs-control .rs-overlay1,
  .rs-control .rs-overlay2 {
    transform-origin: 50% 100%;
  }
  
  .rs-control .rs-overlay {
    transform-origin: 100% 100%;
  }
  
  .rs-control.rs-error {
    border: 1px dotted;
    text-align: center;
  }
  
  .rs-inner-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .rs-block {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 3;
  }
  
  .rs-block .rs-inner {
    border-radius: 1000px;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  
  .rs-bar {
    position: absolute;
    height: 0;
    z-index: 10;
  }
  
  .rs-bar .rs-seperator {
    height: 0;
    border-bottom: medium none;
    display: block;
    float: left;
  }
  
  .full .rs-bar,
  .half .rs-bar {
    width: 50%;
  }
  
  .full .rs-bar,
  .half.left .rs-bar,
  .half.right .rs-bar {
    top: 50%;
  }
  
  .bottom .rs-bar {
    top: 0;
  }
  
  .half.right .rs-bar,
  .quarter.right .rs-bar {
    right: 100%;
  }
  
  .rs-handle.rs-move {
    cursor: move;
  }
  
  .rs-readonly .rs-handle.rs-move {
    cursor: default;
  }
  
  .rs-path {
    display: block;
    height: 100%;
    width: 100%;
  }
  
  .rs-split .rs-path {
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  
  .rs-tooltip {
    text-align: center;
    position: absolute;
    cursor: default;
    border: 1px solid transparent;
    z-index: 10;
  }
  
  .rs-handle {
    border-radius: 1000px;
    outline: 0 none;
    float: left;
  }
  
  .rs-handle.rs-handle-square {
    border-radius: 0;
  }
  
  .paused .rs-handle,
  .playing .rs-handle,
  .active .rs-handle {
    background-color: #0c2;
  }
  
  .rs-handle {
    background-color: #838383;
  }
  
  .slide__audio #circle {
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 0;
    stroke: #0c2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 4;
  }
  
  .play-pause {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 3;
    width: 30px;
    height: 30px;
    background: transparent !important;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border: 0;
    padding: 0;
    margin: 0;
  }
  .play-pause:focus {
    outline: none;
  }
  
  .play-pause::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(svg/play.svg);
    background-size: 45%;
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZdJREFUeNrs29FNQjEYBlAgDuAIuAFugBvgBrABTiBOgE4AGzgCbCAbwAayAbZJb0KMT77wt/ecpO/39qP9CqGDAQAAAAAAAAAAAAAA8A+Xy2WWxr2ZiBPILo1jGlOzESeQzmcaY7MSJ5DsO42lmYkTSOcrjYkZihNIZ630YwVyKaU/M1txAunsWir9UQPvkI/GuVtWPsoxVsjv0p9aIXHkE9iu5tIfNbrI8neWXPpzgcSRV8imttJvOZDr0j/WUvp9CKTzWsMPln0KJBuX0t9ELf2+BdKZl21sKZBYpb8upT8RSMBv+hG2MYFclX4JZioQBPKHtzQeh8Ph/pYPcSeHQQ7gJQVxsEJu61yCeIoSRp9XyLaEcY72YH0L5JTG4tY9YcsqpZ2CeIgcRl9WyL6sipNj7+1Le1FK+1TLQ7cayHsaeXva1vbgrW1Zh3J62tf6Aq0EkrenjxTEqvYXaSGQqkq75Q7JATzXVtpV8mfregJxHSFIIC7sBArElbYggbj0GSgQ16IBAAAAAAAAAAAAACCsHwEGACfr+SLf7BaJAAAAAElFTkSuQmCC"); */
    /* background-size: 150%; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  
  #seekbar {
    stroke-width: 6;
  }
  
  .playing #seekbar {
    visibility: visible;
  }
  
  .playing .play-pause::after {
    content: none;
  }
  
  .playing .play-pause::before {
    opacity: 1;
  }
  
  .equalizer {
    height: 50px;
    width: 30px;
    transform: rotate(180deg);
    left: 10px;
    top: 5px;
    position: absolute;
    transform-origin: center;
    opacity: 0;
  }
  
  .playing .equalizer {
    opacity: 1;
  }
  
  .equalizer-group {
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: center;
  }
  
  .bar {
    fill: #0c2;
    width: 5px;
    -webkit-animation: equalize 1.25s steps(25, end) 0s infinite;
            animation: equalize 1.25s steps(25, end) 0s infinite;
    transform-origin: center;
    position: relative;
    margin-top: -50px;
  }
  
  .bar:nth-child(1) {
    -webkit-animation-duration: 1.9s;
            animation-duration: 1.9s;
    transform: translate(5px, 50%);
  }
  
  .bar:nth-child(2) {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    transform: translate(25%, 50%);
  }
  
  .bar:nth-child(3) {
    -webkit-animation-duration: 2.3s;
            animation-duration: 2.3s;
    transform: translate(50%, 50%);
  }
  
  .bar:nth-child(4) {
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s;
    transform: translate(75%, 50%);
  }
  
  .bar:nth-child(5) {
    -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s;
    transform: translate(95%, 50%);
  }
  
  @-webkit-keyframes equalize {
    0% {
      height: 10px;
      margin-top: -10px;
    }
    4% {
      height: 5px;
      margin-top: -5px;
    }
    8% {
      height: 40px;
      margin-top: -40px;
    }
    12% {
      height: 30px;
      margin-top: -30px;
    }
    16% {
      height: 20px;
      margin-top: -20px;
    }
    20% {
      height: 30px;
      margin-top: -30px;
    }
    24% {
      height: 40px;
      margin-top: -40px;
    }
    28% {
      height: 10px;
      margin-top: -10px;
    }
    32% {
      height: 40px;
      margin-top: -40px;
    }
    36% {
      height: 10px;
      margin-top: -10px;
    }
    40% {
      height: 20px;
      margin-top: -20px;
    }
    44% {
      height: 40px;
      margin-top: -40px;
    }
    48% {
      height: 15px;
      margin-top: -15px;
    }
    52% {
      height: 30px;
      margin-top: -30px;
    }
    56% {
      height: 10px;
      margin-top: -10px;
    }
    60% {
      height: 30px;
      margin-top: -30px;
    }
    64% {
      height: 35px;
      margin-top: -35px;
    }
    68% {
      height: 15px;
      margin-top: -15px;
    }
    72% {
      height: 5px;
      margin-top: -5px;
    }
    76% {
      height: 45px;
      margin-top: -45px;
    }
    80% {
      height: 25px;
      margin-top: -25px;
    }
    84% {
      height: 5px;
      margin-top: -5px;
    }
    88% {
      height: 50px;
      margin-top: -50px;
    }
    92% {
      height: 30px;
      margin-top: -30px;
    }
    96% {
      height: 50px;
      margin-top: -50px;
    }
    100% {
      height: 25px;
      margin-top: -25px;
    }
  }
  
  @keyframes equalize {
    0% {
      height: 10px;
      margin-top: -10px;
    }
    4% {
      height: 5px;
      margin-top: -5px;
    }
    8% {
      height: 40px;
      margin-top: -40px;
    }
    12% {
      height: 30px;
      margin-top: -30px;
    }
    16% {
      height: 20px;
      margin-top: -20px;
    }
    20% {
      height: 30px;
      margin-top: -30px;
    }
    24% {
      height: 40px;
      margin-top: -40px;
    }
    28% {
      height: 10px;
      margin-top: -10px;
    }
    32% {
      height: 40px;
      margin-top: -40px;
    }
    36% {
      height: 10px;
      margin-top: -10px;
    }
    40% {
      height: 20px;
      margin-top: -20px;
    }
    44% {
      height: 40px;
      margin-top: -40px;
    }
    48% {
      height: 15px;
      margin-top: -15px;
    }
    52% {
      height: 30px;
      margin-top: -30px;
    }
    56% {
      height: 10px;
      margin-top: -10px;
    }
    60% {
      height: 30px;
      margin-top: -30px;
    }
    64% {
      height: 35px;
      margin-top: -35px;
    }
    68% {
      height: 15px;
      margin-top: -15px;
    }
    72% {
      height: 5px;
      margin-top: -5px;
    }
    76% {
      height: 45px;
      margin-top: -45px;
    }
    80% {
      height: 25px;
      margin-top: -25px;
    }
    84% {
      height: 5px;
      margin-top: -5px;
    }
    88% {
      height: 50px;
      margin-top: -50px;
    }
    92% {
      height: 30px;
      margin-top: -30px;
    }
    96% {
      height: 50px;
      margin-top: -50px;
    }
    100% {
      height: 25px;
      margin-top: -25px;
    }
  }
  





  
  .channel-slider {
    display: flex;
    animation: slide infinite linear; /* Adjust duration as needed */
  }
  
  .channel-slider > div {
    width: 100%; /* Adjust image size */
    height: auto; /* Adjust image size */
  }
  
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-95%);
    }
  }  

  
  .playing-slider {
    display: flex;
    width: max-content;
    animation: slide2 infinite linear; /* Adjust duration as needed */
    animation-duration: 5s;
  }
  
  .playing-slider > div {
    width: 100%; /* Adjust image size */
    height: auto; /* Adjust image size */
  }
  
  @keyframes slide2 {
    0% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }  

























/** 
* Carousel styles
*/
.carousel-container {
  position: relative;
  width: 100%; /* Adjust as needed */

}

.carousel {
  display: flex;
  transition: all 0.5s ease; /* Transition for smooth animation */
}

.slide {
  flex: 0 0 30%; /* Display two slides at a time */
  box-sizing: border-box;
  margin: .8%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.slide.active {
  opacity: 1;
}
.carousel-container[data-count="2"] .slide {
  flex: 0 0 50%; /* Display two slides at a time */
  margin: .2%;
}
.carousel-container[data-count="4"] .slide {
  flex: 0 0 24%; /* Display two slides at a time */
  margin: .2%;
}
.carousel-container[data-count="5"] .slide {
  flex: 0 0 19%; /* Display two slides at a time */
  margin: .2%;
}
.carousel-container[data-count="6"] .slide {
  flex: 0 0 15.4%; /* Display two slides at a time */
  margin: .2%;
}





