.peg,
.wheelSVG {
    visibility: hidden;
}

.wheelSVG {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
} */

/* .toast {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
} */

.centerCircle,
.valueContainer,
.wheelOutline,
.wheelText {
    pointer-events: none;
}

/* body,
html {
    text-align: center;
} */

/* 
button {
    position: relative;
    background-color: #ed1c24;
}

body {
    overflow-x: hidden;
    overflow-y: visible;
}

body,
html {
    margin: 0;
    padding: 0;
} */

.main_content {
    background-image: url("/assets/images/tombola/main_bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#container {
	width: 100vw;
	margin-top: 2rem;
}

 .wheelContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    /* width: 100vw; */
    /* height: 100vh; */
    /* height: 80vh; */
    /* height: 73vh; */
    height: 67vh;
}

.wheelContainer__stripe {
    display: none;
    background-image: url("/assets/images/tombola/roulette_stripe.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 576px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wheelSVG {
   position: relative;
    overflow: visible;
    /* height: 75vh; */
    /* height: 80vh; */
    height: 73vh;
}

.wheelText {
    text-anchor: start;
    font-family: Montserrat, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.wheelText tspan {
    text-anchor: middle;
    letter-spacing: 2px;
}

/* 
.toast {
    border-radius: 12px;
    opacity: 0;
    background-color: #ed1c24;
    position: absolute;
    overflow: hidden;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    width: 50vw;
    padding: 20px 40px;
    
    max-width: 1000px;
}

.toast p {
    clear: both;
    font-family: Montserrat, Arial, sand-serif;
    margin: 23px;
    font-size: 30px;
    color: #ededed;
    letter-spacing: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
    -webkit-transition: line-height .2s ease;
    transition: line-height .2s ease;
} */

/* button { */
    /* position: relative; */
    /* width: 60vw; */
    /* max-width: 400px; */
    /* padding: 20px; */
    /* font-weight: 700; */
    /* font-size: 2rem; */
    /* color: #ededed; */
    /* border-radius: 6px; */
    /* border: none; */
    /* box-shadow: 0 2px 0 #D71559; */
    /* cursor: pointer; */
    /* font-family: Montserrat, sans-serif; */
/* } */


/* header .dropdown button {
    background-color: rgba(255,255,255, .6);
    color: #000;
}

header .dropdown .dropdown-toggle:after {
    color: #b80101;
    font-size: 30px;
} */

.wheelText {
    text-transform: uppercase;
    font-weight: bold;
}

/* @media(max-width: 1200px) {
    .wheelText {
        font-size: 1rem !important;
    }
} */


/* a:link { color:#F1DC16; }
a:visited { color:#F1DC16; }
a:hover { color:#F1DC16; }
a:active { color:#F1DC16;}
 */



/* 770px */

/* @media (max-width: 770px) { */
    /* .wheelContainer {
        height: 60vh;
    } */
/* } */

/* 600px */

@media only screen and (max-width: 37.5em) {
    
    .wheelContainer {
        height: 62vh;
    }

    /* .wheelText {
        font-size: 7.8rem !important;
    } */

}
