:root {
    --header-color: #FC5757;
    --footer-color: #57CAFC;
    --background: #F1F1F1;
    --main-color: #FC5757;
    --main-color-dark: #F13232;
    --toast-color: #FCD857;
    --toast-text-color-p: #624E09;
    --toast-text-color-header: #ffffff;
}

#message-start{
    margin-top: 20rem;
}
#win{
    margin-top: 20rem;
}

.peg, .wheelSVG {
    visibility: hidden;
}

.header-wrapper {
    font-size: 0px;
}

.header {
    background-color: var(--header-color);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 3vh;
    display: block;
    font-size: 0px;
}

.wave-header {
    display: block;
    width: 100%;
    font-size: 0px;
}

.wave-footer {
    display: block;
    width: 100%;
    font-size: 0px;
}

footer {
    margin-top: 12vh;
}

.footer {
    background-color: var(--footer-color);
    color: var(--background);
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20vh;
    display: block;
    font-size: 0.8rem;
    padding: 2rem;
    font-family: Poppins, sans-serif;
}

.logo {
    max-width: 120px;
}

body, html {
    margin: 0;
    padding: 0;
}

.centerCircle, .valueContainer, .wheelOutline, .wheelText {
    pointer-events: none;
}

body, html {
    text-align: center;
}

button {
    position: relative;
    background-color: var(--main-color);
}

body {
    background-color: var(--background);
    overflow-x: hidden;
    overflow-y: visible;
}

body, html {
    margin: 0;
    padding: 0;
}

#toastr-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: 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;
}

.wheelSVG {
    position: relative;
    overflow: visible;
    max-height: 75vh;
}

.wheelText {
    text-anchor: start;
    font-family: Poppins, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.wheelText tspan {
    text-anchor: middle;
    letter-spacing: 2px;
}

.toast {
    border-radius: 12px;
    opacity: 0;
    display: none;
    background-color: var(--toast-color);
    position: absolute;
    overflow: hidden;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    width: 50vw;
    padding: 20px 40px;
    max-width: 1000px;
    -webkit-box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.43);
    transition: line-height .2s ease;
}

.toast p {
    clear: both;
    font-family: Poppins, Arial, sand-serif;
    margin: 23px;
    font-size: 30px;
    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;
    color: var(--toast-text-color-p)
}



.toast a {
    color: var(--toast-text-color-header)
}

.toast h1 {
    clear: both;
    font-family: Poppins, Arial, sand-serif;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 40px;
    font-weight: 700;
    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;
    color: var(--toast-text-color-header)
}

.toast h2 {
    clear: both;
    font-family: Poppins, Arial, sand-serif;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 30px;
    font-weight: 700;
    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;
    color: var(--toast-text-color-header)
}

#form-leads button {
    margin-top: 20px;
}

button {
    position: relative;
    width: 60vw;
    /* top: 20px; */
    max-width: 400px;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    color: #ededed;
    border-radius: 6px;
    border: none;
    box-shadow: 0 7px 0 var(--main-color-dark);
    cursor: pointer;
    font-family: Poppins, sans-serif;
    transition: 0.2s linear;
}

button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 0 var(--main-color-dark);
}

button:target {
    transform: translateY(5px);
    box-shadow: 0 3px 0 var(--main-color-dark);
}

.text-input {
    margin-bottom: 5px;
    font-size: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    border-radius: 5px;
    border: 2px solid var(--toast-text-color-p);
}

.text-input::placeholder {
    color: var(--toast-text-color-p);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    opacity: 0.4;
}

@media only screen and (max-width: 480px) {
    button {
        font-size: 1rem;
        padding: 10px;
        width: 60vw;
    }
    .toast {
        padding: 10px;
        width: 85vw;
    }
    .toast p, .toast span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
    .toast {
        padding: 10px;
        width: 85vw;
    }
    .toast p, .toast span {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}

@media only screen and (min-width: 801px) {
    .toast p, .toast span {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-height: 480px) {
    .toast p, .toast span {
        font-size: 33px;
        line-height: 35px;
    }
    button {
        font-size: 22px;
        padding: 10px;
        width: 90%;
    }
}

button:focus {
    outline: 0;
}

.privacy-box{
    font-size: 0.8rem;
    text-align: left; 
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;

}

.privacy-box input{

}

a:link {
    color: var(--toast-text-color-header);
}

a:visited {
    color: var(--toast-text-color-header)
}

a:hover {
    color: var(--toast-text-color-header)
}

a:active {
    color: var(--toast-text-color-header)
}