/* Shared local styles for v2 HTML pages */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

body {
  background-color: #fdf8ff;
  color: #1c1b22;
}

.sidebar-scroll::-webkit-scrollbar {
  width: 4px;
}

.sidebar-scroll::-webkit-scrollbar-thumb {
  background: #cbc4d4;
  border-radius: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.4);
  cursor: pointer;
}

.zebra-stripe:nth-child(even) {
  background-color: #f7f2fc;
}
