/**
 * NOTICE OF LICENSE.
 *
 * @author    INVERTUS, UAB www.invertus.eu <support@invertus.eu>
 * @copyright Copyright (c) permanent, INVERTUS, UAB
 * @license   Addons PrestaShop license limitation
 *
 * @see       /LICENSE
 *
 * International Registered Trademark & Property of INVERTUS, UAB
 *
 */
.active-sort {
  color: var(--bg-color-btn);
}
.sort-arrow {
  margin-left: 5px;
}
.page-history .table-wrapper {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}