.arena{
    width:100%;
    max-width: 1280px;
    height: 100%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.arena-header{
    max-height: 200px;
    overflow: hidden;
    margin-top: 1rem;
}
.arena-body{
    max-height: 32rem;
    position: relative;
    width: 100%;
}
#swup{
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 100dvh;
}
.only-js{
    height: 100%;
}
body.page-jogo{
    min-height: 100dvh;
    height: 100%;
    background: #000d02;
}


.amc-event-guide{
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 16rem;
}

.amc-event-logo{
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 28rem;
    padding-inline: 1.6rem;

}
.goalpost-image {
    width: 100%;
    padding-inline: 2dvw;
}

.goalKeeper2, .goalKeeper-dive2 {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    z-index: 10;
    opacity: 0;
}

.goalKeeper-dive2, .goalKeeper-dive {
    opacity: 0;
}

.goalKeeper, .goalKeeper-dive {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-height: 38dvh;
    min-height: 20rem;
    z-index: 10;
}

.goal-item{
    opacity: 0;
    display: grid;
    place-items: center;
    width: 90%;
    margin: 0 auto;
    scale: 0;
    position: relative;
    bottom: 0;
}

.try-again-result{
    opacity: 1;
    display: grid;
    place-items: center;
    width: 90%;
    margin: 0 auto;
    scale: 1;
    position: relative;
    bottom: 0;
    top: 16dvh;
}

.try-again-result .try-again {

}
.goal-item .win {
    height: 4rem;
}
.goal-item .prize-value{
    background: #213456;
    top: 2.8rem;
    font-weight: bold;
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
    color: #fff;
    transform: translateX(3rem) rotate(-4deg);
    font-size: 1.5rem;
    left: 2rem;
}
.prize-container{
    transform: translateY(-1rem);
}
.mail-notification{
    max-width:100%;
    margin: auto;
    text-align: center;

}
.server-loading{
    display: grid;
    place-items: center;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    margin-bottom: 1.5rem;
}
.mail-notification-svg{
    width: 100%;
    height: auto;
}
.alert-danger {
    --bs-alert-color:#fff;
    --bs-alert-bg: #D23151;
    --bs-alert-border-color: #D23151;
}


.mail-notification {
    font-size: 24px;
    font-weight: bold;
}
.mail-notification .spinner-border{
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-border-width: 0.2em;
    --bs-spinner-animation-speed: 0.35s;
}

.act-listings, .retry-btn{
    background: #fcc00f;
    color: #000;
    padding: 0.3rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    z-index:2;
    transition: transform 0.2s;
}
.retry-btn{
    font-size: 1.4rem;
}

.act-listings:hover, .retry-btn:hover{
    transform:  scale(1.1);
}
.goalpost-lines{
    position: absolute;
    top: 498px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}

.item {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s;
}

.item:hover {
    transform: translateX(-50%) scale(1.1);
}

.ball_shadow {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 67px;
    cursor: pointer;
    z-index: 0;
    transition: transform 0.2s;
}

.container-jogo{
    max-width: 1800px;
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.ball-kick {
    position: absolute;
    bottom: 15dvh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 12rem;
}

@media (min-width: 576px) {
    .goalKeeper, .goalKeeper-dive {
        /* height: 75%; */
    }
}

@media (min-width: 640px) {

}

@media (min-width: 768px) {

    .goalpost-image {
        padding: 0 48px;
    }

    .goalKeeper2, .goalKeeper2-dive {
        top: 385px;
        height: 280px;
    }

    .car-range-sm {
        max-width: 14rem;
        position: absolute;
        bottom: -6rem;
        right: 0;
    }

    .goal-item .win {
        top: 12rem;
        height: 8rem;
    }
    .goal-item .prize-value{
        top: 6rem;
        padding-block: 0.5rem;
        padding-inline: 1.5rem;
        transform: rotate(-4deg);
        font-size: 2.5rem;
    }

    .mail-notification-svg{
        height: 4.5rem;
        max-height: 4.5rem;
    }

    .ball-kick {
        position: absolute;
        bottom: 13rem;
        left: 50%;
        transform: translateX(-50%);
        max-width: 14rem;
    }
}
@media (min-width: 820px) {


    .goalKeeper2, .goalKeeper2-dive {
        top: 455px;
        height: 300px;
    }
    .item {
        bottom: 100px;
        width: 100px;
    }
    .ball_shadow {
        bottom: 67px;
        height: 67px;
    }
}
@media (min-width: 992px) {

    .item {
        bottom: 58px;
        width: 120px;
    }
    .ball_shadow {
        bottom: 34px;
        height: 67px;
    }
}

@media (min-width: 1280px) {
    .arena{
        position: relative;
        transform: unset;
        left: 0;

        z-index: 1;
    }
    .goalpost-image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-height: 320px;
        object-fit: contain;
        padding: 0;
    }
    .car-range-sm {
        max-width: 18rem;
        bottom: -10dvh;
        right: 0;
    }

    .amc-event-guide {
        width: 100%;
        z-index: 1;
        max-width: 28rem;
    }
    .amc-event-logo{
        width: 100%;
        max-width: 36rem;
    }

    .goalpost-image {
        padding-inline: 35dvh;
        padding-inline: 0;
    }

    .goalKeeper2, .goalKeeper2-dive {
        position: absolute;
        top: 230px;
        left: 50%;
        transform: translateX(-50%);
        height:360px;
    }
    .item {
        bottom: 65px;
        width: 120px;
    }

    .goal-item .goal-ani {
        height: 14rem;
        position: relative;
        top: 2rem;
    }
    .goal-item .win {
        height: 8rem;
    }

    .goal-item .prize-value {
        opacity: 1;
    }

    .try-again-result .try-again {
        height: 18rem;
        position: relative;
        top: 2rem;
    }

    .event-guide{
        position: relative;
        left: 0;
        transform: unset;
        max-width: 26rem;
    }
    .page-jogo .event-logo {
        width: 100%;
        max-width: 30rem;
        margin-left: auto;
    }
    .container-jogo{
        max-width: 1800px;
        position: absolute;
        z-index: 1;
        top: 20rem;
        left: 50%;
        transform: translateX(-50%);
    }


}
@media (min-width: 1400px) {
    .goalpost-image {
        max-height:430px;
        max-height:40dvh;
    }
    .amc-event-logo{
        top: 8%;
    }

}
@media (min-width: 1536px) {

    .goalKeeper2, .goalKeeper2-dive {
        top: 260px;
        height:450px;
    }

    .goalpost-image {
        max-height: 430px;
        max-height: 40dvh;
    }
    .amc-event-guideX {
        max-width: 24rem;
        left: 23dvw;
        top: 12dvh;
    }

    .arena {
        max-width: 1440px;
    }

}



@media (min-width: 1921px) {
    .goalKeeper2, .goalKeeper2-dive {
        top: 340px;
        height: 480px;
    }
    .goalpost-image {
        max-height:430px;
    }

}



@media (max-height: 640px) {
    .goalKeeper2, .goalKeeper2-dive {
        top: 220px;
        height:150px;
    }
    .event-guide {
        max-width: 12rem;
    }

    .goal-item, .try-again-result {
        top: 40%;
    }
    .goal-item .goal-ani, .try-again-result .try-again {
        height: 4rem;
    }
    .goal-item .win {
        top: 4rem;
        height: 4rem;
    }
    .goal-item .prize-value{
        top: 4rem;
        padding-block: 0.5rem;
        padding-inline: 1rem;
        transform: translateX(3rem) rotate(-4deg);
        font-size: 1.5rem;
    }
    .mail-notification{
        /* margin-top: 10rem; */
    }
}
@media (max-height: 740px) {
    .goalKeeper2, .goalKeeper2-dive {
        top: 300px;
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .goalpost-image {
        padding-inline: 2dvw;
    }
    .goalKeeper, .goalKeeper-dive {
        position: absolute;
        bottom: -2dvh;
        left: 50%;
        transform: translateX(-50%);
        max-height: 34dvw;
        min-height: auto;
        display: block;
        z-index: 10;
    }

    .goal-item, .try-again-result{
        top: 12dvh;
    }
}


@media (min-width: 481px) and (max-width: 767px) {

    .goal-item, .try-again-result{
        top: 14dvh;
    }

}

@media (min-width: 320px) and (max-width: 600px) {

    ._arena-body{
        max-height: 14rem;

    }

    .goal-item{
        top: 16dvh;
    }

    .try-again-result{
        top: 20dvh;
    }

    .bottom-section {
        flex: 3;
    }

    .goalKeeper, .goalKeeper-dive {
        position: absolute;
        bottom: -2dvh;
        left: 50%;
        transform: translateX(-50%);
        max-height: 34dvw;
        min-height: auto;
        display: block;
        z-index: 10;
    }

    .amc-event-logo {
        text-align: center;
        margin: 0 auto;
        display: block;
        bottom: 0
    }

}

@media (min-width: 320px) and (max-width: 480px) {


    .ball-kick {
        bottom: 20dvh;
    }
    .amc-event-logo {
        bottom: 2rem;
    }

}

@media (min-width: 320px) and (max-width: 430px) {
    .amc-event-logo {
        text-align: center;
        margin: 0 auto;
        display: block;
        bottom: 0
    }
    .ball-kick {
        bottom: 15dvh;
    }
    .itemx {
        bottom: -33px;
    }

}

@media (min-width: 1536px) and (max-width: 1700px) {
    .try-again-result .try-again {
        height: 32dvh;
        position: relative;
        top: 2rem;
    }
    .try-again-result {
        top: 32dvh;
    }
}