/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
 * @copyright 2010-2024 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.fancybox-inner .alert {
    margin-bottom:0px!important;
    min-width:300px;
}

.fancybox-inner {
    height:auto!important;
}

.acactiv-checkout-notice {
    margin: 15px 0;
}

.acactiv-registering,
.acactiv-registering:hover,
.acactiv-registering:focus {
    cursor: wait !important;
    opacity: 0.72;
}

.acactiv-popup-overlay {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.55);
}

.acactiv-popup {
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
    color: #222;
    text-align: center;
}

.acactiv-popup-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
}

.acactiv-popup-danger .acactiv-popup-icon {
    background: #dc3545;
}

.acactiv-popup-info .acactiv-popup-icon {
    background: #0d6efd;
}

.acactiv-popup-message {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.5;
}

.acactiv-popup-button {
    min-width: 130px;
    padding: 11px 24px;
    border: 0;
    border-radius: 6px;
    background: #198754;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.acactiv-popup-button:hover,
.acactiv-popup-button:focus {
    background: #146c43;
    outline: 3px solid rgba(25, 135, 84, 0.25);
    outline-offset: 2px;
}
