/*
Theme Name: Codeweber
Theme URI: https://codeweber.ru
Author: Gladkov Denis
Author URI: https://codeweber.ru
Description: A modular WordPress starter theme powered by Bootstrap 5 and Gulp
Version: 1.0.5
License: GPL-3.0
License URI: https://github.com/stefanobartoletti/bricks/blob/master/LICENSE.txt
Text Domain: codeweber
*/

.modal-loader:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
    background: 0 0;
    border: 4px solid var(--bs-primary);
    box-shadow: none;
    border-radius: 50%;
    animation: loader-scale 1s ease-out infinite;
}