ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.pemain {
    width: 100vw !important;
    height: 100vh !important;
}
.vjs-tech {
    width: 100vw !important;
    height: 100vh !important;
}
#preview-container {
    position: absolute;
    display: none;
    width: 160px;
    height: 90px;
    overflow: hidden;
}
#preview-image {
    width: 100%;
}
.myfloating-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 9999;
}
.top-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.top-user {
    display: inline-block;
    text-align: center;
    margin: 15px;
    position: relative;
    white-space: nowrap;
}
.top-number {
    width: 40px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    transform: translate(-50%, -50%);
}
.top-avatar img {
    border-radius: 50%;
    display: block;
}
.rank-1 .top-avatar img {
    width: 120px;
}
.leaderboard-table {
    clear: both;
    display: block;
    width: 100%;
}
.leaderboard-row {
    background: rgb(229, 50, 50, 0.25);
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
    white-space: nowrap;
}
.leaderboard-cell {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
}
.leaderboard-user-avatar img {
    width: 50px;
    border-radius: 50%;
    display: block;
}
.leaderboard-cell.username {
    font-weight: bold;
    min-width: 160px;
}
.leaderboard-cell.rank {
    float: right;
}
.level-badge {
    float: left;
    margin-right: 10px;
}
.top-player-wrapper {
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
    .top-user {
        width: 80px;
        margin: 10px;
    }
    .leaderboard-cell.user-xp {
        margin-top: 12px;
        position: absolute;
        right: 20px;
    }
    .leaderboard-cell.rank {
        display: none;
    }
}