@import '../../bee-select/style/index';
@import './multiple';

.bee-select-wrapper {
  position: relative;
}

.bee-select-label {
  position: absolute;
  left: 11px;
  top: 3px !important;
  transform: none !important;
  color: #75798e;

  span {
    color: red;
  }
}

.bee-hover {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #d8dae2;
  z-index: 35;
  display: flex;
  flex-wrap: wrap;

  .bee-span {
    margin: 1px 2px;
  }
}
