/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */
@font-face {
  font-family: USN;
  src: url('fonts/AirborneIiPilot-243K.ttf');
}



@font-face {
  font-family: USAF_logo;
  src: url('fonts/USAF_logo.otf');
}

@font-face {
  font-family: USAF_bold;
  src: url('fonts/USAF_bold.otf');
}

@font-face {
  font-family: USAF_text;
  src: url('fonts/USAF_text.otf');
}
@font-face {
  font-family: USAF_hand;
  src: url('fonts/USAF_hand3.otf');
}

:root {

  --color-dark: #212121;
  --color-signal: #f9d73f;
  --color-background: var(--color-light);
  --color-text: var(--color-dark);
  --color-accent: var(--color-signal);
  --size-bezel: .5rem;
  --size-radius: 4px;

  color: var(--color-text);
  background: var(--color-background);


  outline: none;

}


.input {
  position: relative;

}

.input__label {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .5);
  margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * .10);
  white-space: nowrap;
  transform: translate(0, 0);
  transform-origin: 0 0;
  background: var(--color-background);
  color: gray;
  transition: transform 120ms ease-in;
  font-weight: bold;
  line-height: 1.2;
  border: 0;
  outline: none;
  cursor: pointer;

}



.input__label:hover {
  color: #f9d73f;
}


.input__field {
  /* box-sizing: border-box; */
  display: block;
  width: 100px;
  border: 0;
  padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
  color: currentColor;
  background: transparent;
  border-radius: var(--size-radius);
  outline: none;

}

.input__field:not(:-moz-placeholder-shown)+.input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  /* color: var(--color-accent); */

}

.input__field:not(:-ms-input-placeholder)+.input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  /* color: var(--color-accent); */

}

.input__field:focus+.input__label,
.input__field:not(:placeholder-shown)+.input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  color: var(--color-accent);


}





.header {
  background-image: url("images/blueCarpet.jpg");
  background-repeat: repeat; /* Repeat the image both horizontally and vertically */
  background-size: 800px 200px; /* Set the image size for repeating */
  padding-top: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 10;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.progress-container {
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
}

/* The progress bar (scroll indicator) */
.progress-bar {
  margin-top: 20px;
  height: 2px;

  background: #f9d73f;
  width: 0%;
}


.title {
  padding: 20px 10px;
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 5;
}




html {
  scroll-behavior: smooth;
}

/* custom select textu */

::-moz-selection {
  /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: #f9d73f;
  background: black
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* custom toolbar */

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f9d73f;
}



mark.FS70 {
  font-size: 70%;
  background: none;
}

mark.magenta {
  color: #E20A74;
  background: none;
}

mark .title {
  color: #f9d73f;
  background: none;
  text-transform: uppercase;
}

mark.gray {
  color: lightgray;
  background: none;

}

mark.white {
  color: white;
  background: none;
}

mark.default {
  color: #222222;
  background: none;
}

mark.size {
  font-size: 120%;
  color: #222222;
  background: none;
}

mark.highlight {
  display: inline-block;
  font-size: 1em;
  background: yellow;
  padding: 2px 4px 0px 4px;
  text-decoration: none;
  font-weight: 500;
  color: rgb(0, 0, 0);
  /* border-radius: 10px; */
}



mark.highlightBC {
  display: inline-block;
  font-size: 1em;
  background: yellow;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  color: black;
  /* border-radius: 10px; */
}

mark.highlightBC-WH {
  display: inline-block;
  font-size: 1em;
  background: white;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  color: #E20A74;
  border-radius: 10px;
}

span {

  z-index: 9;
}

* {
  font-family: Neo;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  /* font-family: 'Oswald', sans-serif; */

}

li {
  padding-left: 40px;
  font-size: 90%;
}

li.empty {
  /* padding: 8px 8px 8px 8px; */
  text-decoration: none;
  font-size: 18px;
  color: #555555;
  display: block;
  transition: 0.3s;
  z-index: 12;
}


h2.green {
  color: #0f867f;
  font-size: 150%;

}

h2.squadron {
  color: #f9d73f;
  font-size: 150%;
  /* text-align: center; */
  text-transform: uppercase;
}

h3.magenta {
  color: #E20A74;
  text-transform: uppercase;
  font-size: 120%;

}

h3.left {
  text-align: left;

}

p.date {
  text-align: right;
}

p.main {
  text-align: justify;
}

p.default {
  font-size: 80%;
  text-align: left;
}

p.left {
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
}

p.small {
  font-size: 80%;
}


p.center {
  font-size: 100%;
  text-align: center;
}

p.italic {
  font-size: 100%;
  text-align: justify;
}

p.justify {
  font-size: 100%;
  text-align: justify;
}

p.nadpisCenter {
  font-size: 120%;
  text-align: center;

}

.board {
  /* background-color: #0f867f; */
  width: 350px;
  font-size: 80%;
  text-align: left;
  padding-left: 20px;
  /* border-left: 2px solid rgb(99, 99, 99); */
  color: lightgray
}


.payload {
  width: 100%;
  /* padding-left: 20px; */
  text-align: center;
}

.payload b {
  text-align: center;
}

.board b {
  color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/* body.modal-open {
  height: 100vh;
  overflow-y: hidden;
} */

body {
  color: white;
  background-color: black;
  /* transition: background 1s ease; */
  background-position: center;
  /* background-size: auto; */
  font-family: USN;

}




/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}




a {
  color: blue;
  text-decoration: none;
}

/* img {
  border-radius: 10px;
} */

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }

}

@media only screen and (max-width: 900px) {
  .slidyPodSebou {
    flex-direction: column;
    /* align-items: center; */
    /* align-content: center; */
  }

  .obrazokVedla {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 902px) {
  .obrazokVedla {
    margin-left: 10px;
  }

  .slidyPodSebou {
    padding-left: 50px;
    padding-right: 50px;
  }
}




.text {
  display: flex;
  justify-content: right;
}

.text p {
  font-family: USN;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  border-radius: 10px;
  letter-spacing: 2px;
  transition: 0.2s;
}

.text p:hover {
  letter-spacing: 6px;
  color: #E20A74;
}



.event video {

  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  cursor: pointer;

}

.obrazok img {
  border-radius: 10px;

}

.frames {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 40%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.formation {

  padding: 0px;
  width: 100%;
  /* background-color: #0f867f; */
  border-color: #0f867f;
  border: 3px;
  border-radius: 20px;
}

.formation h2 {
  color: #f9d73f;
  font-size: 100%;
  text-transform: uppercase;
}




/* .menu {
 display: none;
} */

.nadpis {

  /* justify-content: center; */
  /* align-items: center; */
  margin: 10px;
  z-index: 0;
  text-align: center;
  /* background-color: #00ff2a; */
}

.nadpis img {
  max-width: 800px;
  height: auto;
}

.nadpis h1 {
  font-size: 3em;
  text-transform: uppercase;

}

.inputBorder {
  background-color: transparent;
  color: white;
  border-width: 0px 0px 1px 0px;
  border-color: #666;
}

.nadpis label {
  color: gray;
}
.nadpis p {
  padding-left: 100px;
  padding-right: 100px;
  color: gray;
  font-size: 80%;
}


/* .showcase {
  position:absolute;
  right: 0;
  width: 100%;
  display: flex;
  min-width: 10vh;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 2;
  background: #111;
} */

.showcase {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ffffff; */
  transition: 0.5s;
  z-index: -1;
}

.overlay {
  position: fixed;
  top: 0;
  width: 1000px;
  margin: 0 100;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: rgba(0,0,0,.6); */
  backdrop-filter: blur(20px);
  /* mix-blend-mode: overlay; */
}

.showcase video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  opacity: 0.7;



}

/* .showcase img {
  position:fixed;
  top: 0;
  width: 1000px;
  margin: 0 100;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
} */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 10;
  display: flex;

  /* align-items: center; */
}

.showcase header {
  padding: 40px;
}


/* .showcase header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100vh;
  padding: 20px 20px; */
/* padding-left: 90%; */
/* z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;

} */

.obrazokVedla {

  width: 100%;

  height: auto;

  border-radius: 10px;
}



/* .toggle {

  position: relative;
  width: 60px;
  height: 60px;
  background: url('../_dataKurzy/grafika/logoMagenta.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;


} */



#pozadie {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 1s;
  opacity: 0.7;
  background-size: cover;
  object-fit: cover;
  z-index: -2;


}


.container {
  /* font-weight: bold; */
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 900px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  /* padding: 10px; */
  z-index: 1;
  font-size: 1.2em;
  
}

.container h4 {
  /* padding-top: 100px; */
  display: flex;
  justify-content: center;
  font-size: 1em;
}

.eventText {
  /* display: none; */
  text-align: left;
  max-width: 900px;
  background-color: transparent;
  margin: 0px 0;
  padding-top: 20px;

}


.logo {
  padding-top: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 548px;
  height: auto;
}

.event {
  /* display: none; overlay*/

  max-width: 900px;
  border-radius: 10px;
  margin-bottom: 50px 0;
  color: black;
  padding-top: 20px;

}

.slidy {
  /* display: none; */
  display: flex;
  /* align-items: flex-start; */
  max-width: 900px;
  margin: 50px 0;
  color: black;
  /* position: relative; */

}



.slidyPodSebou {
  display: flex;
  /* align-items: flex-start; */
  max-width: 900px;
  /* margin: 20px 0; */
  color: black;
  position: relative;
  /* justify-content: center; */
  /* align-content: center; */

}


.slidyPodSebouMax {
  display: flex;
  align-items: flex-start;
  /* max-width: 900px */
  /* margin: 20px 0; */
  color: black;
  position: relative;
  justify-content: right;
  /* justify-content: space-between; */
}

.slidyObrazok {
  display: flex;
  /* align-items: center; */
  /* margin: 0 auto; */
  /* align-items: flex-start; */
  max-width: 900px;
  /* margin: 20px 0; */
  color: black;
  /* position: relative; */
  /* align-content: center; */
  /* justify-content: center; */
}

.obrazok {
  width: 100%;
  height: auto;
  display: flex;
  justify-self: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 50px;
  /* padding-right: 10px; */
}


.slidyContent {

  width: 100%;
  background-color: white;
  border-radius: 10px;
  line-height: 110%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  /* animation: bounce2 2s ease infinite; */

}

.slidyContentSmall {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  line-height: 110%;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */
  color: black;
  margin-bottom: 10px;
  /* padding-left: 10px; */
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* animation: bounce2 2s ease infinite; */

}

.slidyContentTransparent {

  width: 100%;
  /* background-color: white; */
  border-radius: 10px;
  line-height: 110%;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */
  color: rgb(255, 255, 255);
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  padding-top: 30px;
  padding-bottom: 30px;
  /* animation: bounce2 2s ease infinite; */

}

.slidyContentColor {

  width: 100%;
  background-color: #258a83;
  border-radius: 10px;
  line-height: 150%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  /* padding-bottom: 30px; */

}

.slidyContentB {

  width: 100%;
  background-color: #0f867f;
  border-radius: 10px;
  line-height: 150%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;

}

.slidyContentVedlaSeba {
  display: flex;
  align-items: flex-start;
  color: black;
  padding: 20px;
  position: relative;
  flex-direction: row;

}

.obrazkyVedlaSeba {
  flex-direction: column;
  align-items: center;
  margin: 50px;
}


.bod {
  color: white;
  display: flex;
  margin-bottom: 20px;
  text-align: left;
  align-items: center;
}

/* .bod li {
  padding-left: 10px;
  font-size: 100%;
  padding-top: 20px;
  text-align: left;
} */

/* li.default {
  padding-left: 60px;
  font-size: 100%;
  padding-top: 10px;
} */



/* .bod ul {
  padding-left: 10px;
  padding-top: 0px;
  text-align: left;
} */

.slidyContentMagenta {

  width: 900px;
  background-color: rgba(226, 0, 116, 1);
  border-radius: 10px;
  line-height: 110%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: black;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 15px;

}


.slidyContentMagentaBlock {

  display: block;
  justify-content: space-around;

  width: 900px;
  height: 30px;
  background-color: rgba(226, 0, 116, 1);
  border-radius: 10px;
  line-height: 110%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: white;
  padding-top: 7px;
  margin-left: 20px;
  margin-top: 50px;
}

.delenie {
  /* background-color: white; */
  color: black;
  width: 100%;
  border-radius: 10px;
  /* max-width: 250px; */

  margin-top: 10px;
  margin-right: 10px;
  /* margin-left: 10px; */
  padding: 10px;
}

.delenieMagenta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  min-height: 100px;
  background-color: #E20A74;
  color: white;
  width: 100%;
  border-radius: 10px;
  /* max-width: 250px; */

  margin-top: 10px;
  margin-right: 10px;
  /* margin-left: 10px; */
  padding: 10px;
}

.delenieMagenta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  min-height: 100px;
  background-color: #E20A74;
  color: white;
  width: 100%;
  border-radius: 10px;
  /* max-width: 250px; */

  margin-top: 10px;
  margin-right: 10px;
  /* margin-left: 10px; */
  padding: 10px;
}

.delenieCenter {
  width: 100%;
  /* background-color: white; */
  color: white;
  text-align: center;
  margin: 10px;


  /* width: 100%; */
  /* border-radius: 10px; */
  /* max-width: 250px; */

  margin-top: 10px;
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  /* padding: 10px; */
}

.TalkLeft {
  /* width: 100%; */
  /* background-color: white; */
  /* color: white; */
  text-align: center;
  /* width: 100%; */
  /* border-radius: 10px; */
  /* max-width: 250px; */

  /* margin-top: 10px; */
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  padding: 10px;
}

.delenie li {
  font-size: 70%;
  text-align: left;
}

.delenie p {
  text-align: left;
}

.delenie2 p {
  /* justify-content: center; */
  font-size: 80%;
}

.delenie H5 {
  text-align: left;
  padding-left: 10px;

}

.delenieTitle {
  background-color: transparent;
  color: White;
  width: 100%;
  /* border: 2px; */
  border-radius: 10px;
  /* max-width: 250px; */
  text-align: center;

  margin-top: 10px;
  margin-right: 10px;
  /* margin-left: 10px; */
  padding: 10px;
}

.zoznam {
  display: flex;
  align-items: flex-start;
  color: black;
  padding: 20px;
  position: relative;
  flex-direction: row;


}

.slidyContentBlack {

  width: 100%;
  background-color: Black;
  border-radius: 10px;
  line-height: 150%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.delenieBlack {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  background-color: rgba(0, 0, 0, 1);
  color: white;
  border-radius: 7px;
  width: 900px;
  height: 100px;
  text-align: left;
  margin: 10px;
  padding: 5px;
  margin-bottom: 50px;
}

/* ul {
  list-style: none;
} */

/* ul li::before {
  content: "\2022";
  color: rgba(226, 0, 116, 1);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */


.slidyContent ul li {
  list-style-image: url('images/dot.gif');
  padding: 5px;
  margin-left: 2em;
  /* margin: 0;
	padding: 10px 0 10px 15px;
	list-style: none;
	background-image: url("images/dot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px; */
}

/* .slidyContent ul li::before {
  list-style-image: url('images/dot.gif');
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

/* .slidyContent li::before {
  content: "\2022";
  color: rgba(226, 0, 116, 1);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

.obrazok img {
  border-radius: 15px;
}

.slidyContent ol li {
  padding: 5px;
  margin-left: 2em;

}

.slidyContent ol li::marker {
  color: rgb(226, 0, 116);
  font-weight: bold;

}


.slidyContentSmall ul li {
  list-style-image: url('images/dot.gif');
  padding: 5px;
  margin-left: 2em;
  /* margin: 0;
	padding: 10px 0 10px 15px;
	list-style: none;
	background-image: url("images/dot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px; */
}

.slidyContent li li {
  margin: 0px 20px 0px 20px;
  list-style-type: none;
  font-size: 90%;
}


.slidyContent h2 {
  /* text-shadow: 0px 0px 0px black; */
  line-height: 100%;
}


.eventText h2 {
  text-align: center;
  /* color: #E20A74; */
  /* text-shadow: 0px 0px 7px magenta; */
}

.eventText h1 {
  text-align: center;
  /* text-shadow: 0px 0px 7px magenta; */
}

.eventText h3 {
  text-align: center;
  line-height: 100%;
}

.eventText h5 {
  text-align: center;
  line-height: 100%;
}

.event overlay {
  display: flex;
  justify-content: center;
  color: black;
}

.event h4 {
  display: flex;
  justify-content: center;
}

.event p {
  /* text-align: center; */
  padding: 0px 10px;
}

.medzera p {
  line-height: 1.5;
}


.odkazy {
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 200%;

}


.table {
  display: block;
  color: black;
  margin: 20px auto;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  border: 1px solid #E20A74;
  border-radius: 5px;
  padding: 5px;

}

.tlacidlo {
  display: relative;
  display: flex;
  justify-content: right;
  padding-top: 50px;

}

.charts {
  max-width: 100px;
}



.eventText table {
  color: black;
  margin-top: 50px;
  border-collapse: collapse;
  width: 100%;
  border-radius: 0em 1em 0em 1em;
  overflow: hidden;
  background: transparent;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */


}

.eventText table th,
td {
  text-align: center;
  padding: 10px;
  font-size: 80%;

  border-bottom: 1px solid #d0d2d1;
}

.eventText table td {
  font-size: 80%;
  border-bottom: 1px solid #d0d2d1;
}

.alignleft {
  background: #ffffff;
  color: black;
  text-align: left;
  border-right: 1px solid #d0d2d1;
}

.alignRight {
  background: #ffffff;
  color: black;
  text-align: center;
}

.tableLine {
  border-right: 1px solid #d0d2d1;
  background: #FFFFFF;
}


.tableTrans {
  /* background: white; */
  border-right: 1px solid #d0d2d1;
  color: #ffffff;
}

.tableGreen {
  border-right: 1px solid #d0d2d1;
}

.tableTransparent {
  /* background: white; */
  border: 0px solid #d0d2d1;
  background: transparent;
  color: #d0d2d1;
}

.tableGreen {
  border-right: 1px solid #d0d2d1;
}

.tableMagenta {
  background: #E20A74;
  color: white;
  text-align: center;
}

.tableGray {
  background: #797777;
  color: white;
  text-align: center;
}

.tableBlack {
  background: #000000;
  color: white;
  text-align: center;
}

.tableGrayDark {
  background: #4b4b4b;
  text-align: center;
  color: white;
}

.talk-bubble {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 50%;
  background-color: #FFFFCC;
}

/* .talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	width: 200px;
	height: auto;
	background-color: #FFFFCC;
} */

.talktext {
  padding: 1em;
  font-size: 90%;
  text-align: center;
  /* line-height: 1.5em; */
}

.border {
  border: 1px solid #666;
}

.round {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;


}

.tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -22px;
  right: auto;
  top: 25px;
  bottom: auto;
  border: 11px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 26px;
  bottom: auto;
  border: 10px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

.tri-right.border.right-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -24px;
  top: 20%;
  bottom: auto;
  border: 0px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 22%;
  bottom: auto;
  border: 12px solid;
  border-color: #FFFFCC transparent transparent #FFFFCC;
}
 a {
  color: #f9d73f;
 }
  a:hover {
  color: #ffeb93;}

/* menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  /* background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px); */
  /* background-image: url(images/blueCarpet.jpg); */
  /* background-color: #111; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  z-index: -1;
  overflow-y: hidden;
  overflow-x: hidden;
}

.sidenavBG {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  /* background-image: url(images/blueCarpet.jpg); */
  /* background-color: #111; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  z-index: 2;
}

.sidenav a {
  /* margin-top: 10px; */
  margin: 15px 50px 0px 30px;
  text-decoration: none;
  font-size: 18px;
  color: #f9d73f;
  opacity: 0.7;
  display: block;
  transition: 0.3s;
  /* z-index: 1; */
}

/* .sidenav li a {
  padding: 12px 5px 2px 2px;
  text-decoration: none;
  font-size: 18px;
  opacity: 0.5;
  position: fixed;
  color: #f9d73f;
  display: block;

} */

.sidenav a:hover {
  color: #ffeb93;
 transition: 0.3s !important;
  margin-left: 30px !important;
  opacity: 1 !important;
}

a.odrazka {
  margin: 0px 100px 0px 40px !important;
  font-family: USN;
  font-size: 14px;
  opacity: 0.5;
  color: #f9d73f;
 


}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.sub-slide {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */
@media screen and (orientation: portrait) {
  .sidenav {
    padding-top: 120px;
  }

  .sidenav li a {
    font-size: 25px;
  }

  .sidenav a {
    font-size: 30px;
  }
}

/* animacie */

.bounce2 {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}


/* Modals
----------------------------------------------*/


[data-ml-modal] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  width: 0;
  height: 0;
  opacity: 0;
}

[data-ml-modal]:target {
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

[data-ml-modal]:target .modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

[data-ml-modal] .modal-dialog {
  border-radius: 6px;
  /* box-shadow: 0 0 10px #00ff2a, 0 0 20px #00ff2a; */
  position: relative;
  width: 90%;
  max-width: 400px;
  max-height: 70%;
  margin: 40% auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}

.modal-dialog-lg {
  max-width: 400px !important;
}


[data-ml-modal] .modal-content {
  background: #000000;
  padding: 23px 27px;
  color: #00ff2a;
  font-size: 130%;
  font-family: Neo;
  text-align: center;
  text-shadow: 0 0 10px #00ff2a, 0 0 20px #00ff2a;

}

[data-ml-modal] p:first-child,
[data-ml-modal] p:last-child {
  margin: 0;
}

@media (max-width:767px) {
  [data-ml-modal] .modal-dialog {
    margin: 20% auto;
  }
}

/* End Modals ------------------------------*/







/* animovane tlacidlo  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}


button {
  width: 150px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #000000;
  border: none;
  border-radius: 5px;
  /* box-shadow: 1px 1px 3px rgba(0,0,0,0.15); */
  background: #000000;
  z-index: 15;
}



button,
button span {
  transition: 200ms;
}

button .text {
  transform: translateX(35px);
  color: #f9d73f;
  font-weight: bold;
}

button .icon {
  position: absolute;
  border-left: 2px solid #f9d73f;
  transform: translateX(100px);
  /* background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: center; */
  height: 40px;
  width: 50px;
  /* margin: -5px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

button svg {
  width: 15px;
  fill: #eee;
}

button:hover {
  background: #f9d73f;
}

button:hover .text {
  color: transparent;
}

button:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}

button:focus {
  outline: none;
}





.separator {
  font-family: USN;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgb(99, 99, 99);
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgb(99, 99, 99);
}

.separator:not(:empty)::before {
  margin-right: 2em;
  margin-left: 2em;
}

.separator:not(:empty)::after {
  margin-left: 2em;
  margin-right: 2em;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>  rolovacie menu*/
.collapsible {
  cursor: pointer;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.rolling {
  font-size: 120%;
  color: #E20A74;
  font-weight: bold;
  /* text-transform: uppercase; */
  /* text-align: center; */
  /* padding: 5px; */
  transition: 0.5s;
  cursor: pointer;
}

.rolling:hover {
  /* letter-spacing: 2px; */
  transition: 0.5s;
}

.rollingSlide {
  font-size: 100%;
  color: #E20A74;
  font-weight: bold;
  /* text-transform: uppercase; */
  /* text-align: center; */
  /* padding: 5px; */
  transition: 0.5s;
  cursor: pointer;
}
.sub-slideAll a {

  color: #222222;

}

.sub-slideAll a:hover
{
  /* letter-spacing: 6px; */
  color: #E20A74;
  transition: 0.3s;
  margin-left: +17px;
}


.collapsible .hidden-content {
  color: #222222;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out; /* Animation effect */
  background-color: #ffffff00;
}

.collapsible .hidden-content a {
color: #2b27ff;
transition: 0.5s;
}

.collapsible .hidden-content a:hover {
  letter-spacing: 2px;
  color: #E20A74;
  transition: 0.5s;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ----------------------------animations------------------------------------ */

/* input[type='checkbox'] {
  accent-color: #f9d73f;
} */


#remember:checked + #remember-label {
  color: red; /* Change this to the color you prefer */
  padding-right: 20px;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none; /* For WebKit browsers */
  width: 12px;
  height: 12px;
  background-color: transparent; /* Background color when unchecked */
  border: 1px solid gray;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.custom-checkbox:checked {
  background-color: transparent; /* Remove background color */

}


.custom-checkbox:checked::after {
  content: "✓"; /* Display the checkmark */
  color: #f9d73f; /* Checkmark color */
  font-size: 20px; /* Adjust font size as needed */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%);
}

.inputBorder:focus {
  outline: none;
  /* border-color: initial;  */
  box-shadow: none; /* Removes any box shadow */
}

.textButton {
  font-size: 100%;
  background: transparent;
  color: #f9d73f;
  border: 0px;
  cursor: pointer; /* Adds a pointer cursor on hover */
  font-family: USN;
}

.textButton:hover {
  color:  #ffeb93; /* Change the text color on hover */

}

#registration-success,
#login-error {
    display: none;
    color: red; /* Default color for error message */
}

#registration-success.active,
#login-error.active {
    display: block !important;
}

.neonText {
  color: #ffd0d0;
  text-shadow:
    
    0 0 42px rgb(247, 119, 119),
    0 0 82px rgb(255, 132, 132),
    0 0 92px rgb(255, 98, 98),
    0 0 102px rgb(255, 73, 73),
    0 0 151px rgb(255, 38, 38);
}
