/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

    .verification-mismatch-error span {
        background-color: #f8d7da !important; /* قرمز روشن */
        color: #721c24 !important; /* قرمز تیره */
        padding: 0.375rem 0.75rem !important;
        border-radius: 0.25rem !important;
        font-weight: bold !important;
        display: inline-block !important; /* برای اطمینان از اینکه padding و margin درست عمل کنند */
    }
    .verification-mismatch-warning span {
        background-color: #fff3cd !important; /* زرد/نارنجی */
        color: #856404 !important;
        padding: 0.375rem 0.75rem !important;
        border-radius: 0.25rem !important;
        font-weight: bold !important;
        display: inline-block !important;
    }
    /* استایل پیش‌فرض یا عادی */
    .verification-normal span {
        padding: 0.375rem 0.75rem !important;
        border-radius: 0.25rem !important;
        display: inline-block !important;
    }
