/* _content/PrenotaProfessionista/Components/Layout/LoginDisplay.razor.rz.scp.css */
/* ===== CONTAINER PRINCIPALE ===== */
.user-menu-container[b-t9t2t4hia2] {
    position: relative;
    z-index: 1000;
}

/* ===== DESKTOP MENU ===== */
.user-dropdown[b-t9t2t4hia2] {
    position: relative;
}

.user-menu-btn[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 2px solid #007bff;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
    transition: all 0.3s ease;
    min-width: 250px;
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}

.user-menu-btn:hover[b-t9t2t4hia2] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}

.user-avatar[b-t9t2t4hia2] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: inherit;
}

.user-info[b-t9t2t4hia2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.user-name[b-t9t2t4hia2] {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.user-role[b-t9t2t4hia2] {
    font-size: 0.75rem;
    opacity: 0.8;
    white-space: nowrap;
}

.dropdown-arrow[b-t9t2t4hia2] {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.user-menu-btn[aria-expanded="true"] .dropdown-arrow[b-t9t2t4hia2] {
    transform: rotate(180deg);
}

/* ===== DESKTOP DROPDOWN MENU ===== */
.user-dropdown-menu[b-t9t2t4hia2] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1060;
    min-width: 280px;
    max-width: 320px;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    list-style: none;
    overflow: hidden;
    animation: slideDown-b-t9t2t4hia2 0.3s ease;
}

@keyframes slideDown-b-t9t2t4hia2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-profile-info[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: -0.5rem -0.5rem 0.5rem -0.5rem;
}

.user-avatar-large[b-t9t2t4hia2] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #007bff;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-details[b-t9t2t4hia2] {
    flex: 1;
    min-width: 0;
}

.user-name-large[b-t9t2t4hia2] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email[b-t9t2t4hia2] {
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-menu-item[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
}

.user-menu-item:hover[b-t9t2t4hia2] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #007bff;
    transform: translateX(4px);
}

.user-menu-item i[b-t9t2t4hia2] {
    width: 20px;
    text-align: center;
    font-size: 1rem;
}

.logout-item[b-t9t2t4hia2] {
    color: #dc3545 !important;
}

.logout-item:hover[b-t9t2t4hia2] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    color: white !important;
}

/* ===== MOBILE MENU ===== */
.mobile-user-dropdown[b-t9t2t4hia2] {
    position: relative;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Ensure mobile dropdown works with Bootstrap collapse */
@media (max-width: 991.98px) {
    .mobile-user-dropdown .dropdown-menu[b-t9t2t4hia2] {
        position: fixed !important;
        top: 60px !important;
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
        z-index: 1060 !important;
        transform: none !important;
        will-change: auto !important;
    }
    
    /* Center the mobile user button */
    .mobile-user-dropdown[b-t9t2t4hia2] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .mobile-user-btn[b-t9t2t4hia2] {
        margin: 0 auto;
    }
}

.mobile-user-btn[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 2px solid #007bff;
    border-radius: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    font-size: 0.9rem;
    min-width: 44px;
    min-height: 44px;
    position: relative;
}

.mobile-user-btn i[b-t9t2t4hia2] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    line-height: 1;
}

.mobile-user-btn:hover[b-t9t2t4hia2] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}

.mobile-user-name[b-t9t2t4hia2] {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    margin-left: 0.5rem;
    z-index: 1;
    position: relative;
}

/* ===== MOBILE DROPDOWN MENU ===== */
.mobile-user-menu[b-t9t2t4hia2] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1060;
    min-width: 250px;
    max-width: 280px;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    list-style: none;
    overflow: hidden;
    animation: slideDown-b-t9t2t4hia2 0.3s ease;
}

/* Fix mobile positioning on very small screens */
@media (max-width: 576px) {
    .mobile-user-menu[b-t9t2t4hia2] {
        right: 10px !important;
        left: 10px !important;
        min-width: auto;
        max-width: none;
        width: auto;
    }
}

@media (max-width: 400px) {
    .mobile-user-menu[b-t9t2t4hia2] {
        right: 5px !important;
        left: 5px !important;
        min-width: auto;
        max-width: none;
        width: auto;
    }
}

.mobile-header[b-t9t2t4hia2] {
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: -0.5rem -0.5rem 0.5rem -0.5rem;
}

.mobile-user-info[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-user-avatar[b-t9t2t4hia2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #007bff;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-user-details[b-t9t2t4hia2] {
    flex: 1;
    min-width: 0;
}

.mobile-user-name[b-t9t2t4hia2] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-user-email[b-t9t2t4hia2] {
    font-size: 0.75rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-menu-item[b-t9t2t4hia2] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
}

.mobile-menu-item:hover[b-t9t2t4hia2] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #007bff;
    transform: translateX(4px);
}

.mobile-menu-item i[b-t9t2t4hia2] {
    width: 20px;
    text-align: center;
    font-size: 1rem;
}

/* ===== AUTH BUTTONS ===== */
.mobile-auth-buttons[b-t9t2t4hia2] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* ===== DROPDOWN DIVIDERS ===== */
.dropdown-divider[b-t9t2t4hia2] {
    height: 1px;
    margin: 0.5rem 0;
    background: linear-gradient(90deg, transparent 0%, #dee2e6 50%, transparent 100%);
    border: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 991.98px) {
    .user-menu-btn[b-t9t2t4hia2] {
        min-width: auto;
        padding: 0.5rem 0.75rem;
    }
    
    .user-name[b-t9t2t4hia2] {
        max-width: 100px;
    }
    
    /* Ensure mobile menu is always visible */
    .mobile-user-dropdown .dropdown-menu.show[b-t9t2t4hia2] {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 576px) {
    .mobile-user-menu[b-t9t2t4hia2] {
        min-width: 220px;
        max-width: 250px;
    }
    
    .mobile-user-name[b-t9t2t4hia2] {
        max-width: 60px;
    }
    
    /* Override Bootstrap positioning for very small screens */
    .mobile-user-dropdown .dropdown-menu[b-t9t2t4hia2] {
        position: fixed !important;
        top: 60px !important;
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
        z-index: 1060 !important;
        transform: none !important;
        will-change: auto !important;
    }
    
    /* Ensure proper mobile menu display */
    .mobile-user-menu[b-t9t2t4hia2] {
        position: fixed !important;
        top: 60px !important;
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
        z-index: 1060 !important;
    }
}

/* ===== ACCESSIBILITY ===== */
.user-menu-btn:focus[b-t9t2t4hia2],
.mobile-user-btn:focus[b-t9t2t4hia2] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.user-menu-item:focus[b-t9t2t4hia2],
.mobile-menu-item:focus[b-t9t2t4hia2] {
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

/* ===== ANIMATIONS ===== */
.user-menu-btn[b-t9t2t4hia2],
.mobile-user-btn[b-t9t2t4hia2] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.user-menu-item[b-t9t2t4hia2],
.mobile-menu-item[b-t9t2t4hia2] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    .user-dropdown-menu[b-t9t2t4hia2],
    .mobile-user-menu[b-t9t2t4hia2] {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }
    
    .user-profile-info[b-t9t2t4hia2],
    .mobile-header[b-t9t2t4hia2] {
        background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    }
    
    .user-name-large[b-t9t2t4hia2],
    .mobile-user-name[b-t9t2t4hia2] {
        color: #e2e8f0;
    }
    
    .user-email[b-t9t2t4hia2],
    .mobile-user-email[b-t9t2t4hia2] {
        color: #a0aec0;
    }
    
    .user-menu-item[b-t9t2t4hia2],
    .mobile-menu-item[b-t9t2t4hia2] {
        color: #e2e8f0;
    }
    
    .user-menu-item:hover[b-t9t2t4hia2],
    .mobile-menu-item:hover[b-t9t2t4hia2] {
        background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
        color: #63b3ed;
    }
}

/* ===== MOBILE MENU FIXES ===== */
/* Ensure mobile menu is always visible when opened */
.mobile-user-dropdown .dropdown-menu.show[b-t9t2t4hia2] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix for very small screens */
@media (max-width: 400px) {
    .mobile-user-menu[b-t9t2t4hia2] {
        right: 5px !important;
        left: 5px !important;
        top: 55px !important;
    }
    
    .mobile-user-btn[b-t9t2t4hia2] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
        min-width: 40px;
        min-height: 40px;
        justify-content: center;
    }
    
    .mobile-user-btn i[b-t9t2t4hia2] {
        font-size: 1rem;
    }
    
    .mobile-user-name[b-t9t2t4hia2] {
        max-width: 50px;
        font-size: 0.75rem;
    }
}

/* Fix for landscape mobile */
@media (max-width: 991.98px) and (orientation: landscape) {
    .mobile-user-menu[b-t9t2t4hia2] {
        top: 50px !important;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
}

/* Ensure proper touch targets on mobile */
@media (max-width: 991.98px) {
    .mobile-menu-item[b-t9t2t4hia2] {
        min-height: 44px;
        padding: 0.875rem 1rem;
    }
    
    .mobile-user-btn[b-t9t2t4hia2] {
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-user-btn i[b-t9t2t4hia2] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem;
        line-height: 1;
    }
}
/* _content/PrenotaProfessionista/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-v91nwi291k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v91nwi291k] {
    flex: 1;
}

.sidebar[b-v91nwi291k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v91nwi291k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow: visible;
}

    .top-row[b-v91nwi291k]  a, .top-row[b-v91nwi291k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v91nwi291k]  a:hover, .top-row[b-v91nwi291k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v91nwi291k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v91nwi291k] {
        justify-content: space-between;
    }

    .top-row[b-v91nwi291k]  a, .top-row[b-v91nwi291k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v91nwi291k] {
        flex-direction: row;
    }

    .sidebar[b-v91nwi291k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v91nwi291k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v91nwi291k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v91nwi291k], article[b-v91nwi291k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v91nwi291k] {
    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-v91nwi291k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Breadcrumb Styles */
.breadcrumb[b-v91nwi291k] {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}

.breadcrumb-item[b-v91nwi291k] {
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item[b-v91nwi291k]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item.active[b-v91nwi291k] {
    color: #495057;
    font-weight: 500;
}

.breadcrumb-item a[b-v91nwi291k] {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-item a:hover[b-v91nwi291k] {
    color: #0056b3;
    text-decoration: underline;
}
/* _content/PrenotaProfessionista/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9m837ey4l8] {
    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-9m837ey4l8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9m837ey4l8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9m837ey4l8] {
    font-size: 1.1rem;
}

.bi[b-9m837ey4l8] {
    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-9m837ey4l8] {
    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-9m837ey4l8] {
    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-9m837ey4l8] {
    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");
}

.nav-item[b-9m837ey4l8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9m837ey4l8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9m837ey4l8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9m837ey4l8]  .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-9m837ey4l8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9m837ey4l8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9m837ey4l8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9m837ey4l8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9m837ey4l8] {
        display: none;
    }

    .nav-scrollable[b-9m837ey4l8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
