* {
  border-radius: 0 !important;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background: #F3F4F4;
  color: #0D0D0D;
  font-family: Arial, Helvetica, sans-serif;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hide scrollbar on horizontal scroll containers */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
