/* CSS modules placeholder file */
body {
  margin: 0;
  padding: 0;
}
._container_sbvrw_1 {}

._box_sbvrw_3 {
  position: sticky;
  width: 100%;
  padding: 5px 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 2px solid #f9c;
}

._box_sbvrw_3 div {
  display: flex;
  align-items: center;
}

._box_sbvrw_3 > div {
  flex-direction: row-reverse;
}

._box_sbvrw_3 div div {
  margin: 0 0 0 15px;
}

._box_sbvrw_3 h2 {
  margin: 0 0.5em 0 0;
  font-size: 1em;
}

._box_sbvrw_3 label {
  margin: 0 0.5em 0 0;
}

@media screen and (max-width: 840px) {
  ._box_sbvrw_3 {
    display: flex;
    flex-flow: column;
  }
}

h1 {
  margin: 0 0 0 15px;
}

h1:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  margin: 0 0.1em 0 0;
  background: url("./static/icon.png") no-repeat bottom;
  background-size: contain;
}

._flex_sbvrw_58 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

._songItem_sbvrw_66 {
  list-style: none;
}

._title_sbvrw_70 {
  font-size: 1.8em;
  margin: 12px 0;
}

@media screen and (max-width: 840px) {
  ._title_sbvrw_70 {
    font-size: 1.4em;
  }
}

._autoplay-container_sbvrw_81 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}

._autoplay-label_sbvrw_88 {
  margin: 8px 0;
  font-size: 1.2rem;
}

._toggle_input_sbvrw_93 {
  position: absolute;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

._toggle_input_sbvrw_93:checked + ._toggle_label_sbvrw_100 {
  background-color: #4bd865;
}

._toggle_input_sbvrw_93:checked + ._toggle_label_sbvrw_100:after {
  left: 30px;
}

._toggle_label_sbvrw_100 {
  width: 55px;
  height: 25px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}

._toggle_label_sbvrw_100:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  transition: 0.4s;
}

._isearch-container_sbvrw_133 {
  margin: 8px 4px;
}

._isearch-label_sbvrw_137 {
  margin: 0 8px;
}

._close-btn_sbvrw_141 {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #eee;
  border: solid #ccc 1px;
  cursor: pointer;
}

._overlay_sbvrw_150 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-out;
  visibility: visible;
  opacity: 1;
}

._overlay-iframe_sbvrw_163 {
  width: 70vw;
  height: 70vh;
}

._overlay-inner_sbvrw_168 {
  padding: 10px 60px;
  background-color: #fff;
  text-align: center;
}

._scroll_sbvrw_174 {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 30px;
}

._scroll_sbvrw_174 > div {
  width: 320px;
  margin: 0 0 15px 15px;
  padding: 0 15px;
  border: 1px solid #ccc;
}

._scroll_sbvrw_174 p {
  margin: 1em 0;
}

._scroll_sbvrw_174 ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}

._scroll_sbvrw_174 li {
  margin: 0.2em;
  line-height: 1.2em;
}

._scroll_sbvrw_174 a {
  display: block;
  padding: 0.3em 0.5em 0.2em;
  border-radius: 1em;
  background: #fce;
  color: #36e;
}

._scroll_sbvrw_174 a:hover {
  background: #f9c;
  color: #fff;
  cursor: pointer;
}

@keyframes _fadein_sbvrw_1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

._link_sbvrw_226 {
  color: rgb(29 78 216);
}

._link_sbvrw_226:hover {
  text-decoration: underline;
  cursor: pointer;
}

footer {
  position: fixed;
  width: 100%;
  padding: 5px 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 2px solid #f9c;
  font-size: 80%;
}

footer p {
  margin: 0 15px;
}

._date_sbvrw_249 {
  text-align: right;
}
