/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * @author    PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2023 PresTeamShop SAS, All rights reserved.
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category  PrestaShop
 * @category  Module
 */
#rgdp_modal.fade.in, #rgdp_modal.fade.show {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: .5;
}

.myabandonedcarts-alerts .alert {
    display: none;
}

.pagination > li.disabled > a {
    pointer-events: none;
}

#myabandonedcarts-link i.fa-pts {
    padding-bottom: 10px !important;
}

#myabandonedcarts-container .pagination {
    justify-content: center !important;
    -webkit-box-pack: center !important;
    display: flex;
    display: -webkit-box;
}

#myabandonedcarts-container #table-see_detail {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
}