.scrollbarCustom{overflow-y:auto}.scrollbarCustom::-webkit-scrollbar{width:.2rem}.scrollbarCustom::-webkit-scrollbar-thumb{background-color:var(--color-soft-gray);border-radius:1rem;cursor:pointer}.scrollbarCustom::-webkit-scrollbar-track{background-color:rgba(255,255,255,.2);border-radius:1rem}@media (min-width:1024px){.scrollbarCustom::-webkit-scrollbar{width:.3rem}}.scrollbarCustomTextArea{overflow-y:auto}.scrollbarCustomTextArea::-webkit-scrollbar{width:.2rem}.scrollbarCustomTextArea::-webkit-scrollbar-thumb{background-color:var(--color-soft-white);border-radius:1rem;cursor:pointer}.scrollbarCustomTextArea::-webkit-scrollbar-track{background-color:var(--color-opaque-gray);border-radius:1rem}@media (min-width:1024px){.scrollbarCustomTextArea::-webkit-scrollbar{width:.4rem}}