/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 03:15:42 */
#butontopup{
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s;
	filter: drop-shadow(1px 4px 1px #9c9c9c);
}

#butontopup.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}