/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: 'metropolis_1920regular';
  src: url('./assets/fonts/font-metropolis_1920-webfont.woff2') format('woff2'), url('./assets/fonts/font-metropolis_1920-webfont.woff') format('woff'), url('./assets/fonts/font-metropolis_1920-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Shrink;
  src: url('./assets/fonts/Shrikhand-Regular.ttf');
}

:root {
  --orange: #f5b183;
  --blue: #17acbe;
  --green: #026666!important;
  --white: #ffffff;
}


html {scroll-behavior: smooth;
  scroll-padding: 67px; /* height of the fixed element */
}

html, body { height: 100%; }
body,
#modal-container {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-family: Shrink;
}

.longtext p, p.longtext, li.longtext, ul.longtext{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  position: relative;
}

h1 {
  color: var(--blue);
  margin-bottom: 3rem;
  letter-spacing: 1px;
}
p {
  color: var(--green);
  line-height: 1.5em;
}
a {
  color: var(--blue);
  text-decoration: underline;
}

a:hover {
  color: var(--blue);
	text-decoration: underline;
}

#ec-v-form-slider-handle {
  z-index: 9!important;
}

.block {
  display: block;
}

.day_name {
  font-family: 'metropolis_1920regular';
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.full-width {
  width: 100%;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.btn-1 {
  background: #6aa84f;
  color: white!important;
  cursor: pointer;
  padding: 0.8rem 2rem;
  border-radius: 5px;
}

.btn-1:disabled {
  opacity: 0.55;
}

.sidebar-wrap .row {
  margin-right: 0;
}


.sidebar-wrap > * > .registered,
.sidebar-wrap > * > .imbalanced,
.sidebar-wrap > * > .in-progress,
.sidebar-wrap > * > .in-progress-imbalanced {
  padding-top: 5rem;
}


.status-text-heading {
  margin-top: 2.5rem;
  color: #073763;
}

.status-text-subheading {
 color: #666666;
}

.status-text-info {
  color: #b7b7b7;
  margin-bottom: 3rem;
}

.status-text-button {
  margin-top: 1rem;
  display: block;
  width: max-content;
  margin: 0 auto;
}

input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.nav-item {
  margin-bottom: -2px!important;
}




@media all and (max-width: 680px) {
  .schedules .hours {
      display: none!important;
  }
  .schedules .course_table .day_name {
      padding: 18.106px 0
  }
  .fifth {
      width: 50%;
      flex: 0 0 50%
  }
  .schedules .course_table .course {
      position: static!important;
      margin-bottom: 0.5rem;
      width: 100% !important
  }
.schedules .course_table .course .in {
      display: flex;
      flex-flow: column;
      justify-content: center;
  }
}

@media all and (max-width: 440px) {
  #modal-container {
    font-size: 0.75rem;
  }
}


.container_horizontal{

  padding:50px 50px;
  display:flex; column-gap: 1.5rem; overflow: auto;
}

.container_horizontal_item{

  width:400px; max-width:80vw; flex-shrink: 0;
  padding:30px 20px;

  border-radius: 30px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.container_horizontal_item > div:first-child{

  display:flex;
  justify-content: center;
  margin-bottom:1rem;
}

.container_horizontal_item > div:first-child > img{
  aspect-ratio:1;
  width: 75%;
  min-height:auto;
}

.container_horizontal_item .inline-buttons{

  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Helvetica, sans-serif;

}



@media all and (max-width: 440px) {
  .container_horizontal {
    padding: 50px 10px;
  }

  .container_horizontal_item{
    border-radius: 15px;
    padding:30px 15px;
  }
}











#loader {
  bottom: 0;
  height: 175px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}

#loader .dot {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5px;
}

#loader .dot::before {
  border-radius: 100%;
  content: "";
  height: 87.5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  width: 87.5px;
}

#loader .dot:nth-child(7n+1) {
  transform: rotate(45deg);
}

#loader .dot:nth-child(7n+1)::before {
  animation: 0.8s linear 0.1s normal none infinite running load;
  background: #00ff80 none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+2) {
  transform: rotate(90deg);
}

#loader .dot:nth-child(7n+2)::before {
  animation: 0.8s linear 0.2s normal none infinite running load;
  background: #00ffea none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+3) {
  transform: rotate(135deg);
}

#loader .dot:nth-child(7n+3)::before {
  animation: 0.8s linear 0.3s normal none infinite running load;
  background: #00aaff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+4) {
  transform: rotate(180deg);
}

#loader .dot:nth-child(7n+4)::before {
  animation: 0.8s linear 0.4s normal none infinite running load;
  background: #0040ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+5) {
  transform: rotate(225deg);
}

#loader .dot:nth-child(7n+5)::before {
  animation: 0.8s linear 0.5s normal none infinite running load;
  background: #2a00ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+6) {
  transform: rotate(270deg);
}

#loader .dot:nth-child(7n+6)::before {
  animation: 0.8s linear 0.6s normal none infinite running load;
  background: #9500ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+7) {
  transform: rotate(315deg);
}

#loader .dot:nth-child(7n+7)::before {
  animation: 0.8s linear 0.7s normal none infinite running load;
  background: magenta none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+8) {
  transform: rotate(360deg);
}

#loader .dot:nth-child(7n+8)::before {
  animation: 0.8s linear 0.8s normal none infinite running load;
  background: #ff0095 none repeat scroll 0 0;
}

#loader .loading {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -40px;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  width: 180px;
}

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.spinner-message {
  text-align: center;
}
@media screen and (max-width: 999999px) {
  html {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 0.85rem;
  }
}








.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: var(--white);
  width: 100%;
  position: fixed;
  z-index: 3;
}
.menu li {
  display: flex;
}
.navbar-collapse {
  flex-grow: 0;
}
.menu .navbar-nav
 {
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--green);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--orange);
}



.menu .social {
  width: 2rem;
}

section {
  padding: 4rem 0 3rem 0;
}

.intro {
  height: 100%;
  background: url(./assets/images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center !important;
  padding: 0;
  display: flex;
  align-items: center;
}

.action-button {
  background-color: #F6B285;
  color: #ffffff;
  padding: 0.9rem 2.6rem;
  font-size: 1.5em;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 3rem;
  text-decoration: none;
}

.action-button:hover {
  text-decoration: none;
}


.bg-orange .action-button {
  background-color: var(--blue);
}
.bg-orange .action-button:hover {
  color: white;
  background-color: var(--green);
}

#intro > div > div > div > div {
  display: flex;
  justify-content: space-around; /* ADJUSTMENT */
}

@media (max-height: 630px) {
#intro > div > div > div > div > a.action-button {
  display: none;
}
}



.time-travel {
  width: 100%;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
}

.time-travel .travel-row {
  color: var(--green);
  font-size: 1.15em;
  display: flex;
}

.time-travel .city{
  padding-right: 2rem;
}

.time-travel .time {
  padding-left: 2rem;
}

.time-travel .spacer{
  flex: 1;
  border-bottom: 2px solid var(--orange);
  line-height: 0.1em;
  margin: 10px 0;
}

.column-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.social {
  width: 3rem;
  cursor: pointer;
  display: block;
}

div.extra-padding {
  padding: 2vw;
  text-align: center;
}

.plan {
  align-items: stretch;

}

.row.plan .item-wrap  {
  padding-bottom: 3rem;
  background-image: url(./assets/images/vertical-line.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  height: 100%;
  
}

.row.plan .item-wrap.fist  {
  background-position-y: 66px;
   
}
.row.plan .item-wrap.middle  {
  background-position-y: 0;
  
}
.row.plan .item-wrap.last  {
  background-position-y: -560px;
  
}

.program-text { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Helvetica, sans-serif;}
.program-text span{ font-weight: bold;}

.plan .program-text {
  margin-top: 1rem;
  margin-left: 1rem;
  line-height: 1.2em !important;
  
}
.plan .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: url(./assets/images/pudoris-modra.svg);
  background-repeat: no-repeat;
  background-position: center;
  /* margin: 0 2rem; */
  color: var(--white);
}
.plan .spacer {
  flex: 1;
  height: 2px;
  background: var(--orange);
}
@media only screen and (max-width: 768px) {
  .plan {
    /*align-items: flex-start;*/
  }
  xx.plan, xx.plan .item-wrap {
    flex-direction: column;
  }
  .plan .item-root-wrap {
    flex-direction: row;
  }
  .plan .spacer {
    height: 3rem;
    flex: auto;
    width: 2px;
  }
  .plan .item {
    /* margin: 0.5rem 0; */
    padding: 0.7rem;
  }
}

.lectors {
  padding-bottom: 0;
}
.item-name {
  font-size: 1.45em;
  margin-bottom: 0rem;
  display: block;
}
.item-org {
  margin: .8rem 0rem;
  display: block;
  color:var(--green);
}

#lektori > div > div.row:nth-child(even) {
  flex-direction: row-reverse;
}

#lektori > div > div.row:nth-child(even) > div:nth-child(1) {
  text-align: left;
}
#lektori > div > div.row:nth-child(odd) > div:nth-child(1) {
  text-align: right;
}

#lektori img {
  max-width: 75%;
  margin-right: 2em;
  margin-left: 2em;
}

@media (min-width: 768px) and (max-width: 991px)  {
  #lektori img {
    max-width: 80%;
}
}

@media (max-width: 480px) {
  #lektori img {
    max-width: 66%;
  }
  #lektori > div > div.row:nth-child(even) > div:nth-child(1) {
    text-align: center;
    
  }
  #lektori > div > div.row:nth-child(odd) > div:nth-child(1) {
    text-align: center;
    
  }
}
@media (max-width: 767px) {
  #lektori img {
    margin-bottom: 2em;
}
}

#lektori > div > div.row {
  margin-bottom: 3rem;
}


.bands {
  padding-bottom: 0;
}
.item-name {
  font-size: 1.45em;
  margin-bottom: 0rem;
  display: block;
}

#kapely > div > div.row:nth-child(even) {
  flex-direction: row-reverse;
}

#kapely > div > div.row:nth-child(even) > div:nth-child(1) {
  text-align: left;
}
#kapely > div > div.row:nth-child(odd) > div:nth-child(1) {
  text-align: right;
}

#kapely img {
  height: 243px;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991px)  {
  #kapely img {
    max-width: 80%;
    height: auto;
}
}

@media (max-width: 480px) {
  #kapely img {
    max-width: 66%;
    height: auto;
  }
  #kapely > div > div.row:nth-child(even) > div:nth-child(1) {
    text-align: center;
    
  }
  #kapely > div > div.row:nth-child(odd) > div:nth-child(1) {
    text-align: center;
    
  }
}
@media (max-width: 767px) {
  #kapely img {
    margin-bottom: 2em;
}
}

#kapely > div > div.row {
  margin-bottom: 3rem;
}

.wave-lector-b {
  margin-bottom: -2rem;
}


.centered {
  margin: 0 auto;
}


.bg-blue {
  background: var(--blue);
}
.bg-blue h1 {
  color: var(--white);
}
.bg-blue p {  color: #212529; }
.bg-orange {
  background: var(--orange);
}





.sidenav-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
}



.hidden{
  display:none;
}
.show{
  display:block;
}

#modal-container {
  max-height: 95vh;
  overflow: auto;
  position: fixed!important;
  top: 50%;
  left: 50%;
  background: white;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 0px 2px 1px black;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding: 1rem;
  border-radius: 5px;
  text-align: left;
  z-index: 9999;
}

#overlay {
  position: fixed;
  top: 0px;
  left:  0px;
  z-index:  9998;
  background:  rgba(0,0,0,0.8);
  width:  100%;
  height: 100%;
}






#loader {
  bottom: 0;
  height: 175px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}

#loader .dot {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5px;
}

#loader .dot::before {
  border-radius: 100%;
  content: "";
  height: 87.5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  width: 87.5px;
}

#loader .dot:nth-child(7n+1) {
  transform: rotate(45deg);
}

#loader .dot:nth-child(7n+1)::before {
  animation: 0.8s linear 0.1s normal none infinite running load;
  background: #00ff80 none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+2) {
  transform: rotate(90deg);
}

#loader .dot:nth-child(7n+2)::before {
  animation: 0.8s linear 0.2s normal none infinite running load;
  background: #00ffea none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+3) {
  transform: rotate(135deg);
}

#loader .dot:nth-child(7n+3)::before {
  animation: 0.8s linear 0.3s normal none infinite running load;
  background: #00aaff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+4) {
  transform: rotate(180deg);
}

#loader .dot:nth-child(7n+4)::before {
  animation: 0.8s linear 0.4s normal none infinite running load;
  background: #0040ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+5) {
  transform: rotate(225deg);
}

#loader .dot:nth-child(7n+5)::before {
  animation: 0.8s linear 0.5s normal none infinite running load;
  background: #2a00ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+6) {
  transform: rotate(270deg);
}

#loader .dot:nth-child(7n+6)::before {
  animation: 0.8s linear 0.6s normal none infinite running load;
  background: #9500ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+7) {
  transform: rotate(315deg);
}

#loader .dot:nth-child(7n+7)::before {
  animation: 0.8s linear 0.7s normal none infinite running load;
  background: magenta none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+8) {
  transform: rotate(360deg);
}

#loader .dot:nth-child(7n+8)::before {
  animation: 0.8s linear 0.8s normal none infinite running load;
  background: #ff0095 none repeat scroll 0 0;
}

#loader .loading {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -40px;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  width: 180px;
}

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.spinner-message {
  text-align: center;
}


.lecturer-img{
  border-radius: 50%;
}


/* div {border: 1px dashed #0040ff;}*/


/* Jirka 12.6.2023 */
.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-button {
    position: absolute;
    z-index: 2;
}

.inline-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* Prostor mezi tlačítky, můžete nastavit dle potřeby */
    justify-content: flex-start; /* Zarovnání tlačítek na levý okraj */
    margin-top: 1.5em;
}

.inline-buttons button.action-button {
  margin: 0;
  padding-left: 28px;
  padding-right: 28px;
}

section.about button.register-btn {
  background-color: var(--blue);
}


#registrace p.longtext{
  margin-bottom: 1rem;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #F6B285;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.video-popup {
  width: 50px;
  height: 50px;
  background-image: url(./assets/images/play.svg);
}

@media (max-width: 767px) {
  .column-wrap {
    margin-bottom: 2em;
}
}