@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;
}

/* HLAVIČKA */
.tymy_nazev {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: 100%;
}
.tymy_nazev .tym_nazev:first-of-type {
  border-bottom-right-radius: 5px;
}
.tymy_nazev .tym_nazev:last-of-type {
  border-bottom-left-radius: 5px;
}

.tymy_nazev.a_vlevo {
  flex-direction: row;
}
.tymy_nazev.a_vlevo > div:first-of-type {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.tymy_nazev.b_vlevo {
  flex-direction: row-reverse;
}
.tymy_nazev.b_vlevo > div:last-of-type {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.tym_nazev {
  background-color: #5E5E5E;
  padding: 0.75rem 1rem 0.75rem 1rem;
  display: flex;
  width: calc(50% - 0.125rem);
  border-bottom: 3px solid #5E5E5E;
}
.tym_nazev a {
  color: #F9FBFF;
  white-space: nowrap;
  overflow: hidden;
}

/* SKÓRE */
.skore_kontejner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: flex-start;
  width: 100%;
}

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

.skore_kontejner.b_vlevo {
  flex-direction: row-reverse;
}

.skore_kontejner_tym_a {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-top: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: flex-start;
  justify-content: flex-end;
}

.skore_kontejner_tym_b {
  padding-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.skore_kontejner_tym_a.a_vlevo {
  padding-left: 0.25rem;
  flex-direction: row;
}

.skore_kontejner_tym_b.a_vlevo {
  flex-direction: row;
  padding-right: 0.25rem;
}

.skore_kontejner_tym_a.b_vlevo {
  flex-direction: row-reverse;
  padding-right: 0.25rem;
}

.skore_kontejner_tym_b.b_vlevo {
  flex-direction: row-reverse;
  padding-left: 0.25rem;
}

.skore_sety {
  display: flex;
  row-gap: 0.4rem;
  flex-direction: column;
  width: 2.25rem;
}

.skore_sety_sety {
  border: 1px solid #B1B1B1;
  border-bottom-width: 4px;
  height: 4.5rem;
  font-size: 20px;
  font-weight: 600;
  color: #b90000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9FBFF;
  width: 100%;
  border-radius: 5px;
}

.skore_sety_timeout {
  border: 1px solid #B1B1B1;
  border-bottom-width: 4px;
  height: 4.5rem;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9FBFF;
  width: 100%;
  border-radius: 5px;
}

.skore_tabule {
  background-color: #01050C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  border-bottom: #E9ECEF 10px solid;
  max-width: 10rem;
  width: calc(100% - 2.5rem);
  border-radius: 5px;
}

.skore_cislo {
  color: #F9FBFF;
  font-size: 8rem;
  font-weight: 400;
  margin-top: 0.25rem;
  font-family: "Big Shoulders", "Arial Narrow", "Arial", sans-serif;
}

/* AKCE */
.akce_kontejner {
  margin: 1.5rem 0.25rem 1.5rem 0.25rem;
  width: 25rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.tlacitko_kontejner_50 {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.tlacitko_kontejner_100 {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  order: 3;
}

.akce_a.a_vlevo,
.akce_b.b_vlevo {
  order: 1;
}

.akce_b.a_vlevo,
.akce_a.b_vlevo {
  order: 2;
}

/* MENU */
.varovani {
  background-color: #b90000;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  color: #F9FBFF;
  width: calc(100% - 0.5rem);
  display: flex;
  align-items: center;
}

.menu_kontejner {
  width: 100%;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
}

.menu_nabidka {
  position: fixed;
  background-color: #F9FBFF;
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
  margin: 1rem;
  overflow: scroll;
  top: 0;
  left: 0;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #E9ECEF;
  display: none;
  z-index: 500;
}

.menu_polozka {
  margin: 1.4rem 0 1.4rem -1.5rem;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.menu_polozka :first-of-type {
  padding-top: 1rem;
}
.menu_polozka a {
  color: #01050C;
}

.tlacitko_menu {
  border: 0;
  padding: 0.75rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  width: 5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  cursor: pointer;
}

.tlacitko_menu_zavrit,
.tlacitko_barvy_menu_zavrit {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  border: 0;
  background-color: transparent;
}

.tlacitko_zmenit_strany_kontejner {
  width: calc(100% - 0.5rem);
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 499;
  display: none;
}

.menu_nabidka.zobrazeno + .overlay {
  display: block;
}

/* HRISTE */
.sekce_hriste {
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.hriste_kontejner2 {
  width: calc(100% - 0.5rem);
}

.hriste_field_kontejner {
  display: flex;
  justify-content: center;
  background-color: #E79E52;
  padding: 10px;
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
}
.hriste_field_kontejner span {
  transition: transform 0.5s ease-in-out;
}

.hriste_field_kontejner.b_vlevo {
  transform: rotate(180deg);
}
.hriste_field_kontejner.b_vlevo span:not(#hriste-a-1.podani_a),
.hriste_field_kontejner.b_vlevo span:not(#hriste-a-1.podani_b) {
  transform: rotate(180deg);
}
.hriste_field_kontejner.b_vlevo .podani_a::after,
.hriste_field_kontejner.b_vlevo .podani_b::after {
  top: -5px;
  right: -10px;
}

.hriste_field {
  width: 150px;
  border: 3px solid #F9FBFF;
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  justify-content: space-between;
  transition: transform 0.5s ease-in-out;
}
.hriste_field > div {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hriste_field .hriste_hrac {
  border: 3px solid #01050C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #01050C;
  background-color: #F9FBFF;
  position: relative;
}

.hriste_field_a {
  border-right-width: 1.5px;
}
.hriste_field_a > div:nth-child(3n) {
  border-left: 3px solid #F9FBFF;
  box-sizing: border-box;
}

.hriste_field_b {
  border-left-width: 1.5px;
}
.hriste_field_b > div:nth-child(3n+1) {
  border-right: 3px solid #F9FBFF;
  box-sizing: border-box;
}

.tymy_nazev_hriste {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}

.tymy_nazev_hriste.a_vlevo {
  flex-direction: row;
}
.tymy_nazev_hriste.a_vlevo > div:first-of-type {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.tymy_nazev_hriste.b_vlevo {
  flex-direction: row-reverse;
}
.tymy_nazev_hriste.b_vlevo > div:last-of-type {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.tym_nazev_hriste {
  padding-bottom: 1rem;
  display: flex;
  width: calc(50% - 3.25rem);
  position: relative;
}
.tym_nazev_hriste span {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.75rem;
  border-top: 3px solid #E9ECEF;
  white-space: nowrap;
  overflow: hidden;
}

.tym_nazev_hriste_overlay {
  position: absolute;
  top: 3px;
  right: 0;
  height: 3rem;
  width: 0.5rem;
  background-color: #E9ECEF;
}

.tlacitko_zmenit_strany {
  border: 0;
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.tlacitko_vybrat_barvy {
  border: 0;
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.tlacitko_lupa {
  display: none;
}

.podani_a::after,
.podani_b::after {
  top: -6px;
  right: -10px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../assets/icon_volleyball.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-color: #F9FBFF;
  border-radius: 50%;
  border: 1px solid #F9FBFF;
}

/* CHAT */
.sekce_chat {
  background-color: #F9FBFF;
  border-top: 1px solid #B1B1B1;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.sekce_nadpis {
  text-align: center;
  font-weight: 500;
  color: #01050C;
}

.chat_kontejner {
  background-color: #E9ECEF;
  padding: 1rem;
  border-radius: 5px;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.chat_pole {
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #E9ECEF;
  width: 80%;
  font-size: 16px;
}

.chat_pole_kontejner {
  text-align: center;
}

.timeline {
  list-style: none;
  padding-left: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.timeline_kontejner {
  position: relative;
}

ul.timeline > li {
  padding-left: 20px;
  margin-top: 20px;
  max-width: 20rem;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #0D6EFD;
  left: 22.5px;
  width: 15px;
  height: 15px;
  z-index: 400;
}

ul.timeline:before {
  content: " ";
  background: #B1B1B1;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

/* BARVY */
.barvy_menu_nabidka {
  position: fixed;
  background-color: #F9FBFF;
  width: calc(100vw - 2rem);
  margin: 1rem;
  overflow: scroll;
  top: 0;
  left: 0;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #E9ECEF;
  display: none;
  z-index: 500;
  min-width: 270px;
  max-width: 400px;
}

.barvy_modal_canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
.barvy_modal_canvas > h2 {
  margin-bottom: 2rem;
}

.barvy_modal_kontejner {
  display: flex;
  width: 100%;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  margin-bottom: 2rem;
  flex-direction: column;
  row-gap: 1rem;
  overflow: scroll;
  max-height: calc(100vh - 17rem);
}
.barvy_modal_kontejner > div {
  border: 1px solid #B1B1B1;
  border-top-width: 5px;
  text-align: center;
  width: 100%;
}
.barvy_modal_kontejner > div .barvy_modal_tym_nazev {
  padding: 0.5rem;
  border-bottom: 3px solid #B1B1B1;
}

.barvy_modal_paleta {
  padding: 1rem 0.5rem 1rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
  width: 100%;
}

.tlacitko_barvy_menu_zavrit_velke {
  width: 100%;
}

/* PODANI POSUN DOZADU */
#hriste-a-1.podani_a {
  transform: translate(-3rem, 0);
}

#hriste-b-1.podani_b {
  transform: translate(3rem, 0);
}/*# sourceMappingURL=style.css.map */