.colored-toast.swal2-icon-success {
    background-color: #07d765 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast.swal2-actions.swal2-styled.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-content {
    color: white;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 98%;
}