﻿.mud-primary {
  color: #ff0000 !important;
}

.mud-secondary {
  color: #00ff00 !important;
}

/* Ajustes para MudImage */
.mud-image {
  max-width: 100%;
  height: auto; /* Mantener proporciones */
}

/* Ajustes para MudItem */
.mud-item {
  margin: 0; /* Quitar márgenes si es necesario */
  padding: 0; /* Ajustar relleno según sea necesario */
}

/* Estilos adicionales para el espaciado */
.mud-grid {
  margin: 0 auto;
}

.mud-button {
  flex: 1 1 auto;
  margin: 0 5px;
}

.mud-breadcrumbs-expander {
  background-color: #FF9800 !important;
}

.no-underline {
  text-decoration: none;
}

  .no-underline:hover {
    text-decoration: none;
  }

.truncated-text {
  cursor: pointer;
  display: block;
  max-width: 75%;
  /*max-width: calc(100% - 170px);*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bAllTest {
  border: 1px solid black;
}

.txtB {
  font-weight: bold !important;
}

/* Sobrescribe el tamaño de fuente para celdas de MudDataGrid */
.mud-data-grid-cell {
  font-size: 0.875rem !important; /* 14px aproximadamente */
}

/* Si quieres ajustar el header del grid */
.mud-data-grid-header {
  font-size: 0.875rem !important;
}
