@charset "UTF-8";
/* BARVY UI APLIKACE */
/* BARVY TYMU */
/* BARVY – POUŽITÍ */
.barva {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 24px solid #B1B1B1;
  background-color: #B1B1B1;
  cursor: pointer;
}

.barva_1 {
  border-color: #00b9ff !important;
}

.barva_2 {
  border-color: #00AD40 !important;
}

.barva_3 {
  border-color: #fdff00 !important;
}

.barva_4 {
  border-color: #132AA3 !important;
}

.barva_5 {
  border-color: #de0000 !important;
}

.barva_6 {
  border-color: #000000 !important;
}

.barva_7 {
  border-color: #c0c0c0 !important;
}

.barva_8 {
  border-color: #8cff00 !important;
}

.barva_9 {
  border-color: #670814 !important;
}

/* DYNAMICKÉ ZMĚNY VE STYLECH */
.s-podanim {
  border-bottom-color: #0D6EFD !important;
}

.stav_ok {
  background-color: #1A8754;
}

.stav_ok:hover {
  background-color: #166E45;
}

.stav_varovani {
  background-color: #b90000;
}

/* OBECNÉ */
@font-face {
  font-family: "Big Shoulders";
  src: url("../assets/font_big_shoulders.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Verdana", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.zobrazeno {
  display: block !important;
  z-index: 1100;
}

.neaktivni {
  color: #B1B1B1 !important;
  cursor: not-allowed;
}

.skryto {
  display: none;
}

.sekce {
  width: 100%;
  min-width: 320px;
  display: flex;
  justify-content: center;
  background-color: #E9ECEF;
}

.tlacitko {
  background-color: #0D6EFD;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-radius: 5px;
  color: #F9FBFF;
  text-align: center;
  cursor: pointer;
  border: 0;
  line-height: 1.2em;
}

.tlacitko:hover {
  background-color: #0D52B8;
}

.tlacitko_grow {
  flex-grow: 1;
}

/* IKONY */
.ikona_sipka {
  width: 1rem;
}

.ikona_zoom {
  width: 1.5rem;
  height: 1.5rem;
}

.ikona_karta {
  width: 2rem;
  height: 2rem;
}

.ikona_varovani {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.ikona_menu {
  width: 1.5rem;
  height: 1.5rem;
}

.ikona_sipka_right {
  transform: rotate(-90deg);
}

.ikona_sipka_left {
  transform: rotate(90deg);
}

.ikona_sipka_up {
  transform: rotate(180deg);
}

.ikona_svetla {
  filter: invert(100);
}

/* FOOTER */
.footer {
  background-color: #5E5E5E;
  color: #F9FBFF;
  padding: 1rem;
}
.footer a {
  color: #E9ECEF;
}
.footer .footer_akce {
  display: flex;
  justify-content: space-between;
}
.footer .ikona_volejbal {
  width: 1rem;
  height: 1rem;
}
.footer .footer_akce > div:last-child > div {
  text-align: right;
}

@media screen and (min-width: 360px) {
  /* HRISTE */
  .hriste_field_kontejner {
    padding: 5px;
  }
  .hriste_field_kontejner.hriste_velke {
    width: 100%;
    max-width: none;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .hriste_kontejner2 {
    display: flex;
    justify-content: center;
  }
  .hriste_field {
    width: 170px;
    height: 170px;
  }
  .hriste_field .hriste_hrac {
    width: 38px;
    height: 38px;
    border-width: 5px;
  }
  /* PODANI POSUN DOZADU */
  #hriste-a-1.podani_a {
    transform: translate(-3.5rem, 0);
  }
  #hriste-b-1.podani_b {
    transform: translate(3.5rem, 0);
  }
}
@media screen and (min-width: 390px) {
  /* HRISTE */
  .hriste_field_kontejner {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .barvy_modal_paleta {
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 400px) {
  .varovani {
    width: 25rem;
  }
  .menu_kontejner,
  .chat_kontejner,
  .hriste_kontejner {
    max-width: 25rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* SKÓRE */
  .skore_cislo {
    font-size: 8.5rem;
  }
  /* MENU */
  .menu_nabidka {
    display: block;
    width: 25rem;
    top: 0;
    left: -120%;
    border: none;
    border-right: 1px solid #E9ECEF;
    border-radius: 0;
    margin: 0;
    height: 100vh;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
  }
  .menu_polozka {
    text-align: left;
    margin-left: 0;
  }
  .menu_nabidka.zobrazeno {
    left: 0;
  }
  .ikona_menu_sipka {
    transform: rotate(-90deg);
  }
  /* HRISTE */
  .tlacitko_zmenit_strany_kontejner {
    width: 100%;
  }
  .hriste_field_kontejner {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .hriste_field_kontejner.hriste_male {
    width: 25rem;
  }
  .hriste_field_kontejner.hriste_velke {
    width: 100%;
    max-width: none;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .hriste_kontejner2 {
    display: flex;
    justify-content: center;
  }
  .hriste_field {
    width: 170px;
    height: 170px;
  }
  /* CHAT */
  .timeline_kontejner {
    margin-left: 1rem;
  }
  .barvy_menu_nabidka {
    width: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  /* HRISTE */
  .tlacitko_zmenit_strany_kontejner {
    display: flex;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .tlacitko_lupa {
    display: inline-block;
    border: 0;
    margin-top: 1rem;
  }
  .hriste_field_a.hriste_velke,
  .hriste_field_b.hriste_velke {
    width: 40vw;
    height: 40vw;
  }
  .hriste_field_a.hriste_velke .hriste_hrac,
  .hriste_field_b.hriste_velke .hriste_hrac {
    width: 50%;
    height: 50%;
    font-size: 20px;
  }
  .hriste_field_a.hriste_velke .podani_a::after,
  .hriste_field_a.hriste_velke .podani_b::after,
  .hriste_field_b.hriste_velke .podani_a::after,
  .hriste_field_b.hriste_velke .podani_b::after {
    width: 3.5vw;
    height: 3.5vw;
  }
  /* MODAL */
  .zapas_modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    margin: 0 auto;
    width: 500px;
  }
}
@media screen and (min-width: 1100px) {
  /* HRISTE */
  .hriste_field_kontejner.hriste_velke {
    width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hriste_field_a.hriste_velke,
  .hriste_field_b.hriste_velke {
    width: 450px;
    height: 450px;
  }
  .hriste_field_a.hriste_velke .podani_a::after,
  .hriste_field_a.hriste_velke .podani_b::after,
  .hriste_field_b.hriste_velke .podani_a::after,
  .hriste_field_b.hriste_velke .podani_b::after {
    width: 35px;
    height: 35px;
  }
}/*# sourceMappingURL=responsive.css.map */