$rhap_theme-color: #c6007e !default; // Color of all buttons and volume/progress indicators
$rhap_background-color: #fff !default; // Color of the player background
$rhap_bar-color: #e4e4e4 !default; // Color of volume and progress bar
$rhap_time-color: #333 !default; // Font color of current time and duration
$rhap_font-family: Averta, Helvetica, Arial, sans-serif !default; // Font family of current time and duration

.rhap_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: $rhap_font-family;
  width: 100%;
  padding: 10px 15px;
  background-color: $rhap_background-color;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.rhap_main-controls-button {
  margin: 0 3px;
  // color: $rhap_theme-color;
  color: #c6007e !important;
  font-size: 35px;
  width: 35px;
  height: 35px;
}
