/* _content/FinishLineApp/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.social-buttons[b-8z3leusyz3] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-btn[b-8z3leusyz3] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /*     border: 1px solid #ccc;*/
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    /*transition: background-color 0.2s ease-in-out;*/
}

/*    .social-btn:hover {
        background-color: #f0f0f0;
    }*/

    .social-btn img[b-8z3leusyz3] {
        width: 16px;
        margin-right: 8px;
    }
/* _content/FinishLineApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8wz5axmwcj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8wz5axmwcj] {
    flex: 1;
}

.sidebar[b-8wz5axmwcj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8wz5axmwcj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8wz5axmwcj]  a, .top-row[b-8wz5axmwcj]  .btn-link {
        /*white-space: nowrap;*/
        margin-left: 1.5rem;
        text-decoration: none;
        text-align: center
    }

        .top-row[b-8wz5axmwcj]  a:hover, .top-row[b-8wz5axmwcj]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8wz5axmwcj]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 999.98px) { /*Kedy zobrazit menu*/
    .top-row[b-8wz5axmwcj] {
        justify-content: space-between;
    }

        .top-row[b-8wz5axmwcj]  a, .top-row[b-8wz5axmwcj]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 1000px) { /*Kedy zobrazit menu*/
    .page[b-8wz5axmwcj] {
        flex-direction: row;
    }

    .sidebar[b-8wz5axmwcj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8wz5axmwcj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8wz5axmwcj]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8wz5axmwcj], article[b-8wz5axmwcj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8wz5axmwcj] {
    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-8wz5axmwcj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FinishLineApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navbar Styles */
.navbar2[b-6b8dy21tm0] {
    background: linear-gradient(135deg, #1a1f3a 0%, #0f1629 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-container2[b-6b8dy21tm0] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    gap: 2rem;
}

/* Logo Styles */
.logo[b-6b8dy21tm0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    flex-shrink: 0;
}

.logo-icon[b-6b8dy21tm0] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4a7cff 0%, #3d5eff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 4px 12px rgba(74, 124, 255, 0.3);
}

.logo-text[b-6b8dy21tm0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

/* Navigation Menu */
.nav-menu2[b-6b8dy21tm0] {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.nav-item2[b-6b8dy21tm0] {
    position: relative;
}

.nav-link2[b-6b8dy21tm0] {
    color: #b8c5d6;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

    .nav-link2:hover[b-6b8dy21tm0] {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.08);
    }

    /* Active link styling for Blazor NavLink */
    .nav-link2.active[b-6b8dy21tm0] {
        color: #fff;
        background-color: rgba(74, 124, 255, 0.2);
    }

    .nav-link2 i[b-6b8dy21tm0] {
        display: none;
    }

/* Dropdown Styles */
.dropdown2[b-6b8dy21tm0] {
    position: relative;
}

.dropdown2-toggle[b-6b8dy21tm0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown2-menu[b-6b8dy21tm0] {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    background: linear-gradient(135deg, #1e2542 0%, #151b33 100%);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    list-style: none;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.dropdown2.active .dropdown2-menu[b-6b8dy21tm0] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown2-item[b-6b8dy21tm0] {
    color: #b8c5d6;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    display: block;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

    .dropdown2-item:hover[b-6b8dy21tm0] {
        background-color: rgba(74, 124, 255, 0.15);
        color: #fff;
    }

/* Auth Section */
.nav-auth[b-6b8dy21tm0] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-shrink: 0;
}

.status-indicator[b-6b8dy21tm0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8b95a8;
    font-size: 0.9rem;
}

.status-dot[b-6b8dy21tm0] {
    width: 8px;
    height: 8px;
    background-color: #6b7280;
    border-radius: 50%;
    animation: pulse-b-6b8dy21tm0 2s ease-in-out infinite;
}

    .status-dot.status-online[b-6b8dy21tm0] {
        background-color: #10b981;
    }

@keyframes pulse-b-6b8dy21tm0 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Login Button */
.btn-login[b-6b8dy21tm0] {
    background: linear-gradient(135deg, #4a7cff 0%, #3d5eff 100%);
    color: #fff;
    padding: 0.65rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(74, 124, 255, 0.3);
    border: none;
    cursor: pointer;
}

    .btn-login:hover[b-6b8dy21tm0] {
        background: linear-gradient(135deg, #5a8cff 0%, #4d6eff 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(74, 124, 255, 0.4);
    }

/* Hamburger Menu */
.hamburger[b-6b8dy21tm0] {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

    .hamburger .bar[b-6b8dy21tm0] {
        width: 28px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease;
        border-radius: 3px;
    }

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .nav-menu2[b-6b8dy21tm0] {
        gap: 0.25rem;
    }

    .nav-link2[b-6b8dy21tm0] {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
    }

    .status-text[b-6b8dy21tm0] {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hamburger[b-6b8dy21tm0] {
        display: flex;
        order: 2;
    }

    .logo[b-6b8dy21tm0] {
        order: 1;
        flex: 1;
    }

    .logo-text[b-6b8dy21tm0] {
        font-size: 0.9rem;
    }

    .nav-menu2[b-6b8dy21tm0] {
        order: 3;
    }

    .nav-auth[b-6b8dy21tm0] {
        order: 4;
        gap: 0.75rem;
    }

    .culture-switcher[b-6b8dy21tm0]{
        order:5;
    }

    .nav-container2[b-6b8dy21tm0] {
        flex-wrap: wrap;
        height: auto;
        padding: 1rem;
        gap: 1rem;
    }

    .nav-menu2[b-6b8dy21tm0] {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: linear-gradient(135deg, #1a1f3a 0%, #0f1629 100%);
        width: 100%;
        text-align: center;
        transition: left 0.3s ease;
        padding: 2rem 0;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

        .nav-menu2.active[b-6b8dy21tm0] {
            left: 0;
        }

    .nav-item2[b-6b8dy21tm0] {
        width: 100%;
        padding: 0.5rem 0;
    }

    .nav-link2[b-6b8dy21tm0] {
        display: block;
        width: 100%;
        padding: 1rem;
    }

        .nav-link2 i[b-6b8dy21tm0] {
            display: inline-block;
        }

    .dropdown2-menu[b-6b8dy21tm0] {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.05);
        margin-top: 0.5rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .dropdown2.active .dropdown2-menu[b-6b8dy21tm0] {
        max-height: 300px;
    }

    .btn-login[b-6b8dy21tm0] {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }

    .logo-icon[b-6b8dy21tm0] {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .logo-text[b-6b8dy21tm0] {
        font-size: 1.3rem;
    }
}

@media (min-width: 1400px) {
    .nav-link2 i[b-6b8dy21tm0] {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .nav-link2 i[b-6b8dy21tm0] {
        display: inline-block;
    }

    .nav-container2[b-6b8dy21tm0] {
        padding: 0.75rem;
    }

    .logo-text[b-6b8dy21tm0] {
        font-size: 1.1rem;
    }

    .logo-icon[b-6b8dy21tm0] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .btn-login[b-6b8dy21tm0] {
        padding: 0.45rem 1rem;
        font-size: 0.85rem;
    }

    .status-indicator[b-6b8dy21tm0] {
        display: none;
    }
}
