@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {padding: 0; margin: 0; font-family: "Open sans"}

.footer {text-align: center; font-size: .8em; margin-bottom: .4em;}
.footer a {color: black; display: inline-block; margin: 0 .5em;}

.eheader .logo {max-width: 640px; text-align: left; margin: 0 auto;}
.eheader .logo img {max-width: 50vw;}
.eheader .superportal { text-align: center; width: auto; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; }
.eheader .superportal::-webkit-scrollbar { display: none; }
.eheader .superportal li {display: inline-block; float: none;}

.content { max-width: 640px; margin: auto; padding: 1rem; }
.infoText { font-size: 15px; }
.infoText a { color: #519CFF; }

form {
  border-radius: 10px;
  width: 100%;
  max-width: calc(100% - 2rem);
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

form .formItem { margin-bottom: 2rem; }

form .formItem label {
  font-weight: 650;
  font-size: 18px;
  margin: 0 0 0.75em 0;
  display: block;
}

/*form #choice1 .formItem_grid,
form #choice2 .formItem_grid*/
form .formItem_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

form a.morebutt {
    background-color: white;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    max-width: calc(100% - 2rem);
    padding: 1rem;
    display: block;
    color: #000000;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  form .morebutt .info {
    font-size: .8em;
    color: rgba(0, 0, 0, 0.5);
  }

  form a.morebutt:hover {
    background-color: rgba(250, 178, 1, 0.05);
    border: 1px dashed rgba(250, 178, 1, 0.3);
  }

  form a.morebutt.enabled {
    font-weight: 600;
    border: 1px solid #fab201;
  }

  form input {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    max-width: calc(100% - 2rem);
    padding: .6rem;
    display: block;
    color: #000000;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    font-family: Verdana;
    font-size: .8rem;
    color: #444;
  }

  form input.check {
    width: 1rem; height: 1rem; margin: 8px 0; display: inline;
  }
  form .formItem label.checkLabel { font-size: 1rem; font-weight: normal; display: inline; font-size: .9rem; padding-left: 4px; }

  form input:focus {
    border: 1px solid #fab201;
    outline: none;
  }

.formItem select {
  background-color: white;
  border-radius: 8px;
  width: 100%;
  max-width: calc(100% - 2rem);
  padding: .6rem;
  display: block;
  color: #000000;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  font-family: Verdana;
  font-size: .8rem;
  color: #444;
}
  
form .formItem .info {font-size: .8rem; margin: 4px; color: #888}

/*
    form #choice1 a.enabled,
    form #choice2 a.enabled {
      font-weight: 600;
      border: 1px solid #fab201;
    }
*/
.tipBlock { font-size: 15px; background-color: #EDF9FF; padding: 1rem; border-radius: 10px; }
.tipBlock .title { color: #05acff; text-transform: uppercase; }
.tipBlock a { color: #519CFF; }

.modal {
  border: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 768px;
  padding: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

  .modal::backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

  .modal_header label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    opacity: 0.5;
  }

.modal_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.modal > .formItem {
  padding: 1rem;
}

  .modal > .formItem .mesiac {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
  }

    .modal > .formItem .mesiac svg {
      opacity: 0.5;
    }

  .modal > .formItem table {
    border-spacing: 3px !important;
    width: 100% !important;
    position: absolute;
    z-index: 1;
    top: 24px;
    margin-top: 1rem
  }

    .modal > .formItem table td {
      width: auto !important;
      height: auto !important;
      border-radius: 3px !important;
      border: 0 !important;
      background-color: rgba(0, 0, 0, 0.05) !important;
      text-align: center;
      line-height: 32px;
    }

      .modal > .formItem table td.vydanie {
        background-color: rgba(194, 232, 255, 0.4) !important;
        cursor: pointer !important;
      }

        .modal > .formItem table td.vydanie.active {
          background-color: #29adff !important;
          color: white !important;
          font-weight: 700 !important;
        }

  .modal > .formItem .modal_info {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 7px;
  }

    .modal > .formItem .modal_info > div {
      text-align: left;
      display: grid;
      gap: 7px;
    }

  .modal > .formItem #prepaid {
    display: grid;
    gap: 15px;
  }

    .modal > .formItem #prepaid .info {
      opacity: 0.5;
      text-align: right;
      font-size: 14px;
    }

    .modal > .formItem #prepaid a {
      background-color: white;
      border-radius: 8px;
      text-align: center;
      font-weight: 500;
      width: 100%;
      max-width: calc(100% - 2rem);
      padding: 1rem;
      display: block;
      color: #000000;
      border: 1px dashed rgba(0, 0, 0, 0.1);
      text-decoration: none;
    }

      .modal > .formItem #prepaid a:hover {
        background-color: rgba(250, 178, 1, 0.05);
        border: 1px dashed rgba(250, 178, 1, 0.3);
      }

      .modal > .formItem #prepaid a.enabled {
        font-weight: 600;
        border: 1px solid #fab201;
      }

  .modal > .formItem #preview {
    margin-left: auto;
  }

    .modal > .formItem #preview small {
      opacity: 0.5;
      text-align: left;
    }

    .modal > .formItem #preview img {
      border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      max-width: 100%
    }

  .modal > .formItem .kalendar {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    min-height: 320px;
  }

.modal .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.button {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1rem;
  background-color: white;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.button--main {
  background-color: rgba(250, 178, 1, 0.15);
  border: 1px solid rgba(250, 178, 1, 0.5);
}

.button_close {
  border: 0;
  background-color: rgba(0, 0, 0, 0.05);
  display: grid;
  width: 2rem;
  padding: 0;
  height: 2rem;
  place-content: center;
}

  .button_close svg {
    opacity: 0.75;
  }

#nextButton {
  width: 100%;
}

  #nextButton .button {
    width: calc(100% - 3rem);
    gap: 0.7rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
  }

.error { color: red; float: right; margin-right: 8px; font-size: 14px;}

.stepper {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 4rem;
  margin-bottom: 2rem;
  justify-content: center;
}

  .stepper > svg {
    color: #bbbbbb;
  }

.stepper_item {
  display: flex;
  gap: 7px;
  color: rgba(0, 0, 0, 0.5);
}

  .stepper_item span {
    display: grid;
    font-size: 12px;
    border-radius: 1.5rem;
    place-content: center;
    height: 1.5rem;
    width: 1.5rem;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    flex-shrink: 0;
  }

  .stepper_item b {
    font-weight: 400;
  }

  .stepper_item.active {
    color: #05ACFF;
  }

    .stepper_item.active span {
      background-color: #05ACFF;
    }

    .stepper_item.active svg {
      color: #05ACFF;
    }

@media screen and (max-width: 500px) {
  h1 > img {
    height: 50px;
  }

  form #choice1 a,
  form #choice2 a {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  .stepper {
    display: flex;
    padding: 0 0 1rem 0;
    align-items: center;
    gap: 1rem;
  }

  .stepper_item {
    display: grid;
    justify-content: center;
    align-self: flex-start;
    text-align: center;
  }

    .stepper_item span {
      margin: auto;
    }

  .modal .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .modal #kalendar,
  .modal #kalendar table {
    height: 240px;
  }

  .modal > .formItem .kalendar {
    height: 300px !important;
  }

  .modal > .formItem #preview {
    width: 100%;
    display: grid;
    gap: 1rem;
    justify-content: center;
  }

    .modal > .formItem #preview small {
      text-align: center;
    }
}
/*# sourceMappingURL=style.css.map */
