@tailwind base;
@tailwind components;
@tailwind utilities;


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.custom-scrollbar::-webkit-scrollbar-track {
  border: 5px solid white;
  width: 50px;
}

.custom-scrollbar::-webkit-scrollbar-track-piece {
  background: #e2e8f0;
}
.custom-scrollbar::-webkit-scrollbar {
  height: .7rem;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #94a3b8;
  border-radius: 50px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #748398;
}
