/*--------------------------------------------------------------
	SWEET ALERT
--------------------------------------------------------------*/
.swal-button {
    border-radius: 0px;
}

.swal-button--delete {
    background-color: #d33;
    color: #fff;
    border: 1px solid #d33;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.swal-button--delete:not([disabled]):hover,
.swal-button--delete:focus,
.swal-button--delete:active,
.swal-button--delete:hover 
{
    background-color: #b52b27;
    border: 1px solid #b52b27;
}