@font-face {
    font-family: 'Montserrat Medium';
    src: url("Montserrat-Medium.ttf ") format("truetype");
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url("Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url("Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url("Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'Gustavo-Bold';
    src: url("Gustavo-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Druk Heavy Italic';
    src: url("Druk-Heavy-Italic.otf") format("opentype");
}
@font-face {
    font-family: 'Druk Super Italic';
    src: url("Druk-Super-Italic.otf") format("opentype");
}


@font-face {
    font-family: 'Druk Super';
    src: url("Druk Super.otf") format("opentype");
}


@font-face {
    font-family: 'GT Flexa';
    src: url("GT-Flexa-Extended-Black-Italic.ttf") format("truetype");
}
@font-face {
    font-family: 'GT Flexa Ext Bl It';
    src: url("GT-Flexa-Expanded-Bold-Italic.ttf") format("truetype");
}
@font-face {
    font-family: 'GTFlexaCompressedBlackItalicTrial';
    src: url("GT-Flexa-Compressed-Black-Italic-Trial.otf") format("opentype");
}

@font-face {
    font-family: 'GTFlexaCondensed';
    src: url("GT-Flexa-Condensed-Black-Italic.ttf") format("truetype");
}


:root{
    --pink: #F334A4;
    --gold: #AD23F5;
    --purple: var(--gold);
    --white: #FFFFFF;
    --blue: #62AEFF;
    --placeholder: rgba(0,0,0,0.3);
    --offblack: #1a1a1a;
  --btn-gradient: linear-gradient(90deg, rgba(255,42,37,1) 0%, rgba(255,100,24,1) 14%, rgba(255,204,1,1) 88%);
    --btn-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: #ee0000;
    
    --secondary: #FFCC01;
}


::-webkit-scrollbar{
  width: 20px;               /* width of the entire scrollbar */
}
::-webkit-scrollbar-track{
  background: #12172d;        /* color of the tracking area */
}

::-webkit-scrollbar-thumb{
    background-color: var(--secondary);
    border: 4px solid #12172d;
    border-right: 5px solid #12172d;
}
.purple, .gold{
    color: var(--secondary);
}


body{
    color: var(--white);
    font-family: 'Druk Super';
    background-image: url('desktop-bg.jpg');
    font-weight: 400;
    background-size: cover;
    background-position: 100% 100%;
}

.report {
    font-family: 'Montserrat SemiBold';
}

.c_screen {
  background-image: url('desktop-bg.jpg');
  background-size: cover;
  background-position: 100% 100%;
}
.c_cent{
    padding-bottom: 60px;
}
a {
  color: var(--secondary);
}

h1, h2{
    /*font-family: 'GTFlexaCompressedBlackItalicTrial';*/
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 30px 0px;
    line-height: 0.9;
}


[data-name="Select"] h2 span:first-child {
    font-family: Montserrat Bold;
    font-size: 24px;
}

[data-name="Select"] h2 span:last-child {
    color: var(--secondary);
}

h1.huge {
  font-size: 80px;
  margin-bottom: -18px;
}

.lang-it-it h1, .lang-it-it  h2,
.lang-fr-fr h1, .lang-fr-fr  h2{
  font-family: 'GT Flexa';
  font-size: 58px;
}

.sixnationslogo {
  background-image: url('sns-logo.png');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 40px;
  position: fixed;
  top: 30px;
  width: 100%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tryoftheround{
    background-image: url('PlayofChamps.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 0px;
    width: 80vw;
    max-width: 800px;
    margin: auto;
    padding-bottom: 25%;
}
.lang-fr-fr .tryoftheround, .lang-fr-FR .tryoftheround{
    background-image: url('Try_Title_FRA.png');
}

.lang-it-it .tryoftheround{
    background-image: url('Try_Title_ITA.png');
}

[data-name="Select"] .sixnationslogo {
    /*display: none;*/
}
.bottombar{
    height: 80px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

/*DATA COLLECTION*/

.inputholder .selectList input {
  background-color: var(--white);
  /*color: var(--white);*/
  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;
  /*background: var(--purplegradient);*/
  background-size: 100%;
}
.inputholder .selectList.opened input {
  border-radius: 18px 0 0 0px;
}
.inputholder .selectList .buttonholder button {
  padding: 0px 19px;
  border-radius: 0px 18px 18px 0px;
  background-color: var(--white);
  background: var(--white);
  /*color: var(--white);*/
  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: var(--offblack);
  font-family: 'Montserrat SemiBold';
}
.selectList .selectListDropdown ul li:hover {
  /*color: #045DA5;*/
  color: var(--secondary);
}
.dropdownholder {
  margin-bottom: 10px;
}
.inputholder .dropdownholder .selectList input {
 color: #6D6E71;
}
input.input_text.input-validation-error {
  color: #f40404;
  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;
}
.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 Medium';
  text-transform: uppercase;
}


input.input_text {
  border-radius: 30px;
  padding: 10px 20px;
  width: 440px;
  margin-bottom: 10px;
    color: #6D6E71;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
}

    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: 'GT Flexa';
    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-color: var(--white);
  border-radius: 0px;
  border-width: 5px;
}
.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: 34px;
  font-family: 'GT Flexa';
  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: #302F2F;
}

.radiobuttonholder [data-filter]:last-of-type {
      border-bottom: none;
    }
    
/*.radiobuttonholder [data-filter]:hover {*/
/*      background: var(--purple);*/
/*    }*/
    

  .finalterms {
      width: 280px;
      margin: 20px auto;
      font-size: 13px;
      font-family: 'Montserrat Medium';
  }

@keyframes purplefade {
  from {background-position: 0%;}
  to {background-position: 200%;}
}
  
    
    
    /*.radiobuttonholder [data-filter]:hover{*/
    /*    background: var(--purplegradient-anim);*/
    /*    animation-name: purplefadehalf;*/
    /*    animation-duration: 4s;*/
    /*    animation-iteration-count: infinite;*/
    /*    background-size: 200%;*/
    /*    animation-timing-function: ease-in-out;*/
    /*}*/
    /*@keyframes purplefadehalf {*/
    /*  0% {background-position: 0%;}*/
    /*  50% {background-position: 100%;}*/
    /*  100% {background-position: 0%;}*/
    /*}*/

.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 green;
}

.image-checkbox input[type="radio"]:checked {
     border: 4px solid;
   border-image-slice: 1;
  border-width: 5px;
   border-image-source: var(--btn-gradient);
}


.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;}

.infotext {
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
   
}



button, input[type=submit] {
  background-color: var(--gold);
  background: var(--btn-gradient);
  border: none;
  padding: 8px 50px;
  border-radius: 30px;
  color: var(--white);
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}

button:active, input[type="submit"]:active {
  transform: scale(0.9) translateX(-50%);
  background-color: var(--gold);
  background: var(--btn-gradient-anim);
}
/*button:hover, input[type=submit]:hover{*/
/*    background: var(--btn-gradient-anim);*/
/*    animation-name: purplefadehalf;*/
/*    animation-duration: 5s;*/
/*    animation-iteration-count: infinite;*/
/*    background-size: 200%;*/
/*    animation-timing-function: ease-in-out;*/
/*}*/



button:hover, input[type="submit"]:hover {
  background: var(--btn-gradient-anim);
  animation-name: purplefade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  background-size: 200%;
  animation-direction: reverse;
  animation-timing-function: linear;
}

@keyframes purplefade {
  from {background-position: 0%;}
  to {background-position: 200%;}
}

.next_button, input[type="submit"] {
  position: fixed;
  bottom: 100px;
  left: calc(50%);
  transform: translateX(-50%);
  margin-top: 0px;
}

button.back_button {
    bottom: 50px;
    left: 50px;
    position: absolute;
    padding: 9px 40px;
      padding-left: 40px;
    font-size: 15px;
    background-image: url('back.png');
    background-size: contain;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 47px;
}
button.back_button:active{
    background-color: transparent;
}
button.back_button:hover{
    animation-name: backmove;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes backmove {
    0% {
      background-position: 0%;
    }
    50% {
      background-position: 5%;
    }
    100% {
      background-position: 0%;
    }
}

button:active, input[type="submit"]:active {
    transform: scale(0.9) translateX(-50%);;
    background-color: var(--gold);
    color: white;
}

.postcontent {
  font-size: 20px;
  font-family: 'Gustavo-Bold';
  text-transform: uppercase;
  margin: 20px;
  display: none;
}


.radiobuttonholder .holder {
  max-height: 50vh;
  overflow: auto;
  background-color: transparent;
    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;
    font-family: 'Druk Super Italic';
}
.radiobuttonholder .holder label label{
    width: auto;
    padding: 0px;
    display: block;
}
.radiobuttonholder .holder span {
  font-size: 34px;
  font-family: 'Druk Super Italic';
  color: var(--secondary);
  text-transform: uppercase;
}

/*REMOVE THIS BEFORE GOING LIVE !IMPORTANT*/
.radiobuttonholder .holder span::before {
  /*content:  "\00a0 ";*/
  /*font-size: 28px;*/
  /*color: var(--white);*/
  /*padding: 0 10px;*/
  content: "v";
  font-size: 34px;
  font-family: 'Druk Super Italic';
  color: var(--secondary);
  text-transform: lowercase;
  padding: 0 .25ch;
}

.year{
    font-family: 'DharmaGohicRegularItalic';
}
.socialicons img {
  width: 60px;
  height: 60px;
  padding: 0 15px;
  transition: scale .3s ease-in-out;
}

.socialicons img:hover {
    scale: 1.15;
}

.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');
}

.sage-partner {
position: fixed;
  background-image: url('sage.png');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 50px;
  width: 200px;
  margin: 50px auto 0 auto;
  bottom: 20px;
  right: 50%;
  margin-top: 0px;
  transform: translateX(50%);
}





[data-sname="Thank You"] .sage-partner {
     left: calc(50%);
     transform: translateX(-50%);
}

.thank-you {
    height: 40vh;
    width: 80%;
    max-width: 100%;
    background: url("thank-you.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 100px auto 0 auto;
}

.follow-us {
  font-size: 22px;
  margin-top: 0;
  font-family: "Montserrat Bold";
}


@media (max-height: 850px) and (min-width: 480px) {
    
    h2 {
        font-size: 40px;
    }
    
    .next_button, input[type="submit"]  {
        bottom: 80px;
    }
    
    .sage-partner {
        height: 40px;
        width: 150px;
    }
    
/*    [data-name="Data Collection"] .sage-partner {*/
/*    margin: 90px auto 0 auto;*/
/*}*/
}

/*@media (min-height: 1100px) and (min-width: 480px) {*/
/*    .sage-partner {*/
/*        margin-top: -180px;*/
/*    }*/
/*}*/


/*Small height desktop devices*/
@media (max-height: 700px) and (min-width: 480px) { 
    h2 {
      font-size: 40px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .c_cent {
      padding-bottom: 30px;
    }
    
    [data-name="Data Collection"] .c_cent {
      height: calc(100vh - 100px);
      overflow-y: scroll;
      padding-bottom: 70px;
      scrollbar-width: thin;
    }
    
    .postcontent {
        font-size: 24px;
        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: 20px;
    }
    .radiobuttonholder .holder label {
        padding: 8px 20px;
    }
    .radiobuttonholder .holder span {
        font-size: 24px;
    }
    .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: 80px;    
    }
    
    
    h1.huge {
      font-size: 60px;
      margin-bottom: -10px;
    }
    input[type="submit"] {
        bottom: initial;
        padding: 1px 50px;
        position: relative;
        margin-top: 60px;
        display: inline-block;
    }
}

/*STANDARD MOBILE*/
@media (max-width: 480px) {
body {
  background-position: 99% 100%;
  background-image: url('mobile-bg.png');
  background-size: cover;

}

.c_screen {
  height: 100%;
  background-position: 99% 100%;
  background-image: url('mobile-bg.png');
  background-size: cover;

}
/*.c_screen {*/
/*  height: 100%;*/
/*  background-position: 99% 100%;*/
/*}*/
.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;
}

.c_cent {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: calc(100% - 0px);
    margin-bottom: 0px;
    /*padding-bottom: 180px;*/
}

[data-name="Data Collection"] .c_cent {
    padding-bottom: 180px;
}


    h2 {
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
    }

[data-name="Select"] h2  {
    font-size: 44px;
}

[data-name="Select"] h2 span:last-child {
    color: var(--secondary);
}
    
    
[data-name="Select"] h2 span:first-child {
    font-size: 16px;
}



    /*h2 br {*/
    /*  display: none;*/
    /*}*/
    
    .bottom {
      display: block;
      position: fixed;
      bottom: 0px;
      background-color: #000000;
      width: 100%;
      z-index: 81;
    }
    
    button, input[type="submit"] {
      padding: 3px 35px;
      font-size: 20px;
      margin-top: 22px;
    }
    .next_button, input[type="submit"] {
      bottom: 100px;
    }
    
    .sage-partner {
        bottom: 20px;
        left: calc(50%);
        transform: translateX(-50%);
         width: 150px;
        height: 40px;
        /*margin-top: 0;*/
      }
      
    /*button.back_button {*/
    /*  bottom: 27px;*/
    /*  left: 10px;*/
    /*  color: transparent;*/
    /*}*/
    
   button.back_button {
  bottom: 27px;
  left: 10px;
  padding: 2px 8px;
  background: var(--purple);
}
    
    .postcontent {
        font-size: 20px;
        margin: 15px 0;
    }
  .sixnationslogo {
  position: relative;
  margin-bottom: 5px;
  left: inherit;
  transform: none;
  top: 10px;
  width: 60%;
  padding-bottom: 30px;
}
    [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: 22px;
        /*font-family: 'GTFlexaCondensed';*/
    }
        .radiobuttonholder .holder span {
            font-size: 22px;
            /*font-family: 'GTFlexaCondensed';*/
        }
        .radiobuttonholder .holder span:before {
            font-size: 22px;
        }
    
    /*.tryoftheround{*/
    /*    background-image: url('PlayofChamps.png');*/
    /*}*/
    /*.lang-fr-fr .tryoftheround, .lang-fr-FR .tryoftheround{*/
    /*    background-image: url('tryoftheround_new_mobile_fr.png');*/
    /*    width: 60vw;*/
    /*}*/
    
    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%;
    }
    .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;
      margin: 25px 0;
    }
    .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;
    }
    input[type="submit"] {
      bottom: 20px;
      bottom: initial;
      padding: 1px 50px;
      position: relative;
      margin-top: 60px;
      display: inline-block;
        left: initial;
        transform: initial;
    }
    input[type="submit"]:active {
        transform: scale(0.9);
    }
    h1.huge {
      font-size: 50px;
    }
    
    .lang-it-it h1, .lang-it-it  h2,
.lang-fr-fr h1, .lang-fr-fr  h2{
  font-family: 'GT Flexa';
  font-size: 35px;
}

.follow-us {
  font-size: 18px;
  
}

}

