.scrollable-root{display:flex;flex-direction:column;flex-grow:1;width:100%;height:100%;overflow:hidden}.scrollable-viewport{flex-grow:1;width:100%;border-radius:8px}.scrollbar-vertical,.scrollbar-horizontal{display:flex;-webkit-user-select:none;user-select:none;touch-action:none;padding:0;width:6px;background:#f5f6fa;transition:background 1s ease-out;z-index:1000}.scrollbar-vertical{width:6px}.scrollbar-vertical.scrollbar-vertical-sm{width:2px}.scrollbar-horizontal{flex-direction:column;height:10px}.scrollbar-horizontal.scrollbar-horizontal-sm{height:5px}.scrollbar-thumb{flex:1;background:#566481;border-radius:8px;position:relative;z-index:1200}.scrollbar-thumb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.scrollable-corner{background-color:#566481}
