 .mensajeCreacionCaso {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center;     /* Vertical centering */
    height: 100vh;           /* 100% of the viewport height */
    background-color: #f0f0f0;
  }

  /* 2. Style the box */
  .box {
    padding: 20px 40px;
    background-color: white;
    border: 2px solid #005746;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
  }

.view-grid table,
.entitylist-filter {
  visibility: hidden;
}