.search-select{
  position:relative
}
.search-select-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  text-align:left;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:12px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  -webkit-box-shadow:none;
          box-shadow:none;
  border-color:#d2d6de;
  white-space:nowrap;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  border-radius:.25rem
}
.search-select-input:focus{
  border-color:#3c8dbc
}
.search-select-input__disabled{
  background-color:#e5e9ed;
  opacity:.6
}
.search-select-placeholder,.search-select-text{
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}
.search-select__arrow{
  -webkit-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out
}
.search-select__arrow::before{
  display:block;
  color:#999;
  border-style:solid;
  border-width:5px 5px 0;
  border-color:#999 transparent transparent;
  content:""
}
.search-select__arrow__open{
  -webkit-transform:rotate(180deg);
          transform:rotate(180deg)
}
.search-select-dropdown{
  margin-top:-0.3rem;
  margin-bottom:-0.3rem;
  position:absolute;
  border-top:none !important;
  border-bottom:none !important;
  right:0;
  left:0;
  margin-left:1px;
  width:100%;
  background-color:#fff;
  border-radius:.25rem;
  z-index:99999;
  border:solid 1px #d2d6de;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column
}
.search-select-search{
  display:block;
  padding:.5rem .75rem;
  background-color:#ededed;
  border:1px solid #ccc;
  margin:.5rem;
  border-radius:3px
}
.search-select-options{
  list-style:none;
  padding:0;
  position:relative;
  overflow-y:scroll;
  max-height:15rem;
  margin:0
}
.search-select-option{
  padding:.5rem .75rem;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}
.search-select-option:hover{
  background-color:#e9e9e9;
  color:#5e5e5e
}
.search-select-option.is-active{
  background-color:#269add;
  color:#fff
}
.search-select-empty{
  text-align:center;
  padding:.5rem
}
::-webkit-scrollbar{
  border-radius:50px;
  width:3px;
  background:transparent
}
::-webkit-scrollbar-thumb{
  background:#c2c2c2
}
.max-h[data-v-62ba1d81] {
  max-height: 500px;
  overflow: scroll;
}

.max-height[data-v-43a9974d] {
  max-height: 500px;
  overflow-y: scroll;
}
.min-height[data-v-43a9974d] {
  min-height: 400px;
}

.max-height[data-v-259422e4] {
  max-height: 500px;
  overflow-y: scroll;
}
.min-height[data-v-259422e4] {
  min-height: 400px;
}

.max-height[data-v-13d166a0] {
  max-height: 500px;
  overflow-y: scroll;
}
.min-height[data-v-13d166a0] {
  min-height: 400px;
}


/*# sourceMappingURL=chunk-1b0673a2.38f64394.css.map*/