:root {
  --marquee-speed: 5s;
  --marquee-hover-offset: -50px;
  --marquee-hover-transition-speed: .7s;
  --marquee-fade-edges: 30%;
}
.bottom-player {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 50px;
    background: var(--tp-theme-3);
    z-index: 5;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1);
}
.bottom-player .nowonline {
    position: absolute;
    right: 42px;
    float: right;
    bottom: 12px;
    /* transform: translateX(-50%) translateY(-50%); */
}
  .bottom-player .nowonline .songonline  {
    font-size: 28px;
  }
@media (max-width: 575px) {
  .bottom-player .nowonline .songonline  {
    font-size: 20px;
  }
  .bottom-player .nowonline {
    right: 5px;
    bottom: 14px;
    max-width: 270px;
  } 

  .bottom-player .nowonline {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
  }
  .bottom-player .nowonline,
  .bottom-player .nowonline > div {
    display: flex;
    white-space: nowrap;
    gap: 30px;
  }
  .bottom-player .nowonline > div {
    -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
            animation: animate-marquee var(--marquee-speed) infinite linear;
    transition: var(--marquee-hover-transition-speed) margin-left ease-out;
    will-change: transform, margin-left;
  }
  .bottom-player .nowonline:hover > div {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    margin-left: var(--marquee-hover-offset);
  }

  @-webkit-keyframes animate-marquee {
    0% {
      transform: translateX(0%) translateZ(0);
    }
    100% {
      transform: translateX(-100%) translateZ(0);
    }
  }

  @keyframes animate-marquee {
    0% {
      transform: translateX(0%) translateZ(0);
    }
    100% {
      transform: translateX(-100%) translateZ(0);
    }
  }
}
.bottom-player .cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.bottom-player .cssanimation span { display: inline-block }

.bottom-player .leFlyInBottom span { animation-name: leFlyInBottom }
@keyframes leFlyInBottom {
    0% {
        transform: translate(0px, 80px);
        opacity: 0
    }
    50% {
        transform: translate(10px, -50px);
        animation-timing-function: ease-in-out
    }
}

 .bottom-player .coveronline {
  display: block;
  width: 326px;
  height: auto;
  position: fixed;
  bo;
  position: f;
  bottom: 155px;
  dex: 5000;
  margin: -40px 20px;
  border: 20px solid #fff;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1);
  box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1)
}

 .bottom-player .coveronline img {                
    width: 100%;
}
.bottom-player .no-display {
   display:none;             
}
.bottom-player .animated {
  margin-bottom:50px;
  -webkit-animation-duration: 10s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-300px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-300px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
  100% {
     opacity: 0;
     -webkit-transform: translateX(-300px);
  }
}

@keyframes fadeOutLeft {
  0% {
     opacity: 1;
     transform: translateX(0);
  }
  100% {
     opacity: 0;
     transform: translateX(-300px);
  }
}
.bottom-player .fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}  
.bottom-player .fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}  

@media(max-width: 991px) {     
  .bottom-player .coveronline {    
  display: none;
  }
}
@media(max-width: 480px) {  
.bottom-player .nowonline {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
}
.bottom-player .nowonline,
.bottom-player .nowonline > div {
  display: flex;
  white-space: nowrap;
  gap: 30px;
}
.bottom-player .nowonline> div {
  -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
          animation: animate-marquee var(--marquee-speed) infinite linear;
  transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  will-change: transform, margin-left;
}
.bottom-player .nowonline:hover > div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  margin-left: var(--marquee-hover-offset);
}
}
@-webkit-keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

.bottom-player .player {
    width: 82px;
    height: 82px;
    margin: -45px 20px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 -5px 15px 0 rgba(0,0,0,.1)
}

.bottom-player .player-btn i {
    font-size: 34px;
}

@media(max-width: 991px) {
    .bottom-player {
        display:block
    }
}
.bottom-player .player {
    background: url(../img/favico/apple-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 90px; 
    border-radius: 50%;
    border: 10px solid #fff
}

.bottom-player .player-btn {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(255,196,0,.7);
    -webkit-animation: btn-ani 2s linear infinite;
    animation: btn-ani 2s linear infinite
}

.bottom-player .player-btn i {
    font-size: 39px;
    color: #fff;
    text-shadow: 5px 5px 0 rgba(0,0,0,.3)
}

@-webkit-keyframes btn-ani {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(30,50,74,.7),0 0 0 0 rgb(30,50,74,.7);
        box-shadow: 0 0 0 0 rgb(30,50,74,.7),0 0 0 0 rgb(30,50,74,.7)
    }

    30% {
        -webkit-box-shadow: 0 0 0 20px transparent,0 0 0 0 rgb(30,50,74,.7);
        box-shadow: 0 0 0 20px transparent,0 0 0 0 rgb(30,50,74,.7)
    }

    60% {
        -webkit-box-shadow: 0 0 0 20px transparent,0 0 0 15px transparent;
        box-shadow: 0 0 0 20px transparent,0 0 0 15px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent,0 0 0 15px transparent;
        box-shadow: 0 0 0 0 transparent,0 0 0 15px transparent
    }
}

@keyframes btn-ani {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(30,50,74,.7),0 0 0 0 rgb(30,50,74,.7);
        box-shadow: 0 0 0 0 rgb(30,50,74,.7),0 0 0 0 rgb(30,50,74,.7)
    }

    30% {
        -webkit-box-shadow: 0 0 0 20px transparent,0 0 0 0 rgb(30,50,74,.7);
        box-shadow: 0 0 0 20px transparent,0 0 0 0 rgb(30,50,74,.7)
    }

    60% {
        -webkit-box-shadow: 0 0 0 20px transparent,0 0 0 15px transparent;
        box-shadow: 0 0 0 20px transparent,0 0 0 15px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent,0 0 0 15px transparent;
        box-shadow: 0 0 0 0 transparent,0 0 0 15px transparent
    }
}

.bottom-player .btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 8px 25px 0 rgba(72,69,90,.1);
    box-shadow: 0 8px 25px 0 rgba(72,69,90,.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.bottom-player .btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.bottom-player .btn i {
    margin-right: 8px;
    margin-top: -1px;
    font-size: 16px
}

.bottom-player .btn-inline {
    color: #fff;
    background: #00a86b;
    border: 2px solid #00a86b
}

.bottom-player .btn-inline:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #16151a;
    border-color: #16151a;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 60px 0 rgba(0,0,0,.1)
}

.bottom-player .btn-outline {
    color: #00a86b;
    border: 2px solid #00a86b
}

.bottom-player .btn-outline:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #00a86b;
    border-color: #00a86b;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0,0,0,.1);
    box-shadow: 0 25px 60px 0 rgba(0,0,0,.1)
}

.bottom-player .icon i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    text-shadow: 2px 3px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.bottom-player .icon-inline i {
    color: #00a86b;
    background: #fff
}

.bottom-player .icon-inline i:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #00a86b;
    -webkit-box-shadow: 0 5px 15px 0 rgba(72,69,90,.3);
    box-shadow: 0 5px 15px 0 rgba(72,69,90,.3)
}
