/* _content/TerHeideOnlineAdmin/Pages/HotelWelcome.razor.rz.scp.css */
.hotel-welcome[b-q2dxhdj0mh] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #f7f3ea;
    background: #042917;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hotel-welcome--loading[b-q2dxhdj0mh] {
    display: grid;
    place-items: center;
    font-size: 1.5rem;
}

.hotel-welcome__slides[b-q2dxhdj0mh] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hotel-welcome__slide[b-q2dxhdj0mh] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hotel-welcome__slide.is-active[b-q2dxhdj0mh] {
    opacity: 1;
}

.hotel-welcome__background[b-q2dxhdj0mh] {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(120deg, rgba(4, 41, 23, 0.92) 0%, rgba(4, 41, 23, 0.78) 45%, rgba(4, 41, 23, 0.55) 100%),
        radial-gradient(circle at 15% 20%, rgba(196, 164, 98, 0.18), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(135deg, #042917 0%, #0a3d28 45%, #062117 100%);
    pointer-events: none;
}

.hotel-welcome__main[b-q2dxhdj0mh],
.hotel-welcome__footer[b-q2dxhdj0mh] {
    position: relative;
    z-index: 2;
}

.hotel-welcome__main[b-q2dxhdj0mh] {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem);
}

.hotel-welcome__hero[b-q2dxhdj0mh] {
    max-width: 46rem;
}

.hotel-welcome__eyebrow[b-q2dxhdj0mh] {
    margin: 0 0 1rem;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #d4b978;
}

.hotel-welcome__title[b-q2dxhdj0mh] {
    margin: 0;
    font-size: clamp(4rem, 10vw, 8rem);
    line-height: 0.95;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.hotel-welcome__subtitle[b-q2dxhdj0mh] {
    margin: 1.5rem 0 0;
    max-width: 34rem;
    font-size: clamp(1.25rem, 2.2vw, 2rem);
    line-height: 1.5;
    color: rgba(247, 243, 234, 0.86);
}

.hotel-welcome__main--message[b-q2dxhdj0mh] {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.45fr);
    align-items: start;
}

.hotel-welcome__hero--message[b-q2dxhdj0mh] {
    max-width: none;
    width: 100%;
}

.hotel-welcome__title--message[b-q2dxhdj0mh] {
    margin: 0 0 1.25rem;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.05;
    font-weight: 300;
}

.hotel-welcome__message-detail[b-q2dxhdj0mh] {
    margin: 0;
    max-width: none;
    font-size: clamp(1.5rem, 2.8vw, 2.75rem);
    line-height: 1.45;
    color: rgba(247, 243, 234, 0.92);
    white-space: pre-line;
}

.hotel-welcome__message-panel[b-q2dxhdj0mh] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
}

.hotel-welcome__message-image[b-q2dxhdj0mh] {
    width: 100%;
    max-height: min(70vh, 42rem);
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hotel-welcome__steps[b-q2dxhdj0mh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hotel-welcome__step[b-q2dxhdj0mh] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
}

.hotel-welcome__step-number[b-q2dxhdj0mh] {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(2.75rem, 4vw, 3.5rem);
    height: clamp(2.75rem, 4vw, 3.5rem);
    border-radius: 999px;
    background: rgba(196, 164, 98, 0.18);
    color: #e8d5a8;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 600;
}

.hotel-welcome__step h2[b-q2dxhdj0mh] {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    font-weight: 600;
}

.hotel-welcome__step p[b-q2dxhdj0mh] {
    margin: 0.5rem 0 0;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5;
    color: rgba(247, 243, 234, 0.78);
}

.hotel-welcome__footer[b-q2dxhdj0mh] {
    padding: 1.25rem clamp(2rem, 5vw, 5rem) clamp(1.5rem, 2.5vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hotel-welcome__world-clocks[b-q2dxhdj0mh] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
}

.hotel-welcome__world-clock[b-q2dxhdj0mh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
}

.hotel-welcome__world-clock-country[b-q2dxhdj0mh] {
    font-size: clamp(0.75rem, 1.1vw, 0.95rem);
    letter-spacing: 0.14em;
    color: rgba(212, 185, 120, 0.9);
}

.hotel-welcome__world-clock-time[b-q2dxhdj0mh] {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #f7f3ea;
}

@media (max-width: 960px) {
    .hotel-welcome__main[b-q2dxhdj0mh],
    .hotel-welcome__main--message[b-q2dxhdj0mh] {
        grid-template-columns: 1fr;
    }

    .hotel-welcome__world-clocks[b-q2dxhdj0mh] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .hotel-welcome__world-clocks[b-q2dxhdj0mh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/TerHeideOnlineAdmin/Shared/MainLayout.razor.rz.scp.css */
.page[b-nc8o28gjjj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nc8o28gjjj] {
    flex: 1;
}

.sidebar[b-nc8o28gjjj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nc8o28gjjj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nc8o28gjjj]  a, .top-row .btn-link[b-nc8o28gjjj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nc8o28gjjj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nc8o28gjjj] {
        display: none;
    }

    .top-row.auth[b-nc8o28gjjj] {
        justify-content: space-between;
    }

    .top-row a[b-nc8o28gjjj], .top-row .btn-link[b-nc8o28gjjj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nc8o28gjjj] {
        flex-direction: row;
    }

    .sidebar[b-nc8o28gjjj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nc8o28gjjj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nc8o28gjjj], article[b-nc8o28gjjj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TerHeideOnlineAdmin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-axh4ef0fbh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-axh4ef0fbh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-axh4ef0fbh] {
    font-size: 1.1rem;
}

.oi[b-axh4ef0fbh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-axh4ef0fbh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-axh4ef0fbh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-axh4ef0fbh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-axh4ef0fbh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-axh4ef0fbh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-axh4ef0fbh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-axh4ef0fbh] {
        display: none;
    }

    .collapse[b-axh4ef0fbh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-axh4ef0fbh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
