.r-dropdown__content[data-v-2b49607f] {
  padding: 12px 0;
  padding-top: unset;
  display: flex;
  flex-direction: column;
  max-width: 490px;
  min-width: 184px;
}
.r-dropdown__content__items[data-v-2b49607f] {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 256px;
}
.r-dropdown__content--no-action-bar .r-dropdown__content__items[data-v-2b49607f] {
  max-height: calc(100vh - 20px);
}
.r-dropdown[data-v-2b49607f] .expanded .trigger {
  width: 100%;
  height: 100%;
}.r-dropdown__popover .tooltip-inner.popover-inner,
.r-dropdown__popover .v-popper__inner {
  padding: 0;
  padding-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  max-height: 321px;
}
.r-dropdown__popover .dropdown-body {
  top: 0 !important;
  margin-top: 12px;
}.r-dropdown-item[data-v-26401f78] {
  cursor: pointer;
  display: block;
  padding: 0.6rem 1rem;
  width: 100%;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 1rem;
  font-family: "Manrope";
}
.r-dropdown-item[data-v-26401f78]:hover {
  background-color: rgba(96, 96, 101, 0.1019607843);
}
.r-dropdown-item.disabled[data-v-26401f78] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.r-dropdown-item.disabled[data-v-26401f78]:hover {
  background: inherit;
  color: inherit;
}
.r-dropdown-item.active[data-v-26401f78] {
  background-color: #474cde;
  color: #ffffff;
}