/* _content/ZmjWebSource/Components/PublicCom/ZmjAudioCt.razor.rz.scp.css */
.icon[b-jug194j3bk] {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 30px;
    fill: #D7DCE2;
    transition: all .2s ease-in-out;
}

.player[b-jug194j3bk] {
    position: fixed;
    right: 8px;
    bottom: 8px;
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
}

    .player.play .player__timeline[b-jug194j3bk] {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }

    .player.play .player__album[b-jug194j3bk]:after {
        box-shadow: 0px 30px 28px -10px rgba(0, 0, 0, 0.2);
    }

    .player.play .player__album[b-jug194j3bk] {
        top: -65px;
    }

    .player.play .pause[b-jug194j3bk] {
        display: inline-block;
    }

    .player.play .play[b-jug194j3bk] {
        display: none;
    }

.player__album[b-jug194j3bk] {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    top: -50px;
    transition: all .4s ease-in-out;
}

    .player__album[b-jug194j3bk]:before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 50%;
    }

    .player__album[b-jug194j3bk]:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: none;
        transition: all .3s ease-in-out;
    }

.player__albumImg[b-jug194j3bk] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: none;
}

    .player__albumImg.active-song[b-jug194j3bk] {
        display: block;
    }

.player__bar[b-jug194j3bk] {
    background: #fff;
    padding: 10px 25px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0 30px 56px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.player__prev[b-jug194j3bk] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-right: 3px;
}

    .player__prev:hover[b-jug194j3bk] {
        background: #D7DCE2;
    }

        .player__prev:hover svg[b-jug194j3bk] {
            fill: #fff;
        }

.player__play[b-jug194j3bk] {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-right: 3px;
    position: relative;
}

    .player__play:hover[b-jug194j3bk] {
        background: #D7DCE2;
    }

        .player__play:hover svg[b-jug194j3bk] {
            fill: #fff;
        }

    .player__play svg[b-jug194j3bk] {
        font-size: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .player__play svg.pause[b-jug194j3bk] {
            display: none;
        }

.player__next[b-jug194j3bk] {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-left: -8px;
}

    .player__next:hover[b-jug194j3bk] {
        background: #D7DCE2;
    }

        .player__next:hover svg[b-jug194j3bk] {
            fill: #fff;
        }

.player__timeline[b-jug194j3bk] {
    background: #d5eaf9;
    height: 58px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease-in-out;
    z-index: 1;
    padding-left: 110px;
    flex-direction: column;
    justify-content: center;
}

.player__timelineBar[b-jug194j3bk] {
    background: #E7E7E7;
    width: 95%;
    height: 4px;
    border-radius: 15px;
    margin-top: 13px;
    position: relative;
}

.player #playhead[b-jug194j3bk] {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 0;
    height: 100%;
}

.player__author[b-jug194j3bk] {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 15px;
}

.player__song[b-jug194j3bk] {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    color: #949494;
}

/* _content/ZmjWebSource/Components/ZmjLgPictrues/FmAudio.razor.rz.scp.css */
.icon[b-z83q5eki67] {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 30px;
    fill: #D7DCE2;
    transition: all .2s ease-in-out;
}

.player[b-z83q5eki67] {
    position: fixed;
    right: 8px;
    bottom: 8px;
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
}

    .player.play .player__timeline[b-z83q5eki67] {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }

    .player.play .player__album[b-z83q5eki67]:after {
        box-shadow: 0px 30px 28px -10px rgba(0, 0, 0, 0.2);
    }

    .player.play .player__album[b-z83q5eki67] {
        top: -65px;
    }

    .player.play .pause[b-z83q5eki67] {
        display: inline-block;
    }

    .player.play .play[b-z83q5eki67] {
        display: none;
    }

.player__album[b-z83q5eki67] {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    top: -50px;
    transition: all .4s ease-in-out;
}

    .player__album[b-z83q5eki67]:before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 50%;
    }

    .player__album[b-z83q5eki67]:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: none;
        transition: all .3s ease-in-out;
    }

.player__albumImg[b-z83q5eki67] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: none;
}

    .player__albumImg.active-song[b-z83q5eki67] {
        display: block;
    }

.player__bar[b-z83q5eki67] {
    background: #fff;
    padding: 10px 25px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0 30px 56px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.player__prev[b-z83q5eki67] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-right: 3px;
}

    .player__prev:hover[b-z83q5eki67] {
        background: #D7DCE2;
    }

        .player__prev:hover svg[b-z83q5eki67] {
            fill: #fff;
        }

.player__play[b-z83q5eki67] {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-right: 3px;
    position: relative;
}

    .player__play:hover[b-z83q5eki67] {
        background: #D7DCE2;
    }

        .player__play:hover svg[b-z83q5eki67] {
            fill: #fff;
        }

    .player__play svg[b-z83q5eki67] {
        font-size: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .player__play svg.pause[b-z83q5eki67] {
            display: none;
        }

.player__next[b-z83q5eki67] {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-left: -8px;
}

    .player__next:hover[b-z83q5eki67] {
        background: #D7DCE2;
    }

        .player__next:hover svg[b-z83q5eki67] {
            fill: #fff;
        }

.player__timeline[b-z83q5eki67] {
    background: #d5eaf9;
    height: 58px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease-in-out;
    z-index: 1;
    padding-left: 110px;
    flex-direction: column;
    justify-content: center;
}

.player__timelineBar[b-z83q5eki67] {
    background: #E7E7E7;
    width: 95%;
    height: 4px;
    border-radius: 15px;
    margin-top: 13px;
    position: relative;
}

.player #playhead[b-z83q5eki67] {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 0;
    height: 100%;
}

.player__author[b-z83q5eki67] {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 15px;
}

.player__song[b-z83q5eki67] {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    color: #949494;
}

/* _content/ZmjWebSource/Components/ZmjPCGame/Adv.razor.rz.scp.css */
.zmj-left-stack[b-06v286sqsc], .zmj-right-stack[b-06v286sqsc] {
    position: fixed;
    top: 23vh;
    opacity: 0.68;
}

.zmj-left-stack[b-06v286sqsc] {
    left: 0px;
}

.zmj-right-stack[b-06v286sqsc] {
    right: 0px;
}
