@font-face {
    font-family: 'montrealTS';
    src: url('../../fonts/montrealTS.otf');
    font-weight: normal;
    font-style: normal;
}

.form-ctrl .dropdown{
    margin-bottom: 10px;
}
a.dropdown-item {
    display: block;
    padding: 5px 10px;
    color: #323232;
    font-family: 'montrealTS';
    font-size: 1vw;
    text-decoration: none;
}

.dropdown .dropdown-toggle {
    font-family: 'montrealTS';
    font-size: 20px;

}

.dropdown .btn-primary {
    background-color: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
    width: 90%;
    left: 5%;
    position: relative;
    text-align: center;
    color: #7b7b7b;
    height:50px;
    border-radius: 10px;
}
.dropdown-menu.show{
    width: 90% !important;
}
.modal-dialog{
max-width: 800px !important;
}
.modal-header{
    display: block;
}
.form_in {
    background-color: rgba(0, 0, 0, .75);
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    display: table;
    left: 50%;
    width: 70%;
}
#divider{
    position: absolute;
    height: 70%;
    background-color: #fff;
    width: .25%;
    top: 15%;
    left: 47%;
    border-radius: 25px;
}

.form_error{
    font-family:'montrealTS';
    font-size: 1.25vw;
}

.sweden-error{
    font-family:'montrealTS';
    font-size: 1.25vw;
}
#score-sec{
    width: 50%;
}
#data-sec{
    width: 45%;
    padding-left: 2.5%;
}
.form_in>div {
    display: inline-block;
    vertical-align: middle;
    
}

#score-sec>div,
.form-head {
    font-family: 'montrealTS';
    color: #fff;
    text-align: center;
}

.score-head1,
.score-head2 {
    font-size: 3vw;

}

.form-head {
    font-size: 2.5vw;
}

.score-field {
    font-size: 10vw;
    line-height: 10vw;
}


.content-inside-app {
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-container {
    display: none;
    background-image: url('../../assets/formBG.jpg');
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: absolute;
    padding-bottom: 30px;
    overflow-y: auto;
}

.header {
    position: relative;
    width: 100%;
    color: #fff;
}

.header img {
    width: 100%;
}

.Goals {
    position: absolute;
    top: 50%;
    left: 5%;
    font-family: 'montrealTS';
    font-size: 2.2vw;
}

.congrtsText {
    position: absolute;
    font-family: 'montrealTS';
    top: 50%;
    left: 60%;
    font-size: 2.5vw;
}

.teamlogo {
    text-align: center;
    width: 100%;
}

.teamlogo img {
    padding: 20px 0 20px 0;
    width: 10%;
}

#rotate {
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    background-color: #000;
    top: 0px;
}

#rotate img {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

#formTitle {
    width: 25%;
    transform: translateX(-50%);
    margin-left: 50%;
}

.mainHead {
    text-align: center;
    font-family: 'montrealTS';
    color: #fe0608;
    font-size: 28px;
    padding: 0;
    margin: 15px;
    line-height: 150%;
}

.form-ctrl input[type="text"],
.form-ctrl input[type="tel"],
.form-ctrl input[type="email"] {
    width: 90%;
    margin: auto;
    display: table;
    margin-bottom: 10px;
    border: 0px;
    color: #7b7b7b;
    height: 50px;
    text-align: center;
    font-family: 'montrealTS';
    font-size: 20px;
    background: transparent;
    border: 0px;
    background-color: #fff;
    border-radius: 10px;

}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7b7b7b !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7b7b7b !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7b7b7b !important;
}
#sweden-tc{

    position: absolute;
    z-index: 2000;
    display: none;
}
.sweden-terms-sec{
    color: #fff;
    text-align: center;
    font-family: "montrealTS";
    font-size: 1vw;
    cursor: pointer;
}

.sweden-agree {
    color: #fff;
    display: table;
    margin: auto;
   
    font-size: 1.5vw;
}

.sweden-terms {
    position: relative;
    top: -.4vw;
    font-family: 'montrealTS';
    font-size: 1vw;
   
}
.sweden-agree input[type="checkbox"]{
    width:1.5vw;
    height:1.5vw;
}


.agree {
    color: #fff;
    display: table;
    margin: auto;
   
    font-size: 1.5vw;
}

.terms {
    position: relative;
    top: -.4vw;
    font-family: 'montrealTS';
    font-size: 1vw;
   
}
.agree input[type="checkbox"]{
    width:1.5vw;
    height:1.5vw;
}
.base-info{
    color: #fff;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-family: 'montrealTS';
    font-size: 1.2vw;
}
.terms-sec{
    color: #fff;
    text-align: center;
    font-family: "montrealTS";
    font-size: 1vw;
    cursor: pointer;
}
.form_submit {
    width: 50%;
    display: table;
    top: 24px;
    position: relative;
    margin: auto;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 1vw;
    border-radius: 10px;
    font-family: 'montrealTS';
    font-size: 1.5vw;
}
.form_submit:hover{
    background-color: #000;
    color:#fff;
}
.form_submit img {
    width: 30%;
}

.sweden-error,.form_error {
    color: red;
    text-align: center;
}
.sweden-error{
  opacity: 0;
  margin-top: -.8vh;
}

.waitImg {
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf0f1;
    display: none;
}

.waitImg img {
    position: absolute;
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* The container */
.container {
    display: block;
    position: relative;
    padding: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
/* .container input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
} */

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .form_sec {
        min-height: fit-content;
        width: 768px;
        position: relative;
        margin: auto;
        display: none;
        background-color: #3eba8c;
    }

    .form-ctrl {
        display: block;
        width: 100%;
        padding-top: 20px;
        height: 100%;
        position: relative;
        margin: auto;
    }

    .agree {
        color: #fff;
        display: block;
        margin: auto;
        text-align: center;
        font-size: 1.5vw;
        margin-top: 10px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 33%;
        height: 25px;
        width: 25px;
        /* background-color: #eee; */
        background-image: url(../images/Tick-box.png);
        background-size: cover;
    }

    .container {
        padding: 0px;
    }
}


canvas {
    background-color: #fff !important;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    top: 0;
    bottom: 0;

}

body {
    margin: 0;
    background-color: #fff !important;
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
}

#game-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10002;
    top: 0px;
}

#myModal {
    display: none;
}

.waitBG {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf0f1;
    display: none;
}

.waitBG>img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#rotate {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10003;
}

#rotate>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
}

#myModal .modal-body.modal-body-excep{
padding-top: 0px !important;
}
div#terms-button>div {
    display: inline-block;
    width: calc(50% - .25rem);
    margin: 0px;
    text-align: center;
    /* height: 45px; */
    /* vertical-align: middle; */
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ececec;
    cursor: pointer;
}
#terms-button{
    margin-left: -1rem;
    width: calc(100% + 2.5rem);
    font-family: 'montrealTS';
    background-color: #ececec;
}
div#terms-button>div.active{
    background-color: #fff;
}
#swedenModal .modal-title,#myModal .modal-title{
    font-family: 'montrealTS';
}

#validate-cover{
    display: none;
    background-color: #000000c2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 25px;
}

#validate-cover p{
    color: #fff;
    text-align: center;
    font-family: 'montrealTS';
    font-size: 3vw;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}