body {
    background: url() center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.gradient-border {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.the_wheel {
    background-image: url('wheel_back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
}


.alert-bg2.active {
    display: flex !important;
}

.popo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    bottom: -40px;


}

.poli {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    bottom: 36px;
}

.btn-keren {
    background-color: rgb(68, 0, 255);
    margin: 0 5px;
    color: white;
    padding: 10px 30px;
}

.btn-keren:hover {
    color: white;
}

.alert-bg2 {
    z-index: 99999 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.florr {
    height: 109px;
    position: relative;
    top: 25px;
    padding: 10px;


}

@media only screen and (max-width: 600px) {
    .florr {
        height: 109px;
        position: relative;
        top: 25px;
        padding: 10px;

    }

    .btn-keren {
        background-color: rgb(68, 0, 255);
        margin: 0 5px;
        color: white;
        font-size: 12px;
        padding: 10px 18px;
    }
}



.alert-bd2 {
    position: relative;
    background: #f1f1f1;
    color: black;
    font-weight: bold;
    padding: 20px;
    height: auto !important;
}

.alert-close2 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: -10px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background: rgb(255, 0, 0);
}

.alert-bd,
.alert-bd2 {
    width: 726px;
    max-width: 100%;
    max-height: 509px;
    font-size: 16px;
}

@media only screen and (max-width: 1100px) {
    .florr {
        height: 109px;
        position: relative;
        top: 25px;
        padding: 10px;

    }

    .alert-bd,
    .alert-bd2 {
        width: 331px;
        max-width: 100%;
        max-height: 398px;
        font-size: 9px;
    }
}

.putu {
    max-width: 30px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;

}

.round {
    border-radius: 100px;
    border: 1px solid #000;
}

@keyframes scaleCup {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}

h1 {
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}


.modal-btn {
    display: block;
    margin: 0 -2rem -2rem -2rem;
    padding: 1rem 2rem;
    font-size: .75rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 .25rem .25rem;
    background-color: var(--green);
    text-decoration: none;
}

@keyframes confettiRain {
    0% {
        opacity: 1;
        margin-top: -100vh;
        margin-left: -200px;
    }

    100% {
        opacity: 1;
        margin-top: 100vh;
        margin-left: 200px;
    }
}

.confetti {
    opacity: 0;
    position: absolute;
    width: 1rem;
    height: 1.5rem;
    transition: 500ms ease;
    animation: confettiRain 5s infinite;
}

#confetti-wrapper {
    overflow: hidden !important;
}

.input-group {
    display: flex;
    flex-direction: column;
    align-content: center;
    /* height: 56px; */
    position: relative;
    bottom: -20px;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 96%;
    min-width: 0;
    border-radius: 30PX;
    margin: 6px;

}


.tombol {
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    background-color: #8d0088;
    color: rgb(255, 255, 255);
    padding: 5px 0;
    border: 1px solid #ff00ff;
    box-shadow: 0 0 9px 0 #ff008d;
    animation: flicker 5s linear infinite;
}

.tombol:hover {
    color: rgb(255, 255, 255);
}

:root {
    --primary-neon: rgba(231, 131, 243, .9);
    --light-neon: rgba(159, 87, 161, .7);
    --pulse-neon: rgba(159, 87, 161, .5);
    --bright-neon: rgba(159, 87, 161, 1);
    --off-neon: #333;

    --neon-shadow: 0 0 7px 4px var(--light-neon), 0 0 7px 4px var(--light-neon) inset;
    --neon-shadow-pulse: 0 0 8px 5px var(--pulse-neon), 0 0 8px 5px var(--pulse-neon) inset;
    --neon-shadow-bright: 0 0 8px 4px var(--bright-neon), 0 0 8px 4px var(--bright-neon) inset;
    --neon-shadow-text: 0 0 7px var(--primary-neon);
}

@keyframes flicker {
    0% {
        box-shadow: var(--neon-shadow);
    }

    45% {
        box-shadow: var(--neon-shadow-pulse);
    }

    90% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
        color: var(--primary-neon);
        text-shadow: var(--neon-shadow-text);
    }

    90.01% {
        box-shadow: none;
        border-color: var(--off-neon);
        color: var(--off-neon);
        text-shadow: none;
    }

    94% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    94.01% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    95% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    95.01% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    95.5% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    95.51% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    96% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    96.01% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    96.5% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    96.51% {
        box-shadow: var(--neon-shadow-bright);
        border-color: var(--primary-neon);
    }

    100% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }
}


a.claimed {
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    background: linear-gradient(to bottom, #f4b704 16%, #f7d704 44%, #f4b102 99%);
    color:black;
    padding: 5px 15px;
    border:0px;
    box-shadow: 2px 2px 2px grey;
    border-radius: 30px;
}
@media (max-width: 600px){
    .popup-container-ads {
        background-repeat: no-repeat;
        margin: 10% auto;
        border-radius: 18px;
        background-size: 100%;
    }
}

.popup-container{
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 347px;
    height: 600px;
    margin: 12% auto;
    background: #140202 ;
    border-radius: 0px;
    color: white;
}

@media (max-width: 992px){
    .popup-body{
        margin: 10% auto;
    }
}

.popup-header{
    height: 48px;
    width: 100%;
    background: #754116;
    float: left;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.popup-container-ads{
    background-repeat: no-repeat;
    margin: 10% auto;
    border-radius: 18px;
    background-size: 100%;
}
