/* ==========================================
   NOTICE
========================================== */

.conideas-notice {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* ==========================================
   SUCCESS
========================================== */

.conideas-notice-success {
    background: #e8f7e8;
    color: #176117;
}

/* ==========================================
   ERROR
========================================== */

.conideas-notice-error {
    background: #ffe8e8;
    color: #8b1e1e;
}