/* _content/TurniApp/Shared/LoginDisplay.razor.rz.scp.css */
.mobile-login-display[b-vko55msar2] {
    position: relative;
}

.btn-user[b-vko55msar2], .btn-login[b-vko55msar2] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.btn-login[b-vko55msar2] {
    color: #05275c;
}

.username[b-vko55msar2] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.25rem;
}

.oi[b-vko55msar2] {
    margin-right: 0.25rem;
}

.dropdown[b-vko55msar2] {
    position: relative;
}


.dropdown-menu[b-vko55msar2] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.25rem);
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}



    .dropdown-menu.show[b-vko55msar2] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.dropdown-item[b-vko55msar2] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    cursor: pointer;
}

    .dropdown-item:hover[b-vko55msar2] {
        background-color: #f5f5f5;
    }

    .dropdown-item .oi[b-vko55msar2] {
        margin-right: 0.5rem;
        width: 1rem;
    }


/* Style for logout button */
form[b-vko55msar2] {
    margin: 0;
}
/* _content/TurniApp/Shared/MainLayout.razor.rz.scp.css */
.mobile-page[b-dvxyb4vdgx] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.top-header[b-dvxyb4vdgx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 0.5rem 1rem;
    height: 3.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.menu-toggle[b-dvxyb4vdgx] {
    background: none;
    border: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0.25rem;
}

.app-title[b-dvxyb4vdgx] {
    font-size: 1.2rem;
    font-weight: bold;
}

.login-section[b-dvxyb4vdgx] {
    font-size: 0.9rem;
}

    .login-section[b-dvxyb4vdgx]  a, .login-section[b-dvxyb4vdgx]  .btn-link {
        margin-left: 0.5rem;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        display: inline-block;
    }

/* Sidebar / Drawer Style */
.sidebar[b-dvxyb4vdgx] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 20;
    pointer-events: none;
    transition: all 0.3s ease;
    opacity: 0;
}

    .sidebar.open[b-dvxyb4vdgx] {
        opacity: 1;
        pointer-events: all;
    }

.sidebar-overlay[b-dvxyb4vdgx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-content[b-dvxyb4vdgx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #004b87 70%);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sidebar.open .sidebar-content[b-dvxyb4vdgx] {
    transform: translateX(0);
}

.sidebar-header[b-dvxyb4vdgx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.close-menu[b-dvxyb4vdgx] {
    background: none;
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
}

/* Main Content */
.main-content[b-dvxyb4vdgx] {
    flex: 1;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}

.content[b-dvxyb4vdgx] {
    padding: 0 1rem;
}

.top-header[b-dvxyb4vdgx] {
    background-color: #004b87;
    color:yellow;
}
/* _content/TurniApp/Shared/NavMenu.razor.rz.scp.css */
:root[b-dxp5jt9e0i] {
    --nav-link-color: white;
    --nav-link-active-color: white;
    --nav-link-hover-color: white;
    --nav-link-active-bg: white;
    --nav-link-hover-bg: white;
}

.mobile-nav[b-dxp5jt9e0i] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
}

.mobile-nav-menu[b-dxp5jt9e0i] {
    padding: 0.5rem 0;
}

.nav-item[b-dxp5jt9e0i] {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

    .nav-item .nav-link[b-dxp5jt9e0i] {
        color: var(--nav-link-color);
        border-radius: 0;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: background-color 0.2s, color 0.2s;
    }

        .nav-item .nav-link.active[b-dxp5jt9e0i] {
            background-color: var(--nav-link-active-bg);
            color: var(--nav-link-active-color);
        }

        .nav-item .nav-link:hover[b-dxp5jt9e0i] {
            background-color: var(--nav-link-hover-bg);
            color: var(--nav-link-hover-color);
        }

.oi[b-dxp5jt9e0i] {
    width: 1.5rem;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    vertical-align: middle;
}

.nav-text[b-dxp5jt9e0i] {
    font-size: 0.95rem;
}
.nav-link[b-dxp5jt9e0i] {
    color: var(--nav-link-color);
}
.username[b-dxp5jt9e0i] {
    color: yellow !important;
}
