*.scrollbar-custom{ scrollbar-width: thin; scrollbar-color: rgba(128, 128, 128, 0.2) transparent; }
*.scrollbar-custom::-webkit-scrollbar{ width: 6px; height: 6px; }
*.scrollbar-custom::-webkit-scrollbar-thumb{ background-color: rgba(128, 128, 128, 0.2); border-radius: 9999px; }
*.scrollbar-custom::-webkit-scrollbar-track{ background: transparent; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{ transition: background-color 5000s ease-in-out 0s; }
