@import 'DeMiMesa.Client.agfh4mlegf.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Styles cleared to prefer global app.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-ehot2heot5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.desktop-hide[b-ehot2heot5] {
    display: flex;
}

.menu-icon[b-ehot2heot5] {
    display: none;
    margin-right: 0.5rem;
}

.navbar-toggler[b-ehot2heot5] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
    color: var(--text, #333);
    min-width: 40px;
    min-height: 40px;
}

.nav-links[b-ehot2heot5] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: var(--card, #fff);
    border-top: 1px solid #eee;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 1rem;
    z-index: 1000;
}

.nav-links.collapse[b-ehot2heot5] {
    display: none;
}

/* Base link styles */
[b-ehot2heot5] .link {
    padding: 0.5rem 1rem;
    display: block;
    color: var(--text, #333);
    text-decoration: none;
    border-radius: 4px;
}

[b-ehot2heot5] .link:hover, [b-ehot2heot5] .link:focus {
    background-color: #f0f0f0;
}

[b-ehot2heot5] .link.active {
    color: var(--turq, #00BFA6);
    background-color: rgba(0, 191, 166, 0.1);
}

/* Form styles for logout button */
[b-ehot2heot5] form {
    width: 100%;
    display: block;
}

[b-ehot2heot5] form button {
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    display: block;
    background: none;
    border: none;
    font: inherit;
    color: var(--text, #333);
    cursor: pointer;
}

[b-ehot2heot5] form button:hover {
    background-color: #f0f0f0;
    border-radius: 4px;
}

/* Desktop styles */
@media (min-width: 768px) {
    .navbar-toggler[b-ehot2heot5] {
        display: none;
    }

    .desktop-hide[b-ehot2heot5] {
        display: none; /* Hide quick action icons on large screens where menu is visible */
    }

    .menu-icon[b-ehot2heot5] {
        display: inline-block;
    }

    .nav-links[b-ehot2heot5] {
        display: flex !important; /* Force display on desktop */
        position: static;
        flex-direction: row;
        width: auto;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        border-top: none;
        align-items: center;
        gap: 1rem;
    }

    .nav-links.collapse[b-ehot2heot5] {
        display: flex !important;
    }

    [b-ehot2heot5] .link {
        padding: 0.5rem;
        display: inline-block;
    }

    [b-ehot2heot5] form {
        width: auto;
        display: inline-block;
    }

    [b-ehot2heot5] form button {
        width: auto;
        display: inline-block;
        padding: 0.5rem;
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ejjsoxlzyb],
.components-reconnect-repeated-attempt-visible[b-ejjsoxlzyb],
.components-reconnect-failed-visible[b-ejjsoxlzyb],
.components-pause-visible[b-ejjsoxlzyb],
.components-resume-failed-visible[b-ejjsoxlzyb],
.components-rejoining-animation[b-ejjsoxlzyb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-retrying[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-failed[b-ejjsoxlzyb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ejjsoxlzyb] {
    display: block;
}


#components-reconnect-modal[b-ejjsoxlzyb] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ejjsoxlzyb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ejjsoxlzyb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ejjsoxlzyb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ejjsoxlzyb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ejjsoxlzyb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ejjsoxlzyb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ejjsoxlzyb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ejjsoxlzyb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ejjsoxlzyb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ejjsoxlzyb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ejjsoxlzyb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ejjsoxlzyb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ejjsoxlzyb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ejjsoxlzyb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ejjsoxlzyb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ejjsoxlzyb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ejjsoxlzyb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ejjsoxlzyb {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Public/Terms.razor.rz.scp.css */
.terms-page[b-xwz60omd3n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    color: #333;
    font-family: inherit;
    /* Attempt to override container width locally if possible, or just accept it */
    max-width: 600px; /* Limit width for centered look */
    margin: 0 auto;
}

.logo-section[b-xwz60omd3n] {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--turq, #00BFA6);
}

.logo-icon[b-xwz60omd3n] {
    font-size: 4rem; /* Big icon */
    margin-bottom: 0.5rem;
    display: block;
}

.logo-text[b-xwz60omd3n] {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--turq, #00BFA6);
    line-height: 1;
}

.page-title[b-xwz60omd3n] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #444;
    margin-bottom: 2rem;
    text-align: center;
}

.terms-list[b-xwz60omd3n] {
    list-style-type: disc;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 1.1rem;
    color: #333;
    text-align: left;
    width: 100%;
}

.terms-list li[b-xwz60omd3n] {
    margin-bottom: 1rem;
}

.accept-section[b-xwz60omd3n] {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.checkbox-container[b-xwz60omd3n] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    user-select: none;
}

.terms-checkbox[b-xwz60omd3n] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    accent-color: var(--turq, #00BFA6);
    cursor: pointer;
}

.action-btn[b-xwz60omd3n] {
    width: 100%;
    max-width: 400px;
    padding: 0.8rem;
    font-size: 1.2rem;
    border-radius: 2rem;
    background-color: var(--turq, #00BFA6);
    border: none;
    color: white;
    font-weight: 500;
    transition: opacity 0.2s;
}

.action-btn:disabled[b-xwz60omd3n] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc;
}

.action-btn:hover:not(:disabled)[b-xwz60omd3n] {
    opacity: 0.9;
}
