/* Custom styling for the modal */
.modal-header {
    color: white;
    justify-content: center;
    text-align: center;
}

.modal-body {
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
}

.modal-body .icon {
    font-size: 3rem;
    color: #dc3545;
    margin-bottom: 1rem;
}

.modal-footer {
    justify-content: center;
}

.modal-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}