:root {
  --bs-primary: #1b1b7f;
  --bs-primary-rgb: 27, 27, 127;
  --bs-primary-active: #121445;
  --bs-header-link-bg-color: linear-gradient(180deg, #1b1b7f 0%, #121445 100%);
}

.visitor-card {
  background: var(--bs-header-link-bg-color) !important;
}

.scroll-container {
  overflow-x: auto;
  padding-bottom: 10px;
}

  .scroll-container::-webkit-scrollbar {
    height: 8px;
  }

  .scroll-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }

.row.flex-nowrap > .col-2 {
  flex: 0 0 auto;
  margin-right: 1rem;
}