/* Custom Logo Styling */
.custom-sidebar-logo {
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .custom-sidebar-logo {
    max-height: 40px;
    margin-left: 8px;
  }
}

a[href*="cloud.prefect.io"],
a[href*="cloud-vs-oss"],
button[class*="upgrade"],
[data-testid*="upgrade"] {
  display: none !important;
}

/* If the toast uses a fixed container class, this will hide it too */
.p-notification, .p-toast {
  /* uncomment if you want to blanket-hide all toasts from the UI
  display: none !important;
  */
}
