/* _content/LocalEventSSR/Rendering/EventEmbeds/Components/Footer.razor.rz.scp.css */

.footer[b-hf007utmif] {
    display: flex;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--img-bg);
}

    .footer p[b-hf007utmif] {
        color: gray;
        margin: 15px;
        font-size: 0.8em;
    }

    .footer a[b-hf007utmif] {
        color: gray;
    }

        .footer a:visited[b-hf007utmif] {
            color: gray;
        }

        .footer a:hover[b-hf007utmif] {
            color: gray;
        }
/* _content/LocalEventSSR/Rendering/EventEmbeds/ContactInfos/ContactListItem.razor.rz.scp.css */

li[b-d1o63cyxt3] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2em;
    align-items: center;
    margin-right:10px;
}



.img-container[b-d1o63cyxt3] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img[b-d1o63cyxt3], .img-placeholder[b-d1o63cyxt3] {
    width: 3.8em;
    height: 3.8em;
    object-fit: cover;
    border-radius: 20%;
    background: var(--img-bg);
    user-select: none;
    pointer-events: none;
}

.img[b-d1o63cyxt3] {
    filter: brightness(var(--img-brightness));
}

.img-placeholder[b-d1o63cyxt3] {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

    .img-placeholder p[b-d1o63cyxt3] {
        margin: 0;
        font-size: 1.3em;
    }


.text-container[b-d1o63cyxt3]{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

    overflow:hidden;
}

p[b-d1o63cyxt3] {
    margin: 0;
    font-size: 1em;
}
h1[b-d1o63cyxt3] {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 0.1em;
}



.icon-container[b-d1o63cyxt3] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0.3em;
}

    .icon-container p[b-d1o63cyxt3], 
    .icon-container h1[b-d1o63cyxt3] {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .icon-container p[b-d1o63cyxt3] {
        color: var(--text-tertiery);
    }

    .icon-container img[b-d1o63cyxt3] {
        user-select: none;
        pointer-events: none;
        background: none;
        height: 0.9em;
        width: 0.9em;
        filter: invert(var(--svg-invert));
    }


.action-buttons[b-d1o63cyxt3]{
    display: flex;
    gap: 0.3em;
}
.action-buttons a[b-d1o63cyxt3]{
    padding: 0.4em;
}

    .action-buttons img[b-d1o63cyxt3] {
        width: 2em;
        height: 2em;
        filter: invert(var(--svg-invert));
    }

.read-more[b-d1o63cyxt3] {
    background: none;
    border: 2px solid var(--text-secondary);
    color: var(--text-color);
    height: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8em;
}

    .read-more:hover[b-d1o63cyxt3] {
        border: 2px solid var(--text-tertiery);
        color: var(--text-tertiery);
    }



@media (max-width: 500px) {

    .img[b-d1o63cyxt3], .img-placeholder[b-d1o63cyxt3] {
        width: 3em;
        height: 3em;
    }


    p[b-d1o63cyxt3] {
        font-size: 0.9em;
    }

    h1[b-d1o63cyxt3] {
        font-size: 1em;
    }

    .action-buttons img[b-d1o63cyxt3] {
        width: 1.6em;
        height: 1.6em;
    }
    }
/* _content/LocalEventSSR/Rendering/EventEmbeds/ContactInfos/EventContact.razor.rz.scp.css */

.title[b-b6akg0a95t] {
    font-size: 1.5em;
    outline: none;
}

.container[b-b6akg0a95t] {
    background: var(--bg-color);
    color: var(--text-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
}

.content[b-b6akg0a95t] {
    height: 100%;
    overflow-y: auto;
}

ul[b-b6akg0a95t] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow: hidden;
}

.no-items-container[b-b6akg0a95t] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/FAQs/EventFaq.razor.rz.scp.css */


.title[b-781uhyn7fp] {
    font-size: 1.5em;
    outline:none;
    color: var(--text-color);
}

.container[b-781uhyn7fp] {
    background: var(--bg-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
}

.content[b-781uhyn7fp] {
    height: 100%;
    overflow-y: auto;
}

ul[b-781uhyn7fp] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow: hidden;
}

.no-items-container[b-781uhyn7fp] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/FAQs/FAQListItem.razor.rz.scp.css */

li[b-chvcs4nusk] {
    margin-right: 10px;
}

summary[b-chvcs4nusk]::after {
    content: '';
    width: 2em;
    height: 2em;
    background: url('icons/chevron-down.svg') no-repeat;
    filter: invert(var( --svg-invert));
    background-size: cover;
    transition: 0.2s;

    position: absolute;
    right: 1em;
}

details[open] > summary[b-chvcs4nusk]::after {
    transform: rotate(180deg);
}

summary[b-chvcs4nusk]::-webkit-details-marker {
    display: none;
}



details[open] summary[b-chvcs4nusk] {
    border-radius: 5px 5px 0 0;
}

details[b-chvcs4nusk] {
    border-radius: 5px;
    border: 2px solid var(--img-bg);
}

summary[b-chvcs4nusk] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1.3em;
    padding-right: 3.2em;
    font-weight: bold;
    cursor: pointer;

    position: relative;
}


.header[b-chvcs4nusk] {
    color: var(--text-color);
}


.quill-container[b-chvcs4nusk] {
    margin: 10px;
    background: #fff;
    padding: 1em;
    border-radius: 5px;
}


h1[b-chvcs4nusk] {
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 0.1em;
}



p[b-chvcs4nusk],
h1[b-chvcs4nusk] {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}






li[b-chvcs4nusk]{
    interpolate-size: allow-keywords;
}

details[b-chvcs4nusk]::details-content{
    block-size: 0;
    transition: 
        block-size 0.3s,
        content-visibility 1s;
    transition-behavior: allow-discrete;
    overflow: hidden;
}

details[open][b-chvcs4nusk]::details-content {
    block-size: auto;
}


@media (max-width: 500px) {

    h1[b-chvcs4nusk] {
        font-size: 1em;
    }
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/Infos/EventInfo.razor.rz.scp.css */


.container[b-hrjv633p2c] {
    background: var(--bg-color);
    color: var(--text-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    gap: 15px;


    font-size: var(--base-font-size);
}

@media (max-width: 500px) {
    .container[b-hrjv633p2c] {
        font-size: calc(var(--base-font-size) * 0.9) !important;
    }
}


.title[b-hrjv633p2c] {
    font-size: 1.5em;
    outline:none;
}

.content[b-hrjv633p2c] {
    height: 100%;
    overflow-y: auto;
}




ul[b-hrjv633p2c] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow: hidden;
}

.no-items-container[b-hrjv633p2c] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/Infos/InfoDetailsTile.razor.rz.scp.css */

.modal-container[b-dj37tpn4nk] {
    overflow-x: hidden;
    background: var(--bg-color);
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

@media (max-width: 500px) {
    .modal-container[b-dj37tpn4nk] {
        font-size: calc(var(--base-font-size) * 0.8) !important;
    }
}

.content[b-dj37tpn4nk] {
    padding: 20px;
    gap: 10px;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.modal-container .img[b-dj37tpn4nk] {
    width: 100%;
    max-height: 250px;
    object-fit: cover;

}

.fake-image[b-dj37tpn4nk] {
    background: #007991;
    background: linear-gradient(to right, #007991, #78ffd6);
    width: auto;
    height: 250px;
}


.modal-container hr[b-dj37tpn4nk] {
    width: 100%;
    border-top: 1px solid var(--text-secondary);
}

.icon-text-container[b-dj37tpn4nk] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0.7em;
}

    .icon-text-container h1[b-dj37tpn4nk] {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .icon-text-container h1[b-dj37tpn4nk] {
        color: var(--text-color);
        margin: 0;
        font-size: 1.4em;
        word-break: break-word;
        overflow-wrap: break-word;
    }

 
    .quill-container[b-dj37tpn4nk]{
        padding: 12px  15px;
        background: white;
        border-radius:3px;
        min-width: 200px;
    }

/* _content/LocalEventSSR/Rendering/EventEmbeds/Infos/InfoListItem.razor.rz.scp.css */

li[b-6t7192ft3w] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2em;
    align-items: center;
    margin-right: 10px;
}



.img-container[b-6t7192ft3w] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img[b-6t7192ft3w], .img-placeholder[b-6t7192ft3w] {
    width: 3.8em;
    height: 3.8em;
    object-fit: cover;
    border-radius: 20%;
    background: var(--img-bg);
    user-select: none;
    pointer-events: none;
}

.img[b-6t7192ft3w] {
    filter: brightness(var(--img-brightness));
}

.img-placeholder[b-6t7192ft3w] {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

    .img-placeholder p[b-6t7192ft3w] {
        margin: 0;
        font-size: 1.3em;
    }


.text-container[b-6t7192ft3w] {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

p[b-6t7192ft3w] {
    margin: 0;
    font-size: 1em;
}

h1[b-6t7192ft3w] {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 0.1em;
}

.read-more[b-6t7192ft3w] {
    background: none;
    border: 2px solid var(--text-secondary);
    color: var(--text-color);
    height: fit-content;
    padding: 0.5em 0.8em;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .read-more:hover[b-6t7192ft3w] {
        border: 2px solid var(--text-tertiery);
        color: var(--text-tertiery);
    }


.read-more-text[b-6t7192ft3w] {
    display: flex;
    height: 100%;
}

.read-more img[b-6t7192ft3w] {
    filter: invert(var(--svg-invert));
}





.icon-container[b-6t7192ft3w] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0.3em;
}


    .icon-container p[b-6t7192ft3w] {
        color: var(--text-tertiery);
    }

    .icon-container img[b-6t7192ft3w] {
        user-select: none;
        pointer-events: none;
        background: none;
        height: 0.9em;
        width: 0.9em;
        filter: invert(var(--svg-invert));
    }

.short-description[b-6t7192ft3w] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.read-more-container[b-6t7192ft3w] {
    all: unset;
    display: contents;
    cursor: pointer;
}


.modal[b-6t7192ft3w] {
    max-height: 80dvh;
    max-width: 80dvw;
    min-height: 200px;
    height: 800px;
    width: 500px;
    padding: 0;
    border: none;
    border-radius: 10px;
}

    .modal[b-6t7192ft3w]::backdrop {
        background: var(--backdrop);
    }


.details-header[b-6t7192ft3w] {
    display: flex;
    justify-content: space-between;
    position: sticky;
    z-index: 3;
    top: 0;
    height: auto;
    background: var(--bg-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 5px 15px;
    color: var(--text-color);
    overflow: hidden;
}

    .details-header p[b-6t7192ft3w] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.close-button[b-6t7192ft3w] {
    background: none;
    border: none;
    width: 3em;
    height: 3em;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-button img[b-6t7192ft3w] {
        width: 2em;
        height: 2em;
        filter: invert(var(--svg-invert));
    }

.z-index-elevator[b-6t7192ft3w] {
    z-index: 10;
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

#loading-blocker[b-6t7192ft3w] {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: transparent;
    pointer-events: auto;
    border: none;
    outline: none;
}

:popover-open + #loading-blocker[b-6t7192ft3w] {
    display: block;
}


@media (max-width: 500px) {
    .modal[b-6t7192ft3w] {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }


    .read-more-text[b-6t7192ft3w] {
        display: none;
    }

    .read-more[b-6t7192ft3w] {
        padding: 5px;
        border: none;
    }

    .img[b-6t7192ft3w], .img-placeholder[b-6t7192ft3w] {
        width: 3em;
        height: 3em;
    }

    p[b-6t7192ft3w] {
        font-size: 0.9em;
    }

    h1[b-6t7192ft3w] {
        font-size: 1em;
    }
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/Maps/EventMap.razor.rz.scp.css */


.title[b-xe1ao2fjg9] {
    font-size: 1.5em;
    color: var(--text-color);
    outline:none;
}

.container[b-xe1ao2fjg9] {
    background: var(--bg-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr;
    gap: 15px;
}

.content[b-xe1ao2fjg9] {
    height: 100%;
    overflow-y: auto;
}

.map-container[b-xe1ao2fjg9] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.map-container img[b-xe1ao2fjg9] {
    width: 100%;
    height:100%;
    object-fit: contain;
}

.map-text[b-xe1ao2fjg9]{
    display: flex;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/Notifcations/EventNotification.razor.rz.scp.css */


.title[b-u4xcw5ar8y] {
    font-size: 1.5em;
    outline:none;
}

.container[b-u4xcw5ar8y] {
    background: var(--bg-color);
    color: var(--text-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
}


.content[b-u4xcw5ar8y] {
    height: 100%;
    overflow-y: auto;
}


ul[b-u4xcw5ar8y] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow: hidden;
}


.no-items-container[b-u4xcw5ar8y] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/Notifcations/NotificationListItem.razor.rz.scp.css */

li[b-4h10dhr0uo] {
    display: grid;
    grid-template-areas: "title time"
        "description description";

    grid-template-columns: 1fr auto;
    gap: 0.8em;
    align-items: start;
    margin-right: 10px;

    border-left: 8px solid var(--text-color);
    background: var(--bg-secondary);
    padding: 1em;
    border-radius: 8px;

}


h1[b-4h10dhr0uo] {
    grid-area: title;
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 0.1em;
}

.description[b-4h10dhr0uo]{
    grid-area: description;
}

.time[b-4h10dhr0uo]{
    grid-area: time;
    color: var(--text-secondary);
}

p[b-4h10dhr0uo] {
    margin: 0;
    font-size: 1em;
    color: var(--text-tertiery);
}

p[b-4h10dhr0uo],
h1[b-4h10dhr0uo] {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}


@media (max-width: 500px) {

    p[b-4h10dhr0uo] {
        font-size: 0.9em;
    }

    h1[b-4h10dhr0uo] {
        font-size: 1em;
    }
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/TimeTables/CalendarHeader.razor.rz.scp.css */
.nav-header[b-fmyufv9nyu] {
    background: var(--bg-color);
    overflow: hidden;
}

.title[b-fmyufv9nyu] {
    font-size: 1.5em;
    outline:none;
}

.radio[b-fmyufv9nyu] {
    display: none;
}


.select-day[b-fmyufv9nyu] {
    width: 100%;
    display: flex;
    border-top: 1px solid var(--img-bg);
    border-bottom: 1px solid var(--img-bg);
    padding-bottom: 0px;
    overflow-x: auto;
}


    .select-day label[b-fmyufv9nyu] {
        display: flex;
        flex-direction: column;
        width: 3.75em;
        flex-shrink: 0;
        padding: 5px 0;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        border: none;
        background: var(--bg-color);
        user-select: none;
    }

        .select-day label .all[b-fmyufv9nyu] {
            font-size: 18px;
            color: var(--text-color);
        }

    .select-day p[b-fmyufv9nyu] {
        margin: 3px;
        font-size: 0.8em;
        color: var(--text-tertiery);
    }

    .select-day .date[b-fmyufv9nyu] {
        font-size:1.3em;
        width: 1.5em;
        text-align: center;
        font-weight: 600;
        color: var(--text-color);
    }

.radio:checked + label[b-fmyufv9nyu] {
    background: var(--text-color) !important;
}

    .radio:checked + label p[b-fmyufv9nyu] {
        color: var(--bg-color) !important;
    }

.select-day .today .date[b-fmyufv9nyu] {
    background: rgb(23, 184, 151);
    border-radius: 5px;
    color: var(--bg-color) !important;
}

@media (max-width: 500px) {
    .select-day p[b-fmyufv9nyu] {
        font-size: 0.7em;
    }

    .select-day .date[b-fmyufv9nyu] {
        font-size: 1.1em;
    }
    

}
/* _content/LocalEventSSR/Rendering/EventEmbeds/TimeTables/EventProgram.razor.rz.scp.css */

.container[b-sser8rrk6j] {
    background: var(--bg-color);
    color: var(--text-color);
    padding: 0 15px;
    display: grid;
    min-height: 100dvh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
    font-size: var(--base-font-size);
}

.date-header[b-sser8rrk6j]{
    margin: 5px 0 0 0;
}

@media (max-width: 500px) {
    .container[b-sser8rrk6j] {
        font-size: calc(var(--base-font-size) * 0.9) !important;
    }
}


.content[b-sser8rrk6j] {
    height: 100%;
    overflow-y: auto;
}




ul[b-sser8rrk6j] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow: hidden;
}


.no-items-container[b-sser8rrk6j]{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/TimeTables/ProgramDetailsTile.razor.rz.scp.css */

.modal-container[b-ouetr84mf9] {
    overflow-x: hidden;
    background: var(--bg-color);
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

@media (max-width: 500px) {
    .modal-container[b-ouetr84mf9] {
        font-size: calc(var(--base-font-size) * 0.8) !important;
    }
}

.content[b-ouetr84mf9] {
    padding: 20px;
    gap: 10px;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
}

.modal-container .img[b-ouetr84mf9] {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.fake-image[b-ouetr84mf9] {
    background: #007991;
    background: linear-gradient(to right, #007991, #78ffd6);
    width: auto;
    height: 250px;
}

.modal-container hr[b-ouetr84mf9] {
    width: 100%;
    border-top: 1px solid var(--text-secondary);
}

.icon-text-container[b-ouetr84mf9] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0.7em;
}

    .icon-text-container p[b-ouetr84mf9],
    .icon-text-container a[b-ouetr84mf9],
    .icon-text-container h1[b-ouetr84mf9] {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .icon-text-container p[b-ouetr84mf9] {
        color: var(--text-tertiery);
        margin: 0;
        font-size: 1.2em;
    }

.link[b-ouetr84mf9] {
    font-size: 1.2em;
    color: var(--link-color);
}

    .link:hover[b-ouetr84mf9] {
        color: var(--link-hover-color) !important;
    }

    .link:visited[b-ouetr84mf9] {
        color: var(--link-visited-color) !important;
    }

.icon-text-container h1[b-ouetr84mf9] {
    color: var(--text-color);
    margin: 0;
    font-size: 1.4em;
    word-break: break-word;
    overflow-wrap: break-word;
}

.icon-text-container img[b-ouetr84mf9] {
    user-select: none;
    pointer-events: none;
    background: none;
    height: 1em;
    width: 1em;
    filter: invert(var(--svg-invert));
}

.quill-container[b-ouetr84mf9] {
    padding: 12px 15px;
    background: white;
    border-radius: 3px;
    min-width: 200px;
}
/* _content/LocalEventSSR/Rendering/EventEmbeds/TimeTables/TimeTableListItem.razor.rz.scp.css */

li[b-bdbnrrgddw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2em;
    align-items: center;
    margin-right: 10px;
}



.img-container[b-bdbnrrgddw] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img[b-bdbnrrgddw], .img-placeholder[b-bdbnrrgddw] {
    width: 3.8em;
    height: 3.8em;
    object-fit: cover;
    border-radius: 20%;
    background: var(--img-bg);
    user-select: none;
    pointer-events: none;
}

.img[b-bdbnrrgddw] {
    filter: brightness(var(--img-brightness));
}

.img-placeholder[b-bdbnrrgddw] {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

    .img-placeholder p[b-bdbnrrgddw] {
        margin: 0;
        font-size: 1.3em;
    }


.text-container[b-bdbnrrgddw] {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

p[b-bdbnrrgddw] {
    margin: 0;
    font-size: 1em;
}

h1[b-bdbnrrgddw] {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 0.1em;
}

.read-more[b-bdbnrrgddw] {
    background: none;
    border: 2px solid var(--text-secondary);
    color: var(--text-color);
    height: fit-content;
    padding: 0.5em 0.8em;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .read-more:hover[b-bdbnrrgddw] {
        border: 2px solid var(--text-tertiery);
        color: var(--text-tertiery);
    }


.read-more-text[b-bdbnrrgddw] {
    display: flex;
    height: 100%;
}

.read-more img[b-bdbnrrgddw] {
    filter: invert(var(--svg-invert));
}




.icon-container[b-bdbnrrgddw] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0.3em;
}

    .icon-container p[b-bdbnrrgddw],
    .icon-container h1[b-bdbnrrgddw] {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .icon-container p[b-bdbnrrgddw] {
        color: var(--text-tertiery);
    }

    .icon-container img[b-bdbnrrgddw] {
        user-select: none;
        pointer-events: none;
        background: none;
        height: 0.9em;
        width: 0.9em;
        filter: invert(var(--svg-invert));
    }


.read-more-container[b-bdbnrrgddw] {
    all: unset;
    display: contents;
    cursor: pointer;
}


.modal[b-bdbnrrgddw] {
    max-height: 80dvh;
    max-width: 80dvw;
    min-height: 200px;
    height: 800px;
    width: 500px;
    padding: 0;
    border: none;
    border-radius: 10px;
}

    .modal[b-bdbnrrgddw]::backdrop {
        background: var(--backdrop);
    }

.details-header[b-bdbnrrgddw] {
    display: flex;
    justify-content: space-between;
    position: sticky;
    z-index: 3;
    top: 0;
    height: auto;
    background: var(--bg-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 5px 15px;
    color: var(--text-color);
    overflow: hidden;
}

    .details-header p[b-bdbnrrgddw] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.close-button[b-bdbnrrgddw] {
    background: none;
    border: none;
    width: 3em;
    height: 3em;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-button img[b-bdbnrrgddw] {
        width: 2em;
        height: 2em;
        filter: invert(var(--svg-invert));
    }

.z-index-elevator[b-bdbnrrgddw] {
    z-index: 10;
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

#loading-blocker[b-bdbnrrgddw] {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: transparent;
    pointer-events: auto;
    border: none;
    outline: none;
}

:popover-open + #loading-blocker[b-bdbnrrgddw] {
    display: block;
}


@media (max-width: 500px) {
    .modal[b-bdbnrrgddw] {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }


    .read-more-text[b-bdbnrrgddw] {
        display: none;
    }

    .read-more[b-bdbnrrgddw] {
        padding: 5px;
        border: none;
    }

    .img[b-bdbnrrgddw], .img-placeholder[b-bdbnrrgddw] {
        width: 3em;
        height: 3em;
    }

    p[b-bdbnrrgddw] {
        font-size: 0.9em;
    }

    h1[b-bdbnrrgddw] {
        font-size: 1em;
    }

}
/* _content/LocalEventSSR/Rendering/PromoPDFs/AppPromoPDF.razor.rz.scp.css */
body[b-yzr4y0sc85] {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#pdf[b-yzr4y0sc85] {
    width: 100dvw;
    height: 100dvh;
    background-color: white;
    position: relative;
    /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
    font-family: monospace, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    overflow: hidden;
}

.logo[b-yzr4y0sc85] {
    --size: 70px;
    --pos: 30px;
    position: absolute;
    top: var(--pos);
    left: var(--pos);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: var(--size);
    width: var(--size);
    overflow: hidden;
}

    .logo img[b-yzr4y0sc85] {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.title[b-yzr4y0sc85] {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .title h1[b-yzr4y0sc85] {
        outline: none;
        border: none;
        font-size: 50px;
        font-weight: 500;
        color: #333;
        margin: 0;
    }

    .title h2[b-yzr4y0sc85] {
        font-size: 30px;
        font-weight: 100;
        color: #565656;
        margin: 0;
    }

    .title img[b-yzr4y0sc85] {
        margin: 20px 0;
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

.phones[b-yzr4y0sc85] {
    position: absolute;
    top: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .phones img[b-yzr4y0sc85] {
        width: 100%;
        height: 280px;
        object-fit: contain;
        z-index: 2;
    }

    .phones[b-yzr4y0sc85]::after {
        content: "";
        position: absolute;
        top: 80%;
        left: 50%;
        width: 65%;
        height: 60%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #1816161f;
        filter: blur(20px);
        z-index: 1;
    }

.grid-content[b-yzr4y0sc85] {
    display: grid;
    width: 100%;
    position: absolute;
    top: 740px;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "step1 step2"
        "desc1 desc2"
        "qr eventcode-title"
        "qr eventcode"
        "appstore eventcode";
}

.step1[b-yzr4y0sc85],
.step2[b-yzr4y0sc85] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .step1[b-yzr4y0sc85]::before,
    .step2[b-yzr4y0sc85]::before {
        content: "1";
        font-size: 10px;
        background-color: black;
        color: white;
        padding: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    .step1[b-yzr4y0sc85]::before {
        content: "1";
    }

    .step2[b-yzr4y0sc85]::before {
        content: "2";
    }

.step1[b-yzr4y0sc85] {
    grid-area: step1;
}

.step2[b-yzr4y0sc85] {
    grid-area: step2;
}

.desc1[b-yzr4y0sc85],
.desc2[b-yzr4y0sc85] {
    border-radius: 10px;
    padding: 0 20px;
    text-align: center;
}

.desc1[b-yzr4y0sc85] {
    grid-area: desc1;
}

.desc2[b-yzr4y0sc85] {
    grid-area: desc2;
}

.app-links[b-yzr4y0sc85] {
    grid-area: appstore;
    margin-top: 10px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

    .app-links img[b-yzr4y0sc85] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.qr-code[b-yzr4y0sc85] {
    grid-area: qr;
    width: 40%;
    object-fit: contain;
}

.eventcode-title[b-yzr4y0sc85] {
    grid-area: eventcode-title;
    display: flex;
    height: 100%;
    margin: 0;
    height: 100px;
    font-size: 22px;
    align-items: end;
    text-align: center;
}

.eventcode[b-yzr4y0sc85] {
    grid-area: eventcode;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
    font-weight: 900;
    height: 100%;
    width: 100%;
    margin: 0 10px;
    margin-top: 10px;
    font-size: 32px;
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* _content/LocalEventSSR/Rendering/Shared/Watermark.razor.rz.scp.css */


.container[b-9tqfleud7b] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    z-index: 2001;
    opacity: 0.3;
    pointer-events: none;
}

.container img[b-9tqfleud7b] {
    width: 100%;
    max-width: 300px;
}

