/* NEXT PAGE PREMIUM PATCH */

.frame-orbit{
    border-radius:0 !important;
}

.next-player-photo{
    border-radius:16px !important;
    background:linear-gradient(135deg,#fff6b6,#ffb300,#ff2f7d,#39d5ff,#a557ff,#fff6b6) !important;
    background-size:300% 300% !important;
    box-shadow:
        0 0 28px rgba(255,216,90,.70),
        0 0 54px rgba(255,47,125,.35),
        0 0 72px rgba(57,213,255,.24),
        0 22px 48px rgba(0,0,0,.75) !important;
}

.next-player-photo::before{
    border-radius:10px !important;
}

.next-player-photo .player-main-img,
.player-main-img[data-player-img]{
    border-radius:10px !important;
    border:3px solid rgba(4,5,13,.95) !important;
}

.next-live-bidding-panel{
    padding:10px 72px 10px !important;
    border-radius:8px !important;
    background:
        radial-gradient(circle at 12% 50%,rgba(255,216,90,.17),transparent 28%),
        radial-gradient(circle at 88% 50%,rgba(57,213,255,.17),transparent 28%),
        linear-gradient(130deg,rgba(57,213,255,.13),rgba(255,47,125,.15),rgba(255,216,90,.11),rgba(0,0,0,.50)) !important;
    box-shadow:
        0 14px 36px rgba(0,0,0,.45),
        0 0 28px rgba(255,216,90,.12),
        inset 0 0 26px rgba(255,255,255,.04) !important;
}

.next-live-bidding-panel .bid-arc{
    position:absolute;
    top:50%;
    width:52px;
    height:52px;
    margin-top:-26px;
    border-radius:50%;
    border:5px dotted rgba(255,216,90,.82);
    box-shadow:0 0 18px rgba(255,216,90,.42);
    animation:auctionSpin 5s linear infinite;
    z-index:3;
    pointer-events:none;
}

.next-live-bidding-panel .bid-arc.left{
    left:13px;
}

.next-live-bidding-panel .bid-arc.right{
    right:13px;
    border-color:rgba(57,213,255,.85);
    box-shadow:0 0 18px rgba(57,213,255,.40);
    animation-direction:reverse;
}

.next-bid-word{
    position:relative;
    z-index:4;
    font-size:24px;
    font-weight:900;
    letter-spacing:2.2px;
    text-transform:uppercase;
    background:linear-gradient(90deg,#fff6b6,#ffb300,#ff2f7d,#39d5ff,#a557ff,#fff6b6);
    background-size:320% 100%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:liveGradientText 2.4s linear infinite !important;
    opacity:1 !important;
    text-shadow:none !important;
}

.next-team-line strong{
    font-size:32px !important;
    line-height:1.05 !important;
    animation:shineText 2.1s linear infinite, teamPowerPop .55s ease !important;
}

.next-team-line span{
    font-size:13px !important;
    color:rgba(255,255,255,.78) !important;
}

.next-base-price strong{
    font-size:37px !important;
}

@keyframes liveGradientText{
    0%{background-position:0% 50%;}
    100%{background-position:320% 50%;}
}

@keyframes teamPowerPop{
    0%{transform:scale(.86);filter:brightness(1.2);}
    60%{transform:scale(1.08);filter:brightness(1.55);}
    100%{transform:scale(1);filter:brightness(1);}
}

@media(max-width:420px){
    .next-live-bidding-panel{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .next-live-bidding-panel .bid-arc{
        width:44px;
        height:44px;
        margin-top:-22px;
        border-width:4px;
    }

    .next-bid-word{
        font-size:21px;
    }

    .next-team-line strong{
        font-size:27px !important;
    }
}

@media(max-height:720px){
    .next-live-bidding-panel .bid-arc{
        width:42px;
        height:42px;
        margin-top:-21px;
        border-width:4px;
    }

    .next-bid-word{
        font-size:20px;
    }

    .next-team-line strong{
        font-size:26px !important;
    }
}


