/*
Theme Name:   BuddyBoss Theme Child Theme
Description:  This is a child theme of BuddyBoss Theme
Author:       BuddyBoss
Author URL:   https://www.buddyboss.com
Template:     buddyboss-theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  buddyboss-theme-child
*/

/* Write here your own personal stylesheet */


/*
====================================
REQUEST ORDER ALERT
====================================
*/

.integravi-order-alert{
    padding:24px;
    border-radius:16px;
}

.integravi-order-alert h4{
    margin:0 0 10px;
}

.integravi-order-alert p{
    margin:0 0 8px;
}

.integravi-order-alert.limit{
    background:#fff7ed;
    border:1px solid #fdba74;
}

.integravi-order-alert.limit h4{
    color:#ea580c;
}

.integravi-order-alert.expired{
    background:#fef2f2;
    border:1px solid #fca5a5;
}

.integravi-order-alert.expired h4{
    color:#dc2626;
}