/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */


#scroll-to {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    padding: 0px 4px;
}
.datepicker-dropdown {
    color: var(--falcon-body-color);
    font-size: 1rem;
}
.top-1 {
    top: 1rem !important;
}
.required {
    color: var(--falcon-danger) !important;
}
.datestyle {
    color: red;
    font-size: 11px;
    font-style: italic;
    font-weight: 100;
}

.mpsLoader {
    position: fixed;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.mpsLoader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.mpsLoader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.no-action{
    pointer-events: none;
}

.text-decoration-underline-dotted{
    text-decoration:underline dotted!important;
}