.swiper-notification {
  display: none !important;
}

.choices {
  z-index: 1;
}
.choices.is-open{
  z-index: 50;
}

.choices-jk {
  position: relative;
  opacity: 1;
  border: 1px solid rgb(133 144 154);
  height: 3.5rem;
  margin-top: .75rem;
}

.choices-jk .choices__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px !important;
}
.choices-jk .choices__item {
  align-items: center;
  display: flex;
  height: 100%;
}
.choices-jk .choices__list--dropdown,
.choices-jk .choices__list[role="listbox"] {
  min-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  top: 120%;
}
.choices-jk[data-type*=select-one]:after {
  right: 20px !important;
  left: initial !important;
}
.choices-jk .choices__list--dropdown,
.choices-jk .choices__list[role="listbox"] {
  max-height: 13.5rem;
  overflow-y: auto;
  scrollbar-width: auto ;
  scrollbar-color: #85909a #f3f4f6 ;
}

.choices-jk .choices__list--dropdown::-webkit-scrollbar,
.choices-jk .choices__list[role="listbox"]::-webkit-scrollbar {
  width: 8px
}
.choices-jk .choices__list--dropdown::-webkit-scrollbar-thumb,
.choices-jk .choices__list[role="listbox"]::-webkit-scrollbar-thumb {
  background: #85909a;
  border-radius: 4px;
}
.choices-jk .choices__list--dropdown::-webkit-scrollbar-track,
.choices-jk .choices__list[role="listbox"]::-webkit-scrollbar-track {
  background: #f3f4f6
}
