.select2-results__option {
  color: #000;
}

input[disabled] {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  table {
    width: 100%;
  }

  #branding {
    justify-content: space-between;
    width: 100%;
  }
}
