
.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
    padding-left: 20px;
    padding-right: 20px;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
