:root {
  --matrix-background: #f5f5f5;
  --primary-color: #006edb;
  --secondary-color: #e6f0ff;
  --tile-color: #ffffff;
  --heading-color: #000000;
  --subheading-color: #636262;
  --border-color: #e4e4e4;
}

@media (max-width: 768px) {
  .whatsapp-plugin-icon {
    margin-bottom: 36px !important ;
    right: 10px !important;
  }
}

.scroller-nine::-webkit-scrollbar {
  width: 6px;
}

.scroller-nine::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); /* Blue scrollbar thumb */
  border-radius: 10px;
}

.scroller-nine::-webkit-scrollbar-track {
  background: rgb(131, 193, 244); /* Transparent scrollbar track */
}

/* For all browsers */
::selection {
  background-color: var(--primary-color);
  color: white;
}

/* For Firefox */
::-moz-selection {
  background-color: var(--primary-color); /* same background */
  color: white;
}
