body{
  margin: 0;
  padding: 0;
  min-height: 100vh;transition: 0.5s;}
body.no-transition {
  transition: none !important;
}
body.mobile.app{width:100vw ;margin:0}*{font-family:system-ui, -apple-system, Arial, sans-serif}option{font-family:inherit}.mobile .volume-level,audio{display:none!important}.control{transition: 0.5s;},select{cursor:pointer}button{border-radius: 10px;border:none;font-weight: bold;width:50px;height:50px;display:inline-block;margin:auto;background:none center no-repeat;-webkit-background-size:20px 20px;background-size:20px}button:hover {border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}.dark button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.player{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:15px;text-align: center;}.player_title{margin:0 auto 15px auto;text-align:center; -webkit-app-region: drag;}.playlist_wrapper {
  max-width: 600px;
  margin: 20px auto;
  background-color:transparent;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}
.title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
.playlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.playlist_item {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-webkit-align-items: center;
  display: flex;  position: relative;
  align-items: center;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
}

.playlist_item:last-child {
  border-bottom: none;
}

.playlist_item__logo {-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.playlist_item__info {  z-index: 2;
  flex-grow: 1;
}

.playlist_item__song {  z-index: 2;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.playlist_item__singer{  font-weight: bold;  z-index: 2;
  margin: 5px 0 0;
  font-size: 14px;
}

.playlist.current .playlist_item:first-child {
  position: relative;
}
.playlist.current .playlist_item:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;opacity: 0.2;
  background-color:  var(--main-color);
  z-index: 1;
}
.playlist_item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  opacity: 0.6; 
  z-index: 1;
}

html{display: flex;
flex-direction: column;
min-height: 100vh;}
body{height:100%;min-height: 100vh;}
.app{height: 100%;min-height: 100vh;padding-top:0.5em}
.bar{
  left: env(titlebar-area-x, 0);right: env(titlebar-area-x, 0);
  width: env(titlebar-area-width, 100%);  -webkit-app-region: drag;
}
.container {display: flex;
	    flex-wrap: wrap;}
.ite {flex: 1 1 100%;
      padding: 10px;
      box-sizing: border-box;
		}			
.item-center {display: none;height: 0;
  width: 0;}

.item-left {flex: 1 1 100%;max-width:1000px；box-sizing: border-box;
  height: 100%;
  width: 100%;  
}       
.item-right {flex: 1 1 100%;max-width:1000px；box-sizing: border-box;  height: 100%; width: 100%; }
@media screen and (min-width: 768px) {	 
.app{height: 100%;}
.ite {flex: 1;padding: 10px;}
.item-left {
  height: 100%;width: 100%;order: 1;flex: 0 0 30%;margin:0 3% auto auto;max-width: 1000px}
.item-center {order: 2;flex: 0 0 5%;}
.item-right { height: 100%;width: 100%;order: 3;flex: 0 0 50%;margin:0 auto auto 3%;max-width: 1800px;display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.container {display: flex;flex-wrap: nowrap;}
 #menu {opacity: 0;
    transform: translateY(-20px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: block;
    position: fixed; 
    top: 15vh;
     left: 0;
    right: 0;
    margin: 0 auto; 
    width: 65vw;
    height:65%;
    padding: 10px;
    background-color: #f9f4ef;
    z-index: 999;
     border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #aaa;border-radius: 1em;
}
#menu.hidden {
    display: none;
}
#video { right:30vw;
      width: auto;   
      max-height:70vh;
    }
.groupButton {max-width:30%;}
#menuContainer {
  height: 85%;  
 overflow-y: auto; 
}
.loader{ 
font-size: 3rem;
}
}

#tavr-container{max-width:500px;
}
@media screen and (max-width: 768px) {
 #menu {opacity: 0;
    transform: translateY(-20px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: block;
    position: fixed; 
    top: 15vh;
     left: 0;
    right: 0;
    margin: 0 auto; 
    width: 90%;
    height:75%;max-height:700px;
    padding: 10px;
    background-color: #f9f4ef;
    z-index: 999;
     border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #aaa;border-radius: 1em;
}
#menu.hidden {
    display: none;
}
#menuContainer {
  height: 80%;  
 overflow-y: auto; 
}   
#video { right:30vw;
      max-width:100vw;   
      height:auto;
    }
.groupButton {max-width:50%;}
.playlist_wrapper {
    margin: 10px;
  }
  
  .playlist_item {
    padding: 12px 15px;
  }
  
  .playlist_item__logo {-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .playlist_item__song {
    font-size: 14px;
  }
  
  .playlist_item__singer {
    font-size: 12px;
  }
  .loader{ 
font-size: 15vw; 
  max-font-size: 3rem;}
}
#programName {text-align: center;font-weight: bold; margin-bottom:1em;}
.player-container {margin-bottom:1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

#songInfo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    height: auto;
    gap: 15px;
    max-width: 90%; 
    min-width: 30%; 
}

.song-cover {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.song-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.song-text {
    line-height: 1.4;
}

.links-container {
    display: flex;
    gap: 6px;
    align-items: center;
}

.music-link {
    display: flex;
    align-items: center;
    user-select: none;
}

.music-link img {
    width: 20px;
    transition: opacity 0.2s;
}

.music-link:hover img {
    opacity: 0.8;
}

@media (max-width: 480px) {
    #songInfo {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .links-container {
        gap: 8px;
    }
}
#recordedTime{display: none;text-align: center; margin-bottom:1em;}
:root {--main-color:#8092d7;
  --background-color: #fff;  
}
.df-button {
    width: 120px;
    height: 40px;
    background-size: 100%;
    margin: auto;    border-radius: 10px;
    cursor: pointer;    transition: box-shadow 0.5s ease;

}

.df-button:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.top {width:80%;margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-boxLine {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

.input-boxLine input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;opacity: 0.7;
    color: var(--main-color);
    border-radius: 10px;
    background-color: transparent;
    padding-right: 120px;
    box-sizing: border-box;
}

.input-boxLine span {
    position: absolute;
    bottom: 8px;
    font-size: 15px;
    left: 5px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-boxLine .line {
    position: absolute;
    bottom: 1px;
    height: 2px;
    width: 68%;
    background-color: var(--main-color);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input-boxLine input:focus ~ span,
.input-boxLine input:valid ~ span {
    top: -15px;
    font-size: 12px;
    color: var(--main-color);
    font-style: oblique;
    font-weight: bold;
}

.input-boxLine input:focus ~ .line,
.input-boxLine input:valid ~ .line {
    transform: scaleX(1);
}

.button-group {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.button-group button {
    width: 30px;
    height: 35px;
    padding: 0;
    margin-left: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.triangle {
    transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: var(--triangle-color, black);
    transform: translateY(0);
}
.button-group .playBut {
    transform: translateY(-4px);
}
.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: var(--main-color);
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% { transform: translateX(0px); }
    30% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    70% { transform: translateX(-2px); }
    100% { transform: translateX(0px); }
}
#background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;transition:0.5s;
}
#songListContainer {
  position: fixed;
  top: 50vh; 
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 600px;
  height: 80vh;
  background-color: #f9f4ef;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 20px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

#songListContainer.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

#songListHeader {
  display: flex;
  max-height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#songListFrame {
  height: 95%;
  border: none;
}
.playlist_item__video img
{margin-left: 8px;display:inline-block;background:center no-repeat;  position: relative;width: 20px;top: 4px;transition: 1s;}
.playlist_item__netease img {width: 20px;position: relative;top: 4px;margin-left: 6px;transition: 1s;}
.playlist_item__spotify img {width: 16px;position: relative;top: 2px;margin-left: 6px;transition: 1s;}
.playlist_item__spot img {width: 16px;position: relative;top: 4px;margin-left: 2px;transition: 1s;}
.playlist_item__dl img {width: 18px;position: relative;top: 3px;margin-left: 6px;transition: 1s;}
.playlist_item__dlo img {width: 18px;position: relative;top: 4px;margin-left: 3px;transition: 1s;}
p{color:black;font-size: 12px;font-weight: bold;margin-bottom:0;margin-top:5px; text-align:center;white-space: nowrap;  overflow: hidden;  
text-overflow: clip;transition: 1s; }	

input[type="range"].volume-level {filter: none !important;    
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: var(--main-color); 
  border: none;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 10em;
  position: relative;
  top: 23px;
  transform: translateY(-50%);
}

input[type="range"].volume-level:hover {
  opacity: 1;
}

input[type="range"].volume-level::-webkit-slider-thumb {filter: none !important;    
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

 .station_select{display:block;width:200px;height:35px;margin:0 auto 15px auto;text-align:center; border: none;
  border-bottom: 3px solid var(--main-color) ;
  border-radius: 5px;  background-color:transparent;color:var(--main-color);font-size: 16px;font-weight: bold;
  }
.top{display:flex;align-items:center;}
.submenu {
    visibility: hidden; 
    opacity: 0;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #f9f4ef;
    padding: 5px;
    width: 15em;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 1em;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

.submenu.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.submenu .page {
    display: none;
}
.submenu .page1 {
    display: block;
}
.submenu button {
    width: auto;
    display: block;
    align-items: center;
     padding: 10px;
     color: black;  
    border: 2px solid transparent; 
    border-radius: 5px;  
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}
#submenu-popup {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

#submenu-popup.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}

#darkModeButton {margin-right:5px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

#darkModeButton:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark #darkModeButton:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#darkModeButton .theme-icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.3s;
}

@media (prefers-color-scheme: light) {
  body:not(.dark) #darkModeButton[data-mode="auto"] .theme-icon {
    fill: #000;
  }
}

#toggle-menu-btn {margin:5px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

#toggle-menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.dark #toggle-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#toggle-menu-btn .menu-icon {
  width: 24px;
  height: 24px;
  fill: #000; 
  transition: fill 0.3s;
}

@media (prefers-color-scheme: light) {
  body:not(.dark) #toggle-menu-btn .menu-icon {
    fill: #000;
  }
}

.menu-container {flex-direction: column;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 9999;
    display: flex; 
    justify-content: space-between;
}

.show {
    display: block;
}
.loader {
  opacity: 0;
  transition: opacity 0.5s linear;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-variant: small-caps;
  font-weight: 900;
  background: conic-gradient(#dff2ae 0 25%, #f0a1a0 25% 50%, #efeff2 50% 75%, #69a6f9 75%);
  background-size: 200% 200%;
  animation: animateBackground 4s ease-in-out infinite;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
   width: 80vw; 
  max-width: 500px;
  font-size: calc(16px + 2vw); 
}

.loading .loader {
  opacity: 1;
  z-index: 10000;
}
@keyframes animateBackground {
  25% {
    background-position: 0 100%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0 0;
  }
} 
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease, z-index 0s 0.5s;
}

body.loading::after {
  opacity: 1;
  z-index: 9999;
  transition: opacity 1s ease;
}

.set {user-select: none;
    position: relative;
    display: inline-block;
    padding: 10px;
     border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.set::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.set:hover::after {
    background-color: var(--main-color);
}

.hidden {
    display: none;
}
.add-button {
    text-align: center; 
}
.name-input{width:70px; }
.link-input {width:70px;margin-bottom: 5px;}
.image-input{width:70px; }
#btContainer {
    height: 17%;
    overflow-y: auto;
}
#menuContainer::-webkit-scrollbar,#btContainer::-webkit-scrollbar,
.groupContainer::-webkit-scrollbar {
    width: 6px;
}
#menuContainer::-webkit-scrollbar-track,#btContainer::-webkit-scrollbar-track,
.groupContainer::-webkit-scrollbar-track {
    background-color: transparent;
}
#menuContainer::-webkit-scrollbar-thumb,#btContainer::-webkit-scrollbar-thumb,
.groupContainer::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
#menuContainer::-webkit-scrollbar-thumb:hover,#btContainer::-webkit-scrollbar-thumb:hover,
.groupContainer::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color);
}

.menu-row,.subcontain {margin:auto; 
    display: inline-block;
    padding: 3px 3px;
    text-decoration: none;
    color: #333; 
    border: 2px solid transparent; 
    border-radius: 8px; 
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}

.menu-row:hover,.subcontain:hover {
    background-color: #eee; 
    color: #000;  
    border-color: var(--main-color);
}
.img-container{width:auto;height:auto;min-height:30px;min-width:30px;max-height:70px ;text-align: center; display: inline-block;margin:0.5em; cursor: pointer; position: relative;user-select: none; 
}
.img-container::before {
    content: "";
    position: absolute;
    bottom:-4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
}

.img-container:hover::before {
    background-color: var(--main-color); 
}

.img-container img {border-radius:5px;
    display: inline-block;
    max-width: 90px;
    max-height: 40px;
    width: auto;
    height: auto; 
    filter: none;
}

#savedC {
    max-height: 490px;  
    overflow-y: hidden;  
}

#savedC::-webkit-scrollbar {
    width: 3px;
}

#savedC::-webkit-scrollbar-thumb {
    background-color: #888;  
}

#savedContent{text-align: center;margin-bottom:1em;}
#nelist {
  width: 100px;
  position: relative;
    display: inline-block;
    padding: 10px;
     border: none;
    cursor: pointer;
   color: #8092d7;
    transition: background-color 0.3s, color 0.3s; 
}

#nelist::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#nelist:hover::after {
    background-color: #8092d7;
}

.rimg,.t,.cls-10,.cls-21 {
    filter: none !important;    
}

svg:hover {transition: 0.5s;
             transform: scale(1.1);
        }

img:hover {transition: 0.5s;
             transform: scale(1.1);
        }      
label{
        color: black;
    }

body.dark{
  background: #313238;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #E5E5E5;
}
body.dark p{transition: 1s;
 filter: invert(90%);
}
body.dark img{transition: 0.5s;
  filter: invert(90%);
}
body.dark path{transition: 0.5s;
  filter: invert(90%);
}
#videoModal { display: flex;
    visibility: hidden;pointer-events: none;
    opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999; transition: visibility 0s linear 0.5s, opacity 0.5s ease, transform 0.5s ease;
    }
#videoModal.show {
    visibility: visible;
    opacity: 1;pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.5s ease;
}
#musicModal {
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s, transform 0.5s ease;
    transform: scale(0.95);pointer-events: none;
}

#musicModal.show {pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

 #musiccontain{margin: auto;
        display: flex;
       align-items: center;
      justify-content: center;
    flex-direction: column;
width: 70%;}
    #videoContainer {  align-items: center;
      justify-content: center;
    flex-direction: column;
      position: relative; display: flex;
    }
 #closeButton { 
   top: 0;
  right: 0;
  margin: 10px;
  cursor: pointer;
}
 #closeButton2 {display:block;margin:0;
   top: 0;
  bottom:0;
   cursor: pointer;
}
#m3uTextarea {margin-top:1rem;
   width: 9em;
   height: 2em;
   border: 1px solid #ccc;
  padding: 5px;
}
.groupButton {margin-right:auto;margin-left:auto;
    display: block;
    background-color: #f9f4ef;
    color: #333;
    padding: 10px;
    border: 3px solid #020826;
    border-radius: 8px;
    margin-bottom: 5px;text-align: center; font-style: italic; 
    text-decoration: none; transition: background-color 0.3s, color 0.3s;
    cursor: pointer; font-weight: bold;user-select: none;
}
.groupButton:hover {
    background-color:var(--main-color);
}

.groupContainer {
    user-select: none;
    overflow: auto;
    padding: 0;
    max-height: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.notification {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);  
    color: white;  
    padding: 10px;
    border-radius: 5px;
    z-index: 1000; 
    transition: opacity 0.5s ease; 
}

.notification.hidden {
    opacity: 0;  
    pointer-events: none; 
}
#radio-container {
  max-width: 1000px;
  margin-bottom:auto;padding: 10px;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px; 
}

.radio-button {width:100%;
  background-color: transparent;
  border: 1px solid  #e0e0e0;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}
.radio-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;opacity:0.3;
  background-color: var(--main-color);
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.radio-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.radio-button:hover::before {
  transform: scale(1);
}

.radio-button:hover .radio-icon {
  transform: scale(1.1);
}

.radio-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10%;
  transition: all 0.3s ease;
}

.radio-name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.rpage {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.rpage.inactive {
    display: none;
    opacity: 0;
}

.fadeIn {
    animation: fadeInAnimation 0.3s ease-in-out forwards;
}

.fadeOut {
    animation: fadeOutAnimation 0.3s ease-in-out forwards;
}

@keyframes fadeInAnimation {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOutAnimation {
    from { opacity: 1; }
    to { opacity: 0; }
}

.pagination {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.pagination-line {
  width: 100px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.pagination-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--main-color);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.pagination-line.page-two .pagination-indicator {
  left: 50%;
}
.link-button {
  width: 80px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border: 2px solid #424242; 
  color: black;
  display: inline-block;
  font-size: 12px;
  line-height: 2em; 
   text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 10px;
}.s-button {
  width: 50px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border: 2px solid #424242; 
  color: black;
  display: inline-block;
  font-size: 12px;
  line-height: 2em; 
   text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 8px;
}

.link-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.link-button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.link-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424242;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.link-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.link-button:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
#overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.5s ease-in-out;
}

#popup {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color:#f9f4ef;
    padding: 5px;
    height: auto;
    width: 15em;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 1em;
    transition: opacity 0.5s ease-in-out;
}
 
 .clear-button{font-size:12px;
    border: 2px solid #2c3e50;
    background-color: rgba(44, 62, 80, 0.7);
    color: #ffffff;
    border-radius: 10px;
    width: 80px;
    height:40px;
    font-weight: bold;
    cursor: pointer; 
    transition: background-color 0.3s ease;
}

.clear-button:hover {
    background-color: var(--main-color);
}
.infoinput { justify-content: center;
      align-items: center;
    display: flex;
    flex-direction: column;
}
.modal {
  position: fixed;
  z-index: 2999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {max-width:80%;max-height:80vh;overflow-y: auto;
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #aaa;border-radius: 10px;
  margin: 15% auto;
  padding: 20px;
  width: 25rem;
}
.subcontain0 {max-height:30vh;
overflow-y: auto;
}
.close {margin-right:10px;
  transform: scale(2);
  float: right;
  color: red;
  cursor: pointer;
}
#sub_N,#sub_L{width:100px}
.hr{margin:0}
//-------------------//
  .yAudio {
        max-width: 1000px;
        margin: 10em auto;
      }
.yAudio {
  display: flex;
  width: 100%;
   font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  position: relative;
  --theme-color: #d72630;
}
 @media (max-width: 700px) {
 #musiccontain{width: 90%}
  .yAudio {
    flex-direction: column;
    align-items: center;
  }
.yAudio .yAudio-content {
   width: 90%;
}
.yAudio .yAudio-content .yAudio-container {
    max-width:80%;
}
  .yAudio .yAudio-artword {
    margin-right: 0; 
    margin-bottom: 15px;
  }
  .yAudio .yAudio-artword .yAudio-pic {
     align-items: center;
}
                            }

.yAudio .yAudio-artword {
  width: 160px;
  height: 160px;
  margin: 1em;
}

.yAudio .yAudio-artword .yAudio-figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

.yAudio .yAudio-artword .yAudio-pic {filter: none !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yAudio .yAudio-content {
  flex: 1;
}

.yAudio .yAudio-content .yAudio-header {margin-top:1em;
  display: flex;
  align-items: center;
  padding: 5px 0 7px;
}

.yAudio .yAudio-content .yAudio-play {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--theme-color);
  margin-right: 5px;
  cursor: not-allowed;
  position: relative;
}

.yAudio.load .yAudio-content .yAudio-play {
  cursor: pointer;
}

.yAudio .yAudio-content .yAudio-play svg {filter: none !important;    
  position: absolute;
  top: 8px;
  left: 10px;
  width: 22px;
  height: 22px;
}

.yAudio .yAudio-content .yAudio-play svg path {filter: none !important;    
  fill: #fff;
}

.yAudio .yAudio-content .yAudio-play__pause,
.yAudio.play .yAudio-content .yAudio-play__playing {
  visibility: visible;
}

.yAudio .yAudio-content .yAudio-play__playing,
.yAudio.play .yAudio-content .yAudio-play__pause {
  visibility: hidden;
}

.yAudio .yAudio-content .yAudio-play__playing {
  left: 8px;
}

.yAudio .yAudio-content .yAudio-container {
  flex: 1;
}

.yAudio .yAudio-content .yAudio-author {text-align: -webkit-match-parent;
  font-size: 12px;
   font-weight: 300;
  margin: 0;
}

.yAudio .yAudio-content .yAudio-title {text-align: -webkit-match-parent;
  font-size: 15px;
  margin: 0;
}

.yAudio .yAudio-content .yAudio-playlist {
  
  line-height: 1;
}

.yAudio .yAudio-content .yAudio-main {
  width: 100%;
  position: relative;
}

.yAudio .yAudio-content .yAudio-waveform {
  width: 100%;
  height: 60px;
  cursor: pointer;
  opacity: 0.8;
  transform: scaleY(0);
  transform-origin: left 75%;
  transition: all 0.3s ease-out;
  position: relative;
}

.yAudio .yAudio-content .yAudio-waveform::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--bar-left);
  width: 1px;
  height: 100%;
  opacity: 0;
  background-color: var(--theme-color);
  transition: opacity 0.3s ease-out;
}

.yAudio .yAudio-content .yAudio-waveform:hover,
.yAudio.start .yAudio-content .yAudio-waveform,
.yAudio .yAudio-content .yAudio-waveform:hover::before {
  opacity: 1;
}

.yAudio.load .yAudio-content .yAudio-waveform {
  transform: scaleY(1);
}

.yAudio .yAudio-content .yAudio-waveform .yAudio-pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  overflow: hidden;
  background-color: transparent;
}

.yAudio .yAudio-content .yAudio-current,
.yAudio .yAudio-content .yAudio-total {
  position: absolute;
  top: 28px;
  color: #fff;
  padding: 3px 2px;
  font-size: 12px;
  line-height: 1;
  transform: scale(0.9);
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.91);
}

.yAudio .yAudio-content .yAudio-current {
  left: 0;
  z-index: 9;
  color: var(--theme-color);
  transition: opacity 0.3s linear;
}

.yAudio.start .yAudio-content .yAudio-current {
  opacity: 1;
}

.yAudio .yAudio-content .yAudio-total {
  color: #999;
  right: 0;
}

.yAudio.load .yAudio-content .yAudio-total {
  opacity: 1;
  animation: opacity 0.6s linear;
}

.yAudio .yAudio-content .yAudio-comments {
  width: 100%;
  position: relative;
}

.yAudio .yAudio-content .yAudio-wrapper {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: pointer;
}

.yAudio .yAudio-content .yAudio-wrapper__item {
  position: absolute;
  top: 0;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
}

.yAudio .yAudio-content .yAudio-wrapper__item.current {
  border-radius: 50%;
  box-shadow: 1px 2px 6px #6c6c6c;
  z-index: 9;
}

.yAudio .yAudio-content .yAudio-popover {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}

.yAudio .yAudio-content .yAudio-popover-wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  opacity: 0;
  transition: top 0.25s, opacity 0.25s;
}

.yAudio
  .yAudio-content
  .yAudio-wrapper.active
  ~ .yAudio-popover
  .yAudio-popover-wrapper {
  top: 7px;
  opacity: 1;
}

.yAudio .yAudio-content .yAudio-popover-wrapper__user {
  display: block;
  float: left;
  color: var(--theme-color);
  padding: 0 8px;
  text-decoration: none;
  position: relative;
}

.yAudio .yAudio-content .yAudio-popover-wrapper__user::before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 1px;
  height: 200%;
  background-image: linear-gradient(
    rgba(255, 85, 0, 0.95),
    rgba(255, 85, 0, 0.1)
  );
}

.yAudio
  .yAudio-content
  .yAudio-popover-wrapper.right
  .yAudio-popover-wrapper__user {
  float: right;
}

.yAudio .yAudio-content .yAudio-popover-wrapper.right,
.yAudio
  .yAudio-content
  .yAudio-popover-wrapper.right
  .yAudio-popover-wrapper__user::before {
  right: 0;
  left: auto;
}

.yAudio .yAudio-content .yAudio-popover-wrapper__comment {
  color: #666;
  float: left;
  margin: 0;
}

.yAudio .yAudio-content .yAudio-comments-from {
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 5px 5px 5px 25px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.yAudio.start .yAudio-content .yAudio-comments-from,
.yAudio.comment .yAudio-content .yAudio-comments-from {
  opacity: 1;
  height: 32px;
}

.yAudio .yAudio-content .yAudio-comments-from::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 19px;
  height: 19px;
  background-image: linear-gradient(135deg, #846170, #70929c);
}

.yAudio .yAudio-content .yAudio-comments-from__input {
  width: 100%;
  height: 20px;
  border-radius: 0 4px 4px 0;
  padding: 0 9px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-left: none;
  box-sizing: border-box;
}

.yAudio .yAudio-content .yAudio-footer {
  position: relative;
  box-sizing: border-box;
  margin-top: 10px;
}

.yAudio .yAudio-content .yAudio-list {
  border-radius: 0 0 4px 4px;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  overflow: hidden;
}

.yAudio .yAudio-content .yAudio-list-container {
  max-height: 150px;
  overflow-y: hidden;
  transition: max-height 0.3s;
}

.yAudio .yAudio-content .yAudio-list-container.active {
  overflow-y: scroll;
  max-height: 30em;
}

.yAudio .yAudio-content .yAudio-list-wrapper {
  margin: 0;
  padding: 0;
  transition: all 0.6s;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
   cursor: not-allowed;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item:last-child {
  border-bottom: none;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item.active,
.yAudio .yAudio-content .yAudio-list-wrapper__item:hover,
.yAudio .yAudio-content .yAudio-more:hover {filter: none !important;
  background-color: #8092d7;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item-img {filter: none !important;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  opacity: 0.5;
  transition: all 0.3s;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item-number {
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
  color: #ccc;
  transition: all 0.3s;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item-content {
  flex: 1;
  font-size: 0;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item-user,
.yAudio .yAudio-content .yAudio-list-wrapper__item-title {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 5px;
}

.yAudio .yAudio-content .yAudio-list-wrapper__item-title {
   transition: all 0.3s;
}

.yAudio .yAudio-content .yAudio-list-bar {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 30px;
  background-color: #ccc;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.6s;
}

.yAudio .yAudio-content .yAudio-list-bar.active,
.yAudio .yAudio-content .yAudio-list-container.active:hover .yAudio-list-bar {
  opacity: 1;
}

.yAudio .yAudio-content .yAudio-more {
  text-align: center;
  padding: 5px 10px;
   border: none;
  font-size: 12px;
  cursor: pointer;
}

.yAudio.load .yAudio-content .yAudio-list-wrapper__item {
   cursor: pointer;
}

.yAudio.load .yAudio-content .yAudio-list-wrapper__item-img {filter: none !important;
  opacity: 1;
}

.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.isload
  .yAudio-list-wrapper__item-number,
.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.isload
  .yAudio-list-wrapper__item-title,
.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.isload
  .yAudio-list-wrapper__item-user {
  color: #b5b5b5;
}

.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.isload
  .yAudio-list-wrapper__item-img {filter: none !important;
  opacity: 0.5;
}

.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.active
  .yAudio-list-wrapper__item-number
  .yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.active
  .yAudio-list-wrapper__item-user,
.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.active
  .yAudio-list-wrapper__item-title {
  color: #E5E0FF;
}
 .yAudio .yAudio-content .yAudio-list-wrapper__item.active .yAudio-list-wrapper__item-title,
.yAudio .yAudio-content .yAudio-list-wrapper__item.active .yAudio-list-wrapper__item-user {
  color: #E5E0FF;
}

.yAudio
  .yAudio-content
  .yAudio-list-wrapper__item.active
  .yAudio-list-wrapper__item-img {filter: none !important;
  opacity: 1;
}

.yAudio .yAudio-content .yAudio-list-container.active::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
