@font-face {
  font-family: 'Battambang';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/vjk/font/Battambang.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: Battambang;
    font-size: 12pt;
}
ul {
    list-style-position: inside; /* Bullets will align with the text */
}

body {
    background: #FCF9EE;
}

td div ul li label, td label.radio {
    margin: 0;
    margin-right: 30px;
}

td label.radio {
    /*margin-left 0;*/
}

body {
    color: #000;
    text-align: center;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#wrap {
    flex: 1;
}

.bg-black {
    margin-top: auto; /* Pushes the footer to the bottom when content is insufficient */
}

.top-row {
    width: 100%;
    z-index: 40;
    bottom: auto;
    inset: 0;
    position: fixed;
    height: 100px;
}

#wrap {
    padding: 10px;
    padding-top: 20px;
}

.top-icon {
    width: 32px;
    color: black;
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.items-center {
    align-items: center;
}

h1 {
    font-size: 1.2em;
    margin-bottom: 40px;
}

section {
    margin: 5px;
}

a {
    text-decoration: none;
}

div#wrap {
    clear: both;
    display: block;
    margin: 20px auto;
    text-align: left;
    width: 800px;
}

nav ul {
    list-style: none;
    width: 100%;
    background: #ccc;
    overflow: auto;
    margin-bottom: 20px;
}

nav ul li {
    padding: 14px 20px;
    float: left;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td {
    padding: 0;
}

.errorRow {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* Forms */

h2 {
    margin: 30px 10px 10px 0px;
    font-size: 30px;
    font-weight: 700;
}

label {
    display: block;
    margin: 10px 10px 3px 0px;
}

label.radio {
    display: inline;
    margin: -3px 10px 25px 10px;
}

input {
    display: block;
    margin: 3px 10px 10px 0px;
}

input, textarea, select {
    background: transparent;
}

input[type="text"], input[type="email"], input[type="number"], select {
    width: 300px;
    font-size: 100%;
    padding: .75rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

button[type="submit"], button.big, input[type="submit"]{
    background: rgb(234 179 8);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: none;
    cursor: pointer;
    clip-path: polygon(-1px 8px, 0px 8px, 8px 0px, 8px 0px, 8px 0px, 8px 0px, 8px -1px, calc(100% - 8px) -1px, calc(100% - 8px) 0px, 100% 8px, 100% 8px, 100% 8px, 100% 8px, calc(100% + 1px) 8px, calc(100% + 1px) calc(100% - 8px), 100% calc(100% - 8px), calc(100% - 8px) 100%, calc(100% - 8px) 100%, calc(100% - 8px) 100%, calc(100% - 8px) 100%, calc(100% - 8px) calc(100% + 1px), 8px calc(100% + 1px), 8px 100%, 0px calc(100% - 8px), 0px calc(100% - 8px), 0px calc(100% - 8px), 0px calc(100% - 8px), -1px calc(100% - 8px));
}

 button.secondary {
     background: rgb(200 200 200);
     margin-right: 1em;
}

button[type="submit"]:hover, button.big:hover, input[type="submit"]:hover {
    color: rgb(255 255 255);
    background-color: rgb(0 0 0);
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    vertical-align: middle;
}

 input[type='radio'],  input[type='checkbox'] {
     transform: scale(1.3);
 }

input#grote-blad-ja, input#grote-blad-nee {
    margin-top: 18px;
}

label[for="grote-blad-ja"], label[for="grote-blad-nee"] {
    margin-top: -20px;
}

p.grote-blad {
    margin-bottom: 0;
}

select {
    margin: 0px 10px 25px 0px;
    font-size: 1em;
}

input.submit {
    margin-top: 30px;
}

p.error, ul.errorlist {
    padding: 5px;
    border: 1px solid #900;
    background: #fcc;
    list-style: none;
}

p.progress {
    width: 100%;
    padding: 30px;
    border: 1px solid #090;
    background: #cfc;
}

div.fwrap {
    display: inline-block;
    overflow: auto;
    margin: 0;
}

textarea {
    display: block;
    margin: 3px 10px 25px 0px;
    width: 600px;
    height: 4.5em;
    font-size: 1em;
}

span.hint {
    clear: both;
    color: #666;
    width: 60%;
    margin-left: 37px;
    margin-bottom: 10px;
    display: block;
}

span.hint strong, span.hint a {
    font-size: 1.0em;
}

input[type="submit"] {
    margin-top: 30px;
    font-size: 1em;
}

p {
    margin-bottom: 25px;
}

.listOfText {
    padding-left: 40px;
}

/* Required fields get an asterisk */
.required:after {
    content: " *";
}

.extra_question_info {
    color: grey;
}


/* Inline lists (for yes/no radio selects) */
.inlinelist ul {
    list-style-type: none;
}
.inlinelist ul li, .inlinelist ul li label {
    display: inline;
}

/* On the donation form have the yes/no radio's on the same line */
#step-1 .inlinelist {
    display: inline-flex;
}

.checkbox_label {
    margin-left: 0;
    margin-right: 20px;
}

. line {
    margin: 0.4rem 0;
}

.line input[type="checkbox"] {
    margin: 2px;
}

.sub_label {
    margin-left: 25px;
}

/** Field specific stuff */
#id_voornaam {
    width: 250px;
}

#id_infix, #id_toevoeging, #id_house_suffix {
    width: 150px;
}

#id_achternaam, #id_school_klas, #id_verz_naam,  #id_verz_num,  #id_tel_kamp_1  #id_tel_kamp_2  #id_tel_kamp_3 {
    width: 295px;
}

#id_tel_kamp_1 {
    margin-top: 20px;
}

#id_wants_to_help_with_other {
    display: inline;
}

#grote_blad_link {
   color: red;
   font-weight: bold;
}

.important_text {
    color: #c00;
}



@media (max-width: 800px) {
    .top-row {
        flex-direction: column;
    }

    div#wrap {
        width: 100%;
    }

    .hidden {
        display: none; /* Hide non-essential links on mobile */
    }
   .w-full {
        width: 100%;
    }
    .gap-4 {
        gap: 1rem; /* Maintain gap for better readability */
    }

    input[type="text"], input[type="email"], textarea, select {
        width: 100%; /* Full width for better usability on mobile */
        margin: 0.5rem 0; /* Add some vertical spacing */
    }

    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .fwrap {
        display: block;
        width: 100%;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    p, a {
        font-size: 1rem;
    }
}








/* TAILWIND*/
/* Tailwind base styles (essential reset and typography) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
  line-height: inherit;
}

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

p a, .suggestion-btn {
    font-weight: bold;
    color: brown;
}

b a {
    color: brown;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button {
  background: transparent;
  cursor: pointer;
}

/* Tailwind utilities */
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.gap-4 {
  gap: 1rem;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.font-semibold {
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.lg\:flex {
  display: flex;
}

.lg\:hidden {
  display: none;
}

.p-4 {
  padding: 1rem;
}

.bg-yellow-500 {
  background-color: #f59e0b;
}

.text-black {
  color: #000;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.rounded-mdX {
  border-radius: 0.375rem;
}

.bg-black {
  background-color: #000;
}

.text-white {
  color: #fff;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-4 {
  padding: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.w-1\/2 {
  width: 50%;
}

.hover\:underline:hover {
  text-decoration: underline;
}


/* Responsive media queries */
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }
}

