:root {
    --azul: #1d2656;
    --bege: #cbbf90;
    --cinza: #686868;
}

.fef-loading-click {
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
}

.fef-loading-click::before {
    content: "";
    position: absolute;
    background: rgba(255,255,255, .3) url(../img/loader.svg) center center no-repeat;
    background-size: 64px;
    backdrop-filter: blur(5px);
    inset: 0 0 0 0;
    cursor: wait !important;
    pointer-events: none;
}

.fef-loading-click img {
    user-select: none;
    cursor: not-allowed;
}