#sstp-btn {
position:fixed;
bottom:30px;
right:30px;
display:none;
border:none;
border-radius:50%;
cursor:pointer;
z-index:99999;
transition:all .3s;
background:#000;
color:#fff;
padding:12px;
}
