.pad-t-50 {
  padding-top: 50px;
}

.pad-b-50 {
  padding-bottom: 50px;
}

.pad-l-50 {
  padding-left: 50px;
}

.pad-r-50 {
  padding-right: 50px;
}

.container-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@font-face {
  font-family: "Effra";
  src: url("fonts/Effra_Std_Rg.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.content-player {
  width: 100%;
  max-width: 1300px;
  padding: 16px 0;
  margin: 0 auto;
  background-color: #0069b4;
}
.content-player .header-player {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px 30px;
}
.content-player .header-player .actions {
  width: 40px;
  height: 40px;
  display: block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  cursor: pointer;
}
.content-player .header-player .actions.play {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 0C8.96 0 0 8.96 0 20C0 31.04 8.96 40 20 40C31.04 40 40 31.04 40 20C40 8.96 31.04 0 20 0Z" fill="%23EAE3DD"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.3569 30.2858V9.71436L30.6427 20.0001L14.3569 30.2858Z" fill="%233B3B3B"/></svg>');
}
.content-player .header-player .actions.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='pause'%3E%3Ccircle id='Ellipse 22' cx='20' cy='20' r='20' fill='white'/%3E%3Cg id='Group 181'%3E%3Crect id='Rectangle 281' x='15' y='13' width='4' height='14' rx='2' fill='black'/%3E%3Crect id='Rectangle 282' x='21' y='13' width='4' height='14' rx='2' fill='black'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.content-player .header-player .actions.stop {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='stop'%3E%3Ccircle id='Ellipse 22' cx='20' cy='20' r='20' fill='white'/%3E%3Crect id='Rectangle 281' x='13' y='13' width='14' height='14' rx='2' fill='black'/%3E%3C/g%3E%3C/svg%3E");
}
.content-player .header-player .on-play {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 375px) {
  .content-player .header-player .on-play {
    flex-wrap: wrap;
  }
}
.content-player .header-player .on-play .song {
  width: calc(100% - 92px);
}
@media only screen and (max-width: 375px) {
  .content-player .header-player .on-play .song {
    width: 100%;
    margin-bottom: 10px;
  }
}
.content-player .header-player .on-play .song label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 375px) {
  .content-player .header-player .on-play .song label {
    margin-bottom: 10px;
  }
}
.content-player .header-player .on-play .song h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 3px 0 0 0;
}
@media only screen and (max-width: 375px) {
  .content-player .header-player .on-play .song h4 {
    font-size: 22px;
  }
}
.content-player .header-player .on-play .song h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 3px 0 0 0;
}
@media only screen and (max-width: 375px) {
  .content-player .header-player .on-play .song h5 {
    font-size: 20px;
  }
}
.content-player .header-player .on-play .status label {
  display: block;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-left: 17px;
}
.content-player .header-player .on-play .status label::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #D9D9D9;
  position: absolute;
  top: 2.5px;
  left: 0;
  border-radius: 50%;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 96px;
  width: 200px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  background: #3B3B3B;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 155px;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #EAE3DD;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #EAE3DD;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/*# sourceMappingURL=style.css.map */
