/* _content/GYM_Manage/Views/Shared/_Layout.cshtml.rz.scp.css */
body[b-hlstvi5l9x] {
    font-family: 'Poppins', sans-serif;
}
.navbar[b-hlstvi5l9x] {
    padding: 0.8rem 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%) !important;
}
.navbar-brand[b-hlstvi5l9x] {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.nav-link[b-hlstvi5l9x] {
    position: relative;
    margin: 0 0.2rem;
    padding: 0.8rem 1rem !important;
    font-weight: 500;
    transition: all 0.3s ease;
}
.nav-link:hover[b-hlstvi5l9x] {
    color: #fff !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
}
.nav-link.active[b-hlstvi5l9x] {
    color: #fff !important;
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
}
.nav-link.active[b-hlstvi5l9x]::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.auth-buttons .nav-link[b-hlstvi5l9x] {
    border-radius: 5px;
    transition: all 0.3s ease;
}
.login-btn[b-hlstvi5l9x] {
    background-color: rgba(255,255,255,0.15);
}
.register-btn[b-hlstvi5l9x] {
    background-color: #1cc88a;
    color: white !important;
}
.register-btn:hover[b-hlstvi5l9x] {
    background-color: #15a978 !important;
}
