.table-wrapper {
  max-height: 300px;
  width: 100% !important;
  overflow: auto;
  display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b9b9c3;
}

.input-group-text--disabled,
.form-control--disabled,
.input-group:not(.bootstrap-touchspin):focus-within .form-control--disabled,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text--disabled {
  border-color: #d8d6de;
  background-color: #e9ecef !important;
}
