/**
 * 2008-2024 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2024 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta_stripe_gif {
    display : none;
    position : fixed;
    z-index: 100;
    opacity : 0.4;
    left : 35%;
    bottom : 0;
    right : 0;
    top : 30%;
}

.info-text-alert .alert {
    border: solid 1px rgba(167, 185, 74, 1);
    background: rgba(167, 185, 74, 0.2);
    font-size: .9rem;
    line-height: 1.6rem;
}
.info-text-alert .alert .text-badge {
    color: #ffffff;
    padding: 0.2rem 0.5rem;
    background: #007856;
    background: linear-gradient(90deg, #007856 0%, #539553 80%);
    background: -webkit-linear-gradient(90deg, #007856 0%, #539553 80%);
    background: -moz-linear-gradient(90deg,#007856 0%, #539553 80%);
    border-radius: .3rem;
    white-space: nowrap;
}
