/* _content/iPortal/Pages/Shared/Modal/MerryChristmas.razor.rz.scp.css */
body[b-hjj9na6wq8] {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at top, #142c44, #08121f);
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.card[b-hjj9na6wq8] {
    width: 960px;
    max-width: 95%;
    min-height: 540px;
    background-image: url('Img/ChristmasTreeAndFallingSnow.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    text-align: center;
    animation: bgZoom-b-hjj9na6wq8 10s ease-in-out alternate;
}

@keyframes bgZoom-b-hjj9na6wq8 {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.title[b-hjj9na6wq8] {
    font-family: 'Great Vibes', cursive;
    font-size: 3.2rem;
    color: #f4d27a;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(244,210,122,0.7);
}

.title2[b-hjj9na6wq8] {
    font-family: 'Great Vibes', cursive;
    font-size: 2.2rem;
    color: #f4d27a;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(244,210,122,0.7);
}

.subtitle[b-hjj9na6wq8] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    color:white;
}

.hours[b-hjj9na6wq8] {
    font-size: 1.05rem;
    line-height: 1.9;
}

    .hours span[b-hjj9na6wq8] {
        display: block;
        margin: 8px 0;
    }

.closed[b-hjj9na6wq8] {
    color: #ffb3b3;
    font-weight: 600;
}

.open[b-hjj9na6wq8] {
    color: #b8ffd9;
    font-weight: 500;
}

.note[b-hjj9na6wq8] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.overlay[b-hjj9na6wq8] {
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: rgba(0, 0, 0, 0.35);*/
    /*backdrop-filter: blur(4px);*/
    /*z-index: 1;*/
}

.card > *:not(.overlay)[b-hjj9na6wq8] {
    /*position: relative;*/
    /*z-index: 2;*/
}

@media (max-width: 600px) {
    .title[b-hjj9na6wq8] {
        font-size: 2.5rem;
    }

    .hours[b-hjj9na6wq8] {
        font-size: 0.95rem;
    }
}

@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/great-vibes/GreatVibes-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* _content/iPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-c0gcfmwym7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c0gcfmwym7] {
    flex: 1;
}

.sidebar[b-c0gcfmwym7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c0gcfmwym7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c0gcfmwym7]  a, .top-row .btn-link[b-c0gcfmwym7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c0gcfmwym7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c0gcfmwym7] {
        display: none;
    }

    .top-row.auth[b-c0gcfmwym7] {
        justify-content: space-between;
    }

    .top-row a[b-c0gcfmwym7], .top-row .btn-link[b-c0gcfmwym7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c0gcfmwym7] {
        flex-direction: row;
    }

    .sidebar[b-c0gcfmwym7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c0gcfmwym7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c0gcfmwym7], article[b-c0gcfmwym7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/iPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vw28zb5vqd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vw28zb5vqd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vw28zb5vqd] {
    font-size: 1.1rem;
}

.oi[b-vw28zb5vqd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vw28zb5vqd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vw28zb5vqd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vw28zb5vqd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vw28zb5vqd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vw28zb5vqd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vw28zb5vqd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vw28zb5vqd] {
        display: none;
    }

    .collapse[b-vw28zb5vqd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
