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

.iconpicker-popover {
    opacity: 1 !important;
}

.noMostrar {
    display: none;
}

.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 75%;
    color: #e63757;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400 !important;
}

.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-image: url();
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#preview-z .miniatura.seleccionado{
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0px 0px 20px rgba(149, 153, 159, .16);
}

#preview-z .miniatura.fantasma{
    border: 2px dotted #000 !important;
}

#preview-z .miniatura.drag{
    opacity: 0.5 !important;
}

#preview-z .miniatura *{
    cursor: move;
}

#muestra .form-label{
    width: 65px;
    margin-bottom: 0 !important;
}