/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2024 Schwartzco Inc.
        License 2401-PVJTNH      
*/
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-55Roman-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-55Roman-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-65Medium-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-65Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-75Bold-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-75Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-56Italic-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-56Italic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-66MediumItalic-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-66MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Haas Grotesk Text Web";
  src: url("/fonts/NeueHaasGroteskText-76BoldItalic-Web.woff2") format("woff2"), url("/fonts/NeueHaasGroteskText-76BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
:root {
  --max-width: 1400px;
  --vertical-gap: 60px;
  --horizontal-gap: 40px;
}
@media screen and (max-width: 1100px) {
  :root {
    --vertical-gap: 45px;
    --horizontal-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --vertical-gap: 40px;
    --horizontal-gap: 26px;
  }
}

.my-program {
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.my-program .tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: calc(var(--vertical-gap) / 1);
}
.my-program .tabs a {
  padding: 16px 28px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 12px 12px 0 0;
  font-size: 21px;
  line-height: 25px;
}
.my-program .tabs a:hover {
  text-decoration: underline;
}
.my-program .tabs a.active {
  background-color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
  .my-program .tabs {
    display: none;
  }
}
.my-program .with-selection {
  display: none;
  margin-top: calc(var(--vertical-gap) / 1);
  margin-bottom: calc(var(--vertical-gap) / 1);
}
.my-program .with-selection .selection-container {
  max-width: 250px;
}
@media screen and (max-width: 1050px) {
  .my-program .with-selection {
    display: flex;
  }
}
.my-program .whiteBackground {
  width: 100%;
  margin-top: 0 !important;
}
.my-program .whiteBackground.my-films {
  border-top-left-radius: 0 !important;
}
@media screen and (max-width: 725px) {
  .my-program .whiteBackground.my-films {
    border-top-left-radius: 12px !important;
  }
}
.my-program .screenings-help {
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: calc(var(--vertical-gap) / 1) calc(var(--horizontal-gap) / 1);
}
.my-program.star {
  flex-direction: row;
}
.my-program.star img {
  height: 15px;
  width: 15px;
}

.myprogram {
  display: flex;
  margin: calc(-1 * var(--horizontal-gap) / 1 - 2px) calc(-1 * var(--horizontal-gap) / 1) 0 calc(-1 * var(--horizontal-gap) / 1);
}
.myprogram .films-column {
  width: 221px;
  display: flex;
  flex-direction: column;
}
.myprogram .films-column .day {
  display: flex;
  align-items: center;
  flex: 0 0 90px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  padding: 0 1em;
  border-bottom: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
  border-top: 2px solid #363636;
}
.myprogram .films-column .film {
  flex: 0 0 50px;
  border-bottom: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
  display: flex;
  flex-direction: column;
  padding: 0 0.5em 0 1em;
  justify-content: center;
}
.myprogram .films-column .film .film-row {
  display: flex;
}
.myprogram .films-column .film .film-row a {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  max-width: calc(100% - 25px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.myprogram .films-column .film .film-row .star {
  margin-left: 4px;
  cursor: pointer;
}
.myprogram .films-column .film .screening-detail {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}
.myprogram .screenings-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.myprogram .screenings-column .timeline {
  flex: 0 0 90px;
  display: flex;
}
.myprogram .screenings-column .timeline div {
  flex: 0 0 14.28% !important;
  min-width: 100px;
  display: flex;
  align-items: center;
  padding-left: 6px;
  font-size: 13px;
  line-height: 16px;
  height: 90px;
  border-bottom: 1px solid #CACACA;
  border-right: 1px solid #F3F3F3;
  border-top: 2px solid #363636;
}
.myprogram .screenings-column .screening-row {
  flex: 0 0 50px;
  position: relative;
}
.myprogram .screenings-column .screening-row .timeline {
  display: flex;
}
.myprogram .screenings-column .screening-row .timeline div {
  height: 50px;
  border-bottom: 1px solid #CACACA;
  border-right: 1px solid #F3F3F3;
  border-top: none;
}
.myprogram .screenings-column .screening-row .screening {
  position: absolute;
  top: 2px;
  height: 46px;
  background-color: #121212;
  border-radius: 6px;
}
.myprogram .screenings-column .screening-row .screening.nevybrany {
  background-color: #F6F6F6;
}
.myprogram .screenings-column .screening-row .screening.preferovany {
  background-color: #59C182;
}

/*# sourceMappingURL=myprogram.css.map */
