.logo{
witdh:auto;
  height:60px;
}

.dashboard-alerts{
  display: none;
}

.showfullimg{
  border:5px solid white;
  max-width: 100%; /* Ensures image doesn't exceed its natural width or container width */
  height: auto;    /* Maintains aspect ratio */
  display: block;  /* Removes extra space below the image */
}