/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--primary) var(--bg-primary);
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: var(--bg-primary);
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
    border: 3px solid var(--bg-primary);
  }
#item-16149477173270 .ba-counter span.counter-number {
    width: 210px!important;
}
#item-16149477214130 .ba-counter span.counter-number {
    width: 210px!important;
    text-align:right !important;
}
#ba-forms-notification {
    bottom: 50% !important;
    right: calc(50% - 125px) !important;
}