﻿.modal-content {
    border: 1px solid #ccc;
    border-radius: 8px;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-body {
    text-align: center;
}

.warning-icon {
    font-size: 3rem;
    color: red;
}

.modal-footer {
    justify-content: center;
}

.btn-custom {
    background-color: #dc3545;
    color: white;
}
