.clickable-select[data-v-73721181] {
  position: relative;
  width: 100%;
}
.clickable-select .select-input[data-v-73721181] {
  min-height: 32px;
  padding: 0 30px 0 7px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clickable-select .select-input.is-disabled[data-v-73721181] {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.clickable-select .select-input[data-v-73721181]:not(.is-disabled):hover {
  border-color: #34c1fd;
}
.clickable-select .select-input.is-focused[data-v-73721181] {
  border-color: #34c1fd;
}
.clickable-select .select-input.is-open[data-v-73721181] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(1, 177, 253, 0.2);
  box-shadow: 0 0 0 2px rgba(1, 177, 253, 0.2);
}
.clickable-select .select-input.is-error[data-v-73721181] {
  border-color: #ed4014;
}
.clickable-select .select-input.is-error[data-v-73721181]:hover {
  border-color: #ed4014;
}
.clickable-select .select-input.is-error.is-focused[data-v-73721181],
.clickable-select .select-input.is-error.is-open[data-v-73721181] {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.clickable-select .select-input .arrow-icon[data-v-73721181] {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.clickable-select .select-input .arrow-icon.is-open[data-v-73721181] {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.clickable-select .select-input .clear-icon[data-v-73721181] {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #808695;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.clickable-select .select-input .clear-icon[data-v-73721181]:hover {
  color: #909399;
}
.clickable-select .select-input:hover .clear-icon[data-v-73721181] {
  opacity: 1;
}
.clickable-select .selected-tags[data-v-73721181] {
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
}
.clickable-select .selected-tags[data-v-73721181] .ivu-tag-text {
  color: #2D8cF0;
}
.clickable-select .selected-tags .ivu-tag[data-v-73721181] {
  padding: 0 4px 0 8px;
}
.is-disabled .clickable-select .selected-tags .ivu-tag[data-v-73721181] {
  cursor: not-allowed;
}
.is-disabled .clickable-select .selected-tags .ivu-tag .ivu-icon[data-v-73721181] {
  display: none;
}
.clickable-select .selected-tags .tag-clickable[data-v-73721181] {
  cursor: pointer;
}
.is-disabled .clickable-select .selected-tags .tag-clickable[data-v-73721181] {
  cursor: not-allowed;
}
.clickable-select .placeholder[data-v-73721181] {
  color: #c0c4cc;
}
.clickable-select .no-options[data-v-73721181] {
  padding: 8px;
  text-align: center;
  color: #c0c4cc;
}
.clickable-select .dropdown-menu[data-v-73721181] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background: #fff;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  margin-top: 4px;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.clickable-select .dropdown-menu .search-input[data-v-73721181] {
  padding: 8px;
  border-bottom: 1px solid #e8eaec;
}
.clickable-select .dropdown-menu .options-list[data-v-73721181] {
  max-height: 240px;
  overflow-y: auto;
}
.clickable-select .dropdown-menu .options-list .option-item[data-v-73721181] {
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.clickable-select .dropdown-menu .options-list .option-item[data-v-73721181]:hover {
  background-color: #f3f3f3;
}
.clickable-select .dropdown-menu .options-list .option-item.is-selected[data-v-73721181] {
  color: #2d8cf0;
  font-weight: bold;
}
.clickable-select .dropdown-enter-active[data-v-73721181],
.clickable-select .dropdown-leave-active[data-v-73721181] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.clickable-select .dropdown-enter[data-v-73721181],
.clickable-select .dropdown-leave-to[data-v-73721181] {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.clickable-select .dropdown-enter-to[data-v-73721181],
.clickable-select .dropdown-leave[data-v-73721181] {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

