.swal2-popup, .swal2-confirm, .swal2-deny, .swal2-cancel {
    border-radius: var(--bosch-border-radius) !important;
}

.swal2-confirm {
    background-color: var(--green-bosch-color);
}
.swal2-confirm:hover {
    background-color: var(--green-bosch-hover-color);
}

.swal2-cancel {
    background-color: #b2b9c0 !important;
}
.swal2-cancel:hover {
    background-color: #c1c7cc !important;
}