/**
 * 2008-2023 Prestaworld
 *
 * All right is reserved,
 *
 * @author    Prestaworld <prestaworld12@gmail.com>
 * @copyright 2008-2023 Prestaworld
 * @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
 */

.presta_main_sumup #sumup-card, .presta_sumup, #sumup-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 30%);
    display: none;
}
.presta_sumup_modal .modal-body, .presta_sumup_modal .modal-content {
    padding: 0 !important;
}
.presta_sumup_loader_popup {
    position: absolute;
    top: 25%;
    left: 25%;
}

.presta_sumup_loader_complete {
    position: absolute;
    top: 50%;
    left: 40%;
}
