/* /Layout/MainLayout.razor.rz.scp.css */
/* CSS file emptied to use MudBlazor layout */
/* /Layout/NavMenu.razor.rz.scp.css */
/* CSS file emptied to use MudBlazor layout */
/* /Pages/Cuenta/MiPerfil.razor.rz.scp.css */
/* Estilizar la barra de pestañas (tabbar) con el azul del tema */
.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tabs-tabbar,
.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tab-bar {
    background-color: #3f51b5 !important;
    background: #3f51b5 !important;
    border-radius: 8px 8px 0 0;
}

/* Asegurar que el texto y los iconos de las pestañas tengan buen contraste */
.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tab {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: bold;
}

.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tab.mud-tab-active {
    color: #ffffff !important;
    background-color: transparent !important;
}

.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tab-icon {
    color: inherit !important;
}

.profile-tabs-wrapper[b-c2v7dda29r]  .mud-tab-slider {
    background-color: #ffffff !important;
}
