﻿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;
}
.has_animation
{
    --animate-duration: 400ms;
    --animate-delay: .2s;
}