.swal2-toast-custom {
    font-size: 16px !important;
    padding: 15px !important;
    width: auto !important;
    border-left: 5px solid transparent;
    background-color: #fff;
}
.swal2-toast-success {
    border-left-color: #28a745;
}
.swal2-toast-error {
    border-left-color: #dc3545;
}
.swal2-toast-warning {
    border-left-color: #ffc107;
}
.swal2-toast-info {
    border-left-color: #17a2b8;
}
.swal2-toast-error .swal2-icon,
.swal2-toast-info .swal2-icon,
.swal2-toast-success .swal2-icon,
.swal2-toast-warning .swal2-icon {
    font-size: 10px;
    right: 5px !important;
}
.swal2-toast-success .swal2-icon {
    color: #28a745;
}
.swal2-toast-error .swal2-icon {
    color: #dc3545;
}
.swal2-toast-warning .swal2-icon {
    color: #ffc107;
}
.swal2-toast-info .swal2-icon {
    color: #17a2b8;
}
.swal2-toast-success .swal2-title {
    color: #28a745;
}
.swal2-toast-error .swal2-title {
    color: #dc3545;
}
.swal2-toast-warning .swal2-title {
    color: #ffc107;
}
.swal2-toast-info .swal2-title {
    color: #17a2b8;
}
.swal2-toast-success .swal2-content {
    color: #28a745;
}
.swal2-toast-error .swal2-content {
    color: #dc3545;
}
.swal2-toast-warning .swal2-content {
    color: #ffc107;
}
.swal2-toast-info .swal2-content {
    color: #17a2b8;
}

.swal2-custom-close-btn {
    font-size: 18px !important;
    color: #ff4d4d !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    opacity: 0.8;
    transition: 0.3s;
}
