#cegovbr-selection-toolbar {
  position: absolute;
  z-index: 99999;
  width: 19.9375rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #c5c5c5;
  padding: 0.25rem 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: #f9f9f9;
  box-shadow: 0 0 0.5rem 0 #00000026;
  box-sizing: border-box;
}

#cegovbr-selection-toolbar .cegovbr-selection-action {
  height: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border: 0;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none;
  color: #465564;
  outline: none;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

#cegovbr-selection-toolbar .cegovbr-selection-action:hover {
  background: #e9f6eb;
}

#cegovbr-selection-toolbar .cegovbr-selection-action:focus-visible {
  background: #e9f6eb;
  outline: 0.1875rem solid #545fff;
  outline-offset: 0;
}

#cegovbr-selection-toolbar .cegovbr-selection-action .cegovbr-selection-label {
  text-decoration: none;
}

#cegovbr-selection-toolbar .cegovbr-selection-action.is-disabled,
#cegovbr-selection-toolbar .cegovbr-selection-action:disabled,
#cegovbr-selection-toolbar .cegovbr-selection-action[aria-disabled="true"] {
  color: #c5c5c5;
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  background: transparent;
  outline: none;
}

#cegovbr-selection-toolbar .cegovbr-selection-action:disabled .cegovbr-selection-label,
#cegovbr-selection-toolbar .cegovbr-selection-action[aria-disabled="true"] .cegovbr-selection-label,
#cegovbr-selection-toolbar .cegovbr-selection-action.is-disabled .cegovbr-selection-label,
#cegovbr-selection-toolbar .cegovbr-selection-action:disabled .material-symbols-outlined,
#cegovbr-selection-toolbar .cegovbr-selection-action[aria-disabled="true"] .material-symbols-outlined,
#cegovbr-selection-toolbar .cegovbr-selection-action.is-disabled .material-symbols-outlined {
  color: #c5c5c5;
}

#cegovbr-selection-toolbar .cegovbr-selection-action .material-symbols-outlined {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  color: #465564;
  text-decoration: none;
}

#cegovbr-selection-toolbar .cegovbr-selection-separator {
  width: 0.0625rem;
  height: 2rem;
  background: #c5c5c5;
  flex-shrink: 0;
}

#cegovbr-selection-toolbar .cegovbr-selection-feedback {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5rem);
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.0625rem solid #c5c5c5;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
  color: #465564;
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  display: none;
  white-space: nowrap;
  z-index: 100000;
}
