#radioPlayer {
  background-color: #212429;
  position: fixed;
  width: 100%;
  height: 89.2px;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (max-width: 568px) {
    #radioPlayer {
      height: 210px; } }

.radio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transition: 1s;
  transform: translateY(0%); }
  @media screen and (max-width: 568px) {
    .radio-player {
      flex-direction: column; } }
  .radio-player__btn {
    width: 39.5px;
    height: 39.5px;
    cursor: pointer; }
    .radio-player__btn img {
      width: 100%;
      height: auto; }
  .radio-player__station {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .radio-player__station h3 {
      color: #EE9E4B;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0px; }
    .radio-player__station p {
      color: #F2F3F7;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0px;
      line-height: 1.2em; }
  .radio-player .hide {
    transition: 1s;
    transform: translateY(200%); }

#radioPlayerVolume {
  margin-left: 3rem;
  display: flex;
  align-items: center;
  gap: 5px; }
  #radioPlayerVolume i {
    color: #F2F3F7;
    font-size: 2.2rem; }
  #radioPlayerVolume i.fa-volume-off {
    margin-left: -8px; }
  #radioPlayerVolume i.fa-volume-up {
    margin-right: -8px; }

#volume {
  width: 220px;
  /** FF*/
  /* IE*/ }
  #volume input[type='range'] {
    display: flex;
    margin: 0 auto;
    height: 5px;
    border-radius: 15px;
    accent-color: #E69307;
    -webkit-appearance: none;
    background: linear-gradient(to right, #E69307 0%, #E69307 50%, #fff 50%, white 100%); }
  #volume input[type='range']::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 10px;
    color: #E69307;
    border-radius: 100px;
    cursor: pointer; }
  #volume input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #E69307;
    margin-top: -5px;
    border-radius: 100%;
    cursor: pointer; }
  #volume input[type="range"]::-moz-range-progress {
    background-color: #E69307;
    border: 0px; }
  #volume input[type="range"]::-moz-range-track {
    background-color: #fff;
    border: 0px; }
  #volume input[type="range"]::-ms-fill-lower {
    background-color: #E69307; }
  #volume input[type="range"]::-ms-fill-upper {
    background-color: #fff; }

/*# sourceMappingURL=style.css.map */
