/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-e1k3lhz0ww] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-e1k3lhz0ww] {
    flex: 1;
    width: 100%;
}

.content[b-e1k3lhz0ww] {
    padding: 0;
    width: 100%;
}

#blazor-error-ui[b-e1k3lhz0ww] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-e1k3lhz0ww] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tzgamf0470] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-tzgamf0470] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-tzgamf0470] {
    min-height: 3.5rem;
    background-color: var(--primary-color);
}

.navbar-brand[b-tzgamf0470] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--background-color) !important;
}

.bi[b-tzgamf0470] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-tzgamf0470] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-calendar-check-fill[b-tzgamf0470] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

.nav-scrollable[b-tzgamf0470] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-tzgamf0470] {
    display: block;
}

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

    .nav-scrollable[b-tzgamf0470] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.announcement-wrapper[b-hfqdetnklv] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.simple-nav[b-hfqdetnklv] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    box-shadow: 0 2px 10px rgba(90, 56, 37, 0.1);
    z-index: 1000;
}

.nav-link[b-hfqdetnklv] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link:hover[b-hfqdetnklv] {
    background-color: rgba(90, 56, 37, 0.1);
}

.nav-link.active[b-hfqdetnklv] {
    background-color: var(--primary-color);
    color: var(--background-color);
}

.announcement-container[b-hfqdetnklv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding-top: 5rem;
}

.announcement-card[b-hfqdetnklv] {
    background: linear-gradient(145deg, rgba(212, 193, 165, 0.5), rgba(212, 193, 165, 0.8));
    border-radius: 20px;
    padding: 4rem 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(90, 56, 37, 0.5);
    min-width: 300px;
    max-width: 500px;
}

.baby-name[b-hfqdetnklv] {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    color: var(--primary-color);
}

.birth-date[b-hfqdetnklv] {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    color: var(--primary-color);
    font-weight: 400;
}

.announcement-details[b-hfqdetnklv] {
    max-width: 600px;
    padding: 0 1rem;
}

.welcome-message[b-hfqdetnklv] {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--primary-color);
}

.venue-details[b-hfqdetnklv] {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--primary-color);
}

.rsvp-section[b-hfqdetnklv] {
    margin-top: 3rem;
}

.rsvp-section h2[b-hfqdetnklv] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.rsvp-section p[b-hfqdetnklv] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.rsvp-button[b-hfqdetnklv] {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--background-color);
    padding: 1rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(90, 56, 37, 0.3);
}

.rsvp-button:hover[b-hfqdetnklv] {
    background-color: #4a2a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 56, 37, 0.4);
    color: var(--background-color);
}

@media (max-width: 768px) {
    .simple-nav[b-hfqdetnklv] {
        padding: 1rem;
        gap: 1rem;
    }

    .nav-link[b-hfqdetnklv] {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .baby-name[b-hfqdetnklv] {
        font-size: 3rem;
    }

    .announcement-card[b-hfqdetnklv] {
        padding: 3rem 2rem;
    }
    
    .announcement-container[b-hfqdetnklv] {
        padding-top: 4rem;
    }
}
/* /Components/Pages/Rsvp.razor.rz.scp.css */
.rsvp-wrapper[b-2sgazkbfxi] {
    min-height: 100vh;
    padding-top: 5rem;
}

.simple-nav[b-2sgazkbfxi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    box-shadow: 0 2px 10px rgba(90, 56, 37, 0.1);
    z-index: 1000;
}

.nav-link[b-2sgazkbfxi] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link:hover[b-2sgazkbfxi] {
    background-color: rgba(90, 56, 37, 0.1);
}

.nav-link.active[b-2sgazkbfxi] {
    background-color: var(--primary-color);
    color: var(--background-color);
}

.rsvp-container[b-2sgazkbfxi] {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.rsvp-header[b-2sgazkbfxi] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.rsvp-header h1[b-2sgazkbfxi] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.rsvp-header p[b-2sgazkbfxi] {
    font-size: 1.1rem;
    color: var(--primary-color);
    opacity: 0.9;
}

.rsvp-form[b-2sgazkbfxi] {
    background: rgba(255, 255, 255, 0.7);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(90, 56, 37, 0.1);
}

.form-group[b-2sgazkbfxi] {
    margin-bottom: 1.5rem;
}

.form-group label[b-2sgazkbfxi] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

.form-control[b-2sgazkbfxi] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid rgba(90, 56, 37, 0.3);
    border-radius: 8px;
    font-size: 1rem;
    background-color: white;
    color: var(--primary-color);
    font-family: 'Maven Pro', sans-serif;
}

.form-control:focus[b-2sgazkbfxi] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(90, 56, 37, 0.1);
}

.radio-group[b-2sgazkbfxi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-label[b-2sgazkbfxi] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border: 2px solid rgba(90, 56, 37, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.radio-label:hover[b-2sgazkbfxi] {
    border-color: var(--primary-color);
    background: rgba(90, 56, 37, 0.05);
}

.radio-label input[type="radio"][b-2sgazkbfxi] {
    margin-right: 0.75rem;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-color: inherit;
    accent-color: var(--primary-color);
}

.validation-message[b-2sgazkbfxi] {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.error-banner[b-2sgazkbfxi] {
    background-color: #ffebee;
    color: #c62828;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #d32f2f;
}

.success-message[b-2sgazkbfxi] {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(90, 56, 37, 0.1);
}

.success-message h2[b-2sgazkbfxi] {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.success-message p[b-2sgazkbfxi] {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.form-actions[b-2sgazkbfxi] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.submit-button[b-2sgazkbfxi] {
    flex: 1;
    background-color: var(--primary-color);
    color: var(--background-color);
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(90, 56, 37, 0.3);
    font-family: 'Maven Pro', sans-serif;
}

.submit-button:hover:not(:disabled)[b-2sgazkbfxi] {
    background-color: #4a2a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 56, 37, 0.4);
}

.submit-button:disabled[b-2sgazkbfxi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cancel-button[b-2sgazkbfxi], .back-button[b-2sgazkbfxi] {
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.cancel-button:hover[b-2sgazkbfxi], .back-button:hover[b-2sgazkbfxi] {
    background-color: var(--primary-color);
    color: var(--background-color);
}

@media (max-width: 768px) {
    .simple-nav[b-2sgazkbfxi] {
        padding: 1rem;
        gap: 1rem;
    }

    .nav-link[b-2sgazkbfxi] {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .rsvp-wrapper[b-2sgazkbfxi] {
        padding-top: 4rem;
    }

    .rsvp-form[b-2sgazkbfxi] {
        padding: 1.5rem;
    }

    .form-actions[b-2sgazkbfxi] {
        flex-direction: column;
    }

    .rsvp-header h1[b-2sgazkbfxi] {
        font-size: 2rem;
    }
}
