#cf7-submissions-modal {
position: fixed;
background: #c8c8c859;
top: 0;
border: 0;
left: 0;
right: 0;
height: 100%;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
#cf7-submissions-modal-loader {
position: absolute;
}.xdwhatsapp-button {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 200;
width: 50px;
height: 50px;
background-color: #25d366;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
color: white;
text-decoration: none;
font-weight: bold;
}
a:hover{
text-decoration: none !important;
}
.xdwhatsapp-button-text {
display: none;
}
@media (min-width: 600px) {
.xdwhatsapp-button-text {
display: inline;
}
}