﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,html {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    /* overflow-y: overlay */
}

.tpl-logo-wrap {
    margin: 0 auto;
    float: unset;
}

.sponsors-container {
    background-image: url(../image/sponsors-bg.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 95px;
}

.sponsors-title {
    text-align: center;
    color: #efd004;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}

.sponsors-container img {
    width: 90px;
    height: 100%;
}

.sponsors-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    background-image: url(../image/bg-desktop.jpg);
    background-color: #270000;
    background-repeat: no-repeat;
    background-position: center -115px;
    height: auto;
}

.tnc-container {
    font-size: 15px;
    color: white;
    width: 90%;
    margin: auto;
    margin: 20px auto;
    border: 2px solid #fff;
}

.tnc-container h2 {
    background-color: #af0101;
    padding: 16px;
    font-size: 15px;
    position: relative;
    color: #d2b914;
    text-transform: uppercase;
    cursor: pointer;
}

#general-terms-link {
    color: #d2b914;
}

.arrow {
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 15px;
    right: 40px;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #d2b914;
    transition: all 0.3s ease-in-out 0s;
}

.products {
    padding: 0px!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products p {
    background: #af0101;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    margin: 8px;
}

.tnc-container div ol li {
    margin: 5px 0px;
    color: #c5c9c3;
}

.collapse {
    padding: 25px 45px;
    background-color: rgb(58, 0, 0, 0.8);
    display: none;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tnc-container div ol li {
    margin: 5px 0px;
    color: #c5c9c3;
}

.promo-details-title {
    text-align: center;
    color: #efd004;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 320px;
    text-shadow: 3px 3px 3px black;
    margin-bottom: 15px;
}

#tpl-facebook img {
    width: 25px;
    height: 25px;
}

.promo-details {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 3px 3px 3px black;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* FORM */
.rf-main-wrapper {
    background: #32090bcc!important;
    max-width: 600px!important;
    border: 2px solid #5b0100!important;
    border-radius: 15px!important;

}

.regform-item>.item-label {
    display: none!important;
}

.regform-item>.item-element-wrapper {
    width: 100%!important;
}

.rf-main-wrapper .action-container>.terms-and-conds {
    width: 100%!important;
    color: white!important;
}

.regform-item.has-error input, .regform-item.has-error select {
    border-color: red;
    background: transparent!important;
}

#rf-terms {
    color: #efd004!important;
}

.regform-item>.item-element-wrapper input, .regform-item>.item-element-wrapper select {
    background: transparent!important;
    color: white!important;
}

#regForm_mobile_number::placeholder, #regForm_email::placeholder, #regForm_last_name::placeholder, #regForm_first_name::placeholder, #regForm_username::placeholder, #regForm_password::placeholder {
    background: transparent!important;
    color: white!important;
}

select option {
    color: black!important;
}

#regForm_username:hover, #regForm_password:hover {
    background: transparent!important;
    color: white!important;
}

.registration-form hr {
    display: none!important;
}

.rf-main-wrapper button.rf-submit-button {
    width: 94%!important;
    font-size: 25px!important;
}

.country-area-code span.trigger {
    color: white!important;
}

.country-area-code span.trigger:after {
    border-top: 6px solid #ffffff!important;
}

/* FORM */

.bottom-wrapper {
    max-width: 1340px;
    margin: 0 auto;
}

.odds-box {
    height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1350px;
    height: 125px;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.steps-container div {
    background-image: url(../image/red-bg.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
    width: 400px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.steps-container h2 {
    text-align: center;
    color: #efd004;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.steps-container p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.red-arrow {
    width: 26px;
    height: 37px;
}

.promo-details h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #efd004;
    font-size: 26px;
}

.promo-details h2 hr {
    width: 30%;
    border-top: 2px solid #FFFFFF99;
    margin: 0px 15px;
}

.how-it-works-list {
    margin-top: 15px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.how-it-works-list li {
    color: #efd004;
    font-size: 17px;
    margin: 10px 0px;
    font-weight: bold;
}

.how-it-works-list li p {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}

.payments-logo {
    background-image: url(https://cmkt.dafapromo.com/jleague2/resources/img/payment-logo.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    height: 90px;
    position: relative;
    top: 1px;
}

#steps-container-link {
    color: #efd004;
}