#portal {
  position: fixed;
  top: 0;
}

html {
  /* set base font size to 13px */
  font-size: 50.782% !important;
}

body {
  color: var(--mu-colors-foreground-text-neutral-plain) !important;
  overscroll-behavior-y: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.animate-copy {
  animation: pulse 0.2s;
  transition: all 0.2s;
}

.remove-icon-background svg {
  background: none !important;
}

input[type="checkbox"] {
  display: none;
}

rect {
  color: #006ab0 !important;
}

.Grid-uniform-76 {
  grid-template-columns: 1fr !important;
}

.bulk_edit {
  transition: 0.3s ease-in-out;
  border: 1px solid #006ab0 !important;
}

.bulk_edit:hover {
  background: transparent !important;
  color: #006ab0 !important;
}
