.container {
  position: relative;
  display: inline-block;
  :global {
    .@{ant-prefix}-select,
    .@{ant-prefix}-select-item {
      font-size: 14px;
      color: #30354d;
    }
    .@{ant-prefix}-select-selection-selected-value {
      text-align: left;
      padding-right: 10px;
    }
    .@{ant-prefix}-select-arrow {
      right: 8px;
    }
    .@{ant-prefix}-select-selection {
      border-radius: 2px;
      border: 1px solid #c5cddb;
      color: #30354d;
      &__choice {
        background-color: #eef0f5;
        border: none;
      }
    }
    .@{ant-prefix}-select-selection:hover {
      border-color: #5b99ea;
      color: #666;
      .@{ant-prefix}-select-arrow:before {
        color: #5b99ea;
        font-weight: 900;
      }
    }
    .@{ant-prefix}-select-focused .@{ant-prefix}-select-selection,
    .@{ant-prefix}-select-selection:focus,
    .@{ant-prefix}-select-selection:active {
      border-color: #5b99ea;
      outline: 0;
      box-shadow: unset;
      .@{ant-prefix}-select-arrow:before {
        color: #5b99ea;
        font-weight: 900;
      }
    }
    .@{ant-prefix}-select-dropdown {
      border-radius: 0px;
    }
    .@{ant-prefix}-select-dropdown-menu-item-selected,
    .@{ant-prefix}-select-dropdown-menu-item-selected:hover {
      background-color: #5b99ea;
      color: #ffffff;
    }
    .@{ant-prefix}-select-dropdown-menu {
      max-height: 200px !important;
    }
    .@{ant-prefix}-select-dropdown-menu-item {
      color: #424242;
      font-size: 14px;
      text-align: left;
    }
    .@{ant-prefix}-select-dropdown-menu-item-disabled {
      color: rgba(0, 0, 0, 0.25);
    }
    .@{ant-prefix}-select-dropdown-menu-item:hover {
      background-color: #f3f5f9;
    }
    .@{ant-prefix}-select-dropdown-menu-item-disabled:hover {
      color: rgba(0, 0, 0, 0.25);
      background-color: #fff;
    }
    .@{ant-prefix}-select-dropdown-menu-item-selected,
    .@{ant-prefix}-select-dropdown-menu-item-selected:hover {
      background-color: #5b99ea;
      color: #ffffff;
      font-weight: normal;
    }
    .@{ant-prefix}-select-item-option-selected:not(.@{ant-prefix}-select-item-option-disabled) {
      background-color: #5b99ea;
      color: #fff;
    }
    .@{ant-prefix}-select-dropdown {
      padding: 0;
    }
    .@{ant-prefix}-select-focused.@{ant-prefix}-select-single:not(.@{ant-prefix}-select-customize-input)
      .@{ant-prefix}-select-selector {
      box-shadow: unset;
    }
    .@{ant-prefix}-select-selection-item {
      opacity: 1 !important;
    }
    .@{ant-prefix}-select-selection-placeholder {
      color: #9da4b2;
      opacity: 1;
    }
  }
}

.tagbox_sortablecontainer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  height: 30px;
  :global {
    .@{ant-prefix}-select-selection__choice__content {
      cursor: move;
    }
  }
}
