@font-face {
    font-family: 'DS-DIGITAL';
    src: url("DS-DIGIB.TTF") format("truetype");
}


@font-face {
    font-family: 'Montserrat Medium';
    src: url("Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url("Montserrat-SemiBold.ttf") format("truetype");
}


@font-face {
    font-family: 'Montserrat Bold';
    src: url("Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'DharmaGothicHeavy';
    src: url("DharmaGothicE_Heavy_R.otf") format("opentype");
}


@font-face {
    font-family: 'DharmaGohicRegularItalic';
    src: url("DharmaGothicE_Regular_I.otf") format("opentype");
}

@font-face {
    font-family: 'DharmaGothic';
    font-weight: 400;
    src: url("DharmaGothicE_Regular_R.otf ") format("opentype");
}

@font-face {
    font-family: 'Druk Super';
    src: url("Druk Super.otf") format("opentype");
}

@font-face {
    font-family: 'Druk Super Italic';
    src: url("Druk-Super-Italic.otf") format("opentype");
}

:root{
    --offblack: #1A1A1A;
    --gold: #ffd300;
    --white: #ffffff;
    --grayline: #313131;
      --gradient: linear-gradient(90deg, rgba(255,42,37,1) 0%, rgba(255,100,24,1) 14%, rgba(255,204,1,1) 88%);
    --gradient-anim: linear-gradient(90deg, rgba(255,42,37,1) 0%, rgba(255,100,24,1) 44%, rgba(255,204,1,1) 62%, rgba(255,204,1,1) 82%, rgba(255,100,24,1) 95%, rgba(255,42,37,1) 100%);
    --error: #b70b0b;
}


::-webkit-scrollbar{
  width: 20px;               /* width of the entire scrollbar */
}
::-webkit-scrollbar-track{
  background: #c1b096;        /* color of the tracking area */
}

::-webkit-scrollbar-thumb{
    background-color: var(--gold);
    border: 4px solid #c1b096;
    border-right: 5px solid #c1b096;
}


body{
    color: var(--white);
    font-family: 'Montserrat Medium';
    background-image: url('desktop-bg.jpg');
    font-weight: 400;
    background-size: cover;
    background-position: 100% 100%;
}

.c_screen {
  background-image: url('desktop-bg.jpg');
  background-size: cover;
  background-position: 100% 100%;
}
.c_cent{
    padding-bottom: 60px;
    padding-top: 70px;
}
a {
  color: var(--gold);
}
.gold{
    color: var(--gold);
}

h1, h2{
    font-family: "Druk Super";
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0px;
    line-height: 0.9em;
}
h2.enterdetails{
    margin-bottom: 30px;
}

.sixnationslogo {
  background-image: url('GuinnessSixNationsLogo.png');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 80px;
  position: fixed;
  top: 50px;
  width: 210px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tryoftheround{
    background-image: url('tryoftheround_new.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 0px;
    width: 80vw;
    max-width: 800px;
    margin: auto;
    padding-bottom: 32%;
}
.lang-fr-fr .tryoftheround, .lang-fr-FR .tryoftheround{
    background-image: url('tryoftheroundfr.png');
}
[data-name="Select"] .sixnationslogo {
    display: none;
}
.bottombar{
    background-image: url('bottom.jpg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 80px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

/*DATA COLLECTION*/

.inputholder .selectList input {
  background-color: var(--white);
  color: var(--offblack);
  border-radius: 18px 0 0 18px;
  padding: 10px 20px;
  width: 391px;
  margin-bottom: 10px;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  line-height: 8px;
  border: none;
  font-size: 14px;
  margin-bottom: 0px;
}
.inputholder .selectList.opened input {
  border-radius: 18px 0 0 0px;
}
.inputholder .selectList .buttonholder button {
  padding: 0px 19px;
  border-radius: 0px 18px 18px 0px;
  background: var(--white);
  color: var(--offblack);
  height: 38px;
}
.inputholder .selectList .buttonholder button span {
  font-size: 13px;
}
.inputholder .selectList.opened .buttonholder button {
  padding: 0px 19px;
  border-radius: 0px 18px 0px 0px;
}
.selectList .selectListDropdown{
    background-color: #ffffff;
}
.selectList .selectListDropdown ul li {
  color: #151039;
}
.selectList .selectListDropdown ul li:hover {
  color: #045DA5;
}
.dropdownholder {
  margin-bottom: 10px;
}
.inputholder .dropdownholder .selectList input {
  color: var(--offblack);
}
input.input_text.input-validation-error {
  color: #3e0000;
  background-color: #ff9c9c;
}
input.input_text.input-validation-error + .field-validation-error{
    display: none;
}
input[type="text"] + label.error {
  display: none;
}
.inputholder input.halfinput {
  margin-left: 10px; width: 194px;
}
.inputholder input.halfinput:first-of-type {
  margin-left: 0px;
}

input[type="checkbox"] {
  vertical-align: top;
}
.label_singlecheckbox {
  width: 400px;
  margin: auto;
  font-size: 12px;
  font-family: 'Montserrat Medium';
  margin-bottom: 8px;
}
.label_singlecheckbox input[type="checkbox"] {
  vertical-align: top;
}
.terms{
    width: 300px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-family: 'Montserrat Medium';
    margin-left: 35px;
}

.finalterms {
  width: 280px;
  margin: 20px auto;
  font-size: 12px;
  font-family: 'Montserrat SemiBold';
}

.label_singlecheckbox label {
  width: 300px;
  display: inline-block;
  text-align: left;
}

span[data-valmsg-for].pre-content.field-validation-error{ display: none; }


.label_singlecheckbox label {
  font-family: 'Montserrat SemiBold';
}

.infotext {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Montserrat SemiBold";
}
input.input_text {
  border-radius: 30px;
  padding: 10px 20px;
  width: 440px;
  margin-bottom: 10px;
  background-color: var(--white);
  color: var(--offblack);
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  font-size: 14px;
}

    span[data-valmsg-for]{ display: none;}
    
    span[data-valmsg-for].field-validation-error,
    .validation-summary-errors
    {
      display: block;
      font-family: "Montserrat Light";
      text-transform: uppercase;
      margin-top: 15px;
      margin-bottom: 15px;   
      font-family: 'Montserrat Medium';
        color: var(--error);
    }
    
    .validation-summary-errors ul {
      list-style: none;
      padding: 0;
    }

.radiobuttonholder .holder.radiobutton-grid,
.checkboxholder .holder.checkboxholder-grid {
    grid-gap: 15px 30px;
}
.checkboxholder, .radiobuttonholder {
  max-width: 780px;
}
.radiobuttonholder{
    width: 90vw;
    background-color: var(--offblack);
    padding: 10px;
}

.radiobuttonholder .holder.radiobutton-grid .image-checkbox + label {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.label_singlecheckbox label.label_singlecheckbox_custom {
  width: auto;
  vertical-align: top;
  position: relative;
}
.label_singlecheckbox label.label_singlecheckbox_custom input[type="checkbox"]{
    opacity: 0;
}
.label_singlecheckbox label.label_singlecheckbox_custom .checkmark:after {
  content: '';
  width: 17px;
  height: 15px;
  background-image: url('tickboxes.svg');
  background-position: 0% 0%;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}
.label_singlecheckbox label.label_singlecheckbox_custom input:checked + .checkmark:after {
  background-position: 105%;
}
.inputholder + .label_singlecheckbox {
  margin-top: 40px;
}


/*!DATACOLLECTION!*/


.resultpredictorholder {
    height: 50vh;
    overflow: auto;
    background-color: var(--offblack);
    color: #fff;
    text-align: left;
    max-width: 90vw;
    min-width: 850px;
    scrollbar-width: thin;
}

.resultpredictorholder .pre-content{
    display: none;
}
.rowerror {
  background-color: #ff00002e;
  transition: 0.6s linear background-color;
}
.rowerror.choicemade {
  background-color: transparent;
  transition: 0.3s linear background-color;
}

.resultpredictorholder .header.resultspicker {
    color: var(--gold);
    font-family: 'DharmaGothicHeavy';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 15px 2px 15px;
    border-bottom: 3px solid var(--grayline);
}
.resultpredictorholder .image-checkbox,
.radiobuttonholder .image-checkbox{
    width: 100%;
    display: flex;
    margin: 0;
    border-radius: 0;
    border: none;
    align-items: center;
}
.image-checkbox-checked, .image-checkbox input[type="radio"]:checked {
  border-radius: 0px;
  border-width: 5px;
   border-image-slice: 1;
  border-image-source: var(--gradient);
}
.resultpredictorholder .choicemade label label{
  color: #848484;
  transition: 0.4s linear color;
}
.image-checkbox input[type="radio"]:checked ~ label{
      color: white;
}
    .resultpredictorholder [data-filter]:hover {
      background-color: black;
    }
.resultpredictorholder .image-checkbox > label,
.radiobuttonholder .image-checkbox > label{
  font-size: 36px;
  font-family: 'Druk Super Italic';
  text-transform: uppercase;
}
.resultpredictorholder label img,
.radiobuttonholder label img {
  background-color: white;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin: 12px 20px;
  
  margin: 8px 20px;
  padding: 4px;
}
.radiobuttonholder label img{
    display: none;
}

.resultpredictorholder .image-checkbox {
  min-width: 60px;
}
.resultpredictorholder [data-filter],
.radiobuttonholder [data-filter] {
    display: flex;
    border-bottom: 4px solid var(--offblack);
    background-color: #302F2F;
}
    .radiobuttonholder [data-filter]:last-of-type {
      border-bottom: none;
    }

.resultpredictorholder [data-filter] > div {
  flex-grow: 4;
  width: 50%;
}
.resultpredictorholder [data-filter] > div.predict_draw {
  flex-grow: 1;
  width: 130px;
}
.resultpredictorholder [data-filter] > div.predict_draw label {
    font-size: 30px;
    padding: 9px;
    border: 3px transparent solid;
}
.resultpredictorholder [data-filter] > div.predict_draw label img {
  display: none;
}
.predict_draw .image-checkbox {
    justify-content: center;
}
.predict_draw .image-checkbox input[type="radio"]:checked {
  border: none;
}
.predict_draw .image-checkbox input[type="radio"]:checked ~ label {
  /*color: var(--gold);*/
  border: 3px solid var(--gold);
}


.resultpredictorholder [data-filter] > div.predict_away label {
  flex-direction: row-reverse;
}

.image-checkbox input[type="radio"]:checked:before, 
.image-checkbox input[type="radio"]:checked:after {
  content: none;}

h4{
    font-family: 'Druk Super';
    font-weight: normal;
    font-size: 64px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 0.9;
}

button, input[type="submit"] {
  background: var(--gradient);
  border: none;
  padding: 8px 50px;
  border-radius: 30px;
  color: var(--white);
  font-family: 'Montserrat Bold';
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}

/*input[type="submit"] .negativebutton {*/
/*    background: var(--white);*/
/*}*/

@keyframes purplefade {
  from {background-position: 0%;}
  to {background-position: 200%;}
}

button:hover, input[type="submit"]:hover {
  background: var(--gradient-anim);
  animation-name: purplefade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  background-size: 200%;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.next_button, input[type="submit"]{
    /*position: fixed;
    bottom: 13px;
    left: calc(50% - 89px);*/
    margin-top: 20px;
}
button.back_button {
  position: fixed;
  bottom: 120px;
  left: 30px;
  margin-top: 0px;
}

button:active, input[type="submit"]:active {
    transform: scale(0.9);
    background-color: var(--gold);
    color: white;
}

.postcontent {
    font-size: 18px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    margin: 20px;
}


.radiobuttonholder .holder {
    max-height: 50vh;
    overflow: auto;
    background-color: var(--offblack);
    color: #fff;
    text-align: left;
}

.radiobuttonholder .holder label {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radiobuttonholder .holder label label{
    width: auto;
    padding: 0px;
    display: block;
}
.radiobuttonholder .holder span {
  text-align: left;
  font-size: 36px;
  font-family: 'Druk Super Italic';
  text-transform: uppercase;
}
.radiobuttonholder .holder .info {
  color: var(--gold);
}
.radiobuttonholder .holder span::before {
  content: 'v';
  color: var(--gold);
  padding: 0 .3ch;
  text-transform: lowercase;
}

.year{
    font-family: 'DharmaGohicRegularItalic';
}
.socialicons img {
  width: 60px;
  height: 60px;
  padding: 0 15px;
}

.lang-fr-FR .socialicons .tiktok {
  display: none;
}
.lang-fr-FR .socialicons .facebook {
  display: none;
}

.lang-it-IT .socialicons .tiktok {
  display: none;
}
.lang-it-IT .socialicons .facebook {
  display: none;
}
.lang-fr-FR .sixnationslogo {
  background-image: url('SixNationsFranceLogo.png');
}


.footer{
    position: fixed;
    bottom: 0px;
    left:0px;
    width:100%;
    height: 100px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerlogo{
    background-image: url('sns-logo.png');
    /*margin: 17px auto;*/
    width: 300px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.lang-fr-fr .footer .footerlogo{
    background-image: url('SixNationsFranceLogo.png');
}


/*WATCH SPECIFIC*/


.mobileonlyheaderimg {
    display: none;
}
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
}
.header img{
    max-width: 500px;
    margin: 20px auto 0 auto;
}
.header .breitlinglogo {
    background-image:url('BreitlingLogo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
    margin: 20px auto 0 auto;
    height: 90px;
}
.mobileonlyheaderimg{
    background-image:url('BreitlingLogo.png');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
    height: 90px;
}


.lang-fr-fr .header .breitlinglogo{
    background-image:url('BreitlingLogo_FR.png');
}
.lang-it-it .header .breitlinglogo{
    background-image:url('BreitlingLogo_IT.png');
}


.lang-fr-fr .mobileonlyheaderimg{
    background-image:url('BreitlingLogo_FR.png');
}
.lang-it-it .mobileonlyheaderimg{
    background-image:url('BreitlingLogo_IT.png');
}

.watch{
    max-height: 30vh;
    margin-top: 20px;
}
.predictorholder {
  font-family: 'DharmaGothicHeavy';
  text-transform: uppercase;
  font-size: 160px;
  line-height: 0.8em;
  font-weight: 400;
  color: var(--white);
  margin: 10px;
    margin-top: 10px;
  margin-top: 0px;
}

.predictorholder > div{
    font-size: 86px;
    display: inline-block;
    vertical-align: middle;
}

.predictorholder > div.time{
    font-family: 'DS-DIGITAL';
    display: inline-block;
    width: 300px;
    font-size: 160px;
    text-align: center;
    color: var(--gold);
}


.sliderholder > span{
    color: var(--gold);
    display: inline-block;
    font-family: 'DS-DIGITAL';
    width: 120px;
    font-size: 66px;
    text-align: center;
    vertical-align: middle;
}

.sliderholder > div{
    width: 300px;
    background-color: #474747;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.sliderholder > div::before {
    content: 'Slide to select';
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    left: 0px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 50px;
    transition: 0.6s linear opacity;
}
.lang-fr-fr .sliderholder > div::before {
    content: 'Faites glisser pour sélectionner';
    font-size: 12px;
    width: 60%;
    left: 20%;
    line-height: 1em;
    margin-top: 13px;
}
.lang-it-it .sliderholder > div::before {
    content: 'Scorri per selezionare';
     font-size: 14px;
}
.sliderholder.slid > div::before {
    opacity: 0;
}

.handle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  background-image: url('handle.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}



.players{
    background-image: url('players.png');
width: 100vw;
height: 34vh;
background-position: 50%;
background-size: contain;
margin-left: -20px;
background-repeat: no-repeat;
}


.radiobuttonholder.momentselector {
  margin-top: 50px;
  margin-bottom: 50px;
}
h4 .gold {
  font-size: 78px;
}


/*Medium height desktop devices*/
@media (max-height: 1000px) and (min-width: 701px) { 
    h2 {
      font-size: 48px;
      margin-top: 10px;
    }
    h4 {
        font-size: 48px;
    }
    .header img {
      max-width: 60%;
      margin: 20px 15%;
      max-height: 70px;
    }
    .predictorholder > div {
        font-size: 70px;
    }
    
    .predictorholder > div.time {
        font-size: 132px;
    }
    h4 .gold {
      font-size: 59px;
    }
    .radiobuttonholder.momentselector {
      margin-top: 30px;
      margin-bottom: 30px;
    }
}

/*Small height desktop devices*/
@media (max-height: 700px) and (min-width: 480px) { 
    h2 {
      font-size: 32px;
      margin-top: 10px;
    }
    .c_cent {
      padding-bottom: 30px;
      padding-top: 20px;
    }
    .header img {
      max-width: 60%;
      margin: 20px 15%;
     max-height: 50px;
    }
    [data-name="Data Collection"] .c_cent {
      height: calc(100vh - 100px);
      overflow-y: scroll;
      padding-bottom: 70px;
      scrollbar-width: thin;
      padding-top: 130px;
    }
    [data-name="Data Collection"] .c_cent form {
      padding-bottom: 100px;
    }
    h4 {
        font-size: 30px;
    }
    .predictorholder > div {
        font-size: 46px;
    }
    .predictorholder {
        font-size: 80px;
    }
    .predictorholder > div.time {
      font-size: 100px;
    }
    .sliderholder > div {
        height: 28px;
    }
    .handle {
      width: 28px;
      height: 28px;
    }
    .sliderholder > span {
        font-size: 43px;
    }
    .footer {
      height: 60px;
    }
    .footer .footerlogo {
          margin: 6px auto;
          height: 50px;
    }
    .watch {
        max-height: 26vh;
    }

    .label_singlecheckbox {
        font-size: 10px;
    }
    .socialicons img {
      width: 60px;
      height: 60px;
    }
    .sliderholder > div:before {
        line-height: 28px;
    }

    .postcontent {
        font-size: 13px;
        margin: 10px 0;
    }
    .bottombar {
        height: 60px;
    }
    .next_button, input[type="submit"] {
      bottom: 11px;
      padding: 1px 50px;
    }
    button.back_button {
        bottom: 15px;
    }
    .resultpredictorholder .image-checkbox > label, .radiobuttonholder .image-checkbox > label{
        font-size: 30px;
    }
    .radiobuttonholder .holder span {
        font-size: 30px;
    }
    .radiobuttonholder .holder span:before {
        font-size: 20px;
    }
    .resultpredictorholder label img, .radiobuttonholder label img {
      width: 40px;
      height: 40px;
    }
    .resultpredictorholder [data-filter] > div.predict_draw label {
      font-size: 24px;
      padding: 6px;
    }
    .resultpredictorholder .header.resultspicker {
        font-size: 20px;
    }

    .sixnationslogo {
      height: 40px;
      position: relative;
      margin-bottom: 5px;
      left: inherit;
      transform: none;
      top: inherit;
      width: 110px;
    }
    .label_singlecheckbox {
      margin-bottom: 3px;
    }
    .resultpredictorholder{
        min-width: 700px;
    }
    .checkboxholder, .radiobuttonholder {
      max-width: 520px;
    }
    .tryoftheround{
        padding-bottom: 100px;    
    }
    .header .breitlinglogo {
      height: 54px;
    }
    h4 .gold {
      font-size: 37px;
    }
    .radiobuttonholder.momentselector {
      margin-top: 20px;
      margin-bottom: 0px;
    }
}

/*STANDARD MOBILE*/
@media (max-width: 480px) {
    .header{ display: none; }
    
    .mobileonlyheaderimg {
        display: block;
      max-width: 70%;
      margin-inline: auto;
    }
    .header img {
      max-width: 70%;
      margin-inline: auto;
    }
.c_screen {
  height: 100%;
  background-position: 99% 100%;
  background-image: url('moblie-bg.png');
}
.c_cont {
    min-height: calc(100vh - 40px);
    margin: 20px;
    overflow-y: auto;
}
.c_cont {
  min-height: calc(100vh - 0px);
  margin: 0px;
  overflow-y: auto;
  height: 100%;
  padding: 20px;
  display: block;
  padding-bottom: 50px;
}

.c_cent {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 0px);
    margin-bottom: 0px;
    padding-top: 0px;
}

.c_screen[data-name="Data Collection"] .c_cent {
       padding-bottom: 180px;
}

.c_screen[data-name="Thank You"] .c_cent {
       padding: 0;
       height: 100%;
}
    h2 {
      font-size: 32px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    
    [data-name="Expired"] h2 {
        margin-top: 150px;
    }
    /*h2 br {*/
    /*  display: none;*/
    /*}*/
    h4 .gold {
      font-size: 35px;
    }
    
    .bottom {
      display: block;
      position: fixed;
      bottom: 0px;
      background-color: #000000;
      width: 100%;
      z-index: 81;
    }
    
    button, input[type="submit"] {
      padding: 5px 35px;
      font-size: 14px;
      margin-top: 22px;
    }
    .next_button, input[type="submit"] {
      left: calc(50% - 65px);
      bottom: 20px;
    }
    button.back_button {
      /*bottom: 82px;*/
       bottom: 20px;
      left: 10px;
      font-size: 10px;
    }
    
    .postcontent {
        font-size: 13px;
        margin: 15px 0;
    }
    .sixnationslogo {
        position: relative;
        margin-bottom: 5px;
        left: inherit;
        transform: none;
        top: inherit;
        width: 160px;
    }
    [data-name="Champion"] .sixnationslogo, [data-name="Predictor"] .sixnationslogo {
      display: block;
    }
    .resultpredictorholder {
        min-width: initial;
        height: 40vh;
    }
    .radiobuttonholder .holder {
        max-height: 40vh;
    }
    .resultpredictorholder .header.resultspicker {
        font-size: 16px;
    }
    .resultpredictorholder label img, .radiobuttonholder label img {
      background-color: white;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      margin: 7px 7px;
      padding: 0px;
    }
    .resultpredictorholder .image-checkbox > label, .radiobuttonholder .image-checkbox > label {
        font-size: 20px;
    }
        .radiobuttonholder .holder span {
        font-size: 20px;
        }
        .radiobuttonholder .holder span:before {
            font-size: 20px;
        }
    
    body.lang-fr-FR .resultpredictorholder .image-checkbox > label {
      font-size: 16px;
    }
    
    .resultpredictorholder [data-filter] > div.predict_draw {
      flex-grow: 1;
      width: 73px;
    }
    .resultpredictorholder [data-filter] > div.predict_draw label {
      font-size: 24px;
      padding: 3px;
    }
     .radiobuttonholder {
      width: 90%;
    }
    
    .radiobuttonholder.momentselector {
      margin-top: 30px;
      margin-bottom: 30px;
}
    .inputholder input.halfinput {
      width: 188px;
      margin-left: 0px;
    }
    input.input_text {
      width: 188px;
    }
    .inputholder .dropdownholder .selectList input {
      width: 140px;
      height: 36px;
    padding: 0 20px;
    }
    .selectList {
      width: 188px;
    }
    .infotext {
      font-size: 12px;
    }
    .label_singlecheckbox label {
        width: 70%;
        font-size: 10px;
    }
    .label_singlecheckbox {
        width: auto;
    }
    span[data-valmsg-for].field-validation-error,
        .validation-summary-errors
    {
        font-size: 14px;
    }
    .inputholder .selectList .buttonholder button{
        height: 36px;
    }
    
    .socialicons img {
      width: 40px;
      height: 40px;
      padding: 0 10px;
    }
    .label_singlecheckbox {
      margin-bottom: 3px;
    }
    input.input_text {
        padding: 8px 20px;
    }
    
    .lang-it-IT .resultpredictorholder [data-filter] > div.predict_draw label {
      font-size: 18px;
      padding: 5px;
    }
    .lang-it-IT .resultpredictorholder .image-checkbox > label, .lang-it-IT .radiobuttonholder .image-checkbox > label {
      font-size: 20px;
    }
    .lang-fr-FR .resultpredictorholder [data-filter] > div.predict_draw label {
      font-size: 20px;
      padding: 4px;
    }

    h4{
        font-size: 28px;
    }

    [data-name="Thank You"] h2 {
      font-size: 64px;
      margin-block-start: 100px;
    }

    .predictorholder {
      display: flex;
      flex-direction: row;
      align-items: stretch;
    }
    .predictorholder > div {
        font-size: 40px;
        text-align: center;
        flex: 1;
    }
    .predictorholder > div.time {
      min-width: 140px;
      font-size: 90px;
      margin-left: 17px;
    }
    .socialicons img {
      width: 40px;
      margin: 0 5px;
    }
    .sliderholder {
      display: flex;
    }
    .sliderholder > span {
      font-size: 29px;
    }
    .sliderholder > span {
        width: 60px;
        flex: 1;
    }
    .sliderholder > div {
      width: 230px;
      height: 30px;
      flex: 3;
    }
    .handle {
      width: 30px;
      height: 30px;
    }
    .sliderholder > div:before {
      font-size: 14px;
      line-height: 30px;
    }
    .watch {
      max-height: 30vh;
      margin-bottom: 20px;
      width: 100%;
      object-fit: contain;
      margin-top: 30px;
    }
    .predictorholder{
      margin-top: 0px;   
      font-size: 100px;
    }
    .footer {
      height: 60px;
    }
    .footer .footerlogo {
        height: 40px;
        margin: 11px auto;
        
    }
    
     [data-sname="Guess"] .footer {
         bottom: 30px;
     }
     
     .footer .footerlogo{
          width: 200px;
      }
    
    [data-sname="Data Collection"]  .footer {
        display: none;
    }
    
    [data-sname="Thank You"] .footer {
            bottom: 80px;
    }
    
     [data-sname="Thank You"] .footer .footerlogo {
            width: 250px;
    }
        
    .guess {
      margin-top: 0px;
    }
    .players{
        background-image: url('players_fullheight.png');
        width: 100vw;
        height: 0px;
        background-position: 50%;
        background-position-x: 50%;
        background-position-y: center;
        background-size: contain;
        margin-left: -20px;
        background-repeat: no-repeat;
        padding-bottom: 106%;
        margin-top: -50px;
    }
    [data-name="Thank You"] h4 {
      font-size: 47px;
    }
    .bottombuttons {
      /*background-position: 99% 100%;*/
      /*background-image: url('background_mobile.jpg');*/
      /*position: fixed;*/
      /*left: 0px;*/
      width: 100%;
      /*bottom: 59px;*/
      padding-bottom: 20px;
      /*background-color: black;*/
    }
    
    [data-name="Data Collection"] .sns-data-collection-logo {
      margin-inline: auto;
      background-position: 99% 100%;
      background-image: url('sns-logo.png');
      background-size: contain;
      background-repeat: no-repeat;
      width: 200px;
      height: 50px;
     
    }
    
    .lang-fr-fr .sliderholder > div::before {
      font-size: 10px;
      width: 60%;
      left: 20%;
      line-height: 1em;
      margin-top: 6px;
    }
        
    .lang-it-it .sliderholder > div::before {
      font-size: 10px;
      width: 60%;
      left: 20%;
      line-height: 1em;
      margin-top: 11px;
    }
    .lang-it-it [data-name="Guess"] h4 br {
      display: none;
    }
}


