input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

/* custom scroll bar */
.custom-scrollbar {
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(106, 153, 153, 0.6) transparent;
}