.htmega-audio-player.mejs-container {
  background: transparent !important;
}
.htmega-audio-player-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.htmega-audio-thumb {
  display: flex;
  align-items: center;
}
.htmega-audio-player-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:30px;
}
.htmega-audio-player .mejs-time-total span:not(.mejs-time-float) {
  height: 100%;
}
.htmega-audio-player .mejs-time-total span.mejs-time-handle {
  display: none;
}
.htmega-audio-player .mejs-time-rail {
  display: flex;
  align-items: center;
  padding: 0;
}
.mejs-button.mejs-playpause-button,
.htmega-audio-player .mejs-volume-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.htmega-audio-title {
  font-size: 20px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
}
.htmega-audio-content {
  text-align: center;
}
.htmega-audio-description {
  color: #dfdfdf;
  font-size: 18px;
}
.htmega-pro-player .mejs-controls .mejs-button button {
  background: 0 0;
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  color: #fff;
  overflow: unset;
  font-size: 13px;
}
.htmega-pro-player .mejs-container .fa,
.htmega-pro-player .mejs-container .far,
.htmega-pro-player .mejs-container .fas {
  font-family: 'Font Awesome 5 Free';
}
.htmega-pro-player .mejs-container .fab {
  font-family: 'Font Awesome 5 Brands';
}
.htmega-pro-player .mejs-controls .mejs-button i {
  display: none;
}
.htmega-pro-player .mejs-controls .mejs-button.mejs-play i.htmega-audio-play {
  display: block;
}
.htmega-pro-player .mejs-controls .mejs-button.mejs-pause i.htmega-audio-pause {
  display: block;
}
.htmega-pro-player
  .mejs-controls
  .mejs-button.mejs-replay
  i.htmega-audio-replay {
  display: block;
}
.htmega-pro-player .mejs-controls .mejs-button.mejs-mute i.htmega-audio-unmute {
  display: block;
}
.htmega-pro-player .mejs-controls .mejs-button.mejs-unmute i.htmega-audio-mute {
  display: block;
}