/* /Components/Layout/LanguageSwitcher.razor.rz.scp.css */
/* /Components/Layout/LoginOrOut.razor.rz.scp.css */
.bi[b-4xhwk669mz] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
}

.bi-box-arrow-right-logout[b-4xhwk669mz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23045872' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right-login[b-4xhwk669mz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23045872' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-4xhwk669mz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23045872' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-4xhwk669mz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23045872' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item-auth .nav-link-auth[b-4xhwk669mz] {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #045872;
    cursor: pointer;
    padding: 0.5rem;
    outline: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.nav-item-auth .nav-link-auth.logout-icon[b-4xhwk669mz] {
    padding: 0.25rem 0.5rem;
}

    .nav-item-auth .nav-link-auth:hover[b-4xhwk669mz] {
        opacity: 0.7;
        transform: scale(1.1);
        text-decoration: none;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9bji4wb38z] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f0f9f4;
    min-height: 100vh;
}

main[b-9bji4wb38z] {
    flex: 1;
    background: #f0f9f4;
}

.content[b-9bji4wb38z] {
    background: #f0f9f4;
}

.sidebar[b-9bji4wb38z] {
    background-image: linear-gradient(180deg, rgb(115 0 16) 0%, #000000 70%);
}

.top-row[b-9bji4wb38z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9bji4wb38z]  a, .top-row[b-9bji4wb38z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9bji4wb38z]  a:hover, .top-row[b-9bji4wb38z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9bji4wb38z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9bji4wb38z] {
        justify-content: space-between;
    }

    .top-row[b-9bji4wb38z]  a, .top-row[b-9bji4wb38z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9bji4wb38z] {
        flex-direction: row;
    }

    .sidebar[b-9bji4wb38z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9bji4wb38z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9bji4wb38z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9bji4wb38z], article[b-9bji4wb38z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9bji4wb38z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-9bji4wb38z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Hide mobile menu and hamburger by default on desktop */
.mobile-toggle-input[b-lbgpp2stcv] {
    display: none;
}

.mobile-toggle[b-lbgpp2stcv] {
    display: none;
}

/* Hide desktop menu on mobile */
@media (max-width: 768px) {
    .menu-links[b-lbgpp2stcv] {
        display: none;
    }

    .mobile-toggle[b-lbgpp2stcv] {
        display: flex !important;
    }
}

a.CATitle[b-lbgpp2stcv] {
    color: #045872;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    line-height: 1;
    margin: 0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

    a.CATitle:hover[b-lbgpp2stcv] {
        transform: scale(1.05);
    }

    a.CATitle .logo-image[b-lbgpp2stcv] {
        height: 40px;
        width: auto;
        object-fit: contain;
    }

.top-row[b-lbgpp2stcv] {
    background: white;
    border-bottom: 2px solid #045872;
}

.nav-scrollable[b-lbgpp2stcv] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 0 2rem;
    border-top: 2px solid #045872;
    border-bottom: 2px solid #045872;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 1000;
}


.lang-switch-container[b-lbgpp2stcv] {
    display: flex;
    align-items: center;
    transform: scale(0.25);
    transform-origin: center left;
    font-weight: 900;
    font-size: 4rem; 
    color: hsl(0, 0%, 30%);
    margin-right: -20px;
}

.menu-links[b-lbgpp2stcv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.nav-item[b-lbgpp2stcv] {
    margin: 0;
    padding: 0;
    background: none;
}

.menu-links .nav-item[b-lbgpp2stcv] {
    background: transparent;
}

/* Universal override for Bootstrap NavLink styling */
[b-lbgpp2stcv] .nav-link,
.nav-link[b-lbgpp2stcv],
a.nav-link[b-lbgpp2stcv],
.nav-link.menu-link[b-lbgpp2stcv] {
    color: #045872;
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.2s ease, border-bottom 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

    [b-lbgpp2stcv] .nav-link:hover,
    .nav-link:hover[b-lbgpp2stcv],
    a.nav-link:hover[b-lbgpp2stcv],
    .nav-link.menu-link:hover[b-lbgpp2stcv] {
        opacity: 0.85;
        color: #045872 !important;
        border-bottom: 2px solid #045872;
        background: transparent !important;
        background-color: transparent !important;
    }

    [b-lbgpp2stcv] .nav-link.active,
    .nav-link.active[b-lbgpp2stcv],
    a.nav-link.active[b-lbgpp2stcv],
    .nav-link.menu-link.active[b-lbgpp2stcv] {
        color: #045872 !important;
        font-weight: 600;
        border-bottom: 2px solid #045872;
        background: transparent !important;
        background-color: transparent !important;
    }

    [b-lbgpp2stcv] .nav-link:focus,
    .nav-link:focus[b-lbgpp2stcv],
    a.nav-link:focus[b-lbgpp2stcv],
    .nav-link.menu-link:focus[b-lbgpp2stcv] {
        outline: none;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .nav-link.menu-link .bi[b-lbgpp2stcv] {
        display: none;
    }


.lang-toggle-btn[b-lbgpp2stcv] {
    width: 42px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1.2rem;
    padding: 0.15rem 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: background-color 300ms 300ms;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}


.toggle__circle[b-lbgpp2stcv] {
    width: 36px;
    height: 36px;
    background-color: hsl(0, 0%, 95%);
    border-radius: 50%;
    margin-top: calc(110px - (0.15rem * 2) - 36px);
    transition: margin 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


.toggle-text[b-lbgpp2stcv] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    margin-left: 12px;
    line-height: 1;
}

    .toggle-text span[b-lbgpp2stcv] {
        opacity: 0.3;
        transition: opacity 300ms;
    }

        .toggle-text span.active-text[b-lbgpp2stcv] {
            opacity: 1;
            color: #000;
        }


.lang-checkbox:checked + .lang-toggle-btn > .toggle__circle[b-lbgpp2stcv] {
    margin-top: 0;
}


.lang-checkbox:checked + .lang-toggle-btn[b-lbgpp2stcv] {
    background-color: #41a63c; 
   
}


@media (max-width: 768px) {


    .lang-switch-container[b-lbgpp2stcv] {

        position: absolute;
        left: 10px;
        top: 50%; 
        transform: translateY(-50%) scale(0.3);
        transform-origin: center left;
        z-index: 1003;
        margin: 0; 
    }


    .toggle-text[b-lbgpp2stcv] {
        margin-left: 15px;
    }




    .CATitle[b-lbgpp2stcv] {
        color: #045872;
        text-decoration: none;
        transition: transform .2s;
        font-size: 22px;
        font-weight: 700;
        padding: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 1002;
        line-height: 1;
        display: flex;
        align-items: center;
    }

        .CATitle:hover[b-lbgpp2stcv] {
            transform: translate(-50%, -50%) scale(1.05);
        }

        .CATitle .logo-image[b-lbgpp2stcv] {
            height: 35px;
            width: auto;
        }

    .mobile-toggle[b-lbgpp2stcv] {
        display: flex;
        width: 32px;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 8px 12px 8px auto;
        z-index: 1001;
    }

    .bars[b-lbgpp2stcv] {
        width: 100%;
        height: 4px;
        background-color: #045872;
        border-radius: 5px;
        transition-duration: .3s;
    }

    #checkbox:checked + .mobile-toggle #bar2[b-lbgpp2stcv] {
        transform: translateY(14px) rotate(60deg);
        transform-origin: right;
        transition-duration: .3s;
        z-index: 2;
    }

    #checkbox:checked + .mobile-toggle #bar1[b-lbgpp2stcv] {
        transform: translateY(28px) rotate(-60deg);
        transform-origin: left;
        transition-duration: .3s;
        z-index: 1;
    }

    #checkbox:checked + .mobile-toggle[b-lbgpp2stcv] {
        transform: rotate(-90deg);
    }
    .menu-links[b-lbgpp2stcv] {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 12px 10px 16px;
        animation: slideDown-b-lbgpp2stcv .2s ease;
        z-index: 1000;
        background: white;
        border-bottom: 2px solid #045872;
        box-shadow: 0 4px 8px rgba(4, 88, 114, 0.1);
    }

    #checkbox:checked ~ .menu-links[b-lbgpp2stcv] {
        display: flex;
    }

    .menu-links[b-lbgpp2stcv],
    .menu-links.nav[b-lbgpp2stcv],
    .menu-links.flex-row[b-lbgpp2stcv] {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 8px;
        width: 100%;
    }

    :deep(.nav-item)[b-lbgpp2stcv] {
        width: 100%;
        margin: 0;
    }

    .menu-links a[b-lbgpp2stcv],
    [b-lbgpp2stcv] .nav-link,
    .nav-link[b-lbgpp2stcv],
    a.nav-link[b-lbgpp2stcv],
    [b-lbgpp2stcv](.nav-link.menu-link),
    .nav-link.menu-link[b-lbgpp2stcv] {
        color: #045872 !important;
        font-size: 16px;
        font-weight: 500;
        position: static;
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 14px;
        border-radius: 0 !important;
        margin: 0;
        background: transparent !important;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(4, 88, 114, 0.2);
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none !important;
    }

        .menu-links a:hover[b-lbgpp2stcv],
        [b-lbgpp2stcv] .nav-link:hover,
        .nav-link:hover[b-lbgpp2stcv],
        a.nav-link:hover[b-lbgpp2stcv],
        [b-lbgpp2stcv](.nav-link.menu-link:hover),
        .nav-link.menu-link:hover[b-lbgpp2stcv] {
            color: #045872 !important;
            background: rgba(4, 88, 114, 0.1) !important;
            background-color: rgba(4, 88, 114, 0.1) !important;
            border-bottom: 1px solid rgba(4, 88, 114, 0.4);
        }

    .nav-scrollable[b-lbgpp2stcv] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 999;
        display: flex;
        align-items: center;
        padding: 0.4rem 0.5rem;
        justify-content: space-between;
    }

    .nav-spacer[b-lbgpp2stcv] {
        height: 50px;
    }
}

@keyframes slideDown-b-lbgpp2stcv {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mijnAccount[b-lbgpp2stcv] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.mijnAccount a[b-lbgpp2stcv] {
    color: #045872;
    font-weight: 500;
    text-shadow: none;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease, border-bottom 0.2s ease;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    border-bottom: 2px solid transparent;
}

.mijnAccount:hover a[b-lbgpp2stcv] {
    color: #045872;
    opacity: 0.85;
    text-shadow: none;
    border-bottom: 2px solid #045872;
}

.test-email-link[b-lbgpp2stcv] {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px dashed rgba(4, 88, 114, 0.5) !important;
    padding: 0.25rem 0.5rem !important;
    color: #045872 !important;
    font-weight: 500 !important;
    font-style: italic !important;
    transition: opacity 0.2s ease, border-bottom 0.2s ease !important;
}

.test-email-link:hover[b-lbgpp2stcv] {
    opacity: 0.85 !important;
    border-bottom: 1px dashed rgba(4, 88, 114, 0.8) !important;
}
/* /Components/Pages/Account.razor.rz.scp.css */
/* Page-specific styles for Account page */

.auth-form-actions[b-sxqei7woh9] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

.auth-btn[b-sxqei7woh9] {
    min-width: 160px;
}

.auth-divider[b-sxqei7woh9] {
    margin: 1.8rem 0;
    border-color: #6A6A6A;
    opacity: 0.4;
}

.auth-card .form-label[b-sxqei7woh9] {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: black;
}

.auth-card .form-control[b-sxqei7woh9] {
    background-color: #151432;
    border-radius: 6px;
    border: 1px solid #6A6A6A;
    color: #f5f5f5;
}

    .auth-card .form-control[readonly][b-sxqei7woh9] {
        cursor: default;
    }

    .auth-card .form-control:focus[b-sxqei7woh9] {
        outline: none;
        box-shadow: none;
        border-color: #ff3b3b;
    }

.text-muted[b-sxqei7woh9] {
    color: #b0b0b0;
}

.text-danger[b-sxqei7woh9] {
    color: #ff4f4f;
}

.text-success[b-sxqei7woh9] {
    color: #27c383;
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
.auth-page[b-7gzyejkgfi] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.auth-card[b-7gzyejkgfi] {
    width: 460px;
    background: #dbdbdb;
    color: #111;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0);
    padding: 24px;
}

.auth-title[b-7gzyejkgfi] {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111827;
}

.auth-subtitle[b-7gzyejkgfi] {
    margin: 0 0 1.75rem 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.form-field[b-7gzyejkgfi] {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .form-field label[b-7gzyejkgfi] {
        font-size: 0.9rem;
        font-weight: 500;
        color: #374151;
    }

.input[b-7gzyejkgfi] {
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 0.95rem;
    outline: none;
    height: 4vh;
    border-radius: 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .input:focus[b-7gzyejkgfi] {
        border-color: #2563eb;
        box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    }

.validation-summary[b-7gzyejkgfi] {
    margin-bottom: 0.5rem;
    color: #b91c1c;
    font-size: 0.85rem;
}

.validation-message[b-7gzyejkgfi] {
    font-size: 0.8rem;
    color: #b91c1c;
}

.btn-primary[b-7gzyejkgfi] {
    border: none;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
}

    .btn-primary:hover[b-7gzyejkgfi] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    }

    .btn-primary:active[b-7gzyejkgfi] {
        transform: translateY(0);
        box-shadow: 0 3px 10px rgba(37, 99, 235, 0.22);
    }

.full-width[b-7gzyejkgfi] {
    width: 100%;
    margin-top: 0.5rem;
    background: black;
}

.auth-message[b-7gzyejkgfi] {
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.auth-message-success[b-7gzyejkgfi] {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.auth-message-error[b-7gzyejkgfi] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.auth-footer-links[b-7gzyejkgfi] {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-align: center;
}

    .auth-footer-links a[b-7gzyejkgfi] {
        color: black;
        text-decoration: none;
    }

        .auth-footer-links a:hover[b-7gzyejkgfi] {
            text-decoration: underline;
        }
.input valid[b-7gzyejkgfi] {
    height: 4vh;
    border-radius: 10px;
}
/* /Components/Pages/Home.razor.rz.scp.css */

.row h1[b-qkchlk8bc8], h3[b-qkchlk8bc8] {
    text-align: center;
    padding: 30px 0px;
    color: black;
    font-family: monospace;
}

.home-hero[b-qkchlk8bc8] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 800px;
}

.image-placeholder[b-qkchlk8bc8] {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .image-placeholder:hover[b-qkchlk8bc8] {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.placeholder-svg[b-qkchlk8bc8],
.hero-image[b-qkchlk8bc8] {
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-text[b-qkchlk8bc8] {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
}
/* /Components/Pages/Inviteinfo.razor.rz.scp.css */
.invite-page[b-7csaqt3riw] {
    max-width: 900px;
    margin: 0 auto;
}


.invite-card[b-7csaqt3riw] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1.75rem 2rem;
    border-radius: 18px;
    background: #1b182f;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,.6);
}


.invite-title[b-7csaqt3riw] {
    font-size: 1.6rem;
    margin-bottom: .75rem;
    color: #f5f5f5; 
    font-weight: 700;
}

.invite-intro[b-7csaqt3riw] {
    color: #b0b0b0 !important;
    font-size: .95rem;
    margin-bottom: 1.25rem;
}

.invite-project-label[b-7csaqt3riw] {
    margin-bottom: .5rem !important;
    font-size: .95rem;
}

.invite-project-name[b-7csaqt3riw] {
    font-weight: 600;
}


.invite-form[b-7csaqt3riw] {
    margin-top: .75rem;
}

.invite-form-row[b-7csaqt3riw] {
    margin-bottom: 1.25rem !important;
}

.invite-field[b-7csaqt3riw] {
    margin-bottom: .25rem;
}

.invite-label[b-7csaqt3riw] {
    display: block;
    font-weight: 500;
    margin-bottom: .2rem;
    font-size: .95rem;
    color:white;
}

.invite-input[b-7csaqt3riw] {
    background-color: #0c0b1f;
    border: 1px solid #444;
    color: #f5f5f5;
    border-radius: 8px;
    padding: .5rem .75rem;
    font-size: .95rem;
}

    .invite-input:focus[b-7csaqt3riw] {
        outline: none;
        box-shadow: 0 0 0 .15rem rgba(220,53,69,.35);
        border-color: #ff4b5c;
    }


.invite-actions[b-7csaqt3riw] {
    margin-top: .75rem;
}

.invite-btn[b-7csaqt3riw] {
    border-radius: 999px;
    padding-inline: 1.5rem;
    padding-block: .45rem;
    font-weight: 600;
    font-size: .95rem;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}


.invite-btn-accept[b-7csaqt3riw] {
    background-color: #198754;
    color: #ffffff;
}

    .invite-btn-accept:hover[b-7csaqt3riw] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(25,135,84,.4);
        background-color: #157347;
    }

    .invite-btn-accept:disabled[b-7csaqt3riw] {
        opacity: .6;
        cursor: default;
        transform: none;
        box-shadow: none;
    }


.invite-btn-decline[b-7csaqt3riw] {
    background-color: transparent;
    color: #ff4b5c;
    border: 1px solid #ff4b5c;
}

    .invite-btn-decline:hover[b-7csaqt3riw] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(220,53,69,.4);
        background-color: #ff4b5c;
        color: #ffffff;
    }

    .invite-btn-decline:disabled[b-7csaqt3riw] {
        opacity: .6;
        cursor: default;
        transform: none;
        box-shadow: none;
    }


.msg-success[b-7csaqt3riw] {
    color: #0f8a00;
    font-weight: 600;
}

.msg-error[b-7csaqt3riw] {
    color: #c70000;
    font-weight: 600;
}


.validation-message[b-7csaqt3riw] {
    margin-top: .5rem;
    color: #ffd6db;
}


@media (max-width: 768px) {
    .invite-card[b-7csaqt3riw] {
        padding: 1.25rem 1.4rem;
        margin-top: 1.25rem;
    }

    .invite-title[b-7csaqt3riw] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Page-specific styles for Login page */

.login-card[b-90u5ncvx9a] {
    width: 460px;
    max-width: 100%;
    background: #dbdbdb;
    color: #111;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0);
    padding: 24px;
}

    .login-card .form-label[b-90u5ncvx9a] {
        color: black;
    }

    .login-card h5[b-90u5ncvx9a] {
        text-align: center;
        margin: 0 0 18px 0;
        font-weight: 600;
    }

.edit-form[b-90u5ncvx9a], form[b-90u5ncvx9a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

label[b-90u5ncvx9a] {
    font-size: 0.95rem;
    color: black;
}

.form-input[b-90u5ncvx9a] {
    width: 100%;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    outline: none;
}

    .form-input:focus[b-90u5ncvx9a] {
        border-color: #b5b5b5;
    }

.btn-login[b-90u5ncvx9a] {
    margin-top: 8px;
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

    .btn-login:hover[b-90u5ncvx9a] {
        filter: brightness(0.95);
    }

.register-link[b-90u5ncvx9a] {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.92rem;
    text-decoration: underline;
    color: #1a1a1a;
}

.passBTN[b-90u5ncvx9a] {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
}

    .passBTN:hover[b-90u5ncvx9a] {
        text-decoration: none;
        color: #0b5ed7;
    }

.reset-password[b-90u5ncvx9a] {
    display: flex;
    margin-top: 10px;
    font-size: 0.92rem;
    text-decoration: underline;
    color: #1a1a1a;
}
.reset-title[b-90u5ncvx9a] {
    font-weight: 600;
    font-size: 0.95rem;
}

.reset-input[b-90u5ncvx9a] {
    background: rgb(255 255 255);
    border-color: rgba(148, 163, 184, 0.7);
    color: black;
    font-size: 0.9rem;
}

    .reset-input:focus[b-90u5ncvx9a] {
        outline: none;
        border-color: #38bdf8;
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.4);
    }

.reset-success[b-90u5ncvx9a] {
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: #4ade80;
}

.reset-error[b-90u5ncvx9a] {
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: #f97373;
}

.reset-actions[b-90u5ncvx9a] {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.reset-btn-primary[b-90u5ncvx9a] {
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    padding-inline: 0.9rem;
}

    .reset-btn-primary:hover[b-90u5ncvx9a] {
        background: #0ea5e9;
        border-color: #0ea5e9;
        color: #0b1120;
    }

.reset-btn-cancel[b-90u5ncvx9a] {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.7);
    color: #e5e7eb;
    padding-inline: 0.9rem;
}

    .reset-btn-cancel:hover[b-90u5ncvx9a] {
        background: rgba(15, 23, 42, 0.9);
    }
*/[b-90u5ncvx9a]
/* /Components/Pages/People.razor.rz.scp.css */
/* Page-specific styles for People page */

.person-select[b-a6naroq03l] {
    min-width: 250px;
}

.vac-table thead th[b-a6naroq03l] {
    background-color: #F5F5F5;
    color: #0C0B1F !important;
    border-color: #444 !important;
}

.projects-box .project-check[b-a6naroq03l] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    margin: 0 6px 4px;
}

.projects-box .project-check-label[b-a6naroq03l] {
    color: #000;
    font-weight: 600;
}

.me-2[b-a6naroq03l] {
    gap: .5rem;
}

@media (max-width: 575.98px) {
    .person-select[b-a6naroq03l] {
        min-width: 0;
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 1400px) {
    .person-select[b-a6naroq03l] {
        min-width: 0;
        flex: 1;
    }

    .csv-panel[b-a6naroq03l],
    .bulk-panel[b-a6naroq03l] {
        width: 100%;
        margin-bottom: 20px;
    }

    .csv-row-bottom[b-a6naroq03l] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .csv-actions-bottom .csv-download-btn[b-a6naroq03l] {
        margin-left: 0;
    }

    .project-select[b-a6naroq03l] {
        width: 100% !important;
        max-width: 200px;
        margin: 0 auto !important;
        display: block;
        font-size: 0.95rem;
        padding: 0.4rem;
    }
}
/* /Components/Pages/ProjectEntry.razor.rz.scp.css */
/* Page-specific styles for Project Entry page */

/* Project dropdown */
.project-select[b-8794nioayg] {
    color: #000;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Date validation highlight */
.date-edit-highlight[b-8794nioayg] {
    background-color: #ffe5e5;
    border: 1px solid #7ab8ff;
    color: #003366;
    border-radius: 4px;
}

/* Status badge */
.badge-wait[b-8794nioayg] {
    display: inline-block;
    padding: .2rem .6rem;
    border-radius: 9999px;
    background: #ffc107;
    color: #000;
    font-weight: 700;
    font-size: .8rem;
}

/* Animated save button */
.btn-save-action[b-8794nioayg] {
    height: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 50px;
    border: 1px solid #198754;
    background-color: transparent;
    color: #198754;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.save-text[b-8794nioayg] {
    z-index: 2;
    transition: color 0.3s ease, transform 0.3s ease;
}

.save-svg-icon[b-8794nioayg] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #198754;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
}

.btn-save-action:hover[b-8794nioayg] {
    border-color: #198754;
}

.btn-save-action:hover .save-text[b-8794nioayg] {
    color: white;
    transform: translateX(4px);
}

.btn-save-action:hover .save-svg-icon[b-8794nioayg] {
    stroke: #198754;
    fill: #198754;
    transform: translate(-10px, -5px) scale(30);
    opacity: 1;
}

.btn-save-action:active[b-8794nioayg] {
    transform: scale(0.95);
}

/* Toast notification */
.custom-toast[b-8794nioayg] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #198754;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 10000;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    animation: slideIn-b-8794nioayg 0.3s ease-out;
}

@keyframes slideIn-b-8794nioayg {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-error[b-8794nioayg] {
    background-color: #dc3545 !important;
}

.toast-success[b-8794nioayg] {
    background-color: #198754 !important;
}

/* Legend color swatches */
.legend-swatch[b-8794nioayg] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #0000004a;
}

.swatch-red[b-8794nioayg] {
    background: #dc3545;
}

.swatch-blue[b-8794nioayg] {
    background: #1d4ed8;
}

.swatch-orange[b-8794nioayg] {
    background: #ffab00;
}

/* Animated send invite button */
.btn-send-invite[b-8794nioayg] {
    font-family: inherit;
    font-size: 12px;
    background: royalblue;
    color: white;
    padding: 0.7em 1em 0.7em 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    height: 36px;
    margin-left: 8px;
}

.btn-send-invite span[b-8794nioayg] {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.btn-send-invite svg[b-8794nioayg] {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
    width: 18px;
    height: 18px;
}

.btn-send-invite:hover .svg-wrapper[b-8794nioayg] {
    animation: fly-1-b-8794nioayg 0.6s ease-in-out infinite alternate;
}

.btn-send-invite:hover svg[b-8794nioayg] {
    transform: translateX(1.8em) rotate(45deg) scale(1.1);
}

.btn-send-invite:hover span[b-8794nioayg] {
    transform: translateX(5em);
}

.btn-send-invite:active[b-8794nioayg] {
    transform: scale(0.95);
}

@keyframes fly-1-b-8794nioayg {
    from {
        transform: translateY(0.1em);
    }
    to {
        transform: translateY(-0.1em);
    }
}

/* Email subject truncation */
.subject-cell[b-8794nioayg] {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Template dropdown */
.template-select[b-8794nioayg] {
    max-width: 320px;
}

/* Date input with conflict indicators */
.date-input[b-8794nioayg] {
    border: 1px solid rgba(0,0,0,.2);
    padding: .25rem .35rem;
    border-radius: .25rem;
    background: #ffffff;
}

.date-normal[b-8794nioayg] {
    background: #ffffff;
    color: #0c0b1f;
}

.date-dup[b-8794nioayg] {
    background: #0d6efd;
    color: #fff;
}

.date-conflict[b-8794nioayg] {
    background: #dc3545;
    color: #fff;
}

.date-vac[b-8794nioayg] {
    background: orange;
    color: #000;
}

.date-input.blue[b-8794nioayg],
.date-input.red[b-8794nioayg],
.date-input.orange[b-8794nioayg] {
    color: #fff;
}

.date-input.blue[b-8794nioayg] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.date-input.red[b-8794nioayg] {
    background: #b91c1c;
    border-color: #b91c1c;
}

.date-input.orange[b-8794nioayg] {
    background: #ffab00;
    border-color: #c2410c;
}

.date-input.blue[b-8794nioayg]::-webkit-calendar-picker-indicator,
.date-input.red[b-8794nioayg]::-webkit-calendar-picker-indicator,
.date-input.orange[b-8794nioayg]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* Modal overlay and popup */
.overlay[b-8794nioayg] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ca-modal[b-8794nioayg] {
    font-size: 25px;
    font-weight: bold;
    background: whitesmoke;
    color: #000000;
    min-width: 520px;
    max-width: 720px;
    padding: 20px;
    width: 90%;
    border-radius: 12px;
}

.ca-modal-wide[b-8794nioayg] {
    max-width: 820px;
}

.ca-modal-header[b-8794nioayg] {
    padding: 14px 18px;
    border-bottom: 1px solid #6A6A6A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ca-modal-body[b-8794nioayg] {
    padding: 16px 18px;
}

/* Note: proj-table styles moved to app.css as default-table (global standard) */

/* Email open button */
.OpenBtn[b-8794nioayg] {
    background-color: #198754;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    transition: background-color .2s, box-shadow .2s, transform .05s;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .project-select[b-8794nioayg] {
        width: 100% !important;
        max-width: 200px;
        margin: 0 auto !important;
        font-size: 0.95rem;
        padding: 0.4rem;
    }

    .ca-modal[b-8794nioayg],
    .ca-modal-wide[b-8794nioayg] {
        min-width: 0;
        width: 95%;
        max-width: 95%;
    }

    .ca-modal-body[b-8794nioayg] {
        max-height: 70vh;
        overflow-y: auto;
    }

    .subject-cell[b-8794nioayg] {
        max-width: 120px;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
h3[b-ka3jqoow7y] {
    margin-bottom: 1rem;
    color : black;
}
.register-page[b-ka3jqoow7y] {
    display: flex;
    justify-content: center;
    padding: 80px 16px;
}

.register-card[b-ka3jqoow7y] {
    width: 460px;
    background: #dbdbdb;
    color: #111;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0);
    padding: 24px;
}


.register[b-ka3jqoow7y]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.register-wrap[b-ka3jqoow7y] {
    max-width: 420px;
}

.register-btn[b-ka3jqoow7y] {
    min-width: 160px;
}

.alert[b-ka3jqoow7y] {
    max-width: 420px;
    color: red;
}
.passwordCard[b-ka3jqoow7y] {
    margin: 2vh 0vw;
    background: #eeeeee;
    color: black;
    padding: 11px 11px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #5f5f5f;
}

.passwordTitle[b-ka3jqoow7y] {
    margin-bottom: 6px;
    text-align: center;
}

.passSwatch[b-ka3jqoow7y] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
}
label[b-ka3jqoow7y]{
    color: aqua;
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
.auth-page[b-yme5fal3hh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.auth-card[b-yme5fal3hh] {
    width: 460px;
    background: #dbdbdb;
    color: #111;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0);
    padding: 24px;
}

.auth-title[b-yme5fal3hh] {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111827;
}

.auth-subtitle[b-yme5fal3hh] {
    margin: 0 0 1.75rem 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.form-field[b-yme5fal3hh] {
    margin-bottom: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .form-field label[b-yme5fal3hh] {
        font-size: 0.9rem;
        font-weight: 500;
        color: #374151;
    }

.input[b-yme5fal3hh] {
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 0.95rem;
    outline: none;
    height: 4vh;
    border-radius: 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .input:focus[b-yme5fal3hh] {
        border-color: #2563eb;
        box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    }

.validation-summary[b-yme5fal3hh] {
    margin-bottom: 0.5rem;
    color: #b91c1c;
    font-size: 0.85rem;
}

.validation-message[b-yme5fal3hh] {
    font-size: 0.8rem;
    color: #b91c1c;
}

.btn-primary[b-yme5fal3hh] {
    border: none;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
}

    .btn-primary:hover[b-yme5fal3hh] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    }

    .btn-primary:active[b-yme5fal3hh] {
        transform: translateY(0);
        box-shadow: 0 3px 10px rgba(37, 99, 235, 0.22);
    }

.full-width[b-yme5fal3hh] {
    width: 100%;
    margin-top: 0.75rem;
    background: black;
}

.auth-message[b-yme5fal3hh] {
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.auth-message-success[b-yme5fal3hh] {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.auth-message-error[b-yme5fal3hh] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.auth-footer-links[b-yme5fal3hh] {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-align: center;
}

    .auth-footer-links a[b-yme5fal3hh] {
        color: black;
        text-decoration: none;
    }

        .auth-footer-links a:hover[b-yme5fal3hh] {
            text-decoration: underline;
        }
/* /Components/Pages/TestEmail.razor.rz.scp.css */
.test-email-container[b-0eohxyfohi] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    min-height: calc(100vh - 200px);
}

.test-email-card[b-0eohxyfohi] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    max-width: 600px;
    width: 100%;
}

.test-email-title[b-0eohxyfohi] {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .test-email-title .bi[b-0eohxyfohi] {
        color: #ffd700;
        font-size: 1.8rem;
    }

.dev-warning[b-0eohxyfohi] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffd700;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #856404;
    font-weight: 600;
}

    .dev-warning .bi[b-0eohxyfohi] {
        font-size: 1.2rem;
    }

.form-group[b-0eohxyfohi] {
    margin-bottom: 1.5rem;
}

.form-label[b-0eohxyfohi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

    .form-label .bi[b-0eohxyfohi] {
        color: #667eea;
    }

.form-control[b-0eohxyfohi] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-control:focus[b-0eohxyfohi] {
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        outline: none;
    }

.button-group[b-0eohxyfohi] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-0eohxyfohi] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.btn-primary[b-0eohxyfohi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-0eohxyfohi] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
    }

    .btn-primary:disabled[b-0eohxyfohi] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary[b-0eohxyfohi] {
    background: #6c757d;
    color: white;
    text-decoration: none;
}

    .btn-secondary:hover[b-0eohxyfohi] {
        background: #545b62;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(108, 117, 125, 0.3);
        color: white;
    }

.alert[b-0eohxyfohi] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.alert-success[b-0eohxyfohi] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    color: #155724;
}

.alert-danger[b-0eohxyfohi] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 2px solid #dc3545;
    color: #721c24;
}

.spinner-border-sm[b-0eohxyfohi] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

@media (max-width: 768px) {
    .test-email-container[b-0eohxyfohi] {
        padding: 1rem;
    }

    .test-email-card[b-0eohxyfohi] {
        padding: 1.5rem;
    }

    .test-email-title[b-0eohxyfohi] {
        font-size: 1.5rem;
    }

    .button-group[b-0eohxyfohi] {
        flex-direction: column;
    }

    .btn[b-0eohxyfohi] {
        width: 100%;
    }
}
