.scrollbarCustomTextArea{overflow-y:auto}.scrollbarCustomTextArea::-webkit-scrollbar{width:.2rem}.scrollbarCustomTextArea::-webkit-scrollbar-thumb{background-color:var(--color-neutral-500);border-radius:1rem;cursor:pointer}.scrollbarCustomTextArea::-webkit-scrollbar-track{background-color:#F5F5F5;border-radius:1rem}@media (min-width:1024px){.scrollbarCustomTextArea::-webkit-scrollbar{width:.3rem}}