/*!
    +------------------------------------------------------------------------+
    | @author Oscar Garcés (SoyVillareal)
    | @author_url 1: https://soyvillareal.com
    | @author_url 2: https://github.com/soyvillareal
    | @author_email: hi@soyvillareal.com   
    +------------------------------------------------------------------------+
    | PHP Magazine - The best digital magazine for newspapers or bloggers
    | Licensed under the MIT License. Copyright (c) 2022 PHP Magazine.
    +------------------------------------------------------------------------+
*/
 @keyframes Alert{0%{transform:scale(1)}1%{transform:scale(.5)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}.content-alert{width:270px;top:40%;left:calc(50% - 135px)}.item-alert{-webkit-animation:Alert .3s;animation:Alert .3s;will-change:transform}@media(max-width:300px){.content-alert{width:220px;left:calc(50% - 110px)}}