/*
* 2013-2024 In Spiriit
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    In Spiriit <tech@inspiriit.io>
*  @copyright 2013-2024 In Spiriit
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.customization_missing::before{position:absolute;top:35px;right:0;background-color:#ff4c4c;border-color:#ff1919;border-radius:5px;content:attr(aria-label);padding:10px}.customization_missing::after{position:absolute;bottom:-11px;left:9px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ff4c4c;content:" ";line-height:0;margin-left:-5px;width:0}.customization_missing::after,.customization_missing::before{color:#efefef;font-size:12px;pointer-events:none;text-align:center}.customization_missing{position:relative;border-radius:5px}.custom_pack_selection{position:relative}.loader_change_selection{display:none;z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#faf6f6d6}.spinner{display:none;width:2.5rem;height:2.5rem;font-size:0;color:#fff;border-style:solid;border-width:.1875rem;border-color:#bbcdd2 #25b9d7 #25b9d7 #bbcdd2;border-radius:2.5rem;outline:0;animation:2s linear infinite rotating}.loader_change_selection.active{display:flex;justify-content:center;align-items:center}.loader_change_selection.active .spinner{display:block}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.checkout a.disabled {cursor: not-allowed;pointer-events: none;}
