
button:disabled.close,
button:disabled.close * {
  opacity: .3 !important;
  cursor: not-allowed;
}

.form-control.custom-range {
  border: none;
}

a.nav-link, .clickable {
  cursor: pointer;
}

span.disabled {
  color: var(--gray) !important;
  cursor: not-allowed;
}

*:disabled, input:read-only {
  cursor: not-allowed;
}
