.buttons-primary {
    background: var(--primary-color) !important;
    color: white !important;
    border: 1px solid white !important;
}

.buttons-primary:hover {
    background: #d8f9e6 !important;
    color: var(--primary-color) !important;    
    border: 1px solid var(--primary-color) !important;
}

.buttons-green {
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border: none;
    height: 40px;
    color: white;
}