
#page_1_wrapper {
    height: 100vh;
    width: 100vw;
    background-image: url(/images/mtn_draw_bg.jpg);
    padding: 0px;
    margin: 0px;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}

#draw_header_text{
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 4vh;
}

#draw_logo{
    width: 6vh;
    height: 6vh;
    min-width: 60px;
    min-height: 60px;
    max-height: 180px;
    max-width: 180px;
    padding-top: 10px;
    padding-left: 10px;
}

#draw_logo_img{
    background-image: url(/images/mtn.svg);
    background-size: contain;
    width: 80%;
    height: 80%;
    background-repeat: no-repeat;
}

#draw_header_logo {
    width: 20vh;
    height: 20vh;
    background-image: url(/images/logo.png);
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    min-width: 200px;
    min-height: 200px;
    max-height: 300px;
    max-width: 300px;
}

#header_rectangle {
    background-color: #000000;
    height: 314px;
    padding: 0px;
    margin: 0px;
}

#index_video {
    height: 314px;
    width: 559px;
    opacity: 0.56;
    padding: 0px;
    margin: 0px;
}

.swal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}

#draw_button_wrapper{
    margin-top: 5vh;
}

.div-center{
    margin-left: auto;
    margin-right: auto;
}

.odo-wrapper{
    text-align: center;
}

.odometer {
    font-size: min(10vw, 180px);
    line-height: min(10vw, 180px);
}

.odometer-formatting-mark {
    color: #3E4D7A;
    opacity: 0;
    font-size: 0.75em;
}

#buttons_wrapper {
    width:100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5vh;
}

.confirm-button {
    border-radius: 43px;
    border: 0px;
    width: 20vw;
    height: 6vh;
    background-color: #Fbe380;
}

.confirm-button.disabled {
    border-radius: 43px;
    border: 0px;
    width: 20vw;
    height: 6vh;
    background-color: #Fdc401;
}


.draw-button {
    border-radius: 43px;
    border: 0px;
    width: 20vw;
    height: 6vh;
    background-color: #Fbe380;
}



.button_text {
    color: #000;
    font-family: "MTNBrighterSansBold";
    font-size: 2vh;
    font-weight: bold;
    line-height: 2vh;
}

.title_wrapper {
    border-top: 3px solid #FFFFFF;
    padding-top: 25px;
    margin-top: 25px;
}

.divider {
    height: 50px;
    width: 336.48px;
    color: #FFFFFF;
    font-family: "MTNBrighterSansBold";
    font-size: 43px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

#top_wrapper {
    height: 35vh;
}
