
/* HTML: <div class="loader"></div> */
.smart-loader {
    z-index: 9999;
}
.smart-loader > .loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  /* Using 'to' is efficient; note that this transform won't 
     conflict with centering because the parent is a Flexbox container */
  to { transform: rotate(1turn); }
}

#search-dropdown > div[data-simplebar] {
  max-height: 320px;
}
#messages-tab > div[data-simplebar] {
  max-height: 300px;
}
#page-header-cart-dropdown > div[data-simplebar] {
  max-height: 300px;
}
#notificationItemsTabContent > div[data-simplebar] {
  max-height: 300px;
}
#removeNotificationModal lord-icon {
  width:100px;
  height:100px;
}