/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 02:23:00 */
    .success {
        color: #28a745; /* Bootstrap green */
        font-weight: bold;
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        padding: 8px;
        border-radius: 4px;
        margin-top: 10px;
    }
    .error {
        color: #dc3545; /* Bootstrap red */
        font-weight: bold;
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        padding: 8px;
        border-radius: 4px;
        margin-top: 10px;
    }
    .info {
        color: #007bff; /* Bootstrap blue */
        font-weight: bold;
        background-color: #e0f7fa;
        border: 1px solid #bee5eb;
        padding: 8px;
        border-radius: 4px;
        margin-top: 10px;
    }