#pjaxClickInhibitor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    background: rgba(250, 250, 250, 0.4);
    cursor: progress; 
}

.feedback360controlcockpit-container .button-column {
    white-space: nowrap;
}

.feedback360controlcockpit-container .button-column button {
    min-height: 22px;
}

.feedback360controlcockpit-container .mb-3 {
    margin-bottom: 1em;
}

footer #help-button-dropup:before {
    display: inline-block;
    width: 50px;
    height: 35px;
    margin-right: 5px;
    content: "";
    background: var(--encuesta-logo-url) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    /*border-right: 1px solid gray;*/
}

footer #donate-button {
    margin-right: 50px;
}