.c-wa-message {
  padding: 10px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  width: 250px;
  height: 40px;
  align-items: center;
  display: flex;
  margin: 0 auto;
}

.c-wa-audio {
  width: 100%;
}

@media (max-width: 480px) {
  .c-wa-message {
    width: 100%;
    height: 60px;
  }

  .c-wa-audio {
    width: 100%;
  }

  .c-wa-audio__photo {
  background-size: cover !important;
  background-position: center !important;
  width: 40px !important;
  height: 40px !important;
}


  .c-wa-audio__photo-mic {
    width: 13px !important;
    left: -7px !important;
  }

  .c-wa-audio__control-play {
    width: 15px !important;
  }

  .c-wa-audio__control-pause {
    width: 15px !important;
  }

}

.c-wa-message:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.c-wa-audio__wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.c-wa-audio__photo-container {
  position: relative;
  justify-content: flex-end;
}

.c-wa-audio__photo {
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50px !important;
  align-items: end;
  align-self: flex-end;
  margin-right: 4px;
}

.c-wa-audio__photo-mic {
  position: absolute;
  width: 10px;
  right: 0;
  bottom: 1px;
  left: -5px;
}

.c-wa-audio__control-container {
  align-items: center;
  display: flex;
  width: 30px
}

.c-wa-audio__control-play {
  align-items: center;
  cursor: pointer;
  width: 11px;
  margin-left: 5px;
}

.c-wa-audio__control-pause {
  width: 11px;
  margin-left: 5px;
}

.c-wa-audio__time-container {
  font-size: 10px;
  line-height: 18px;
  flex-grow: 1;
  color: #55606e;
  display: flex;
  align-items: center;
  width: 205px;
}

.c-wa-audio__time-slider {
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
  height: 4px;
  width: 250px;
}

.c-wa-audio__time-progress {
  background-color: #2ab5eb;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  height: 4px;
}

.c-wa-audio__time-pin {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #2ab5eb;
  position: absolute;
  pointer-events: all;
  top: -4px;
  right: -10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

.c-wa-audio__time-total {
  margin-right: 10px;
}