.mo-add-column-options {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mo-add-column-options-title {
  color: rgba(226, 232, 240, 0.78);
  font-size: 12px;
  font-weight: 750;
}

.mo-add-column-options-list {
  display: grid;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 3px;
}

.mo-add-column-option-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px 36px;
  align-items: center;
  gap: 8px;
}

.mo-add-column-option-row input[type="text"] {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: #f8fafc;
  font: inherit;
}

.mo-add-column-option-row input[type="color"] {
  width: 46px;
  height: 42px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.mo-add-column-option-remove,
.mo-add-column-option-add {
  border: 0;
  border-radius: 10px;
  font: inherit;
  cursor: pointer;
}

.mo-add-column-option-remove {
  width: 36px;
  height: 40px;
  background: rgba(244, 63, 94, 0.14);
  color: #fda4af;
  font-size: 18px;
}

.mo-add-column-option-add {
  min-height: 39px;
  padding: 8px 12px;
  background: rgba(99, 102, 241, 0.15);
  color: #c7d2fe;
  font-weight: 750;
}

.cell-select.mo-colored-select:invalid,
.cell-select.mo-colored-select[value=""] {
  --mo-status-color: #64748b !important;
  --mo-status-soft: rgba(100, 116, 139, 0.12) !important;
  --mo-status-glow: rgba(100, 116, 139, 0.08) !important;
}
