/**
 * 2008-2025 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-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta-rb-pop-outer {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.pop-inner {
    background-color: #fff;
    width: 500px;
    margin: 6% auto;
    border-radius: 8px;
}
.presta-popup-header {
    padding: 7px 15px;
    text-align: end;
}
.presta-popup-body {
    padding: 0px 15px 15px;
}
.presta-popup-close:focus {
    outline: unset !important;
}
.presta-popup-close {
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.presta-popup-close:hover {
    color: #06D85F;
}
.presta-voucher-code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.presta-voucher-code {
    border: 1px dashed #4a4949;
    margin-right: 5px;
    background-color: #ffff9b;
    padding: 8px 20px;
}
.presta-tool-tipl {
    display: none;
    padding: 5px 8px;
    height: fit-content;
    color: #fff;
    font-size: small;
    margin-left: 6px;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    top: -32px;
    background-color: #555;
    color: #fff;
}
