%zindex-dropdown {
  z-index: $zindex-dropdown !important;
}

.translate-y-50 {
  transform: translateY(50%);
}

.x-fixed-bottom-right {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
