body {
    margin: 0;
}

.voxcast .player-wpr,
.voxcast .player-container{
    min-height: 100%;
    min-width: 100%;
    height: 100vh;
    border-radius: 0;
}

.voxcast .player-hdr {
    min-width: 100%;
    height: 38px;
    line-height: 38px;
    z-index: 11;
}

.voxcast .servertitle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.83);
    max-width: 100%;
}

.voxcast .blur {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.94;

    -webkit-filter: blur(12px);
    -ms-filter: blur(12px);
    filter: blur(12px);
    -moz-filter: blur(12px);
    -o-filter: blur(12px);

    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position-y: -100px;
}

.voxcast .player-ctr {
    /* position: relative; */
    height: 70%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
}

html[data-agent*="Trident"] .voxcast .player-ctr {
    display: block;
}

.voxcast .playerstatus {
    /* position: relative; */
    max-width: 100%;
    z-index: 10;
}

.voxcast .album-cover-wpr {
    max-width: 320px;
}

.voxcast .social-share-wpr {
    position: relative;
    margin: 22px auto;
    top: 0;
    min-width: 320px;
    min-height: 320px;
    width: 320px;
    height: 320px;
}

.voxcast .social-link {
    width: 72px;
    height: 72px;
    line-height: 72px;
}

.voxcast .album-cover {
    margin: 22px auto;
    min-height: 320px;
    min-width: 320px;
    width: 320px;
    height: 320px;
}

.voxcast .track-info {
    margin: 0 60px 0;
}

.voxcast .track-info-wpr {
    text-align: unset;
    margin: 0 auto;
}

.voxcast .track-info-ctr {
    max-width: 90%;
}

.voxcast .ppBtn {
    position: absolute;
    z-index: 11;
}

.voxcast .history-wpr {
    margin: 38px auto 0 auto;
}

@media only screen and (max-height: 580px) {
    .voxcast .playerstatus {
        display: none;
    }

}

@media only screen and (max-width: 320px) {
    .voxcast .album-cover, .voxcast .social-share-wpr {
        min-height: 210px;
        min-width: 210px;
        width: 210px;
        height: 210px;

    }

    .voxcast .social-link {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .voxcast .history-songtitle {
        font-size: 14px;
    }

    .voxcast .history-artist-name {
        font-size: 12px;
    }

    .history-track-info {
        padding-top: 10px;
    }

    .voxcast .history-title {
        font-size: 18px;
    }
}

.voxcast .overlay {
    z-index: 1;
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAE0lEQVQImWNggID/yPR/NEECKgADTwf5Pwge6gAAAABJRU5ErkJggg==);
    background-repeat: repeat;
}
