.Select {
  margin: 8px 0 0 0; }
  .Select .Select-control {
    height: 30px;
    font-size: 14px; }
    .Select .Select-control .Select-multi-value-wrapper {
      display: inline-block;
      float: left;
      width: 90%; }
      .Select .Select-control .Select-multi-value-wrapper .Select-value {
        line-height: 32px; }
      .Select .Select-control .Select-multi-value-wrapper .Select-input {
        width: 100% !important;
        height: 30px; }
        .Select .Select-control .Select-multi-value-wrapper .Select-input input {
          width: 100% !important; }
    .Select .Select-control .Select-arrow-zone {
      padding-top: 2px; }
  .Select .Select-menu-outer {
    z-index: 20; }
    .Select .Select-menu-outer .Select-menu {
      width: 100%;
      word-break: break-all; }

div.is-focused:not(.is-open) > .Select-control {
  border-color: #ccc; }

.Select-option.Select-create-option-placeholder {
  padding: 0; }
.Select-option .Select-create-option-placeholder {
  padding: 8px 10px; }

.error-message-container div:not(.is-open) .Select-control {
  border-color: #f44336; }
.error-message-container div.is-open.is-focused .Select-control {
  border-color: #f44336;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 30; }
