.is-disabled,
input.is-disabled,
select.is-disabled,
textarea.is-disabled,
button.is-disabled {
  background-color: #f3f4f6 !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
}

.is-disabled label,
.is-disabled .form-item__label,
.is-disabled .option {
  color: #6b7280 !important;
}

