/*sound*/
.contant {
  background-color: #f8f9fa;
  padding: 20px 12px;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .soundSection .cover {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  .contant {
    border-radius: 0px;
  }
}
.contant h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 10px 0px;
  height: 40px;
  overflow: hidden;
}

.soundSection .soundImage {
  height: 200px;
  position: relative;
}
@media (min-width: 993px) {
  .soundSection .soundImage {
    height: 120px;
  }
}
.soundSection .iconSound {
  position: absolute;
  background-color: black;
  padding: 20px;
  bottom: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soundSection .soundImage img {
  border-radius: 20px;
}
audio::-webkit-media-controls-panel {
  background-color: #f9f9f9;
  border-radius: 0px !important;
}
audio {
  width: 100%;
  border-radius: 0px !important;
  background-color: #f9f9f9;
}
.fullSound {
  background-color: #f9f9f9;
}
.iconDownload {
  margin-left: 20px;
}
.pointer {
  cursor: pointer;
}
/*pagination*/
.pagination a {
  color: #3b3b3b;
}
.pagination .right a {
  border-radius: 0px 10px 10px 0px !important;
}
.pagination .left a {
  border-radius: 10px 0px 0px 10px !important;
}
body[dir="ltr"] .pagination .right a {
  border-radius: 10px 0px 0px 10px !important;
}
body[dir="ltr"] .pagination .left a {
  border-radius: 0px 10px 10px 0px !important;
}
/*sound*/
