/**
 * 2007-2024 PrestaShop and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (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:
 * https://opensource.org/licenses/AFL-3.0
 * 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.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2024 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */

#notification-container {
  position: fixed;
}

#notification-list {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 9999;
  display: none;
}

.notification-item {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

.notification-title {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.notification-description {
  color: #666;
}


#my-notification-container {
  display: flex;
  align-items: center;
}

#notification-button {
  margin-right: 10px; 
}

.blocknotification {
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0.9375rem; 
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}

.blocknotification .header{
  margin-top: 0.125rem;
}