

#wflscboxLoadedContent .wfls-modal {
border-radius: 12px !important;
overflow: hidden; 
}
#wflscboxLoadedContent .wfls-modal-footer a#wfls-deactivate-prompt-cancel {
border-radius: 8px;
border: none !important;
background-color: #12B0E7 !important;
color: #ffffff !important;
transition: background-color 0.3s ease;
padding: 8px 16px;
display: inline-block;
text-decoration: none;
font-weight: 600;
box-shadow: none !important;
cursor: pointer;
}
#wflscboxLoadedContent .wfls-modal-footer a#wfls-deactivate-prompt-cancel:hover {
background-color: #000000 !important;
color: #ffffff !important;
}
#wflscboxLoadedContent .wfls-modal-footer a#wfls-deactivate-prompt-confirm {
border-radius: 8px;
border: none !important;
background-color: #DE2E44 !important;
color: #ffffff !important;
transition: background-color 0.3s ease;
padding: 8px 16px;
display: inline-block;
text-decoration: none;
font-weight: 600;
box-shadow: none !important;
cursor: pointer;
}
#wflscboxLoadedContent .wfls-modal-footer a#wfls-deactivate-prompt-confirm:hover {
background-color: #000000 !important;
color: #ffffff !important;
}
.wfls-block-footer-action {
display: flex !important;
justify-content: center !important;
width: 100% !important;
}
.wfls-block-footer-action a#wfls-activate {
border-radius: 8px;
border: none !important;
background-color: #12B0E7 !important;
color: #ffffff !important;
transition: background-color 0.3s ease;
padding: 8px 16px;
display: flex !important;
justify-content: center;
align-items: center;
font-weight: 600;
box-shadow: none !important;
cursor: pointer;
text-decoration: none;
margin: 0 auto;
max-width: max-content;
}
.wfls-block-footer-action a#wfls-activate:hover {
background-color: #000000 !important;
color: #ffffff !important;
}