.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.22);border:2px solid transparent;border-radius:9999px;background-clip:padding-box}.modal-body::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.34)}.modal-body{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.24) transparent}html.dark .modal-body{scrollbar-color:hsl(var(--shades-600)/.74) transparent}html.dark .modal-body::-webkit-scrollbar-thumb{background-color:hsl(var(--shades-600)/.62)}html.dark .modal-body::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--shades-700)/.82)}.modal-content{max-height:90vh;display:flex;flex-direction:column}.modal-body{overflow-y:auto;flex:1}