/*
Theme Name: Avada Child
Description: The Avada Website Builder child theme
Author: ThemeFusion
Theme URI: https://avada.theme-fusion.com/
Author URI: https://themeforest.net/user/ThemeFusion
Version: 7.7.1
Requires PHP: 5.6
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
template: Avada
*/

.attachment button {
    float: right;
}
.modal .forminator-row-last {
    display: none !important;
}
.modal-footer {
    margin-top: 0 !important;
}
.modal form {
    margin-bottom: 0 !important;
}
.modal-body {
    padding-bottom: 0;
}
.modal form .forminator-row {
    margin-bottom: 8px !important;
}

.loader {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 2px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

