.fav-player-box-x9a1 {
   width: 100%;
  height: 95px;
  background: #efefef;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.fav-player-box-x9a1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.favlen.com/assets/img/icon/favlen-favicon-512x512.png") center/350px no-repeat;
opacity: 0.3;
  filter: blur(0px);
}
.fav-player-buttons-x9a1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 3;
}
.fav-player-btn-x9a1 {
    width: 80px;
    height: 80px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #eee;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}
.fav-player-btn-x9a1:hover {
    transform: scale(1.08);
    background: #333;
}
.fav-player-sliders-x9a1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    width: 100%;
    z-index: 3;
}
.fav-player-label-x9a1 {
    font-size: 14px;
    color: #222;
    margin-bottom: 4px;
}
.fav-player-sliders-x9a1 input[type=range] {
    width: 100%;
    height: 8px;
    cursor: pointer;
    accent-color: #4db7ff;
}
.fav-player-duration-x9a1 {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #222;
    font-size: 15px;
    z-index: 3;
}
@media (max-width: 750px) {
    .fav-player-box-x9a1 {
        width: 100%;
        height: 130px;
        padding: 15px 20px;
        gap: 20px;
    }

    .fav-player-btn-x9a1 {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .fav-player-sliders-x9a1 {
        width: 55%;
        gap: 14px;
    }

    .fav-player-duration-x9a1 {
        right: 15px;
        top: 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .fav-player-box-x9a1 {
        width: 100%;
        height: 120px;
        padding: 10px 15px;
        gap: 15px;
    }

    .fav-player-btn-x9a1 {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .fav-player-sliders-x9a1 {
        width: 60%;
        gap: 10px;
    }

    .fav-player-label-x9a1 {
        font-size: 12px;
    }

    .fav-player-duration-x9a1 {
        font-size: 12px;
        right: 10px;
        top: 8px;
    }
}

@media (max-width: 380px) {
    .fav-player-box-x9a1 {
        width: 100%;
        height: 115px;
        padding: 8px 10px;
        gap: 10px;
    }

    .fav-player-btn-x9a1 {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fav-player-sliders-x9a1 {
        width: 58%;
    }

    .fav-player-label-x9a1 {
        font-size: 11px;
    }

    .fav-player-duration-x9a1 {
        font-size: 11px;
        right: 8px;
        top: 6px;
    }
}

.fav-player-btn-x9a1,
.fav-player-btn-x9a1:focus,
.fav-player-btn-x9a1:active,
.fav-player-btn-x9a1:hover {
    all: unset !important; 
    width: 65px !important;
  height: 65px !important;
  border-radius: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 36px !important;
  color: #eee !important;
  cursor: pointer !important;
  transition: 0.2s !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.fav-player-btn-x9a1:hover {
    background: #333 !important;
}
.player-box .fav-player-btn-x9a1 {
    all: unset !important;
    width: 80px;
    height: 80px;
    background: #2a2a2a !important;
    border: 1px solid #444 !important;
    border-radius: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}

.player-box .fav-player-btn-x9a1:hover {
    background: #333 !important;
    transform: scale(1.08) !important;
}
.player-box .fav-player-btn-x9a1 svg *,
.player-box .fav-player-btn-x9a1 svg {
    fill: #eee !important;
    stroke: #eee !important;
}
.fav-player-btn-x9a1 svg,
.fav-player-btn-x9a1 svg * {
    fill: #fff !important;
    stroke: #fff !important;
    color: #fff !important;
}
.ply1 {background: linear-gradient(180deg,#ffffff59 0%,#fff0 45%),linear-gradient(125deg,#ffffff47 0%,#fff0 55%),linear-gradient(145deg,#ffffff38 0%,#fff0 60%),#2062a2 !important;}
.stp1 {background: linear-gradient(180deg,#ffffff59 0%,#fff0 45%),linear-gradient(125deg,#ffffff47 0%,#fff0 55%),linear-gradient(145deg,#ffffff38 0%,#fff0 60%),#e42a01 !important;}
