/* ----------------  IMPORTS AND BASIC ---------------- */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,700,900');

html,body {margin: 0; padding: 0; font-family: Source Sans Pro; font-weight: 300;}

html {
  background: hsl(0deg 0% 0% / 95%);
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center center;
  -webkit-background-attachment: fixed;
  
  -moz-background-size: cover;
  -moz-background-repeat: no-repeat;
  -moz-background-position: center center;
  -moz-background-attachment: fixed;
  
  -o-background-size: cover;
  -o-background-repeat: no-repeat;
  -o-background-position: center center;
  -o-background-attachment: fixed;
  
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  html {
    background-image: url("../src/bg_mobile.jpg");
      }
}

body {
  /* background-image: url("../src/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  
body,html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}}


a {
  color: inherit;
  text-decoration: none;
}

.mobile-br {
  display: none;
}

.mobile-show {
  display: none;
}


@media only screen and (max-width: 1200px) {.mobile-br {
  display: inline;
}}
@media only screen and (max-width: 1200px) {.mobile-hide {
  display: none !important;
}}
@media only screen and (max-width: 1200px) {.mobile-show {
  display: block !important;
}}

/* ---------------- INPUT AND BUTTONS ---------------- */

.iaac-button, input {
  border: 1px solid white;
  background: hsla(0,0%,0%,0.7);
  padding: 7px 15px;
  color: white !important;
  font-family: inherit;
  font-weight: 300 !important;
  transition: 0.2s background, 0.2s color;
  text-shadow: none;
  outline: none;
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {.iaac-button, input {
  border: 1.5px solid white;
  font-size: 5vw;
}}


.iaac-button:hover, input[type='submit']:hover {
  color: black !important;
  background: hsla(0,0%,100%,0.9) !important;
  cursor: pointer;
}

input, select {
  border: 1px solid white;
  background: hsla(0,0%,0%,0.7);
  color: white;
  font-family: Source Sans Pro;
  padding: 5px 10px;
  font-size: 14px;
  outline: none;
}

/* ----------------  MENU BAR ---------------- */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: hsla(0,0%,0%,0.8);
  border-bottom: 2px solid black;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {.menu {
  height: 15vw;
}}

.menu img {
  height: 60px;
  margin: 5px;
  float: left;
}
@media only screen and (max-width: 1200px) {.menu img {
  height: 70%;
  margin: 2.4%;
}}

.menu ul {
  float: right;
  list-style-type: none;
}

.menu ul li {
    float: left;
    margin: 12px 30px;
    font-size: 15px;
    color: white;
}
@media only screen and (max-width: 1200px) {.menu ul li {
  display: none;
}}

.menu ul li ul {
  display: none;
  position: absolute;
  float: left;
  padding-top: 5px;
  margin: 0;
  text-align: left;
  transform: translateX(-40px) translateY(1px);
  background: hsla(0,0%,0%,0.7);
}

.menu ul li:hover > ul {
  display: block;
}

.menu ul li ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 7px 0px;
  padding-right: 30px;
  border-bottom: 1px solid transparent;
}



.menu ul li:hover {
  border-bottom: 1px solid white;
}

.menu .special-button {
  padding: 4px 6px;
  margin-top: 7px;
  background: hsla(0,0%,0%,0.8);
}
@media only screen and (max-width: 1200px) {.menu .special-button {
  display: block;
  font-size: 4.5vw;
  margin: 1vw 2vw;
  padding: 0.5vw 1.5vw;
  font-weight: 400 !important;
}}

menu ul .menu-bars {
  display: none;
}
@media only screen and (max-width: 1200px) {.menu ul .menu-bars {
  display: block;
  font-size: 9.5vw;
  margin: 0vw 4vw;
  transform: translateY(-1vw);
}}

.mobile-menu {
  display: none;
  transition: 0.5s left;
}

.mobile-menu-seperation-line {
  border-top: 3px solid white;
  width: 30%;
  padding: 6vw 0;
}

@media only screen and (max-width: 1200px) {.mobile-menu {
  display: block;
  position: fixed;
  top: 32vw;
  left: -102vw;
  width: 100vw;
  height: 100vh;
  background: hsla(0,0%,0%,0.9);
  font-size: 9.5vw;
  z-index: 100;
  overflow-y: scroll;
}
.mobile-menu ul {
  text-align: left;
  list-style-type: none;
  margin: 1vw;
}
.mobile-menu ul li {
    font-size: 8vw;
    line-height: 14vw;
    color: white;
}
.mobile-menu .special-button {
  text-align: center;
  width: 85vw;
  line-height: 12vw;
}}

/* ----------------  WELCOME ---------------- */

.welcome {
  margin-top: 32vh;
  height: 70vh;
}
@media only screen and (max-width: 1200px) {.welcome {
  margin-top: 15vh;
  height: auto;
}}

.welcome h1 {
  font-size: 55px;
  margin: 0;
  color: white;
  font-weight: 900;
  color: transparent;
  background: white;
  background: url("../src/img5.jpg") repeat;
  background-position: 60% 70%;
  -webkit-background-clip: text;
  position:relative;
  text-align:center;
}


@media only screen and (max-width: 1200px) {.welcome h1 {
  font-size: 15vw;
}}

.welcome .horizontal-bar-wrapper {
  width: 100%;
}

.welcome .horizontal-bar {
  border-bottom: 2px solid white;
  width: 100px;
  display: inline-block;
  margin: 40px;
}
@media only screen and (max-width: 1200px) {.welcome .horizontal-bar {
  border-bottom: 0.5vw solid white;
  width: 20vw;
  margin: 10vw;
}}

.welcome p {
  color: white;
  margin: 0;
  width: 900px;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 4px black;
}
@media only screen and (max-width: 1200px) {.welcome p {
  font-size: 5.5vw;
  line-height: 8vw;
  width: 85%;
}}

.welcome .iaac-button {
  display: inline-block;
  width: 220px;
}
@media only screen and (max-width: 1200px) {.welcome .iaac-button {
  font-size: 5vw;
  width: 65vw;
  padding: 2vw;
  margin-bottom: 20vw;
}}

#video iframe {
  width: 900px;
  height: 509px;
  border: 2px solid white;
}

@media only screen and (max-width: 1200px) {
  #video iframe {
  width: 90vw;
  height: 50vw;
}
  
  .welcome #subscriptionFront input {
  font-size: 4vw;
  padding: 2vw;
}}

/* ----------------  SECTIONS ---------------- */

section {
  display: inline-block;
  background: hsla(0, 0%, 0%, 0.8);
  width: 100%;
  color: white;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {section {
  padding: 15vw 0;
}}

.section-transparent {
  background: transparent;
}

.content-wrapper {
  display: inline-block;
  width: 900px;
  text-align: justify;
  font-size: 18px;
  text-shadow: 1px 1px 1px hsla(0,0%,0%,1);
  line-height: 27px;
}
@media only screen and (max-width: 1200px) {.content-wrapper {
  width: 90%;
  font-size: 5vw;
  line-height: 8vw;
  text-align: left;
}}

section .content-wrapper p {
  margin-bottom: 55px;
  text-shadow: 1px 1px 2px black;
}
@media only screen and (max-width: 1200px) {section .content-wrapper p {
  margin-bottom: 15vw;
}}

.content-wrapper a {
  /* font-weight: 400; */
  color: hsl(220,80%,70%);
}
/* @media only screen and (max-width: 1200px) {.content-wrapper a {
  font-size: 3vw;
}} */

.content-wrapper a:hover {
  text-decoration: underline;
}

section .content-wrapper .subsection {
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}

.deadline-color {
  color: hsla(0, 100%, 40%, 1);
}

h2 {
  font-size: 50px;
  margin: 0;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {h2 {
  font-size: 12vw;
  line-height: 15vw;
  margin-top: 10vw;
}}

h3 {
  font-size: 30px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {h3 {
  font-size: 7vw;
  padding-bottom: 7vw;
  margin-top: 5vw;
}}


h4 {
  font-size: inherit;
  margin: 3px 0;
}
@media only screen and (max-width: 1200px) {h4 {
  font-size: 6vw;
}}

h4 i {
  padding-right: 4px;
}
@media only screen and (max-width: 1200px) {h4 i {
  font-size: 5.5vw;
  padding-right: 2vw;
}}


.icon-padding {
  padding-right: 4px;
}
@media only screen and (max-width: 1200px) {.icon-padding {
  font-size: 3vw;
  padding-right: 3vw;
}}


@media only screen and (max-width: 1200px) {i .fa-question-circle, b .fa-ban, b .fa-check-circle {
  padding-right: 30px;
}}

.horizontal-bar-inline {
  display: inline-block;
  border-bottom: 3px solid white;
  width: 100px;
  margin: 30px 0;
}
@media only screen and (max-width: 1200px) {.horizontal-bar-inline {
  border-bottom: 0.5vw solid white;
  width: 20vw;
  margin: 7vw 0;
}}

.center-wrapper {
  text-align: center;
}

.text-emphasis {
  font-weight: bold;
  color: hsl(0,90%,40%);
  background: hsla(0,0%,0%,0.5);
  padding: 5px 10px;
}
@media only screen and (max-width: 1200px) {.text-emphasis {
  font-size: 5vw;
}}

/* ----------------  Section : PROCESS AND ROUNDS ---------------- */

#process {
  padding-bottom: 0px;
}

#process h3 {
  margin-bottom: 50px;
}

#process h4 {

}

.process-step {
  display: inline-block;
  width: 900px;
  margin-bottom: 80px;
}

.process-step-no {
  float: left;
  padding: 38px 40px;
  font-size: 50px;
  border-radius: 1000px;
  font-weight: 500;
  border: 2px solid white;
  position: relative;
}
@media only screen and (max-width: 1200px) {.process-step-no {
  font-size: 11vw;
  padding-right: 4vw;
  border-radius: 100vw;
  padding: 5vw;
  font-size: 14vw;
}}

#process-step-no1:after {background-image: url('../src/step1.jpg');}
#process-step-no2:after {background-image: url('../src/step2.jpg');}
#process-step-no3:after {background-image: url('../src/step3.jpg');}

.process-step-no:after {
    border-radius: 1000px;
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.8;
    z-index: -1;
}

.process-step-content {
  display: inline-block;
  width: 700px;
  margin-left: 50px;
  margin-top: 0px;
  text-align: justify;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {.process-step-content {
  width: 60vw;
  font-size: 4.5vw;
  line-height: 7vw;
  text-align: left;
  margin-left: 2vw;
}}


.interview-h4 {
  font-size: 23px;
}
@media only screen and (max-width: 1200px) {.interview-h4 {
  font-size: 5vw;
}}


.process-step-content .timer-content {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {.process-step-content .iaac-button {
  font-size: 4vw;
  padding: 2vw 11vw;
  margin-left: 0vw;
  width: 890vw;
}}

/* ----------------  Section : QUALIFICATION ROUND ---------------- */

.timer {
  text-align: center;
  margin: 40px 0;
}

.timer span {
  font-weight: 400;
  font-size: 35px;
  background: hsla(0,0%,0%,0.45);
  padding: 5px 35px;
  border-radius: 100px;
}
@media only screen and (max-width: 1200px) {.timer span {
  font-size: 5.5vw;
}}

.iframe-wrapper {
  text-align: center;
  margin: 40px 0;
}

.iframe-wrapper iframe {
  display: inline-block;
  width: 80%;
  height: 700px;
}
@media only screen and (max-width: 1200px) {.iframe-wrapper iframe {
  /* height: 100vw; */
  display: none;
}}

.p-button-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {.p-button-wrapper {
  margin-top: 10vw;
}}


#qualification .iaac-button {
  padding: 10px 50px;
  margin-top: 30px;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {#qualification .iaac-button {
  
}}

/* ----------------  Section : FAQ ---------------- */

#faq h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {#faq h4 {
  font-size: 6vw;
}}

.question-wrapper {
  background: hsla(0, 0%, 0%, 0.65);
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.2s height;
  max-height: 25px;
  overflow: hidden;
  transition: 0.5s max-height;
}
@media only screen and (max-width: 1200px) {.question-wrapper {
  font-size: 4.5vw;
  max-height: 10.8vw;
  line-height: 6vw;
}}

.question {
  cursor: pointer;
  transition: 0.2s color;
}

.question:before {
  content:"+ ";
}

.question:hover {
  color: hsl(220,80%,80%);
}


/* ----------------  Section : MATERIALS ---------------- */

#materials a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}
#materials a:hover {
  text-decoration: none;
}

.content-wrapper .document {
  background: hsla(0,0%,0%,0.4);
  display: inline-block;
  padding: 5px 10px;
  margin: 6px 4px;
  cursor: pointer;
  transition: 0.1s background, 0.1s transform;
}
@media only screen and (max-width: 1200px) {.content-wrapper .document {
  width: 90%;
  font-size: 4.5vw;
  padding: 2vw 0;
  margin: 1vw 0;
}}

.document:hover {
  transform: scale(1.05);
}

#materials .content-wrapper {
  text-align: center;
}

/* ----------------  TEACHER, AMBASSADOR ---------------- */

@media only screen and (max-width: 1200px) {#teachers .iaac-button, #ambassador .iaac-button {

}}

/* ----------------  FOOTER ---------------- */

footer a {
  color: inherit !important;
  font-weight: inherit !important;
}

footer a:hover {
  text-decoration: underline;
}

.footer-section {
    padding: 60px 0;
    border-top: 1px solid black;
}

h5 {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {h5 {
  font-size: 5vw;
}}

.footer-section .content-wrapper {
  color: hsl(0,0%,70%);
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {.footer-section .content-wrapper {
  font-size: 4.5vw;
}}

#footer-newsletter  {background: hsla(0,0%,0%,0.85);}
#footer-team        {background: hsla(0,0%,0%,0.95);}
#footer-links       {background: hsla(0,0%,0%,0.99);}
#footer-footer      {background: hsla(0,0%,0%,1);}

footer input[type='submit'] {
  padding: 5px 15px;
  font-weight: 300;
  background: hsla(0,0%,10%,0.2);
}
@media only screen and (max-width: 1200px) {footer input, footer input[type='submit'] {
  font-size: 3.5vw;
  padding: 1.5vw 2vw;
}}

#footer-team img {
  width: 60px;
  height: 60px;
  margin: 5px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 1200px) {#footer-team img {
  width: 20vw;
  height: 20vw;
}}

.team-wrapper {
  text-align: left;
  display: inline-block;
  width: 160px;
  margin: 15px 20px;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 1200px) {.team-wrapper {
  width: 90%;
  font-size: 4.5vw;
  line-height: 7.5vw;
  text-align: center;
}}

.footer-column {
  float: left;
  width: 200px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {.footer-column {
  width: 100%;
  text-align: center;
  font-size: 4.5vw;
  line-height: 10vw;
}}

h6 {
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {h6 {
  font-size: 5vw;
  margin-top: 15vw;
}}

#footer-column-3 span {
  line-height: 10px;
}

#footer-column-0 {
  width: 170px;
}
@media only screen and (max-width: 1200px) {#footer-column-0 {
  text-align: center;
  width: 100%;
}}

#footer-column-0 img {
  width: 80px;
  margin-top: 11px;
}
@media only screen and (max-width: 1200px) {#footer-column-0 img {
  width: 30%;
  margin-top: 1vw;
}}

#footer-column-3 img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 1200px) {#footer-column-3 img {
  width: 12vw;
  height: 12vw;
  margin: 1vw;
}}

#footer-footer {
  margin: 0;
  padding: 5px 10px;
  font-size: 11px;
  text-align: left;
  color: hsl(0,0%,40%);
}
@media only screen and (max-width: 1200px) {#footer-footer {
  display: none;
}}

#footer-footer span {
  float: right;
}

/* ----------------  SUBMISSION FORM ---------------- */

.submission-form {
  background: hsla(0,0%,0%,0.5);
  padding: 50px;
  border-radius: 5px;
  width: 700px;
}
@media only screen and (max-width: 1200px) {.submission-form {
  width: 90%;
  padding: 5%;
}}

.submission-form h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
}
@media only screen and (max-width: 1200px) {.submission-form h3 {
  font-size: 5vw;
}}


.submission-form .horizontal-bar-inline {
  margin-top: 40px;
  margin-bottom: 0px;
  width: 160px;
}

.submission-form h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {.submission-form h4 {
  font-size: 5vw;
}}

.submission-form input, .submission-form select {
  width: 97%;
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {.submission-form input, .submission-form select {
  font-size: 5vw;
}}

.submission-form input[type='file'] {
  width: 95.5%;
}
@media only screen and (max-width: 1200px) {.submission-form input[type='file'] {
  padding: 2vw;
}}

.submission-form input[type='submit'] {
  width: 400px;
}
@media only screen and (max-width: 1200px) {.submission-form input[type='submit'] {
  width: 90%;
  height: 10vw;
}}

.submission-form input[type='checkbox'] {
  width: 30px;
  height: 15px;
  float: left;
  margin-top: 6px;
}
@media only screen and (max-width: 1200px) {.submission-form input[type='checkbox'] {
  height: 5vw;
}}

.submission-form textarea {
  max-width: 98%;
  min-width: 98%;
  height: 100px;
  margin-bottom: 10px;
  color: white;
  background: hsla(0, 0%, 0%, 0.7);
  border: 1px solid white;
  outline: none;
  padding: 1%;
  font-family: Source Sans Pro;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {.submission-form textarea {
  height: 20vw;
}}

.submission-form select {
  width: 100%;
}

.submission-form p {
  border-left: 1px solid hsl(220,80%,70%);
  padding: 5px;
  font-size: 15px;
  background: hsla(0,0%,0%,0.3);
  color: hsl(220,80%,70%);
  margin-bottom: 40px;
  line-height: 20px;
}
@media only screen and (max-width: 1200px) {.submission-form p {
  font-size: 3.8vw;
  line-height: 6vw;
}}

.submission-form .select-birth {
  width: 32.5%;
}

.interface-box .select-birth {
  width: 32.5%;
}

.rules-check-span {
  float: left;
  width: 90%;
}
@media only screen and (max-width: 1200px) {.rules-check-span {
  font-size: 4vw;
  padding-left: 2vw;
  float: none;
}}

.recaptcha-wrapper {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {.g-recaptcha {
  margin-top: 6vw;
  /* transform: scale(2); */
}}

section .fail-msg {
  border-left: 1px solid hsl(0 80% 66% / 1);
  color: hsl(0 80% 65% / 1);
}

.flag_inline {
  height: 12px;
  margin-right: 10px;
}

/* ----------------  LOGIN PAGE ---------------- */

.login-menu {
  background: transparent;
  border: none;
  padding: 15px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {.login-menu {
  background: hsla(0,0%,0%,0.6);
}}

.login-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.login-footer span {
  margin-right: 20px;
}

.login-box {
  width: 250px;
  background: hsla(0,0%,0%,0.5);
  border-radius: 5px;
  padding: 30px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {.login-box {
  width: 90%;
  padding: 5%;
  font-size: 6vw;
  line-height: 12vw;
  margin-top: 7.3vw;
}}

.login-box h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {.login-box h3 {
  font-size: 10vw;
}}

.login-box input, .login-box select {
  width: 91.5%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {.login-box input, .login-box select {
  width: 97%;
  font-size: 7vw;
}}

.login-box select {
  width: 100%;
}

.login-box input[type='submit'], .login-box .iaac-button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  background: hsla(0,0%,0%,0.5);
}
@media only screen and (max-width: 1200px) {.login-box input[type='submit'], .login-box .iaac-button {
  padding: 1vw;
  width: 100%;
  border: 2px solid white;
}}

.login-box span {
  font-size: 14px;
  color: hsl(220,80%,80%);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {.login-box span {
  font-size: 5vw;
}}

.login-box span i {
  font-size: 13px;
}
@media only screen and (max-width: 1200px) {.login-box span i {
  font-size: 4vw;
}}

.login-box .or-line {
  border-bottom: 1px solid white;
  height: 12px;
  width: 80px;
  /* float: left; */
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {.login-box .or-line {
  width: 35.5vw;
  border-bottom: 2px solid white;
  height: 6vw;
}}

.login-box .or-or {
  /* float: left; */
  display: inline;
  padding: 0 8px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {.login-box .or-or {
  width: 15vw;
  padding: 0 1.6vw;
}}

.login-box .iaac-button {
  font-size: 14px;
  padding: 5px 65px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {.login-box .iaac-button {
  font-size: 7vw;
  padding: 1.5vw 15vw;
}}

.login-box .iaac-button i {
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {.login-box .iaac-button i {
  font-size: 6vw;
}}


section .login-box p {
  margin-bottom: 0px;
}

.error-message {
  color: red;
  text-align: center;
  margin-bottom: 15px;
}

.success-message {
  color: green;
  text-align: center;
  margin-bottom: 15px;
}

/* ----------------  INTERFACE ---------------- */

.interface-box {
  background: hsla(0,0%,0%,0.75);
  padding: 50px;
  border-radius: 5px;
  width: 700px;
}
@media only screen and (max-width: 1200px) {.interface-box {
  width: 90%;
  padding: 5%;
  font-size: 5vw;
  line-height: 8vw;
  margin-top: 7.3vw;
}}

.interface-box .interface-title {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 05px;
  border-bottom: 2px solid white;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {.interface-box .interface-title {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid white;
  font-size: 6vw;
}}

.interface-title span {
  float: right;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {.interface-title span {
  width: 100%;
  text-align:right;
}}

.interface-title span i {
  font-size: 15px;
  padding-left: 5px;
}
@media only screen and (max-width: 1200px) {.interface-title span {
  font-size: 4vw;
} .interface-title span i {
  font-size: 4vw;
}}

.interface-box .participant-info {
  width: 230px;
  display: inline-block;
  font-weight: 400;
  line-height: 35px;
}
@media only screen and (max-width: 1200px) {.interface-box .participant-info {
  width: 100%;
  margin-top: 6vw;
  line-height: 8vw;
}}

.interface-box .new-round {
  border-top: 1px solid white;
  margin-bottom: 10px;
}

section .interface-box i {
  padding-right: 4px !important;
}

.participant-info i {
  width: 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {.participant-info i {
  width: 5vw;
}}


.interface-box .status-positive {
  color: green;
  font-weight: bold;
}


.interface-box .status-yellow {
  color: yellow;
  font-weight: bold;
}


.interface-box .status-yellow-bg {
  color: yellow;
  margin: 10px 0;
  padding: 8px;
  font-size: 17px;
  background: hsla(60, 100%, 50%, 0.10);
}

.interface-box .status-yellow-bg-small {
  color: yellow;
  margin: 5px 0;
  padding: 5px;
  font-size: 17px;
  background: hsla(60, 100%, 50%, 0.10);
}

.interface-box .status-green-bg-small {
  color: green;
  margin: 5px 0;
  padding: 5px;
  font-size: 17px;
  background: hsla(120, 100%, 25%, 0.15);
}

.interface-box .round-certificate {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 1px 8px;
  border-radius: 20px;
  color: white;
  text-decoration: none !important;
  cursor: pointer;
}

.interface-box .round-certificate:hover {
  border: 1px solid hsla(0, 0%, 100%, 0.9);
  background: hsla(0, 0%, 100%, 0.13);
}
@media only screen and (max-width: 1200px) {.interface-box .round-certificate {
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 200px;
  padding: 3px 30px;
  font-weight: 400;
}
.interface-box .round-certificate i {
  display: none;
}}



.interface-box .round-certificate i {
  font-size: 15px;
  margin-left: 3px;
  cursor: pointer;
}

.interface-box .list-element {
  background: hsla(0,0%,0%,0.4);
  padding: 8px 10px;
  margin: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element {
  padding: 3vw 4vw;
  font-size: 5vw;
  margin: 4vw 0;
}}

@media only screen and (max-width: 1200px) {.interface-box .list-element i {
  font-size: 4vw;
  /* margin-right: 2vw; */
}}

.interface-box .list-element span {
  display: inline-block;
  width: 20px;
  padding-left: 3px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element span {
  width: 7vw;
}}

.interface-box .list-element form {
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element form {
  font-size: 5vw;
}}

.interface-box .list-element input {
  width: 95%;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element input {
  font-size: 4.5vw;
  padding: 1.5vw;
}}

.interface-box .list-element input[type='submit'] {
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element input[type='submit'] {
  width: 90%;
}}

.interface-box .list-element select {
  width: 98.1%;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element select {
  font-size: 4vw;
  padding: 1.5vw;
  font-weight: 300;
}}

.interface-box .list-element .delete-activity {
  float: right;
  font-size: 15px;
  color: gray;
}
@media only screen and (max-width: 1200px) {.interface-box .list-element .delete-activity {
  font-size: 4vw;
  float: none;
  margin-left: 2vw;
}}

.interface-box .add-element {
  cursor: pointer;
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {.inline-form input {
  font-size: 5vw;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}}

.final-exam-form select {
  width: 37px;
  padding: 2px;
  margin-right: 8px;
}
.final-exam-form td {
  text-align: right;
  padding-bottom: 10px;
}





/* ----------------  INTERFACE ---------------- */

.interface-body {
  overflow: hidden;
}

.interface-control-bar {
  width: 20%;
  height: 100vh;
  float: left;
  background: #0000009c;
}

.interface-control-bar img {
  width: 40%;
  height: 7vw;
  margin: 1vw;
}

.interface-name {
  color: white;
  font-size: 1.5vw;
  font-weight: bold;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 0.5vw;
  margin-bottom: 1vw;
}

.interface-control-bar .iaac-button {
  font-size: 1vw;
  padding: 0.5vw;
  margin: 0.8vw;
  transition: background 0.05s, color 0.05s;
}

.interface-control-bar .iaac-button i {
  margin-right: 0.2vw;
  margin-left: 0.2vw;
}

.interface-control-bar .save-button {
  border: 1px dashed white;
}

.interface-control-bar .smaller-button {
  margin-right: 0;
  width: 50%;
  margin: 0.1vw;
  margin-right: 0.1vw;
  padding: 0.3vw;
  display: inline-block;
}

.button-was-selected {
  background: white;
  color: black !important;
}

.interface-control-bar select {
  font-size: 0.9vw;
  width: 20%;
  padding: 0.3vw;
  display: inline-block;
}

.interface-control-bar .score-information {
  color: white;
  font-size: 2vw;
  border: 1px dashed white;
  margin-left: 5vw;
  margin-right: 5vw;
}

.interface-control-bar .pf-score-information {
  margin-bottom: 0.5vw;
}

.interface-control-bar .go-back-link {
  color: white;
  font-size: 0.8vw;
  margin-bottom: 1.5vw;
  display: block;
}

.interface-main {
  width: 80%;
  height: 100vh;
  float: left;
}

.interface-main .tmp-information {
  background: black;
  float: left;
  width: 100%;
  color: white;
  font-size: 1vw;
  padding-top: 1vh;
  height: 3.5vh;
}

.interface-main .tmp-information i {
  margin-left: 1.4vw;
  margin-right: 0.2vw;
  font-size: 0.9vw;
}

.interface-main iframe {
  background: black;
  width: 100%;
  height: 95vh;
}


/* ----------------  TEAM AND AMBASSADOR PAGE ---------------- */

.team-member {
  display: inline-block;
  width: 180px;
  margin: 30px;
  font-size: 13px;
  color: hsl(0,0%,70%);
  line-height: 22px;
}
@media only screen and (max-width: 1200px) {.team-member {
  width: 38vw;
  margin: 3vw;
  font-size: 2.5vw;
  line-height: 6vw;
}}

.team-member img {
  filter: grayscale(100%);
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  box-shadow: 2px 1px 5px black;
}
@media only screen and (max-width: 1200px) {.team-member img {
  width: 38vw;
  height: 38vw;
}}

.ambassador-img {
  width: 300px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1200px) {
  .ambassador-img {
    margin-top: 100px;
  }
  .team-member-profile-p i {
    display: inline-block;
    padding-right: 20px;
  }
}


/* REGISTRATION AND PAYMENT */

.registration-form input[type='text'] {
  width: 97%;
}

.pay-method-selector {
  padding: 10px;
  border: 1px solid hsl(200, 56%, 25%);
  margin-bottom: 10px;
  height: 40px;
  outline: 1px solid transparent;
  background: hsla(210, 56%, 0%,0.3);
}
.pay-method-selector:hover {
  outline: 2px solid hsl(210, 36%, 45%);
  cursor: pointer;
  background: hsla(210, 56%, 0%,0.4);
}
.pay-method-selector:hover > .pm-name {
}
.pay-method-selector img {
  height: 40px;
}
.pay-method-selector i {
  height: 40px;
  font-size: 25px;
  margin-top: 8px;
  margin-left: 3px;
}
.pay-method-selector .pm-icon {
  width: 190px;
  display: inline-block;
  text-align: center;
  float: left;
}
.pay-method-selector .pm-name {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}
.pay-method-selector-selected {
  outline: 2px solid hsl(210, 36%, 45%);
  background: hsla(210, 56%, 0%,0.6);
font-weight: 400;
}
.pay-method-selector-selected:hover {
  background: hsla(210, 56%, 0%,0.6);
}

@media only screen and (max-width: 1200px) {
  .pay-method-selector {
    height: 110px;
  }
  .pay-method-selector i {
    margin: 5px !important;
    font-size: 33px;
  }
  .pay-method-selector .pm-icon {
    margin-top: 15px;
  }
  .pay-method-selector .pm-icon img {
    margin-top: 18px;
  }
  .pay-method-selector .pm-name {
    margin-top: 20px;
  }
}


.stripe-checkout-button, .paypal-button {
  background-color: hsl(221, 70%, 28%);
  color: white;
  padding: 13px 0;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}

.stripe-checkout-button:hover, .paypal-button:hover {
  background-color: hsl(221, 70%, 32%);
}

@media only screen and (max-width: 1200px) {
  .stripe-checkout-button, .paypal-button {
    padding: 30px 0;
    border-radius: 10px;
    font-size: 35px;
  }
}



.rec-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .rec-non-mobile {
    display: none;
  }
  .rec-mobile {
    display: inline;
  }
}



/* Group Payment */

.gp_info_error {
  color: hsla(0, 100%, 45%, 1);
}

.gp_info_ok {
  color: hsla(120, 70%, 40%, 1);
}

.gp_input a {
  font-size: 15px;
  color: gray;
  cursor: pointer;
}

.gp_table td {
  padding: 0px 10px;
}



/* ----------------  Subsites ---------------- */

section .content-wrapper table td, .section .content-wrapper table th {
  line-height: 50px;
  font-weight: 400;
  padding-right: 10px;
}
section .content-wrapper table td img {
  height: 13px;
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
  section .content-wrapper table td, section .content-wrapper table th {
    float: left;
    width: 100%;
    line-height: 12vw;
    font-size: 5vw;
  }
  section .content-wrapper table td img {
    height: 4vw;
    margin-right: 3vw;
  }
}

.cheating_not_allowed {
  color: red;
}
.cheating_allowed {
  color: green;
}


.support-button {
  width: 250px;
  display: inline-block;
  text-align: left;
}
.support-button i {
  width: 20px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .support-button {
    width: 90%;
    font-size: 5vw;
    padding: 2vw 2vw;
  }
  .support-button i {
    width: 4vw;
    text-align: right;
  }
}
.support-content {
  max-height: 0px;
  transition: 0.5s max-height;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .support-content {
    font-size: 4vw;
  }
}

.support-content a {
  cursor: pointer;
}


section .content-wrapper .partnerbox {
  text-align: center;
}

section .content-wrapper .partnerbox img {
  width: 200px;
}
@media only screen and (max-width: 1200px) {section .content-wrapper .partnerbox img {
  width: 60%;
}}




/* Addr */

#address_preview {
  background: #00000087;
  width: 530px;
  padding: 10px;
  margin: 10px;
  line-height: 19px;
  font-size: 16px;
}



/* About */

.intext-img {
  height: 190px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .intext-img {
    height: 20vw;
  }
}





/* Orga */

.orgaimg {
  float: left;
  width: 130px;
  filter: grayscale(1.0);
  margin-left: 50px;
}


.orgatext {
  display: inline-block;
  width: 650px;
  margin-left: 20px;
}

.orgatext img, .orgabox_small img {
  height: 12px;
  margin-left: 5px;
}

.orgarole {
  font-weight: 600;
}

.orgabox span {
  display: inline-block;
  font-size: 16px;
  color: #cbcbcb;
  font-style: italic;
}


.orgabox_small {
  margin-left: 50px;
  margin-bottom: 30px;
}

.orgaamb_wrapper {
  width: 850px;
  margin-left: 45px;
}

.orgaamb {
  filter: grayscale(1.0);
  width: 80px;
  margin: 5px;
}


@media only screen and (max-width: 1200px) {
  .orgaimg {
    width: 20%;
    margin: 0;
  }

  .orgatext {
    width: 74%;
    margin-left: 5%;
    font-size: 4vw;
  }

  .orgatext img, .orgabox_small img  {
    margin-left: 1.4vw;
    height: 2.7vw;
  }

  .orgaamb_wrapper {
    width: 100%;
    margin: 0;
  }

  .orgaamb {
    width: 14%;
    margin: 1%;
  }
}


/* Index Elements */

.index-poster {
  width: 110px;
  margin: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .index-poster {
    width: 40%;
    margin: 0 4%;
    margin-top: 6vw;
  }
}


.stats-box {
  font-size: 16px;
  text-align: center;
  color: #c3c3c3;
  margin: 80px 0;
}

.part-counter {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  color: white;
}


@media only screen and (max-width: 1200px) {
  .stats-box {
    font-size: inherit;
    margin: 20vw 0;
  }

  .part-counter {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
}


/* Prt */

.prt-wrapper {
  text-align: right;
  border-bottom: 1px dotted white;
  margin-bottom: 60px;
  min-height: 120px;
}

.prt-text{
  float: left;
  text-align: left;
}

.prt-logo {
    width:  120px;
}

@media only screen and (max-width: 1200px) {
  .prt-wrapper {
    text-align: center;
    border-bottom: 0.5vw dotted white;
    margin-bottom: 5vw;
  }

  .prt-text{
    float: none;
    text-align: center;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }

  .prt-logo {
      width:  40%;
      margin-bottom: 5vw;
  }
}



/* OTHER UPDATED */

.inline-flag-address {
  height: 15px;
}

/* #localgroups .content-wrapper {
  text-align: center;
} */




.image-wrapper {
  display: inline-block; 
  width: 250px;
  text-align: center;
 }
 
 .image-wrapper img {
   height: 150px;
 }
 
 .image-wrapper small {
   color: grey;
   display: inline-block;
   font-size: 13px;
 }
 

@media only screen and (max-width: 1200px) {
  .image-wrapper {
    width: 100%;
  }
  .image-wrapper img {
    height: auto;
    width: 40%;
  }
  .image-wrapper small {
   display: block;
   font-size: 3.5vw;
    margin-bottom: 5vw;
 }
}


/* Language Stuff */


/* Lanugage Screen */

.language_screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: black;
  color: white;
  width: 80%;
  height: 100vh;
  overflow-y: scroll;
  padding: 10%;
  padding-top: 5%;
  font-size: 40px;
  font-weight: bold;
  /* display: none; */
}

.language_screen img {
  width: 150px;
}

.language_screen span {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 25px;
  color: hsl(0,0%,50%);
}

.language_screen .button {
  color: white;
  border: 2.5px solid white;
  margin: 20px;
  padding: 10px 20px;
  font-size: 30px;
  display: inline-block;
}

.language_screen .button:hover {
  background: white;
  color: black;
}

.bottom_space {
  width: 100%;
  height: 30vw;
}

@media only screen and (max-width: 1200px) {
  .language_screen {
    font-size: 9vw;
  }
  .language_screen img {
    width: 35vw;
    margin-top: 8vw;
  }
  .language_screen span {
    font-size: 5vw;
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
  .language_screen .button {
    border: 0.4vw solid white;
    display: block;
    padding: 3vw 0px;
    margin-bottom: 9vw;
  }
  .bottom_space {
    width: 100%;
    height: 40vw;
  }
}





:root {
  --language_menu_space_top_desktop: 28px;
  --language_menu_space_top_mobile: 17vw;
}

.translation-notice {
  position: fixed; top: 0; left: 0; width: 100%; text-shadow: none; padding: 2px 0; z-index: 1000;
  background: black;
  border: none;
  color: white;
  height: var(--language_menu_space_top_desktop);
}

.translation-notice p {
  margin: 0; font-size: 0.8em; text-shadow: none;
}

.translation-notice p a {
  color: white;
  font-weight: 400;
}

.translation-notice p i {
  padding-right: 3px;
}


.all-languages { 
  font-size: 0.7em !important;
  }


@media only screen and (max-width: 1200px) {
  .translation-notice {
    height: var(--language_menu_space_top_mobile);
  }
}

.extra_space_because_of_language {
  width: 100%;
  height: var(--language_menu_space_top_desktop);
}
@media only screen and (max-width: 1200px) {
  .extra_space_because_of_language {
    width: 100%;
    height: var(--language_menu_space_top_mobile);
  }
  .all-languages { 
    font-size: 3.0vw !important;
  }
}






/* Language Selection */

.languages {
  background: black;
  color: hsl(0, 0%, 50%);
  font-weight: bold;
  font-size: 12px;
  padding: 7px;
}

.languages a {
  color: hsl(0, 0%, 70%);
  padding-left: 40px;
}

.languages a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .languages {
    display: none;
  }
}






/* Arabic (RTL) formatting */

html[dir="rtl"], html[lang="ar"] {
  direction: rtl;
  unicode-bidi: embed;
}

body[dir="rtl"], body[lang="ar"] {
  direction: rtl;
  text-align: right;
  unicode-bidi: embed;
}

/* Fix for submenu items */
html[dir="rtl"] .menu ul li ul li,
html[lang="ar"] .menu ul li ul li {
  display: block;
  float: none;
  text-align: right;
  padding: 7px 15px;
  padding-left: 0px; /* Add more padding on the left side */
  width: 80%;
}

html[dir="rtl"] .process-step-no,
html[lang="ar"] .process-step-no {
  float: right; /* Process step numbers should float right in RTL */
}

html[dir="rtl"] .process-step-content,
html[lang="ar"] .process-step-content {
  margin-right: 50px;
  margin-left: 0;
  text-align: right;
}

html[dir="rtl"] .interface-title span,
html[lang="ar"] .interface-title span {
  float: left;
}

html[dir="rtl"] .footer-column,
html[lang="ar"] .footer-column {
  float: right;
}

html[dir="rtl"] #footer-footer span,
html[lang="ar"] #footer-footer span {
  float: left;
}

html[dir="rtl"] .rules-check-span,
html[lang="ar"] .rules-check-span {
  float: right;
}

html[dir="rtl"] .submission-form input[type='checkbox'],
html[lang="ar"] .submission-form input[type='checkbox'] {
  float: right;
}

html[dir="rtl"] h4 i,
html[lang="ar"] h4 i {
  padding-right: 0;
  padding-left: 4px;
}

@media only screen and (max-width: 1200px) {
  [dir="rtl"] .content-wrapper,
  html[lang="ar"] .content-wrapper {
    text-align: right !important;
  }
  
  [dir="rtl"] .menu ul .menu-bars,
  html[lang="ar"] .menu ul .menu-bars {
    float: left;
  }
  
  [dir="rtl"] .mobile-menu ul,
  html[lang="ar"] .mobile-menu ul {
    text-align: right;
  }
}







/* OTHER */

.financial-support-ambassadors-table {
  text-align: center;
}

.financial-support-ambassadors-table table {
  display: inline-block;
  text-align: center;
  /* border: 1px solid white; */
  padding: 10px;
}

.financial-support-ambassadors-table table td {
  text-align: center;
  border-bottom: 1px dashed white;
  padding: 0 20px;
  margin: 5px;
}


@media only screen and (max-width: 1200px) {
  .financial-support-ambassadors-table {
    width: 90%;
  }
}




.ambassador_orgabox {
  margin-left: 190px;
}

.ambassador_orgabox .orgatext {
  width: 400px;
}


@media only screen and (max-width: 1200px) {
  .ambassador_orgabox {
  margin-left: auto;
}

.ambassador_orgabox .orgatext {
  width: 75%;
}

}



.ambassador-info-h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px dotted grey;
}


.ambassador-title-h4 {
  border-bottom: 2px solid white;
  margin: 10px 0;
  padding-bottom: 2px;
}


.ambassador-box {
  border: 1px dotted white;
  padding: 0px 15px;
  border-radius: 5px;
}

.ambassador-box .ambassador-title-h4 {
  margin-top: 0;
  padding-top: 0;
}


.ambassador-activities-element {
  font-size: 15px;
  color: #e8e8e8;
}

.ambassador-activities-date {
  font-weight: 400;
}

.ambassador-participant-details {
  font-size: 13px;
  color: grey;
  /* margin-left: 27px; */
}

.ambassador-participant-details img {
  height: 12px;
  margin-right: 3px;
}

.ambassador-participant-details span {
  float: right;
  font-size: 16px;
}

.ambassador-participant-points {
  width: auto !important;
  float: right;
  font-weight: 100 !important;
  font-size: 14px;
  color: grey;
}

.ambassador-participant-certificates {
  padding: 0;
  margin: 0;
}

.ambassador-participant-certificates {
  width: auto !important;
}

@media only screen and (max-width: 1200px) {
  .ambassador-participant-details {
    font-size: 3.5vw;
  }
  .ambassador-participant-details i {
    font-size: 3.5vw !important;
  }
  
  .ambassador-participant-points  {
    font-size: 3.4vw;
  }

  .ambassador-participant-certificates {
    width: auto !important;
  }
    
  }




.logout-button {
  margin-top: 4px;
}




@media only screen and (max-width: 1200px) {
  .timer-content-mobile-NEU  {
    padding: 0 !important;
    background: none !important;
    font-size: 8.5vw !important;
    line-height: 14vw;
  }
  .less-margin-mobile {
    margin-bottom: 0 !important;
  }
    }
  






 



/*  National Ambassadors */

.ambassador-national-picture img {
  width: 80px;
  float: left;
  /* filter: grayscale(100%); */
}

.ambassador-national-box {
  margin-left: 95px;
}

   
.joined-date {
  font-size: 15px;
  color: #b8b8b8;
}   

.ambassador-national-activities-seperator {
  border-top: 1px dashed grey;
  margin-top: 10px;
  padding-bottom: 10px;
}

.ambassador-national-activity {
  background: #00000096;
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 8px;
  line-height: 15px;
  margin-bottom: 8px;
}


.ambassador-national-activity-date {
  display: inline;
  color: #b8b8b8;
}



.ambassador-national-emails {
  font-size: 12px;
  color: grey;
  line-height: 16px;
  text-align: left;
  border: 1px dotted grey;
  padding: 10px;
  border-radius: 5px;
}




.ambassadors-national-statistics-box {
  font-size: 40px;
  width: 30.5%;
  display: inline-block;
  border: 1px solid white;
  border-radius: 15px;
  text-align: center;
  padding: 30px 0;
  margin: 0 1%;
  margin-top: 30px;
}

.ambassadors-national-statistics-box small {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}


.ambassadors-national-statistics-box small div {
  /* color: grey; */
  color: #00a500;
}


@media only screen and (max-width: 1200px) {
  .ambassadors-national-statistics-box {
    width: 100%;
  }
}





.list-element-participant {
  display: inline-block;
  width: 97%;
}

.teacher-list-element-name-wrapper {
  width: 47%;
  margin-right: 3%;
  float: left;
  line-break:anywhere;
}

.teacher-list-element-results-wrapper {
  width: 50%;
  /* float: left; */
  display: inline-block;
}

.teacher-list-element-result-box {
  width: 33%;
  float: left;
}

.list-element-legend {
  padding: 0;
  margin: 0 !important;
  margin-top: 20px !important;
  line-height: 15px;
  background: transparent !important;
}

.teacher-list-element-result-box small {
  font-size: 13px;
  color: #c8c438;
}

.certificate_icon_in_table {
  color: #c8c438;
}

.teacher-list-element-result-box {
  font-size: 12px;
}



@media only screen and (max-width: 1200px) {

  .list-element-participant {
    width: 90%;
  }
  
  .teacher-list-element-name-wrapper {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4vw;
  }
  
  .teacher-list-element-results-wrapper {
    width: 100%;
  }
  
  
  .list-element-legend {
    line-height: 3.5vw;
  }
  
  .teacher-list-element-result-box small {
    font-size: 3.5vw;
  }
  
  
  .teacher-list-element-result-box {
    font-size: 3vw;
  }

}


.submission-form input[type='radio'] {
  width: 40px;
}





.student-entry {
  border: 1px dotted #ccc; 
  border-radius: 10px;
  padding: 30px; 
  margin-bottom: 50px;
}


.student-entry h4 {
  margin-top: 0;
}

.student-entry label {
  display: block;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}


.small_input_block {
  width: 32.5%;
  /* float: left; */
  display: inline-block;
}

.small_input_block select, .small_input_block input {
  margin: 0;
  padding: 3px 5px;
  width: 90%;
  font-size: 14px;
}

.small_input_block select {
  width: 95%;
  padding: 2px 5px;
}

.small_input_block label {
  font-size: 14px;
}


.add_student_bulk_button {
  background: white;
  border: none;
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}


.add_student_bulk_button_csv {
  background: white;
  border: none;
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}



.csv_import_info {
  border-top: 1px dashed white;
  padding-top: 15px;
  border-bottom: none !important;
}


.sudent_entry_success {
  background: #00800033;
}


.student_entry_info_success {
  margin-top: 30px;
  color: green;
  font-weight: bold;
  font-size: 22px;
}


.sudent_entry_error {
  background: #80000033;
}


.student_entry_info_error {
  margin-top: 30px;
  color: #800000;
  font-weight: bold;
  font-size: 22px;
}


.confirmation_email_check {
  display: inline-block !important;
  float: none !important;
  /* width: 20px !important; */
}




