/* TESTING PIPELINE */

@font-face {
    font-family: "Gotham SSm A";
    font-display: swap;
    src: url("https://raffles-resources.jdsports.co.uk/fonts/F4715F49B60D9B144.woff2") format("woff2"), url("https://raffles-resources.jdsports.co.uk/fonts/F4715F49B60D9B144.woff") format("woff");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "Gotham SSm A";
    font-display: swap;
    src: url("https://raffles-resources.jdsports.co.uk/fonts/725262BC71949F842.woff2") format("woff2"), url("https://raffles-resources.jdsports.co.uk/fonts/725262BC71949F842.woff") format("woff");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: "Gotham SSm A";
    font-display: swap;
    src: url("https://raffles-resources.jdsports.co.uk/fonts/B5416F0FED9EA9CD2.woff2") format("woff2"), url("https://raffles-resources.jdsports.co.uk/fonts/B5416F0FED9EA9CD2.woff") format("woff");
    font-weight: 700;
    font-style: normal; }

@media screen and (min-width: 800px) {
    .form_fields{
    width: 60%;
    margin-left: 20%;
}
}
.submit_div {
    width: 100%;
    text-align: center;
}
.col-xs-3 .form-group {
    margin-left: 15px;
}
.errspan {
        top: 10px;
        right: 5px;
        position: relative;
        z-index: 2;
    }
body{
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    background: #f9f9f9;
    font-weight: 300;
}
.check-box-div {
    margin-left: 30px;
    display: flex;
}
.check-box-div input[type="checkbox"] {
    display: inline;
}
.has-feedback label~.form-control-feedback {
    top: 32px;
}
.has-feedback label~.form-control-feedback {
    top: 32px;
}
strong{
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

a, a:hover{
    cursor: pointer;
}

.date .dropdown-menu {
    font-size: 14px;
}

.input-group-addon {
    margin-left: -12px;
    display: -ms-flexbox;
    display: flex;
}

.input-group-addon .input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bg-dark{
    background: #000000 !important;
}

.top-rnav{
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #FFFFFF;
}

ul.navbar-nav.my-2.my-lg-0.top-rnav {
    opacity: .8;
}

.navbar-light .navbar-nav .nav-link.sale{
    color: #FF0000;
}

.header-img{
    position: relative;
}

#raffle_closing_head p {
    font-size: 17px;
    letter-spacing: 1px;
}

.navbar-brand
{
    position: absolute;
    left: 20px;
    top:30px;
    z-index: 1;
}

.navbar-brand img {
    min-width: 200px;
}

.navbar-brand.mx-auto{
    margin-left: 0 !important;
}

.custom-toggler.navbar-toggler {
    border: 0 ;
    padding: .25rem 0;
}

.block-img{
    padding-top: 150px;
}

.container {
    max-width: 840px;
    padding: 3%;
}

.ptb-40 {
    padding: 40px 0;
}

.mt-40 {
    margin-top: 40px;
}

ul.navbar-nav.bot-nav {
    font-size: 14px;
}

label.btn.btn-secondary.checkbox-btn {
    background: transparent;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #000;
    padding: 8px;
    line-height: 20px;
}

label.btn.btn-secondary.checkbox-btn.active{
    background: transparent;
    color: #000000;
}

.checkbox-btn .fa-check {
    display: none;
}

div#preauth_tandc_email {
    float:left;
}

.t-c {
    font-size: 11px;
}

.fa-lg.form-control-feedback{
    display: none;
}

.help-block{
    color: #FF0000;
}

.checkbox-btn.active .fa-check {
    display: block;
}


.form-control, .custom-select, .input-group-text{
    border-radius: 0 !important;
    background-color: #f9f9f9;
    font-size: 13px;
    border: 1px solid #9a9a9a;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256, 256, 256, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.inputcontainer {
    border: 1px solid #a2a2a2 !important;
    width: 100% !important;
    background-color: #f9f9f9 !important;
}

select {
    height: 30px;
    cursor: pointer;
    width: 100%;
}

select#comp_countrycode {
    float: left;
}

div>select#comp_countrycode {
    border: 0px !important;
    width: 20%;
    background-color: transparent !important;
}

input#comp_mobile_end {
    float: left;
    width: 80% !important;
    border: 0 !important;
    border-left: 1px solid #a2a2a2 !important;
}

div.clear {
    clear: both;
}

input[type="checkbox"]~label {
    display: block;
    margin: 5px auto;
    text-align: center;
}

input[type="checkbox"]+label, input[type="checkbox"]+span+label {
    width: 30px;
    height: 30px;
    border: none;
    display: block;
    float: none;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #a2a2a2;
    cursor: pointer;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:checked+span+label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-image: url("https://raffles-resources.jdsports.co.uk/images/tick_new.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

input[type="submit"] {
    width: 65%;
    padding: 10px 32px;
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000 !important;
    font-size: 16px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #FFFFFF !important;
    color: #000000;
    border: 1px solid #000000 !important;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:checked+span+label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-image: url("https://raffles-resources.jdsports.co.uk/images/tick_new.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

input[type="submit"] {
    width: 65%;
    padding: 10px 32px;
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000 !important;
    font-size: 14px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #FFFFFF !important;
    color: #000000;
    border: 1px solid #000000 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


label.btn.btn-secondary.checkbox-btn {
    background: transparent;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #000;
    padding: 8px;
    line-height: 20px;
}

label.btn.btn-secondary.checkbox-btn.active{
    background: transparent;
    color: #000000;
}

.checkbox-btn .fa-check {
    display: none;
}

.checkbox-btn.active .fa-check {
    display: block;
}

.click-tc.active .fa-chevron-circle-down:before {
    content: "\f139";
}

.t-c {
    font-size: 11px;
    line-height: 14px;
    padding-top: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

input[type="checkbox"] {
    display: none;
}


.countdown {
    display: flex;
    perspective: 500px;
    height: 5rem;
    width: 28em;
    margin: 0 auto;
}


.number, .separator {
    display: block;
    color: #000000;
    height: 4.4rem;
    font-size: 3.4rem;
    position: relative;
    line-height: 5rem;
    text-align: center;
    width: 100%;
}

.separator {
    margin: 0;
    width: 2rem;
}

.countdown section {
    position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -40px;
    font-size: 14px;
    font-weight: 500;
}
#js-hours:after {
    content: "HOURS";
}
#js-minutes:after {
    content: "MINUTES";
}
#js-seconds:after {
    content: "SECONDS";
}

#raffle_title_head{
    display: none;
}

#raffle_title_head, #raffle_closing_head{
    text-align: center;
}

#raffle_title_head h1, #raffle_closing_head h2{
    font-size: 45px;
    font-weight: 400;
}

.content-info{
    text-align: justify;
}

.click-tc {
    cursor: pointer;
}

.click-tc.active .fa-chevron-circle-down:before {
    content: "\f139";
}

.content-info:after, #raffle_title_head:after {
    width: 100px;
    display: block;
    margin: 0 auto;
}

a.nav-link{
    color: #555555;
    padding: 3px 0;
    cursor: pointer;
}

.footer .footer_nav ul li a.nav-link {
    font-size: 11px;
}

.footer{
    background: #FFFFFF;
    padding: 40px 20px 10px;
}

#footerSocial {
    background-color: #2e2e2e;
    color: #fff;
    padding: 0 30px;
}

#footerSocial .maxWidth {
    max-width: 1380px;
    overflow: hidden;
}

#footerSocial #social {
    float: left;
    width: 50%;
}

#footerSocial #social ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#footerSocial #social h3, #footerSocial #social ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

#footerSocial #social h3 {
    padding: 0 30px 0 0;
    font-size: 14px;
    margin: 0;
}

#footerSocial #social ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 18px 0;
}

#footerSocial #social ul li a {
    display: block;
    color: #fff;
    font-weight: 400;
    width: 24px;
    height: 24px;
}

#footerSocial #social ul li a .svg, #footerSocial #social ul li a img, #footerSocial #social ul li a svg {
    width: 100%;
    display: block;
    height: 100%;
}

#footerSocial #social ul li a svg path, #footerSocial #social ul li a svg polygon, #footerSocial #social ul li a svg rect {
    fill: #fff;
}

.terms_and_conditions{
    margin: 0 3%;
    display: none;
}

.terms_and_conditions.active{
    border-top:1px solid #6a6969;
    padding-top: 15px;
}

.terms_and_conditions .fa-chevron-circle-down{
    display: none;
}

.terms_and_conditions.active .fa-chevron-circle-down{
    margin: auto;
    display: block;
    text-align: center;
    font-size: 25px;
}

.footer h3{
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
}

.footer .footer_nav h3 {
    font-size: 14px;
    font-weight: 500;
}

#loadingDiv::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#loadingDiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

.responcetxt {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.responcetxt:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
}

.copy, .copy a{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
}

.copy{padding: 0 10px}

.responcetxt:after {
    border-bottom: 1px solid #000;
    content: "";
    width: 100px;
    display: block;
    margin: 0 auto;
}

.maxWidth {
    max-width: 1380px !important;
    margin: auto;
}

.info-pages {
    margin: 0 0 17px;
    padding: 0;
}

.info-pages li{
    display: inline-block;
}

.info-pages li a, .info-pages li a:hover{
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 10px;
}

.info-pages li a:hover{
    text-decoration: underline;
}



.cards-wrap{
    text-align: right;
    color: #FFFFFF;
    display: none;
}

.cards img {
    margin: 8px 0 0;
    height: 20px;
}

@media (min-width: 768px){
    .bot-nav {
        align-items: center;
        justify-content: center;
        position: relative;
        top: 55px;
        letter-spacing: 1px;
    }
    .top-rnav{
        justify-content: flex-end;
        position: relative;
        top:-64px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .img-timer{
        position: absolute;
        width: 100%;
        bottom: 50px;
        z-index: 1;
    }
    .block-img {
        padding-top: 135px;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: block!important;
    }
    .bot-nav {
        align-items: center;
        justify-content: center;
        position: relative;
        top: 55px;
        letter-spacing: 1px;
    }
    .top-rnav{
        justify-content: flex-end;
        position: relative;
        top:-64px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .img-timer{
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 1;
    }
    .block-img {
        padding-top: 150px;
    }

}

@media (max-width: 768px) {
    .navbar-brand {
        position: absolute;
        left: 72px;
        top: 23px;
    }

    .navbar-brand img{
        max-width: 150px;
    }
    #raffle_title_head h1, #raffle_closing_head h2{
        font-size: 20px;
        font-weight: 700;
    }
    #raffle_title_head{
        display: block;
    }
    .fixed-top {
        top: 0;
    }
    .container {
        padding: 5%;
    }
    .footer{
        margin: 0;
        padding-top: 20px;
    }
    .block-img {
        padding-top: 86px;
    }
    .terms_and_conditions{
        margin: 0 5%;
    }
    .img-timer .text-center{
        padding-top: 10px;
    }
    .countdown {
        height: 6rem;
        width: 20em;
        margin: 0 auto;
    }
    .number, .separator {
        display: block;
        color: #000000;
        height: 5rem;
        font-size: 3rem;
        position: relative;
        line-height: 5rem;
        text-align: center;
        width: 100%;
    }

    #footerSocial #social h3 {
        display: none;
    }

    #footerSocial #social{
        width: 100%;
    }

    #js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
        font-size: 12px;
        font-weight: 500;
    }

    #raffle_closing_head p {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

