/* /Features/Programme/Components/FeatureBadge.razor.rz.scp.css */
.feature-badge[b-bqr9tzs6m9] {
  font-size: 1.4rem;
  vertical-align: middle;
}

.feature-label[b-bqr9tzs6m9] {
  font-size: 0.9rem;
  font-style: italic;
  vertical-align: middle;
}
/* /Features/Programme/Components/HostCard.razor.rz.scp.css */
.container[b-5pjy2hmi88] {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}

.image[b-5pjy2hmi88] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 12px;
}

.text[b-5pjy2hmi88] {
    font-size: 20px;
    font-weight: bold;
}
/* /Features/Programme/Components/ScheduleCard.razor.rz.scp.css */
*[b-31o2bbzllf] {
    font-family: 'Raleway';
}

.schedule-card-container[b-31o2bbzllf] {
    position: relative;
}

.schedule-card-container.finished[b-31o2bbzllf] {
    opacity: 0.6;
}

.schedule-time-tab[b-31o2bbzllf] {
    text-align: end;
}

.schedule-time[b-31o2bbzllf] {
    background: #FFF;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 0 -1px 0;
    font-family: 'Nunito Sans';
}

.schedule-card[b-31o2bbzllf] {
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 4px 0 4px 4px;
    overflow: hidden;
    background-color: #FFF;
}

.card-content[b-31o2bbzllf] {
    padding: 8px;
}

.schedule-card .event-title[b-31o2bbzllf] {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
}

@keyframes blink-b-31o2bbzllf {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.live-indicator[b-31o2bbzllf] {
    width: 12px;
    height: 12px;
    background: #00D800;
    display: inline-block;
    margin-left: 4px;
    border-radius: 50%;
    outline: 1px solid #333;
    vertical-align: middle;
    animation: blink-b-31o2bbzllf 2s linear infinite;
}

.schedule-card .event-duration[b-31o2bbzllf] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #555;
    display: block;
    font-family: 'Nunito Sans';
}

.schedule-card .event-icons[b-31o2bbzllf] {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.tags[b-31o2bbzllf] {
}

.features[b-31o2bbzllf] {
    padding-top: 4px;
}

.schedule-card .feature-icon[b-31o2bbzllf] {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    vertical-align: middle;
}

.hall-stripe[b-31o2bbzllf] {
    margin-top: 4px;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 0;
    text-align: center;
    display: block;
}
/* /Features/Programme/Components/TagBadge.razor.rz.scp.css */
.tag[b-6sbxl6v1b3] {
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #722f37;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Raleway';
}

.bordered[b-6sbxl6v1b3] {
    border: 1px solid #333;
}
/* /Features/Programme/Components/TimePill.razor.rz.scp.css */
.time-pill[b-7u1jbeaq7n] {
    text-align: center;
}

.vertical-line[b-7u1jbeaq7n] {
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid black;
    border-right: 1px solid white;
    height: 10px;
}

.time-box[b-7u1jbeaq7n] {
    display: inline-block;
    background: white;
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px 4px;
}
/* /Features/Programme/Components/UpcomingEvents.razor.rz.scp.css */
.upcoming-events[b-ldgguvmeg4] {
    padding: 16px;
}

.no-upcoming-events[b-ldgguvmeg4] {
  color: #FEFEFE;
  margin-top: 1rem;
  text-shadow: 1px 1px 4px black;
}

.title[b-ldgguvmeg4] {
    margin: 0.4rem 0;
    color: #FEFEFE;
    text-shadow: 1px 1px 4px black;
}

.events[b-ldgguvmeg4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* /Features/Programme/Pages/EventPage.razor.rz.scp.css */
.main[b-xm90s1hlhz] {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.header[b-xm90s1hlhz] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 4px 12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.image[b-xm90s1hlhz] {
    flex: 1;
    position: relative;
}

.event[b-xm90s1hlhz] {
    flex: 3;
    overflow: scroll;
    padding: 8px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.title[b-xm90s1hlhz] {
    font-family: 'Lato';
    font-weight: 400;
    margin: 0.15rem 0;
    font-size: 1.6rem;
    text-align: center;
}

.schedule-date-label[b-xm90s1hlhz] {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444;
  margin: 10px 10px 4px 10px;
  font-family: 'Nunito Sans';
}

.schedule-label[b-xm90s1hlhz] {
    text-align: center;
    font-size:1.1rem;
    font-weight: 600;
    color: #444;
    margin: 4px 10px 4px 10px;
    font-family: 'Nunito Sans';
}

.timing-label[b-xm90s1hlhz] {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
  margin: 4px 10px 10px 10px;
  font-family: 'Nunito Sans';
}


.hall-tag[b-xm90s1hlhz] {
    padding: 10px 6px;
    border-radius: 4px;
    background-color: #322f37;
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}

.tag-container[b-xm90s1hlhz] {
    margin-top: 12px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tag[b-xm90s1hlhz] {
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #722f37;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Raleway';
}

.footer[b-xm90s1hlhz] {
  flex: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #10a30055, #FFFFFF);
  width: 100%;
}

.responsive-img[b-xm90s1hlhz] {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centered-div[b-xm90s1hlhz] {
    position: fixed;
    bottom: 0;
    display: flex;
    padding: 16px 20px;
    align-items: center;
    justify-content: center;
}

p[b-xm90s1hlhz] {
    text-align: justify;
}

.icon-button[b-xm90s1hlhz] {
  box-sizing: border-box;
  background: white;
  display: inline-block;
  border-radius: 50%;
  margin: 8px;
  color: #111;
  width: 3rem;
  height: 3rem;
  text-shadow: 1px 1px 2px black;
  padding: 4px;
}

.icon-button img[b-xm90s1hlhz] {
  padding: 4px;
  width: 2.5rem;
  height: 2.5rem;
}

.description[b-xm90s1hlhz] {
    font-family: 'Nunito Sans';
}

.material3-button[b-xm90s1hlhz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.65rem 2rem;
    color: #fff;
    background-color: #2196f3;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s, box-shadow 0.3s;
    border: none;
    cursor: pointer;
    user-select: none;
}

    .material3-button:hover[b-xm90s1hlhz] {
        background-color: #1976d2;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .material3-button:active[b-xm90s1hlhz] {
        background-color: #0d47a1;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        transform: translateY(1px);
    }

@media (max-width: 768px) {
    .material-button[b-xm90s1hlhz] {
        font-size: 14rem;
        padding: 2.5vw 5vw;
    }
}

@media (max-width: 480px) {
    .material-button[b-xm90s1hlhz] {
        font-size: 23rem;
        padding: 4vw 8vw;
    }
}
/* /Features/Programme/Pages/SchedulePage.razor.rz.scp.css */
.date-selector[b-punek7evn3] {
    margin: 0 0 4px 0;
}

.date-selector .current-month[b-punek7evn3] {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 400;
    margin: 4px 0;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

.date-selector .day-selector button[b-punek7evn3] {
    background: none;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
}

.date-selector .day-selector button img[b-punek7evn3] {
    width: 100%;
    height: 100%;
}

.date-selector .day-selector[b-punek7evn3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.date-selector .day-selector .day-number[b-punek7evn3] {
    font-size: 1.5rem;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.date-selector .day-selector .day-name[b-punek7evn3] {
  display: inline-block;
  font-size: 1rem;
}

.date-selector .day-selector div.day-container[b-punek7evn3] {
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem;
}

.date-selector .day-selector div.selected[b-punek7evn3] {
    background-color: #DDD;
}

.hall-selector[b-punek7evn3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6px;
}

.hall-selector button[b-punek7evn3] {
    background: none;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
}

.hall-selector button:disabled[b-punek7evn3] {
    opacity: 0.5;
}

.hall-selector button img[b-punek7evn3] {
    width: 100%;
    height: 100%;
}

.hall-selector span[b-punek7evn3] {
    font-weight: 500;
    font-size: 1.6rem;
    font-family: 'Raleway';
}

.events-container[b-punek7evn3] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    background: #333333;
}

.events[b-punek7evn3] {
    margin: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.schedule-page[b-punek7evn3] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #333333;
}

.schedule-header[b-punek7evn3] {
  background: white;
}
/* /Features/Programme/Pages/SearchPage.razor.rz.scp.css */
.search-page[b-p7i8q9twqz] {
  display: flex;
  flex-direction: column;
  background: #333333;
  height: 100%;
}

.app-bar[b-p7i8q9twqz] {
  background: white;
  width: 100%;
  padding: 16px 8px 12px 8px;
  box-shadow: 0 2px 4px rgba(0.3, 0.3, 0.3, 0.05), 0 4px 8px rgba(0.3, 0.3, 0.3, 0.05);
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.search-bar[b-p7i8q9twqz] {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 4px 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.search-bar input[b-p7i8q9twqz] {
  flex-grow: 1;
  outline: none;
  border: none;
  height: 100%;
  box-sizing: border-box;
}

.search-bar span[b-p7i8q9twqz] {
  font-size: 2rem;
  vertical-align: middle;
}

.notifications-button[b-p7i8q9twqz] {
  position: relative;
  margin: 0 8px;
  padding: 4px 8px;
  background: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  display: inline-block;
}

.notifications-button span[b-p7i8q9twqz] {
  font-size: 2rem;
  vertical-align: middle;
}

.notifications-button .activity-badge[b-p7i8q9twqz] {
  position: absolute;
  top: 6px;
  right: 8px;
  background: #ff6a00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.search-container[b-p7i8q9twqz] {
  flex: 1;
  min-height: 0;
  overflow: scroll;
}

.search-message[b-p7i8q9twqz] {
  height: 100%;
  width: 100%;
  padding: 2rem;
  vertical-align: middle;
  text-align: center;
  color: #FEFEFE;
  margin-top: 1rem;
  text-shadow: 1px 1px 4px black;
}

.events[b-p7i8q9twqz] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* /Pages/Account.razor.rz.scp.css */
.account-page[b-h0y8ijzem6] {
    padding: 12px;
}

.account-hello[b-h0y8ijzem6] {
    font-size: 2rem;
    font-weight: 400;
    margin: 0.2rem 0;
    display: inline-block;
}

.access-level[b-h0y8ijzem6] {
    color: #666;
    margin: 0;
}

.benefits-title[b-h0y8ijzem6] {
    margin-top: 2rem;
    font-size: 1.2rem;
}

.language-select[b-h0y8ijzem6] {
    background: none;
    float: right;
    font-size: 1.6rem;
    color: orange;
    outline: none;
    border: none;
}

.main-actions[b-h0y8ijzem6] {
    display: flex;
    justify-content: center;
}

button.checkin-prefs[b-h0y8ijzem6] {
    margin: 0 auto;
}

.platform-title[b-h0y8ijzem6] {
    font-family: Selawik, sans-serif;
    font-weight: 300;
    line-height: initial;
    color: #555;
    font-size: 2.2rem;
}

.by-subtitle[b-h0y8ijzem6] {
    font-family: Selawik, sans-serif;
    font-weight: 300;
    line-height: initial;
    color: #555;
    font-size: 1rem;
    margin-bottom: 2rem;
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-6ztnzzr2c7] {
  display: flex;
  flex-direction: column;
  background: #333333;
  height: 100%;
}

.app-bar[b-6ztnzzr2c7] {
    width: 100%;
    padding: 16px 8px 12px 8px;
    box-shadow: 0 2px 4px rgba(0.3, 0.3, 0.3, 0.05), 0 4px 8px rgba(0.3, 0.3, 0.3, 0.05);
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.search-bar[b-6ztnzzr2c7] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    border: 1px solid #DDD;
    border-radius: 8px;
    padding: 4px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 
        0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.search-bar input[b-6ztnzzr2c7] {
    flex-grow: 1;
    outline: none;
    border: none;
    height: 100%;
    box-sizing: border-box;
}

.search-bar span[b-6ztnzzr2c7] {
    font-size: 2rem;
    vertical-align: middle;
}

.notifications-button[b-6ztnzzr2c7] {
    position: relative;
    margin: 0 8px;
    padding: 4px 8px;
    background: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    display: inline-block;
}

.notifications-button span[b-6ztnzzr2c7] {
    font-size: 2rem;
    vertical-align: middle;
}

.notifications-button .activity-badge[b-6ztnzzr2c7] {
    position: absolute;
    top: 6px;
    right: 8px;
    background: #ff6a00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.home-container[b-6ztnzzr2c7] {
    flex: 1;
    min-height: 0;
    overflow: scroll;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.layout-container[b-yo462jhlvt] {
    position: fixed;
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.main-content[b-yo462jhlvt] {
    flex: 1;
    min-height: 0;
}

.nav-bar[b-yo462jhlvt] {
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 4px rgba(0.3, 0.3, 0.3, 0.05), 0 -4px 8px rgba(0.3, 0.3, 0.3, 0.05);
    width: 100%;
    display: flex;
    flex-direction: row;
}

.nav-bar[b-yo462jhlvt]  .nav-bar__item {
    flex-grow: 1;
    text-align: center;
    padding: 8px 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.nav-bar[b-yo462jhlvt]  .nav-bar__item span {
    text-decoration: none;
}

.nav-bar[b-yo462jhlvt]  .nav-bar__item.selected {
    background: #DDD;
} 

.nav-bar-icon[b-yo462jhlvt] {
  width: 3rem;
  height: 3rem;
}
