@font-face {
    font-family: 'Montserrat Medium';
    src: url("Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("Montserrat-SemiBold.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");
}


:root{
    --offblack: #1A1A1A;
    --gold: #B7945A;
    --white: #ffffff;
    --grayline: #313131;
    --error: #b70b0b;
}

span.gold{
    color: var(--gold);
}

::-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(--offblack);
    font-family: 'Montserrat Medium';
    background-image: url('BG-noBottom.jpg');
    font-weight: 400;
    background-size: cover;
    background-position: 100% 100%;
}

.c_screen {
  background-image: url('BG-noBottom.jpg');
  background-size: cover;
  background-position: 100% 100%;
}
.c_cent{
    padding-bottom: 60px;
}
a {
  color: var(--gold);
}

h1, h2{
    font-family: DharmaGothicHeavy;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 30px 0px;
    line-height: 0.9em;
}

.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%);
}
.lang-fr-fr .sixnationslogo {
  background-image: url('SixNationsFranceLogo.png');
}
.tryoftheround{
    background-image: url('player_of_champtitle_desktop.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('player_of_champtitle_desktop_fr.png');
}
.lang-it-it .tryoftheround, .lang-it-IT .tryoftheround{
    background-image: url('player_of_champtitle_desktop_it.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*/

[data-name="Data Collection"] .c_cent {
  padding-top: 120px;
}

.inputholder .selectList input {
  background-color: var(--offblack);
  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;
}
.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(--offblack);
  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: #151039;
}
.selectList .selectListDropdown ul li:hover {
  color: #045DA5;
}
.dropdownholder {
  margin-bottom: 10px;
}
.inputholder .dropdownholder .selectList input {
  color: var(--white);
}
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;
}
.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';
}


input.input_text {
  border-radius: 30px;
  padding: 10px 20px;
  width: 440px;
  margin-bottom: 10px;
  background-color: var(--offblack);
  color: var(--white);
  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: 100vw;
}

.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-color: var(--gold);
  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: 50px;
  font-family: 'DharmaGothicHeavy';
  text-transform: uppercase;
}
.resultpredictorholder label img,
.radiobuttonholder label img {
 
  width: 60px;
  height: 60px;
  margin: 12px 20px;
  
  margin: 8px 20px;
  padding: 4px;
}
.radiobuttonholder label img{
   
}

.resultpredictorholder .image-checkbox {
  min-width: 60px;
}
.resultpredictorholder [data-filter],
.radiobuttonholder [data-filter] {
    display: flex;
    border-bottom: 4px solid var(--grayline);
}
    .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;}



button, input[type=submit] {
  background-color: var(--gold);
  border: none;
  padding: 8px 50px;
  border-radius: 30px;
  color: var(--white);
  font-family: 'DharmaGothic';
  font-weight: 400;

  text-transform: uppercase;
  cursor: pointer;
  font-size: 30px;
  margin-top: 20px;
}
button:hover, input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--gold);
}
.next_button, input[type="submit"]{
    position: fixed;
    bottom: 13px;
    left: calc(50% - 89px);
    margin-top: 0px;
}
button.back_button {
  position: fixed;
  bottom: 26px;
  left: 30px;
  margin-top: 0px;
}

button:active, input[type="submit"]:active {
    transform: scale(0.9);
    background-color: var(--gold);
    color: white;
}

.postcontent {
    font-size: 40px;
    font-family: 'DharmaGothic';
    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: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radiobuttonholder .holder label label{
    width: auto;
    padding: 0px;
    display: block;
    padding-right: 55px;
}


.radiobuttonholder .holder span {
  text-align: left;
  font-size: 50px;
  font-family: 'DharmaGothicHeavy';
  text-transform: uppercase;
}
.radiobuttonholder .holder span::before {
  content: ' - ';
  font-size: 34px;
  color: var(--gold);
  padding: 0 10px;
}
.radiobuttonholder .holder span.info{
    display: none;
}

.year{
    font-family: 'DharmaGohicRegularItalic';
}
.socialicons img {
  width: 80px;
  height: 80px;
  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');
}




/*SHARE SCREEN*/

iframe.sharescreen {
  border: none;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
}
img.shareholder{
    margin-top: 50px;
}

.socialsharebutton img {
    padding-top: 30px;
    width: 220px;
}
img.shareholder {
  margin-top: 50px;
  border: 2px solid black;
  padding: 5px;
  max-height: 50vh;
  margin-bottom: 40px;
}


.popup.show::before {
  content: '';
  position: absolute;
  right: -30px;
  width: 2px;
  height: 40px;
  border-right: 2px solid white;
  top: 0px;
  transform: rotate(45deg);
  cursor: pointer;
  pointer-events: none;
}

.popup.show::after {
  content: '';
  position: absolute;
  right: -30px;
  width: 2px;
  height: 40px;
  border-right: 2px solid white;
  top: 0px;
  transform: rotate(-45deg);
  cursor: pointer;
  pointer-events: none;
}

.popup a {
    font-family: 'Montserrat Medium';
    color: var(--gold);
    font-size: 20px;
}


/*!SHARE SCREEN*/


/*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: 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;    
    }
    
    .resultpredictorholder label img, .radiobuttonholder label img {
      margin: 1px 15px;
    }
    .radiobuttonholder .holder label label {
        padding-right: 50px;
    }
    img.shareholder {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    h1, h2 {
        font-size: 60px;
    }
    [data-name="Data Collection"] .c_cent {
      padding-top: 0px;
    }
}

/*STANDARD MOBILE*/
@media (max-width: 480px) {

.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: 120px;
}

[data-name="Data Collection"] .c_cent {
  padding-top: 0px;
}

    h2 {
      font-size: 40px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    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: 28px;
      margin-top: 22px;
    }
    .next_button, input[type="submit"] {
      left: calc(50% - 65px);
      bottom: 20px;
    }
    button.back_button {
      bottom: 27px;
      left: 10px;
    }
    
    .postcontent {
        font-size: 20px;
        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 {
      border-radius: 100px;
      width: 40px;
      height: 40px;
      margin: 7px 7px;
      padding: 0px;
    }
    .resultpredictorholder .image-checkbox > label, .radiobuttonholder .image-checkbox > label {
        font-size: 24px;
    }
        .radiobuttonholder .holder span {
        font-size: 24px;
        }
        .radiobuttonholder .holder span:before {
            font-size: 14px;
        }
    
    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: 100%;
    }
    .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;
    }
    
    .tryoftheround{
        background-image: url('player_of_champtitle_mobile.png');
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .lang-fr-fr .tryoftheround, .lang-fr-FR .tryoftheround{
        background-image: url('player_of_champtitle_mobile_fr.png');
    }
    .lang-it-it .tryoftheround, .lang-it-IT .tryoftheround{
        background-image: url('player_of_champtitle_mobile_it.png');
    }
    .radiobuttonholder .holder label label {
      padding-right: 29px;
    }


    /*SHARE MOBILE*/
    
    .share h1 {
      font-size: 60px;
      margin-top: 50px;
    }
    .share h1 br{
        display: none;
    }
    img.shareholder {
        max-width: 60vw;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .socialsharebutton img {
      width: 160px;
    }
    .popup.show {
      width: calc(80% - 90px);
      padding: 50px 20px;
    }
    .popup p, .popup p {
      font-size: 20px;
    }

}

