/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2021 | 05:18:42 */
.btn-install {
    color: #fff !important;
    padding: 7px 10px 7px 10px;
    margin-bottom: 5px;
    margin: 5px auto;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: #04B404;
    border: 1px solid #04B404;
    border-radius: 5px;
    display: block;
    text-decoration: none !important;
}

.btn-install::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10b";
    margin-left: 5px;
    margin-right: 5px;
}
