.media-controls {
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    color: #565656;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    margin: 25px 0px;
    border: 1px solid #dddd;
}
/* .media-controls:after {
  border-radius: 24px;
  box-shadow: 0 2px 2px rgba(255, 107, 0, 0.25), 0 4px 4px rgba(255, 107, 0, 0.2), 0 8px 8px rgba(255, 107, 0, 0.15), 0 16px 16px rgba(255, 107, 0, 0.1), 0 24px 24px rgba(255, 107, 0, 0.05);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
} */
.media-buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 12%;
    justify-content: end;
    margin-top: -32px;
}
.media-button {
  background-color: transparent;
  border: none;
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 421px) {
    .media-button {
    padding: 8px;
    padding-right: 0;
}
}
.button-icons {
    border-radius: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    font-size: 10px;
}
.back-button .button-icons,
.skip-button .button-icons {
  background-color: transparent;
  color: #919191;
}
.rewind-button .button-icons, .fast-forward-button .button-icons {
    background: #e9e9e91a;
    color: #7e7e7e;
    margin-top: 0px;
}
.rewind-button .button-icons:hover, .fast-forward-button .button-icons:hover{
  background: #ff3030;
  color: #fff;
}
.play-button .button-icons {
    background: linear-gradient(to bottom left, #ffffff, #ffffff);
    border: 1px solid #ffffff;
    box-shadow: -1px 1px 1px rgba(255, 195, 153, 0.25), 1px -1px 1px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 195, 153, 0.2), 2px -2px 2px rgba(255, 255, 255, 0.2), -4px 4px 4px rgba(255, 195, 153, 0.15), 4px -4px 4px rgba(255, 255, 255, 0.15), -8px 8px 8px rgba(255, 195, 153, 0.1), 8px -8px 8px rgba(255, 255, 255, 0.1), -16px 16px 16px rgba(255, 195, 153, 0.05), 16px -16px 16px rgba(255, 255, 255, 0.05);
    color: #30c96a;
    font-size: 18px;
    width: 45px;
    padding: 13px;
    height: 45px;
    box-shadow: rgb(2 255 0 / 10%) 0px 0px 11px 1px, rgb(72 255 0 / 10%) 0px 0px 1px 0px;
}
.button-text {
  margin-top: auto;
}
.media-progress {
    /* align-self: stretch; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 80%;
}
.progress-bar-wrapper {
    background-color: transparent;
    border-radius: 12px;
    /* box-shadow: inset -1px 1px 1px rgba(255, 195, 153, 0.25), inset 1px -1px 1px rgba(255, 255, 255, 0.25), inset -2px 2px 2px rgba(255, 195, 153, 0.2), inset 2px -2px 2px rgba(255, 255, 255, 0.2), inset -4px 4px 4px rgba(255, 195, 153, 0.15), inset 4px -4px 4px rgba(255, 255, 255, 0.15), inset -8px 8px 8px rgba(255, 195, 153, 0.1), inset 8px -8px 8px rgba(255, 255, 255, 0.1), inset -16px 16px 16px rgba(255, 195, 153, 0.05), inset 16px -16px 16px rgba(255, 255, 255, 0.05); */
    height: 8px;
    margin-bottom: 10px;
    /* margin-top: 15px; */
    position: relative;
    width: 100%;
    box-shadow: rgb(237 245 252) 3px 3px 6px 0px inset, rgb(206 239 221 / 88%) -3px -3px 6px 1px inset;
}
.progress-bar-wrapper .progress-bar {
    background: linear-gradient(90deg, #37B34A 0%, #8BC53F 50%, #37B34A);
    border-radius: 12px;
    box-shadow: none;
    height: 8px;
    width: 0%;
    background-size: 200%, 1px;
}
.custom-player-controller {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-media-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: space-between;
    position: relative;
}
.custom-media-content {
    flex-basis: 87%;
}
.custom-media-feature-img {
    flex-basis: 12%;
}
.custom-media-feature-img img {
    width: 92%;
    height: 82px;
    border-radius: 10px;
    object-fit: cover;
}
.media-subtitle h4 {
    margin: 0;
    font-size: 12px;
    color: #f98901;
}
.media-title h2 {
    margin: 0;
    margin-bottom: 0px;
    color: #222;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 14%);
}
.media-role h4 {
    margin: 0;
    font-size: 14px;
    color: #5c667d;
}
.play-control-wrapper {
    flex-basis: 10%;
    align-self: center;
    padding-left: 10px;
    /* position: absolute;
    right: 10px;
    top: -14px; */
}
button.play-button.media-button {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 767px) {
    .podcast-wrapper {
        border: 0 !important;
        border-top: none;
        border-radius: 0px 0px 10px 10px;
    }
    .custom-media-feature-img {
        flex-basis: 21%;
    }
    .media-controls{
        margin: 15px 0;
        position: relative;
        padding: 8px;
    }
    .media-progress {

        flex-basis: 63%;
    }
    .button-icons {
    
        padding: 6px;
        font-size: 9px;
    }
    .media-title h2 {
        width: calc(100% - 38%);
        font-size: 13px;
    }
    .custom-media-content-wrapper{
        position: relative;
    }
    .play-control-wrapper {
        padding-left: 7px;
    }
    .play-button .button-icons {
        font-size: 14px;
        width: 35px;
        padding: 10px;
        height: 35px;
    }
    .milli {
        font-size: 12px;
    }
    .custom-media-feature-img img {
        height: 74px;
        object-fit: cover;
    }
    .media-subtitle h4{
        font-size: 10px;
    }
    .custom-player-controller{
        margin-top: 0px;
    }
    .custom-media-content {
        flex-basis: 77%;
    }
    .media-button{
        padding-right: 0;
    }
    .rewind-button .button-icons, .fast-forward-button .button-icons {
        margin-top: 0px;
    }
    .d-none-box{
        display: none !important;
    }
    .play-button .button-icons {
        /* box-shadow: 0px 2px 12px 0px rgba(99, 232, 22, 0.10); */
        border: 1px solid #00ff5a12;
    }
    .rewind-button .button-icons, .fast-forward-button .button-icons{
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    }
}