/*
  ----------------------------------------------------
  コンポーネントカスタムスタイル定義
  ----------------------------------------------------
*/
@charset "utf-8";
.multiselect__option--selected {
  font-weight: normal !important;
  background-color: white;
}
.multiselect--active {
  z-index: 200 !important;
}
.multiselect__content-wrapper {
  z-index: 20 !important;
}

.dateinput {
  width: 150px !important;
}