﻿/*-------- FeedbackAwait ----------*/

/* hide the OutSystems default AJAX await block */
.Feedback_AjaxWait {
    display: none !important; /* Note: the !important rule is needed in here because the display property is set in the style attribute of the AJAX await HTML element provided by OutSystems */
}