.grp-collapse::selection,.grp-collapse .grp-row::selection,.grp-collapse-handler::selection {
    background: #b3d4fc;
}

.grp-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.grp-button.disabled:hover {
  background-image: linear-gradient(rgb(79, 178, 211), rgb(48, 155, 191));
  color: #ffffff;
}

#reload-notification {
  position: fixed;
  top: 15%;
  right: 50px;
  max-width: 300px;
  padding: 20px;
  z-index: 1000;
  border: 2px solid;
  background: #ddd;
  font-size: 14px;
}

.hidden {
  display: none !important;
}

.grp-table th {
  text-align: left;
}