.fqs-tip-container{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.header{padding:0;justify-content:space-between;margin-bottom:2px}.header,.indicators{display:flex;height:50px;align-items:center}.indicators{justify-content:center;margin-bottom:1px;font-size:.75rem;padding-top:2px;padding-bottom:4px}.table-container{padding:0 1px}.table-container>table{width:100%;text-align:left;table-layout:fixed;margin-bottom:0}.scroll-content{height:calc(100% - 24px);overflow:hidden}.scroll-content table{width:100%;text-align:left;table-layout:fixed}@keyframes listScroll{0%{transform:translateY(0)}to{transform:translateY(calc(-1 * var(--scroll-height)))}}.animate-scroll{animation:listScroll var(--animation-duration) linear infinite}td,th{padding:1px 2px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}th{color:#9e9e9e}td,th{font-weight:400;font-size:.75rem}td{color:#333}.w-\[20\%\]{width:20%}.w-\[30\%\]{width:30%}.w-\[10\%\]{width:10%}.table-container{display:flex;flex-direction:column;overflow:hidden;font-size:.875rem;flex:1;background-color:#f9fbff}.table-header{height:24px;flex-shrink:0}.table-content-container{flex:1;overflow:hidden}.scroll-content{height:200%}