/* Button on public page */

.whats-button {

    position: fixed;

    z-index: 99999;

}


.whats-button:link, .whats-button:visited {

    background-color: #25d366;
 
    color: white;
 
    text-align: center;
 
    text-decoration: none;
 
    display: inline-grid;
 
    border-radius: 50%;
 
    padding: 10px;
 
    width: 50px;

    bottom: 20px;

    right: 20px;
    
    height: 50px;
 
    align-content: center;
 
    justify-content: center;
 
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
 
    transition: all 0.3s;
 
 }







.whats-button:hover, .whats-button:active{

    background-color: #167c3c;

    cursor: pointer;

}



.whatsapp-icon {

    max-width: 125px;

    border: 0;

}