._gridWrapper_gbg7j_1 {
  display: block;
  height: min(60vh, 550px);
  max-height: min(60vh, 550px);
  overflow: auto;
  position: relative;
}

._gridWrapper_gbg7j_1 > div {
  height: 100%;
  max-height: 100%;
}

._gridWrapper_gbg7j_1 .e-grid {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

._gridWrapper_gbg7j_1 .e-gridcontent {
  overflow-y: scroll;
  overflow-x: auto;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
}

._gridWrapper_gbg7j_1 .e-gridheader,
._gridWrapper_gbg7j_1 .e-toolbar,
._gridWrapper_gbg7j_1 .e-gridpager {
  flex: 0 0 auto;
}

._notesField_gbg7j_35 textarea.e-input {
  resize: none;
  height: 80px;
}

@media (max-height: 800px) {
  ._gridWrapper_gbg7j_1 {
    height: 300px;
    max-height: 300px;
  }

  ._notesField_gbg7j_35 textarea.e-input {
    height: 60px;
  }
}
.timeline-responsive-wrapper {
  width: 100%;
  overflow: visible;
}

.timeline-content {
  width: 100%;
}

.status-label-text[data-tooltip]::after,
.status-icon[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  background-color: #1f2937;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 6px;
  z-index: 1000;
  margin-bottom: 8px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transition-delay: 0.5s;
}

.status-label-text[data-tooltip]::before,
.status-icon[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1f2937;
  z-index: 1000;
  margin-bottom: 2px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transition-delay: 0.5s;
}

.status-label-text[data-tooltip]:hover::after,
.status-icon[data-tooltip]:hover::after,
.status-label-text[data-tooltip]:hover::before,
.status-icon[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

.status-label-text,
.status-icon {
  position: relative;
}

.dsb-message .e-msg-content {
  font-size: 15px;
  font-weight: 400;
}
