﻿.swal-icon--info {
    border-color: #007bff;
}

.swal-button--confirm {
    background-color: #28a745 !important;
    color: white;
    border-radius: 6px;
    padding: 6px 20px;
    font-size: 16px;
    box-shadow: none;
}

.swal-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.swal-content p {
    font-size: 16px;
}

.swal-close-button {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 28px;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #aaa;
    cursor: pointer;
    z-index: 9999;
}
