.custom-button {
    background-color: #00a69e !important;
    border: none !important;
    color: white !important;
    padding: 5px 15px !important;  /* Adjust as needed */
    border-radius: 10px !important;  /* Adjust as needed */
    font-size: 1.2em !important; /* Adjust as needed */
}

.info-icon-button:hover {
    cursor: pointer;
}