/* [project]/node_modules/react-h5-audio-player/lib/styles.css [app-client] (css) */
.rhap_container {
  box-sizing: border-box;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
  font-family: inherit;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.rhap_container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_container svg {
  vertical-align: initial;
}

.rhap_header {
  margin-bottom: 10px;
}

.rhap_footer {
  margin-top: 5px;
}

.rhap_main {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.rhap_stacked .rhap_controls-section {
  margin-top: 8px;
}

.rhap_horizontal {
  flex-direction: row;
}

.rhap_horizontal .rhap_controls-section {
  margin-left: 8px;
}

.rhap_horizontal-reverse {
  flex-direction: row-reverse;
}

.rhap_horizontal-reverse .rhap_controls-section {
  margin-right: 8px;
}

.rhap_stacked-reverse {
  flex-direction: column-reverse;
}

.rhap_stacked-reverse .rhap_controls-section {
  margin-bottom: 8px;
}

.rhap_progress-section {
  flex: 3 auto;
  align-items: center;
  display: flex;
}

.rhap_progress-container {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex: 1 0 auto;
  align-self: center;
  align-items: center;
  height: 20px;
  margin: 0 calc(10px + 1%);
  display: flex;
}

.rhap_progress-container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_time {
  color: #333;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
}

.rhap_progress-bar {
  box-sizing: border-box;
  z-index: 0;
  background-color: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 5px;
  position: relative;
}

.rhap_progress-filled {
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_progress-bar-show-download {
  background-color: #dddddd80;
}

.rhap_download-progress {
  z-index: 1;
  background-color: #ddd;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_progress-indicator {
  box-sizing: border-box;
  z-index: 3;
  background: #868686;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: -8px;
  box-shadow: 0 0 5px #86868680;
}

.rhap_controls-section {
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rhap_additional-controls {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
}

.rhap_repeat-button {
  color: #868686;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_main-controls {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rhap_main-controls-button {
  color: #868686;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  font-size: 35px;
}

.rhap_play-pause-button {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.rhap_volume-controls {
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rhap_volume-button {
  color: #868686;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_volume-container {
  -webkit-user-select: none;
  user-select: none;
  flex: 0 100px;
  align-items: center;
  display: flex;
}

.rhap_volume-bar-area {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.rhap_volume-bar-area:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_volume-bar {
  box-sizing: border-box;
  background: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  position: relative;
}

.rhap_volume-indicator {
  box-sizing: border-box;
  opacity: .9;
  cursor: pointer;
  background: #868686;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  position: absolute;
  top: -4px;
  left: 0;
  box-shadow: 0 0 3px #86868680;
}

.rhap_volume-indicator:hover {
  opacity: .9;
}

.rhap_volume-filled {
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_button-clear {
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
  overflow: hidden;
}

.rhap_button-clear:hover {
  opacity: .9;
  transition-duration: .2s;
}

.rhap_button-clear:active {
  opacity: .95;
}

.rhap_button-clear:focus:not(:focus-visible) {
  outline: 0;
}

/*# sourceMappingURL=node_modules_react-h5-audio-player_lib_styles_dac74bad.css.map*/