/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

.btn-back-to-hp {
    background-color: #52c0a9;
    border-color: #52c0a9;
    color: #FFF;
}

.dz-remove.text-danger {
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent !important;
    line-height: 34px !important;
    font-family: var(--falcon-font-sans-serif);
}

.select2-container .select2-selection {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.btn-back-to-hp:hover {
    background-color: #4AAB96E5;
    border-color: #4AAB96E5;
    color: #FFF !important;
}

@media screen and (max-width: 480px) {
    .footer__logos {
        height: 28px !important;
    }
}

.choices:has(select.js-choice--down-only).is-flipped .choices__list--dropdown {
  top: 100% !important;
  bottom: auto !important;
}

.choices .choices__list--dropdown .choices__item--selectable {
    word-break: break-word;
}