body
{
    font-family: arial;
}

.the_wheel .button {
    width: 10em;
    height: 10em;
    line-height: 10em;
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-weight: 800;
    z-index: 998;
    position: absolute;
    background: #FFF;
    border: none;
    border-radius: 100%;
    color: #999;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0.4em 0 rgb(0 0 0 / 25%);
    text-align: center;
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.the_wheel .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}

.the_wheel .button:hover {
    color: inherit;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    /* background-image: url(./wheel_back.png); */
    background-position: center;
    background-repeat: none;
    position: relative;
}

/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
}

div.power_controls
{
    margin-right:70px;
}

div.html5_logo
{
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

td.pw1
{
    background-color: #6fe8f0;
}

td.pw2
{
    background-color: #86ef6f;
}

td.pw3
{
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}

.the_wheel{
	aspect-ratio: 1/1;
}
.wheel_content{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.roulette_content{
	position: relative;
    width: 100%;
    height: 100%;
    max-height: 500px;
    background-size: 140px;
}

#prizePointer{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	right: -15px;
}

#modal_roulette .modal-dialog{
	max-width: 1000px;
}
@media only screen and (min-width:1200px){
    #modal_roulette .modal-dialog{
       width: 1000px;
    }
}

#modal_roulette .modal-content{
	border:none;
}
#modal_roulette .modal-body{
	z-index: 1;
}

#modal_roulette .modal-body button[aria-label="Close"]{
    position: absolute;
}

.roulette_background_image{
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 5px;
    object-fit: cover;
}
.roulette_content{
	max-width: 500px;
}

.roulette_newsletter{
	display: flex;
	flex-direction: column;
	justify-content: center;
    gap: 15px;
    padding: 15px;;
    width: 100%;
}

.roulette_newsletter.has_error input{
    border-color: rgb(255, 0, 0);
}
.roulette_newsletter.has_error #agree-newsletter{
    color: rgb(255, 0, 0);
}
@media only screen and (min-width:1200px){
    .roulette_newsletter{
        max-width: 420px
    }
    .modal-dialog{
        top: 50%;
        transform: translateY(-50%)!important;
    }
}
@media only screen and (max-width:1199px){
    .wheel_content{
        justify-content: center;
    }
    #modal_roulette .modal-dialog{
        max-width: 700px;
    }
}

#modal_roulette .modal-body{
    min-height: 500px;
    border-radius: 5px;
}

.roulette_newsletter input{
    border-radius: 5px!important;
}
.roulette_newsletter button{
	border-radius: 9999px!important;
}



#modal_roulette .modal-content,
#modal_roulette .modal-body,
#modal_roulette{
	padding: 0!important;
}

#modal_roulette .close{
	z-index: 999;
}

#rouletteLogo{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    height: 140px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 0;
    aspect-ratio: 1/1;
    max-height: 500px;
    border-radius: 50%;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.coupon_code{
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}

/* firework */