.modal-overlay-enter-active,
.modal-overlay-leave-active {
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-overlay-enter-from,
.modal-overlay-leave-to {
  opacity: 0;
}
.modal-enter-active,
.modal-leave-active {
  transition-duration: 0.3s;
}
.modal-enter-from,
.modal-leave-to {
  --tw-translate-y: 0px;
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  opacity: 0;
}
.modal-enter-from,
.modal-enter-to,
.modal-leave-from,
.modal-leave-to {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.modal-enter-to,
.modal-leave-from {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
}
.app-menu-item {
  align-items: center;
  border-bottom-width: 6px;
  border-color: transparent;
  display: flex;
  font-size: 13px;
  height: 52px;
  padding-bottom: 0.375rem;
  padding-top: 0.75rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  transition-duration: 0.15s;
  transition-property: border-color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.app-menu-item:focus {
  --tw-border-opacity: 1;
  background-color: transparent !important;
  border-color: rgb(53 92 140 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1280px) {
  .app-menu-item {
    font-size: 0.8rem;
    line-height: 1.25rem;
  }
}
.app-menu-item[aria-expanded="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(53 92 140 / var(--tw-border-opacity));
}
.app-menu-mobile-item {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.75rem 0.5rem;
  position: relative;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  transition-duration: 0.15s;
  transition-property: border-width, padding, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.app-menu-mobile-item:focus {
  background-color: transparent !important;
  z-index: 10;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}
.app-disable-scrolling {
  overflow: hidden !important;
}
.app-smooth-scrolling {
  scroll-behavior: smooth;
}
