body .gform_wrapper form .gform_body .gform_page_footer .gform_next_button.keep_hidden{
position: absolute;
left: -999999px;
}
body .gform_wrapper form .gform_body .gform_page_footer .gform_previous_button.keep_hidden{
position: absolute;
left: -999999px;
}
body .gform_wrapper form .gform_body .gform_page_footer .gform_button.keep_hidden{
position: absolute;
left: -999999px;
} body .gform_wrapper form .gform_footer .gform_button.keep_hidden{
position: absolute;
left: -999999px;
}
.notice-container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
justify-content: left;
align-items: center;
}
.notice-image img {
max-width: 90px;
}
.notice-content {
margin-left: 15px;
}
.notice-content .notice-heading {
padding-bottom: 5px;
}
.aafg-review-notice-container a {
padding-left: 5px;
text-decoration: none;
}
.aafg-review-notice-container {
display: flex;
align-items: center;
padding-top: 10px;
}
.aafg-review-notice-container .dashicons {
font-size: 1.4em;
padding-left: 10px;
}
.gform_wrapper .gform_page_footer{
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.gform_wrapper:not(.mpaa-gform-loaded) .gform_page_footer{
opacity: 0;
}
.has_animation {
--animate-duration: 400ms;
--animate-delay: 0.2s;
}
#tab_gfaa fieldset.gform-settings-panel > legend {
cursor: pointer;
}
#tab_gfaa fieldset.gform-settings-panel > legend:after {
color: #9092b2 !important;
content: "\f347" !important;
font-family: dashicons;
font-size: 18px;
font-style: normal;
position: absolute;
right: 20px;
}