@charset "UTF-8";
body[data-page=event-form] h1,
body[data-page=event-activeform] h1 {
  padding-top: 1.45rem;
  font-size: 1.5rem;
}
body[data-page=event-form] .flex .date,
body[data-page=event-form] .flex .adress,
body[data-page=event-activeform] .flex .date,
body[data-page=event-activeform] .flex .adress {
  margin-right: 0.8em;
  margin-bottom: 1rem;
  display: flex;
}
body[data-page=event-form] .flex .date span:first-child,
body[data-page=event-form] .flex .adress span:first-child,
body[data-page=event-activeform] .flex .date span:first-child,
body[data-page=event-activeform] .flex .adress span:first-child {
  display: block;
  color: var(--grey);
  margin-right: 0.2rem;
  font-size: 1.2rem;
}
body[data-page=event-form] fieldset,
body[data-page=event-activeform] fieldset {
  background-color: var(--white);
  padding: 4.6rem 3.5rem 2.8rem;
  position: relative;
}
body[data-page=event-form] legend,
body[data-page=event-activeform] legend {
  display: flex;
  width: 100%;
  height: 1.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 0 1.5rem;
  background-color: var(--red);
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
}
body[data-page=event-form] legend:has(.rewind-btn),
body[data-page=event-activeform] legend:has(.rewind-btn) {
  padding: 0;
}
body[data-page=event-form] legend .rewind-btn,
body[data-page=event-form] legend .back-btn,
body[data-page=event-activeform] legend .rewind-btn,
body[data-page=event-activeform] legend .back-btn {
  display: flex;
  align-items: center;
  border-right: var(--white) 1px solid;
  padding: 0 1.15rem;
  cursor: pointer;
  height: 100%;
}
body[data-page=event-form] legend .rewind-btn > span,
body[data-page=event-form] legend .back-btn > span,
body[data-page=event-activeform] legend .rewind-btn > span,
body[data-page=event-activeform] legend .back-btn > span {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
}
body[data-page=event-form] legend .back-btn,
body[data-page=event-activeform] legend .back-btn {
  margin-right: 1.1rem;
}

body[data-page=event-form] fieldset:nth-of-type(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  align-items: start;
}
@media (max-width: 500px) {
  body[data-page=event-form] fieldset:nth-of-type(1) {
    display: block;
  }
}
body[data-page=event-form] fieldset:nth-of-type(1) > .blok {
  grid-area: 1/1/5/2;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .blok-clk {
  grid-area: 1/2/2/3;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .blok-clk label {
  text-transform: inherit;
  font-weight: 400;
  line-height: 1.2rem;
}
body[data-page=event-form] fieldset:nth-of-type(1) > hr {
  grid-area: 2/2/3/3;
  height: 0.25rem;
  border: none;
  width: 100%;
  background-color: var(--red-light);
  margin-bottom: 1.75rem;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .form-group:nth-of-type(1) {
  grid-area: 3/2/4/3;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .form-group:nth-of-type(1) label {
  text-transform: inherit;
  font-weight: 400;
  line-height: 1.2rem;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .form-group:nth-of-type(2) {
  grid-area: 4/2/5/3;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .form-group:nth-of-type(2) label {
  text-transform: inherit;
  font-weight: 400;
  line-height: 1.2rem;
}
body[data-page=event-form] fieldset:nth-of-type(1) > .flex {
  grid-area: 5/1/6/3;
  justify-content: flex-end;
}

#price-summary {
  display: none;
}

.form-group:has(> .checkbox-group > #checkbox-need_employer_details-hidden),
.form-group:has(> .checkbox-group > #checkbox-need_sponsor_details-hidden) {
  display: none;
}

@media (max-width: 500px) {
  body[data-page=event-form] fieldset {
    padding: 4.6rem 0.75rem 2.8rem;
  }
  fieldset:nth-of-type(1) {
    display: block;
    padding: 2rem 1rem 1.5rem;
  }
  fieldset:nth-of-type(1) > .blok,
  fieldset:nth-of-type(1) > .blok-clk,
  fieldset:nth-of-type(1) > hr,
  fieldset:nth-of-type(1) > .form-group,
  fieldset:nth-of-type(1) > .flex {
    grid-area: unset;
    margin-bottom: 1.2rem;
  }
}
fieldset:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  /* Pokud není program, posuň workshopy nahoru */
}
fieldset:nth-of-type(2) .form-description {
  color: var(--grey);
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 0.95rem;
}
fieldset:nth-of-type(2) .form-group {
  margin-bottom: 1.4rem;
}
fieldset:nth-of-type(2) .form-group:has(> div > #participation-hidden) {
  grid-area: 1/1/2/2;
}
fieldset:nth-of-type(2) .form-group:has(> div > #checkbox-program-hidden) {
  grid-area: 1/2/2/3;
}
fieldset:nth-of-type(2) .form-group:has(> div > #checkbox-workshops-hidden) {
  grid-area: 2/2/3/3;
}
fieldset:nth-of-type(2):not(:has(#checkbox-program-hidden)) .form-group:has(> div > #checkbox-workshops-hidden) {
  grid-area: 1/2/2/3;
}
fieldset:nth-of-type(2) .form-group:has(> div > #checkbox-active_participation_interest-hidden) {
  grid-area: 2/1/3/2;
}
fieldset:nth-of-type(2) div:has(> .mezisoucet) {
  grid-area: 3/1/4/3;
}

@media (max-width: 500px) {
  fieldset:nth-of-type(2) {
    display: block;
    padding: 2rem 1rem 1.5rem;
  }
  fieldset .form-group:has(> div > #participation-hidden),
  fieldset .form-group:has(> div > #checkbox-program-hidden),
  fieldset .form-group:has(> div > #checkbox-workshops-hidden),
  fieldset .form-group:has(> div > #checkbox-active_participation_interest-hidden),
  fieldset div:has(> .mezisoucet) {
    grid-area: unset;
    margin-bottom: 1.2rem;
  }
}
fieldset:nth-of-type(2) .radio-group,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-program-hidden),
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-workshops-hidden),
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-share_hidden),
.event-form-hotel .rooms {
  display: flex;
  flex-direction: column;
  gap: 0;
}
fieldset:nth-of-type(2) .radio-group > *,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-program-hidden) > *,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-workshops-hidden) > *,
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-share_hidden) > *,
.event-form-hotel .rooms > * {
  margin-bottom: 0;
  border-bottom: 1px solid var(--grey);
  padding: 0.4rem 0;
}
fieldset:nth-of-type(2) .radio-group > *:first-of-type,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-program-hidden) > *:first-of-type,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-workshops-hidden) > *:first-of-type,
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-share_hidden) > *:first-of-type,
.event-form-hotel .rooms > *:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0.8rem;
}
fieldset:nth-of-type(2) .radio-group > * label,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-program-hidden) > * label,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-workshops-hidden) > * label,
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-share_hidden) > * label,
.event-form-hotel .rooms > * label {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
fieldset:nth-of-type(2) .radio-group > * label .price,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-program-hidden) > * label .price,
fieldset:nth-of-type(2) .checkbox-group:has(> #checkbox-workshops-hidden) > * label .price,
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-share_hidden) > * label .price,
.event-form-hotel .rooms > * label .price {
  white-space: nowrap;
}

.mezisoucet {
  height: 2.2rem;
  background-color: var(--red-light);
  line-height: 2.2rem;
  padding: 0 1.2rem;
  border-radius: 1.1rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  min-width: 70%;
  margin-bottom: 1rem;
}

fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-no_accommodation-hidden) {
  margin-bottom: 3.5rem;
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) > .checkbox:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) > .checkbox:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) > .checkbox:nth-of-type(3) {
  grid-area: 1/3/2/4;
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) > .checkbox:nth-of-type(4) {
  grid-area: 1/4/2/5;
}
@media (max-width: 500px) {
  fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
fieldset:nth-of-type(3) #hotel-rooms-availability {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  align-items: start;
  column-gap: 4rem;
  row-gap: 0;
}
@media (max-width: 500px) {
  fieldset:nth-of-type(3) #hotel-rooms-availability {
    display: block;
    column-gap: 0;
    row-gap: 0;
  }
}
fieldset:nth-of-type(3) .form-group:has(> #accommodation_reservation_id) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: calc(50% - 2rem);
}
@media (max-width: 500px) {
  fieldset:nth-of-type(3) .form-group:has(> #accommodation_reservation_id) {
    width: 100%;
  }
}
fieldset:nth-of-type(3) .form-group:has(> #accommodation_reservation_id) .label {
  margin-bottom: 0.3rem;
}
fieldset:nth-of-type(3) .form-group:has(> #accommodation_reservation_id) #accommodation_reservation_id {
  width: 100%;
  margin-bottom: 0.8rem;
}
fieldset:nth-of-type(3) .form-group:has(> #accommodation_reservation_id) > :last-child {
  margin-bottom: 1rem;
}
fieldset:nth-of-type(3) .blok-sdilim {
  width: calc(50% - 2rem);
}
@media (max-width: 500px) {
  fieldset:nth-of-type(3) .blok-sdilim {
    width: 100%;
  }
}
fieldset:nth-of-type(3) .checkbox-group:has(> #checkbox-accommodation_nights-hidden) {
  margin-bottom: 3.25rem;
}
fieldset:nth-of-type(3) .event-form-hotel {
  border-top: var(--red-light) 3px solid;
  padding-top: 0.8rem;
  margin-bottom: 3.8rem;
}
fieldset:nth-of-type(3) h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--red-dark);
  margin-top: 0;
  margin-bottom: 0.8rem;
}
fieldset:nth-of-type(3) h4 + .category {
  margin-bottom: 0.4rem;
}
fieldset:nth-of-type(3) .category {
  font-weight: 700;
  color: var(--grey);
  margin: 1.6rem 0 0;
}
fieldset:nth-of-type(3) #share_names_block {
  margin-top: 0.8rem;
}

.registration-thanks {
  background-color: var(--white);
  padding: 4.6rem 3.5rem 2.8rem;
}
@media (max-width: 500px) {
  .registration-thanks {
    padding: 4.6rem 0.75rem 2.8rem;
  }
}
.registration-thanks h2 {
  font-size: 2.25rem;
}
.registration-thanks .info {
  margin-top: 2rem;
  justify-content: space-between;
  gap: 0 4rem;
}
.registration-thanks .info .qr img {
  display: block;
  max-width: 18rem;
}