/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
/* Alpine.js x-show transition */
[x-cloak] {
    display: none;
}

.dropdown-menu {
    z-index: 1020 !important;
}

.text-truncate-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.noUi-pips-horizontal {
    height: 40px;
}
.noUi-value {
    font-size: 0.83rem;
    line-height: 1.4rem;
}

.overlay-loading {
  position: fixed;
  z-index: 1056;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.choices {
    margin: 0;
    width: 100%;
}