.fixed-whatsapp {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 2;
}

.fixed-whatsapp a {
    margin-right: 10px;
    position: relative;
}

.fixed-whatsapp {
    display: none;
}

.fix-whatsapp-icon svg {
    width: 22px;
    fill: #fff;
}

.fixed-whatsapp .fix-whatsapp-icon {
    background-color: #2bae1c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 15px 0px 0px 15px;
    margin-right: 0;
    box-shadow: -1px -1px 3px 0 rgb(0 0 0 / 50%);
}

    .fixed-whatsapp {
        display: block;
    }
	
	    .whatsapp-icon {
        margin-top: 15px;
    }