* {
* {
  box-sizing: border-box;
}

body {
  margin: 60px 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
}

hr {
  color: #fff;
}

.menu_button {
    width: 40px;
    opacity: 0.35;
}

.menu_button.active {
    opacity: 1;
}

.menu_button.inactive {
    opacity: 0.05;
}

.menu_button,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* Layout: login/startpagina */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;

  width: 100%;
  height: clamp(74px, 17vw, 84px);

  display: flex;
  justify-content: center;

  background: linear-gradient(90deg, #ff2533, #ff914d);
}

.logo {
  position: absolute;
  top: clamp(28px, 7vw, 32px);
  z-index: -1;

  width: clamp(90px, 25vw, 115px);
  height: auto;
}

.page {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: clamp(72px, 18vw, 86px) clamp(22px, 10vw, 45px) 0;

  text-align: center;
}

.intro {
  margin-bottom: clamp(26px, 8vw, 34px);
}

.intro p {
  margin: 0;

  font-size: clamp(12px, 3.3vw, 13px);
  line-height: 1.7;
}

.card,
.card_login {
  width: 95%;
  border-radius: 5px;
  background: linear-gradient(180deg, #ff2634 0%, #ff914d 100%);
  color: #fff;
}

.card {
  position: relative;
  overflow: hidden;

  margin: 8px 0 0;
  padding: 10px 0 0;
}

.card_login {
  padding: clamp(20px, 6vw, 24px) clamp(18px, 7vw, 27px) clamp(24px, 7vw, 30px);
}

.card_login h1 {
  margin: 0 0 clamp(15px, 4vw, 17px);

  font-size: clamp(17px, 5vw, 19px);
  font-weight: 800;
  letter-spacing: 0.5px;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(100px, 30%) 1fr;
  align-items: center;
  gap: clamp(6px, 2vw, 9px);

  margin-bottom: 8px;

  text-align: left;
}

.form-row label {
  color: #fff;
  font-size: clamp(11px, 3.2vw, 12px);
}

.form-row input {
  width: 100%;
  height: clamp(21px, 6vw, 24px);
  padding: 3px 8px;

  border: none;
  border-radius: 3px;
  background: #fff;

  font-size: 13px;
}

.submit-btn {
  width: clamp(140px, 40vw, 150px);
  height: clamp(25px, 7vw, 29px);
  margin: 17px auto 0;

  border: none;
  border-radius: 4px;
  background: linear-gradient(180deg, #ff2634 0%, #ff914d 100%);
  color: #fff;

  font-size: 12px;
  font-weight: 800;

  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* Algemeen */
.header {
  font-family: "Permanent Marker", cursive;
  font-size: 4vh;
  font-style: normal;
  font-weight: 400;
}

.background {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;

  display: block;
  width: auto;
  height: 100vh;
  margin: 0;
}

footer {
  position: absolute;

  width: 95%;
  height: 20px;
  margin-bottom: 20px;

  text-align: right;
}

.footer {
  position: sticky;
  bottom: 0;

  width: 100%;

  background: #fff;
}

.main {
  width: 100%;
  height: 100%;
  padding: 0;

  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.bg_ro {
  width: 100%;
  height: 100px;

  background: #fff;
}

.menu,
.active_or_not {
  position: sticky;

  width: 100%;

  background: #fff;
}

.menu {
  top: 0;

  height: 135px;
  margin-top: -0.2vh;
}

.active_or_not {
  top: 135px;
}

.update_times {
  font-size: 6px;
  text-align: right;
}

/* Form controls */
.savebutton,
select,
option {
  margin: 1vh;
  padding: 0.2vh;

  border-color: transparent;
  border-radius: 2vh;
  background-color: #000;
  color: #fff;

  font-size: 11px;
}

.radio_item {
  display: none !important;
}

.label_item {
  opacity: 0.2;
}

.radio_item:checked + label {
  opacity: 1;
}

.finalist_select,
.vragen_select {
  width: 140px;
}

.vragen_ja_nee {
  width: 60px;
}

  .finalist_select
, .vragen_select
, .vragen_ja_nee {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #222;

  font-size: 9px;
  text-align: center;
  text-align-last: center;
}


  .multiplier_1_select
, .multiplier_2_select {
  width: 20vw;
}

.score_drop_down {
  width: 54px;
  height: 70px;
  margin: 0 2px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  border-radius: 4px;
  background: #fff;
  color: #222;

  font-size: 22px;
  text-align: center;
  text-align-last: center;
}

.selected_worst,
.unselected_worst {
  position: relative;
  right: 0;
  z-index: 1;

  width: 8vw;
  margin: 0;
  margin-bottom: 0;

  text-align: right;
}

.selected_worst {
  opacity: 1;
}

.unselected_worst {
  opacity: 0;
}

/* Logo's */
.clublogo {
  width: 86px !important;
  height: 86px !important;

  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.logo-container {
  width: 20vw;
  height: 20vw;
  overflow: hidden;

  border-radius: 50%;
}

.logo-container img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* Wedstrijdtabel */
.match_table {
  width: 96%;
  margin: 0;
  padding: 0;

  border-spacing: 0;
  border-collapse: collapse;
  background: linear-gradient(180deg, #ff9f1c 0%, #f57c00 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35), inset 0 -4px 0 rgba(0, 0, 0, 0.15);

  font-family: Arial, Helvetica, sans-serif;
}

.matchdate {
  color: #000;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.matchdate_text {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.matchtime_text {
  margin-bottom: 8px;

  font-size: 8px;
  font-weight: normal;
  text-align: center;
}

.club_info,
.vshome,
.vsaway {
  text-align: center;
}

.club_info,
.vshome,
.vsaway,
.vsmiddle,
.antwoord,
.poule_country {
  font-size: 10px;
}

.club_text {
  margin-top: 8px;

  color: #fff;
  font-size: 6px;
  font-weight: normal;
}

.vsmiddle {
  width: 10px;

  text-align: center;
}

.vstime {
  font-size: 12px;
}

.vraag {
  color: #fff;
  font-size: 9px;
  font-weight: normal;
}

.poule_results {
  font-size: 11px;
}

.poule_country {
  width: 90px;
}

.home_score,
.away_score {
  width: 50px;
}

.home_score {
  text-align: right;
}

.away_score {
  text-align: left;
}

/* Tabelkoppen en afgeronde hoeken */
.th_l,
.th_r,
.rounded_top_left,
.rounded_top_right,
.rounded_bottom_left,
.rounded_bottom_right {
  width: 15px;
}

.th_l,
.th_c,
.th_r {
  border: 1px;
  background: #06509d;
  color: #fff;

  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.rounded_top_left {
  border-top-left-radius: 15px;
}

.rounded_top_right {
  border-top-right-radius: 15px;
}

.rounded_bottom_left {
  border-bottom-left-radius: 15px;
}

.rounded_bottom_right {
  border-bottom-right-radius: 15px;
}

.rounded_top_left,
.rounded_top_right,
.head_group,
.head_time {
  border: 1px;
  color: #fff;

  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.rounded_bottom_left,
.rounded_bottom_right,
.bottom_row {
  border: 1px;
  color: #000;

  font-size: 13px;
}

.bottom_row {
  height: 18px;
}

.head_time {
  text-align: right;
}

.head_group_vragen {
  border: 1px;
  background: #06509d;
  color: #fff;

  font-size: 10px;
  font-weight: bold;
}

.header_text {
  #font-family: 'Bangers', cursive;
  font-family: 'Bangers';
  #font-size: 12px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.content_row,
.tf_l,
.tf_c,
.tf_r {
  background: #e6e6e6;
}

.rdth {
  color: #000;

  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.buttons {
  width: 40px;
}

/* Badges en statusblokken */
.badge,
.ibadge {
  display: table-cell;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge {
  background: #e6e6e6;
}

.ibadge {
  background: #83a8ce;
}

.box,
.box2 {
  border-radius: 15px;
  padding: 0;

  font-weight: bold;
}

.box {
  width: 100%;

  background-color: #fff;
  text-align: center;
}

.box2 {
  width: 98%;

  text-align: left;
}

.box.yellow,
.box2.yellow {
  background-color: #f2ff00;
}

.box.red,
.box2.red {
  background-color: red;
  color: #f2ff00;
}

.box.green,
.box2.green {
  background-color: #00a300;
}

.box.blue,
.box2.blue {
  background-color: #34c0eb;
}

.box.yblue,
.box2.yblue {
  background: linear-gradient(45deg, #f2ff00 50%, #34c0eb 50%);
}

.pbutton,
.ipbutton {
  width: 100%;
  padding: 0;

  border-radius: 15px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.pbutton {
  background: #fff;
}

.ipbutton {
  background: #06509d;
  color: #fff;
}

/* Klassement */
.klassement_head,
.klassement_nickname,
.klassement_points {
  color : #fff;
}

.klassement_head,
.klassement_points {
  width: 25px;

  font-size: 8px;
  text-align: right;
  vertical-align: top;
}

.klassement_nickname {
  font-size: 9px;
  text-align: left;
  vertical-align: top;
}

.klassement_head {
  font-weight: bold;
}

