@font-face {
    font-family: "SBSansDisplay-Regular";
    src: url("/fonts/SBSansDisplay-Regular.otf") format("opentype");
    font-weight:400;
}
@font-face {
    font-family: "SBSansDisplay-SemiBold";
    src: url("/fonts/SBSansDisplay-SemiBold.otf") format("opentype");
    font-weight: 700;
}

html {
    font-size: 16px;
    font-family: SBSansDisplay-Regular;
    font-weight:400;
    color:#FFF;
    user-select:none;
}
.conteiner{
    max-width:auto;
}
body {
    font-size: 16px;
    font-family: SBSansDisplay-Regular;
    font-weight: 400;
    background-color: #010056;
    min-height: 100vh;
    font-size: 16px;
    color: #FFF;
}
header {
    height: 17vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    gap:2vh;
    position:relative;
    z-index:999;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

header div {
    display: flex;
    justify-content: center;
    align-items: center;
    height:5vh;
}
    header div img{
        height:100%;
        width:100%;
    }
.partners{
    margin-top:10px;
    width:100%;
}
h1 {
    margin-top: 5vh;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vh;
    color: #FFF;
}
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
    color: #FFF;
    margin-top:40px;
    margin-bottom:40px;
    text-transform:none;
}
.wrapper {
    position:relative;
    z-index:999;
}

.bg_ball {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height:100vh;
}
    .bg_ball img{
        height:100%;
    }
.bg_thrphy {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 75vh;
}
    .bg_thrphy img {
        height: 100%;
    }
    .qr_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        position: relative;
    }
.euro_logo{
    position:relative;
    z-index:10;
    left:5%;

}
    .euro_logo img{
        height:60vh;
    }
    .qr {
        position: relative;
        z-index: 999;
        margin-top:5vh;
    }
    .qr img{
        height:45vh;
    }
.form_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0 30px;
    position:relative;
}

.textbox {
    width: 80vw;
    height: 10vw;
    max-height:50px;
    max-width:500px;
    border-radius: 3vw;
    border: #FFF 1px solid;
    padding-left:10px;
    background-color:rgba(0,0,0,0.2);
    color:#FFF;
    margin:5px 0;
}
.match_wrapper {
    width: calc(100% - 5vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #FFF 1px solid;
    border-radius:20px;
    margin-bottom:50px;
    padding:0 0 35px 0;
}
    .match_wrapper p{
        margin-top:35px
    }
    .flag_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5vw;
    }
.flag {
    width: 20vw;
    height: 20vw;
    border-radius: 20px;
}
    .flag img{
        width:inherit;
        height:inherit;
        cursor:pointer;
        filter:brightness(40%);
        border-radius:20px;
    }
.img_selected img {
    filter: none !important;
    border-radius: 20vw;
    box-shadow: #FFF 0 0 20px;
}
.bets_wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}
.bet {
    width: 25vw;
    height: 18vw;
    background: #FFF;
    border-radius: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    cursor: pointer;
    filter: brightness(40%);
}

.bet_selected {
    box-shadow: #FFF 0 0 20px;
    filter: none !important;
}


.textbox:active, .textbox:focus, .textbox:focus-visible, .textbox:active:focus {
    border: #FFF 2px solid;
    box-shadow: none;
}

.btn_reg {
    width: 260px;
    height: 50px;
    background-color: #40FF7D;
    cursor:pointer;
    color:#000;
    border-radius:27px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:100px;
}

    .btn_reg p{
        color:#000;
        font-size:18px;
        margin:0;
    }
.required::placeholder{
    color:red;
}
.error{
    font-size:14px;
    color:red;
}
.successfull_wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:18px;
    margin-top:100px;
}

.error_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
    color:red;
}
.winners_wrapper{
    margin-top:3vh;
}
.winners{
    font-size:3vh;
}
.allwinners{
   font-size:20px;
}

.loader {
    
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
    fill: #000;
}

@media (max-width: 1025px) {
    header{
        height:auto;
    }
    header div img {
        height: 5vw;
    }
        header div{
            height:auto;
        }
        .bg_ball {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 0;
            height: inherit;
            overflow-x: hidden;
        }

        .bg_ball img {
            height: 100%;
        }
}