.swal-table {
	width: 100%;
	border-collapse: collapse;
}

.swal-table th, .swal-table td {
	border: 1px solid #ddd;
	padding: 8px;
}

.swal-table thead tr {
	background-color: #f0f0f0;
}

.swal-table tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.swal-table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

.swal2-confirm {
    background-color: var(--swal-confirm) !important;
}

.swal2-deny {
    background-color: var(--swal-deny) !important;
}

.swal2-cancel {
    background-color: var(--swal-cancel) !important;
}

.reduced-swal-gap .swal2-actions {
    margin-top: 0px;
}

.reduced-swal-gap .swal2-html-container {
    margin-bottom: 0px;
}