/* Common styles extracted from identity pages */
/* Hide scrollbars for webkit browsers */
::-webkit-scrollbar { display: none; }

/* Base font for the identity pages */
body { font-family: 'Inter', sans-serif; }

.highlighted-section {
  outline: 2px solid #3F20FB;
  background-color: rgba(63, 32, 251, 0.1);
}

.edit-button {
  position: absolute;
  z-index: 1000;
}

/* Platform-neutral scrollbar hiding */
html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* CourtHopper Common Styles */

::-webkit-scrollbar { display: none; }
body { font-family: 'Inter', sans-serif; }

.highlighted-section {
  outline: 2px solid #3F20FB;
  background-color: rgba(63, 32, 251, 0.1);
}

.edit-button {
  position: absolute;
  z-index: 1000;
}

html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
