* {
  font-family: "Lato", sans-serif;
}

input {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#person0 {
  display: none;
}

[id^="other-special-food"],
[id^="other-special-needs"],
[id^="date_of_vacc"],
[class^="dinner_select"] {
  display: none;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Lato", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 30px 0 30px 0;
  background-image: url("festiwal-zawodow-bg-new.jpg");
  background-color: #153878;
  background-attachment: fixed;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  max-width: 900px;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.send {
  padding: 10px 20px;
  border: 0;
  color: white;
  background: #1e3184;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}

textarea {
  overflow-y: visible;
  resize: vertical;
}

#form {
  width: 80%;
}

form {
  width: 100%;
}

[type="checkbox"] {
  margin-top: 10px;
}

h3 {
  font-weight: 600;
  color: #2b3752;
  margin: 25px 0 20px 0;
}

h3 span {
  color: white;
  background: #1e3184;
  border-radius: 50%;
  padding: 5px 10px;
  margin-right: 10px;
}


.logo_container img {
  max-width: 300px;
  margin: auto;
  display: block;
  width: 100%;
  padding: 2em 0;
}

.header1 {
  font-size: 1.4em;
  color: #1e3184;
  font-weight: 700;
  text-align: center;
}

label span:not(span.red) {
  color: #153878;
  font-size: 1rem;
  font-weight: 900 !important;
  padding-left: 3px;
}

.jte-form-group,
.jte-radio-group,
.jte-seperator {
  width: 100% !important;
}

.jte-generated-form .jte-form-group.jte-checkbox .jte-form-control.checkbox {
  visibility: visible !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 10px !important;
}

.jte-checkbox label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.jte-step-wizard.jte-step-active {
  padding: 0px !important;
}

.jte-panel-module-group-header,
.jte-panel-module-category-header {
  display: none;
}

.jte-panel-module-container
  .jte-panel-module-group-container
  .jte-panel-module-category-container
  .jte-panel-module-items {
  margin-bottom: 10px;
}

.jte-generated-form .jte-seperator {
  border-bottom: 2px solid #153878 !important;
  padding-bottom: 10px;
  color: #153878 !important;
}

.jte-generated-form .jte-btn.jte-btn-primary {
  background: #153878 !important;
  color: #fff;
}

#opcja-nauczyciel-rodzic_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jte-form-group-radio
  .jte-form-radio-control:checked
  ~ .jte-form-radio-control-label::before {
  border: 2px solid #153878 !important;
  background-color: #153878 !important;
}

.jte-form-group-radio
  .jte-form-radio-control:checked
  ~ .jte-form-radio-control-label::after {
  border: 2px solid #153878 !important;
}

.jte-panel-module-container {
  font-size: 10pt;
  line-height: 1.5;
}

.jte-generated-form .jte-form-group.jte-checkbox {
  font-weight: 300;
  line-height: 1.5;
  font-size: 10pt;
}

#osobuczniow-ze-specjalnymi-potrzebami_container + div {
  border: none !important;
  color: #292929 !important;
}

.logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 50px;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.logos img {
  width: 100%;
}

@media (max-width: 900px) {
  .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logos img {
    width: 100%;
  }

  .logos {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 550px) {
  .jte-radio-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 490px) {
  .logos {
    grid-template-columns: 1fr !important;
  }

  .logos img {
    max-width: 170px;
  }
}

.jte-panel-module-item-card-text {
  font-weight: 800;
}

.jte-panel-module-item-wrapper {
  margin: 0 !important;
}

.jte-panel-module-items {
  gap: 15px;
}

.jte-panel-module-container
  .jte-panel-module-group-container
  .jte-panel-module-category-container
  .jte-panel-module-items {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (minmax(220px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.jte-panel-module-seperator {
  display: none !important;
}

.jte-form-group-radio .jte-form-radio-control ~ .jte-form-radio-control-label {
  height: initial !important;
}

.jte-form-group-radio
  .jte-form-radio-control
  ~ .jte-form-radio-control-label:after {
  top: 0;
}

.jte-generated-form .jte-seperator::before {
  display: none !important;
}

select ~ .jte-form-control-label {
  display: none !important;
  transform: translate3d(0, -28px, 0);
}

.jte-generated-form .jte-form-group .jte-form-control.ss-main {
  display: flex;
}

#ile-miejsc-parkingowych-porzeba_container {
  margin-top: 1em;
}

strong, b {
  font-weight: bold;
}

.jte-panel-module-group-container {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 15px !important;  
}

.jte-panel-module-container .jte-panel-module-group-container .jte-panel-module-category-container .jte-panel-module-items {
  display: flex !important;
}

.jte-panel-module-container .jte-panel-module-group-container .jte-panel-module-category-container .jte-panel-module-items .jte-panel-module-item-wrapper {
  width: auto !important;
}

.jte-panel-module-item-duration {
  display: none !important;
}



.day-navigation {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}

.day-navigation a {
  display: inline-block;
  padding: 12px 24px;
  color: #153878;
  border: 2px solid #153878;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}

.day-navigation a:hover {
  background-color: #153878;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(21, 56, 120, 0.2);
}

.day-navigation a:active {
  transform: translateY(0);
}

span.red:not(label span.red) {
  color: rgb(228, 0, 0);
}


@media (max-width: 550px) {
  .day-navigation {
    gap: 10px;
  }
  
  .day-navigation a {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
}