/**
 * Mavenbird Technologies Private Limited
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 *  http://mavenbird.com/Mavenbird-Module-License.txt 
 *
 * =================================================================
 *
 * @category   Mavenbird
 * @package    Mavenbird_CmsPageByCustomerGroup
 * @author     Mavenbird Team
 * @copyright  Copyright (c) 2018-2024 Mavenbird Technologies Private Limited (  http://mavenbird.com  )
 * @license     http://mavenbird.com/Mavenbird-Module-License.txt 
 */
.mavenbird-update-notification:before {
    content: '\e614';
    -webkit-font-smoothing: antialiased;
    font-family: Admin Icons;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    speak: none;
    color: #007bdb;
    font-size: 1.9rem;
    top: 1.3rem;
    position: absolute;
    left: 1rem;
}

.mavenbird-update-notification {
    padding:22px 12px 20px 34px;
    position: relative;
    margin:0 0 10px 0;
    background-color:#e9fbdb;
}

.mavenbird-heading {
    padding:12px;
    margin:0 0 10px 0;
    background-color:#f8f8f8;
    border: 1px solid #dddddd;
}

.mavenbird-heading .row-1 {
    display: block;
}

.mavenbird-heading .row-1 a.action-secondary {
    float: right;
}

.mavenbird-heading .row-2 {
    display: block;
    margin-top: 5px;
}

.mavenbird-heading .row-2 span {
    color: #ef6262;
    font-weight: bold;
}