.iru-tiny-player{
    position: relative;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #EC2029;
    line-height: 24px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    margin: 0 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iru-tiny-player .song-main-info {
    margin: 0;
    font-size: 8px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .song-main-info {
        margin: 2ex 1ex;
    }
}
.iru-tiny-player .icon {
    margin: 0;
    text-decoration: none;
    border-bottom: none;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.icon.fa-volume-up{display: none;}
.iru-tiny-player .icon:hover {
    color: #000;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.iru-tiny-player .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 600;
    text-transform: none !important;
    min-width: 22px;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px;
    border-radius: 100%;
    background: #EC2029;
}
.iru-tiny-player .song-main-info .icon.fa-stop {
    margin-right: 2ex;
    display: none;
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .song-main-info .icon.fa-stop {
        margin-right: 0.5ex;
    }
}
.iru-tiny-player .song-main-info .song-timer {
    margin: 0 1ex;
    display: none;
    white-space: nowrap;
}
.iru-tiny-player .song-main-info .song-title {
    flex-grow: 1;
    white-space: nowrap;
    display: none;
    overflow: hidden;
}
.iru-tiny-player .song-seek {
    position: absolute;
    width: 100%;
    height: 100%;
}
.iru-tiny-player .song-progress {
    position: absolute;
    background-color: rgba(21, 29, 31, 0.15);
    width: 0%;
    height: 100%;
}
.iru-tiny-player .song-volume-control {
    position: absolute;
    background-color: rgba(245, 245, 245, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
}
.iru-tiny-player .song-volume-bar,
.iru-tiny-player .song-volume-dot {
    position: absolute;
    top: 50%;
    left: 20%;
    height: 10px;
    margin: 0 auto;
    width: 80%;
    background-color: rgba(21, 29, 31, 0.9);
}
.iru-tiny-player .song-volume-bar#fg {
    height: 5px;
    margin: -2.5px auto;
    width: 60%;
}
.iru-tiny-player .song-volume-bar#fgg {
    height: 10px;
    margin: -5px auto;
    background-color: transparent;
    width: 60%;
}
.iru-tiny-player .song-volume-bar#bg {
    height: 1.5px;
    margin: -0.75px auto;
    background-color: rgba(21, 29, 31, 0.75);
    width: 60%;
}
.iru-tiny-player .song-volume-dot {
    width: 15px;
    height: 15px;
    left: 80%;
    margin: -7.5px auto;
    border-radius: 7.5px;
    cursor: pointer;
}
.iru-tiny-player .song-volume-dot:hover {
    background-color: #18bfef;
}
.iru-tiny-player .icon.fa-times {
    margin: 2ex 2.5ex;
    position: absolute;
    font-size: 1.25rem;
    right: 0;
    top: 0;
}
@media screen and (max-width: 480px) {
    .iru-tiny-player .icon.fa-times {
        margin: 2ex 1.5ex;
        font-size: 1rem;
    }
}
