/**
 * Frontend styles for Nginx Cache Purge Preload
 * Description: Styles frontend purge/preload notices and related visual feedback.
 * Version: 2.1.7
 * Author: Hasan CALISIR
 * Author Email: hasan.calisir@psauxit.com
 * Author URI: https://www.psauxit.com
 * License: GPL-2.0+
 */

.nppp_notice {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
    padding-top: 20px;
}

.nppp_front_success {
    background-color: mediumseagreen;
    border-color: #c3e6cb;
    color: white;
}

.nppp_front_error {
    background-color: crimson;
    border-color: #f5c6cb;
    color: white;
}

.nppp_front_info {
    background-color: orchid;
    border-color: #bee5eb;
    color: white;
}

#wp-admin-bar-fastcgi-cache-operations {
    background-color: midnightblue !important;
}
