@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ManelixWebApp/Components/Account/Pages/Login.razor.rz.scp.css */


.login-container[b-tw99fp2nv0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-tw99fp2nv0] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-tw99fp2nv0] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-tw99fp2nv0] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-tw99fp2nv0] {
    padding: 20px 20px;
}

.form-control:focus[b-tw99fp2nv0] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-tw99fp2nv0] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-tw99fp2nv0] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-tw99fp2nv0] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-tw99fp2nv0] {
    margin-left: 0.25rem;
}

a[b-tw99fp2nv0] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-tw99fp2nv0] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* _content/ManelixWebApp/Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-p494p5xfj7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p494p5xfj7] {
    flex: 1;
}



.top-row[b-p494p5xfj7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p494p5xfj7]  a, .top-row[b-p494p5xfj7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p494p5xfj7]  a:hover, .top-row[b-p494p5xfj7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p494p5xfj7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p494p5xfj7] {
        justify-content: space-between;
    }

    .top-row[b-p494p5xfj7]  a, .top-row[b-p494p5xfj7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p494p5xfj7] {
        flex-direction: row;
    }

    .sidebar[b-p494p5xfj7] {
        width: 500px;
        height: 100vh;
        position: sticky;
        padding: 50px;
    }

    .top-row[b-p494p5xfj7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p494p5xfj7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p494p5xfj7], article[b-p494p5xfj7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p494p5xfj7] {
    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-p494p5xfj7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ManelixWebApp/Components/Layout/HeaderMenu.razor.rz.scp.css */
.header-container[b-k9q6p4dmzi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d6681;
    border-bottom: solid 1px darkgray;
    padding: 0 5px 0 40px;
    height: 3.5rem !important;
    color: white;
    font-size: 0.9rem;
}

.brand-area[b-k9q6p4dmzi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Default (desktop) logo size */
.brand-area img[b-k9q6p4dmzi] { width:42px; height:45px; transition: width .2s ease, height .2s ease; }

.brand-name[b-k9q6p4dmzi] {
    font-size: clamp(1rem, 2.2vw, 1.0rem);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.right-area[b-k9q6p4dmzi] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.welcome-message h4[b-k9q6p4dmzi] {
    font-size: clamp(0.7rem, 1.2vw, 0.95rem);
    font-weight: 400;
    color: white;
    letter-spacing: .5px;
    animation: fadeIn 1s ease-out;
    text-align: right;
    margin: 0;
    line-height: 1.1;
}

.menu-actions[b-k9q6p4dmzi] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.membership-status[b-k9q6p4dmzi] {
    font-size: .75rem;
}

.logout-link[b-k9q6p4dmzi] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    font-size: .85rem;
}

.logout-link:hover[b-k9q6p4dmzi] { color: #fff; }

/* Tablet adjustments */
@media (max-width: 992px) {
    .header-container[b-k9q6p4dmzi] { padding-left: 40px; font-size: 0.85rem; }
    .brand-name[b-k9q6p4dmzi] { font-size: clamp(.95rem, 4.5vw, 1.0rem); }
    .welcome-message h4[b-k9q6p4dmzi] { font-size: clamp(.65rem, 2.5vw, .85rem); }
    /* Slightly smaller logo on tablets */
    .brand-area img[b-k9q6p4dmzi] { width:38px; height:41px; }
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .header-container[b-k9q6p4dmzi] { height: 3.5rem !important; font-size: 0.8rem; }
    .logout-link[b-k9q6p4dmzi] { height: 2.4rem; line-height: 2.4rem; font-size: .75rem; }
    .membership-status[b-k9q6p4dmzi] { font-size: .7rem; }
    /* Smaller logo on mobile */
    .brand-area img[b-k9q6p4dmzi] { width:32px; height:35px; }
}
/* _content/ManelixWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j6w4j7hjuf] {
    position: relative;
    display: flex;
    flex-direction: row;
}

.content-row[b-j6w4j7hjuf] {
    height: calc(100vh - 4.5rem);
}

main[b-j6w4j7hjuf] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Body scroll only inside article */
.scrollable-article[b-j6w4j7hjuf] {
    padding: 5px 5px 0 5px;
    height: 100%;
    overflow-y: auto;
}

#blazor-error-ui[b-j6w4j7hjuf] {
    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-j6w4j7hjuf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Match reduced header height on small devices */
@media (max-width: 600px) {
    .content-row[b-j6w4j7hjuf] {
        height: calc(100vh - 3.5rem);
    }
}
/* _content/ManelixWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lk5ut51s94] {
    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-lk5ut51s94] {
    background-color: rgba(255, 255, 255, 0.5);
}



.navbar-brand[b-lk5ut51s94] {
    font-size: 1.1rem;
}

.bi[b-lk5ut51s94] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lk5ut51s94] {
    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-plus-square-fill-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}
.bi-people-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}
.bi-people-fill-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}
.bi-person-badge-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-person-fill-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}
.bi bi-currency-euro-nav-menu[b-lk5ut51s94] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-currency-euro' 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[b-lk5ut51s94] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lk5ut51s94] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lk5ut51s94] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lk5ut51s94]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lk5ut51s94]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}
    

.nav-item[b-lk5ut51s94]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lk5ut51s94] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lk5ut51s94] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lk5ut51s94] {
        display: none;
    }

    .nav-scrollable[b-lk5ut51s94] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ManelixWebApp/Components/Layout/NavMenuACC.razor.rz.scp.css */
/* Keep existing colors; implement unified hamburger + responsive behavior */
.menu-toggle[b-mju0yvxm8f] { position: fixed; top: 5px; left: 5px; z-index: 3000; background: #2d6681; color:#fff; border:none; padding:.45rem .4rem; border-radius:4px; font-size:1.15rem; cursor:pointer; }

/* Reduce height so it doesn't add header height to page total */
.side-menu[b-mju0yvxm8f] { width:210px; background: linear-gradient(135deg, #0f4c75, #78cceb); color:#fff; height:calc(100vh - 4.5rem); position:relative; top:0; transition: width .15s ease, transform .25s ease-in-out; overflow:hidden; font-size:0.8rem; }
.side-menu.closed[b-mju0yvxm8f] { width:0; min-width:0; }
.side-menu.closed .logo-row[b-mju0yvxm8f], .side-menu.closed .nav-scrollable[b-mju0yvxm8f] { display:none; }
/* logo-row removed in markup; keep height reference if reinstated */
.logo-row[b-mju0yvxm8f] { height:4.5rem !important; background:#2d6681; }
.navbar-brand[b-mju0yvxm8f] { font-weight:bold; font-size:1.05rem; color:#fff; }

.nav-item.parent[b-mju0yvxm8f] { font-size:.85rem; padding:.45rem .65rem; font-weight:600; border-radius:5px; border:1px solid rgba(255,255,255,0.2); margin-bottom:2px; background: linear-gradient(135deg, #092c44, #60b7d6); }
.nav-item.child[b-mju0yvxm8f] { font-size:.8rem; padding:.35rem .6rem; border-radius:6px; border:1px solid rgba(255,255,255,0.15); margin-bottom:3px; }
.nav-item[b-mju0yvxm8f]  .nav-link {
    color: #fff;
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 .9rem;
    border-radius: inherit;
    font-size:.82rem;
}
.nav-item[b-mju0yvxm8f]  .nav-link:hover { color:#fff; box-shadow:0 4px 12px rgba(15,76,117,.25); border-color:rgba(255,255,255,.5); }
.nav-item[b-mju0yvxm8f]  a.active { background: linear-gradient(135deg, #092c44, #60b7d6); color:#fff; box-shadow:0 4px 12px rgba(15,76,117,.35); border-color:rgba(255,255,255,.5); }
.drop-down a[b-mju0yvxm8f] { background:none; padding-left:2rem; border-radius:6px; border:1px solid rgba(255,255,255,.15); margin-bottom:3px; font-size:.78rem; }
.drop-down a:hover[b-mju0yvxm8f] { background: linear-gradient(135deg, #092c44, #60b7d6); color:#fff !important; box-shadow:0 4px 12px rgba(15,76,117,.2); border-color:rgba(255,255,255,.4); }
.activate[b-mju0yvxm8f] { display:none; }
.activate:checked ~ .drop-down[b-mju0yvxm8f] { max-height:900px; }
.drop-down[b-mju0yvxm8f] { max-height:0; overflow:hidden; transition:max-height .1s ease; }
.nav-scrollable[b-mju0yvxm8f] { display:block; height:100%; overflow-y:auto; overflow-x:hidden; }
.menu-text[b-mju0yvxm8f] { margin-left:3px; }

/* Mobile: off-canvas; account for header height so no double scroll */
@media (max-width: 992px){
  .side-menu[b-mju0yvxm8f] { position:fixed; left:0; top:3.5rem; transform:translateX(0); width:210px; height:calc(100vh - 4.5rem); z-index:2500; font-size:0.78rem; }
  .side-menu.closed[b-mju0yvxm8f] { transform:translateX(-100%); width:210px; }
  .nav-item.parent[b-mju0yvxm8f] { font-size:.8rem; }
  .nav-item.child[b-mju0yvxm8f] { font-size:.75rem; }
  .nav-item[b-mju0yvxm8f]  .nav-link { height:2.4rem; font-size:.75rem; }
}
/* _content/ManelixWebApp/Components/Pages/Announcements/AnnouncementDetails.razor.rz.scp.css */
[b-6qzlt49glt] table {
    min-width: 100%;
}

[b-6qzlt49glt] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-6qzlt49glt] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-6qzlt49glt] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Masters/AppSettingDetails.razor.rz.scp.css */
[b-sm4u32sl4c] table {
    min-width: 100%;
}

[b-sm4u32sl4c] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sm4u32sl4c] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sm4u32sl4c] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Masters/MasterGridDetails.razor.rz.scp.css */
[b-05fy9sjfgy] table {
    min-width: 100%;
}

[b-05fy9sjfgy] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-05fy9sjfgy] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-05fy9sjfgy] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Member/MemberDashBoard.razor.rz.scp.css */
.dashboard-container[b-q0be9hpc7z] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 10px 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Tiles / Cards */
.dashboard-tile[b-q0be9hpc7z] {
    background-color: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* border: 2px solid #0f4c75;  thin solid color border */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dashboard-tile:hover[b-q0be9hpc7z] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(15, 76, 117, 0.25);
    }

/* Tile Header */
.tile-header[b-q0be9hpc7z] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    color: #ffffff;
    padding: 2px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    /* Add SVG icon via CSS pseudo-element */
    .tile-header.upcoming-birthdays h3[b-q0be9hpc7z]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .tile-header.upcoming-events h3[b-q0be9hpc7z]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .tile-header h3[b-q0be9hpc7z] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
    }

/* Tile body / table container */
.tile-body[b-q0be9hpc7z] {
    padding: 1px;
    flex: 1 1 auto;
    overflow: auto;
    max-height: calc(100% - 40px); /* subtract header height */
}

/* QuickGrid / Table styles */
.table[b-q0be9hpc7z] {
    font-size: 0.9rem;
    margin-bottom: 0;
    width: 100%;
}

.table-bordered[b-q0be9hpc7z] {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.table thead th[b-q0be9hpc7z] {
    background-color: #f4f6f9;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

/* Dropdown */
.fy-dropdown[b-q0be9hpc7z] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .fy-dropdown label[b-q0be9hpc7z] {
        font-weight: 500;
        margin-right: 8px;
        color: #0f4c75;
    }

.form-select.form-select-sm[b-q0be9hpc7z] {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 0.9rem;
    transition: box-shadow 0.2s ease;
}

.form-select:focus[b-q0be9hpc7z] {
    border-color: #00BFFF;
    box-shadow: 0 0 6px rgba(0, 191, 255, 0.5);
}
/* _content/ManelixWebApp/Components/Pages/Member/MemberDetails.razor.rz.scp.css */
[b-sdbl76k9m0] table {
    min-width: 100%;
}

[b-sdbl76k9m0] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sdbl76k9m0] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sdbl76k9m0] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Member/MemberInfoDetails.razor.rz.scp.css */
[b-u3bdpf3msy] table {
    min-width: 100%;
}

[b-u3bdpf3msy] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-u3bdpf3msy] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-u3bdpf3msy] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Member/MembershipDetails.razor.rz.scp.css */
[b-gjw5ktij3u] table {
    min-width: 100%;
}

[b-gjw5ktij3u] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-gjw5ktij3u] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-gjw5ktij3u] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Member/RegisterMember.razor.rz.scp.css */
.login-container[b-11b35vvqsc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    padding:20px;
}

/* Card with subtle border and shadow so it's visually separated */
.login-card[b-11b35vvqsc] {
 width:100%;
 max-width:500px; /* widen card so two columns fit */
 background-color: #ffffff;
 border-radius:12px;
 border:1px solid rgba(0,0,0,0.06); /* restored border */
 box-shadow:08px20px rgba(0,0,0,0.06);
 overflow: hidden;
}

.login-header[b-11b35vvqsc] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    padding: 18px16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 30px;
}

.login-header .logo[b-11b35vvqsc] {
 width:120px;
 border-radius:10px;
}

.login-body[b-11b35vvqsc] {
 padding:20px;
}

.form-control:focus[b-11b35vvqsc] {
 border-color: #00BFFF;
 box-shadow:08px rgba(0,191,255,0.12);
}

/* two-column grid for form fields */
.form-grid[b-11b35vvqsc] {
 display: grid;
 grid-template-columns: repeat(2,1fr);
 gap:12px;
 align-items: start;
}

/* elements with the "full" class span both columns and center their content */
.form-grid .full[b-11b35vvqsc] {
 grid-column:1 / -1;
 display: flex;
 justify-content: center;
 align-items: center;
}

.form-label[b-11b35vvqsc] {
 display: block;
 margin-bottom:6px;
 font-weight:500;
}

.btn-primary[b-11b35vvqsc] {
 background: linear-gradient(135deg, #0f4c75, #78cceb);
 border:0;
 color: #fff;
 font-weight:500;
 transition: all0.3s ease;
 padding:0.65rem1rem;
 min-height:40px;
 font-size:1rem;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width:200px; /* keep fixed width to avoid stretching */
 box-shadow:04px12px rgba(15,76,117,0.12);
}

.btn-primary:hover[b-11b35vvqsc] {
 background: linear-gradient(135deg, #0d3f64, #60b7d6);
 transform: translateY(-1px);
}

.footer[b-11b35vvqsc] {
 background-color: #f4f6f9;
 padding:15px;
 font-size:0.9rem;
 color: #555;
}

.form-check-label[b-11b35vvqsc] {
 margin-left:0.25rem;
}

a[b-11b35vvqsc] {
 color: #0081B8;
 text-decoration: none;
}

a:hover[b-11b35vvqsc] {
 text-decoration: underline;
 color: #9400B3;
}

/* responsive: collapse to single column on very small screens */
@media (max-width:576px) {
 .form-grid[b-11b35vvqsc] {
 grid-template-columns:1fr;
 }
 .login-card[b-11b35vvqsc] {
 max-width:350px;
 }
}

/* inline field: keep label and control on one line */
.inline-field[b-11b35vvqsc]{
 display: flex;
 align-items: center;
 gap:8px;
}
.inline-field .form-label[b-11b35vvqsc]{
 margin-bottom:0;
 white-space: nowrap; /* keep label on single line */
 font-size:0.95rem;
 width:50%; /* reserve space for the label */
 overflow: hidden;
 text-overflow: ellipsis;
}
.inline-field .form-control[b-11b35vvqsc]{
 flex:11 auto; /* allow input to grow and shrink */
 min-width:0; /* required so flex children can shrink properly */
}
/* _content/ManelixWebApp/Components/Pages/Payment/PaymentOption.razor.rz.scp.css */
.pay-btn[b-wggyg2yu56] { display: flex; align-items: center; justify-content: center; }
.payment-details .row[b-wggyg2yu56] { align-items: center; }
@media (max-width: 576px) {
  .payment-method-row .col-12[b-wggyg2yu56] { padding-left: .75rem; padding-right: .75rem; }
  .payment-details .col-5[b-wggyg2yu56],
  .payment-details .col-7[b-wggyg2yu56] {  max-width: 100% !important; }
  .payment-details .fw-medium[b-wggyg2yu56] { margin-bottom: .15rem; }
}
/* _content/ManelixWebApp/Components/Pages/Security/AccessGroupDetails.razor.rz.scp.css */
[b-i0uct88atq] table {
    min-width: 100%;
}

[b-i0uct88atq] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-i0uct88atq] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-i0uct88atq] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/AuditLogDetails.razor.rz.scp.css */
[b-sqwhi08nxq] table {
    min-width: 100%;
}

[b-sqwhi08nxq] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sqwhi08nxq] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sqwhi08nxq] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/ForgotPassword.razor.rz.scp.css */


.login-container[b-w63v3c4ppg] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-w63v3c4ppg] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-w63v3c4ppg] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-w63v3c4ppg] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-w63v3c4ppg] {
    padding: 20px 20px;
}

.form-control:focus[b-w63v3c4ppg] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-w63v3c4ppg] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-w63v3c4ppg] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-w63v3c4ppg] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-w63v3c4ppg] {
    margin-left: 0.25rem;
}

a[b-w63v3c4ppg] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-w63v3c4ppg] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* _content/ManelixWebApp/Components/Pages/Security/LogGridDetails.razor.rz.scp.css */
[b-5nya3k8now] table {
    min-width: 100%;
}

[b-5nya3k8now] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-5nya3k8now] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-5nya3k8now] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/MenuDetails.razor.rz.scp.css */
[b-dhgfir5wnr] table {
    min-width: 100%;
}

[b-dhgfir5wnr] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-dhgfir5wnr] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-dhgfir5wnr] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/ResetPassword.razor.rz.scp.css */


.login-container[b-oi8jxhpgdb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-oi8jxhpgdb] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-oi8jxhpgdb] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-oi8jxhpgdb] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-oi8jxhpgdb] {
    padding: 20px 20px;
}

.form-control:focus[b-oi8jxhpgdb] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-oi8jxhpgdb] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-oi8jxhpgdb] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-oi8jxhpgdb] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-oi8jxhpgdb] {
    margin-left: 0.25rem;
}

a[b-oi8jxhpgdb] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-oi8jxhpgdb] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* _content/ManelixWebApp/Components/Pages/Security/Signup.razor.rz.scp.css */


.login-container[b-wfxizitsi3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-wfxizitsi3] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-wfxizitsi3] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-wfxizitsi3] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-wfxizitsi3] {
    padding: 20px 20px;
}

.form-control:focus[b-wfxizitsi3] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-wfxizitsi3] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-wfxizitsi3] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-wfxizitsi3] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-wfxizitsi3] {
    margin-left: 0.25rem;
}

a[b-wfxizitsi3] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-wfxizitsi3] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* _content/ManelixWebApp/Components/Pages/Security/UserDetails.razor.rz.scp.css */
[b-2foqfjuvbl] table {
    min-width: 100%;
}

[b-2foqfjuvbl] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-2foqfjuvbl] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-2foqfjuvbl] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/UserRoleDetails.razor.rz.scp.css */
[b-yt241mn5uc] table {
    min-width: 100%;
}

[b-yt241mn5uc] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-yt241mn5uc] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-yt241mn5uc] tbody tr {
    height: 1.8rem;
}

/* _content/ManelixWebApp/Components/Pages/Security/UserRoleSelection.razor.rz.scp.css */


.login-container[b-c4jcehfm2r] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-c4jcehfm2r] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-c4jcehfm2r] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-c4jcehfm2r] {
        width: 100px;
        border-radius: 10px;
    }

.login-body[b-c4jcehfm2r] {
    padding: 20px 20px;
}

.form-control:focus[b-c4jcehfm2r] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-c4jcehfm2r] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
    border-radius: 8px;
}

    .btn-primary:hover[b-c4jcehfm2r] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-c4jcehfm2r] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-c4jcehfm2r] {
    margin-left: 0.25rem;
}

a[b-c4jcehfm2r] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-c4jcehfm2r] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
.radio-group-container[b-c4jcehfm2r] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.radio-card[b-c4jcehfm2r] {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #f8f9fa;
}

    .radio-card:hover[b-c4jcehfm2r] {
        border-color: #0f4c75;
        background: linear-gradient(135deg, #e0f4fc, #d0ebf9);
    }

    .radio-card .radio-input[b-c4jcehfm2r] {
        display: none; /* hide the default radio button */
    }

    .radio-card .radio-content[b-c4jcehfm2r] {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .radio-card .radio-text[b-c4jcehfm2r] {
        font-weight: 500;
        color: #0f4c75;
    }

    /* Change text and icon color on checked */
    .radio-card .radio-input:checked + .radio-content[b-c4jcehfm2r],
    .radio-card:hover .radio-content[b-c4jcehfm2r] {
        color: #0f4c75; /* text stays same as hover */
    }

        .radio-card .radio-input:checked + .radio-content svg[b-c4jcehfm2r] {
            fill: #0f4c75; /* icon color same as hover */
        }
/* _content/ManelixWebApp/Components/Shared/Language.razor.rz.scp.css */
.language-dropdown[b-iprn2inpe2] {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

    .language-dropdown .dropdown-button[b-iprn2inpe2] {
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 2px;
    }

        .language-dropdown .dropdown-button img[b-iprn2inpe2] {
            width: 24px;
            height: 18px;
            vertical-align: middle;
            border-radius: 3px;
        }

    .language-dropdown .dropdown-content[b-iprn2inpe2] {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        min-width: 60px;
        z-index: 1000;
        padding: 5px 0;
    }

    .language-dropdown .dropdown-item[b-iprn2inpe2] {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px 10px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .language-dropdown .dropdown-item img.flag-icon[b-iprn2inpe2] {
            width: 24px;
            height: 24px;
            border-radius: 3px;
        }

        .language-dropdown .dropdown-item:hover[b-iprn2inpe2] {
            background-color: #f1f1f1;
            border-radius: 3px;
        }
/* _content/ManelixWebApp/Components/Shared/Loader.razor.rz.scp.css */
