.native-scrollbar{scrollbar-width:thin!important;scrollbar-face-color:rgba(128,128,128,.5);scrollbar-track-color:#fff;scrollbar-color:rgba(128,128,128,.5) #fff}.native-scrollbar::-webkit-scrollbar{-webkit-appearance:none}.native-scrollbar::-webkit-scrollbar:vertical{width:11px}.native-scrollbar::-webkit-scrollbar:horizontal{height:11px}.native-scrollbar::-webkit-scrollbar-thumb{border:4px solid #fff;border-radius:0;background-color:#80808080}.native-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#808080bf}.native-scrollbar::-webkit-scrollbar-track{background:#fff}.tooltip{display:flex;position:absolute;align-items:center;justify-content:center;min-height:1.25rem;margin:auto;font-family:Lato,sans-serif!important;font-size:.75rem!important;line-height:1rem!important;white-space:nowrap;-webkit-user-select:none;user-select:none}.tooltip:not(.tooltip--clickable){pointer-events:none}.tooltip>div,.tooltip>span{padding:.3125rem .5rem;border-radius:.1875rem;background:#333;box-shadow:0 0 1rem #0003;color:#eee}.tooltip>div.tooltip__options{display:flex;z-index:10;flex-direction:column;padding:0;box-shadow:0 0 2rem #0000004d}.tooltip--wrappable{white-space:normal}.tooltip--clickable>div,.tooltip--clickable>span{position:relative;z-index:0;padding:.3125rem .5rem}.tooltip--clickable>div:after,.tooltip--clickable>span:after{content:"";position:absolute;z-index:-1;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tooltip--paddingless .tooltip__message{padding:0}.tooltip.tooltip--dark a,.tooltip.tooltip--gray a,.tooltip.tooltip--white a{color:#e7a90f}.tooltip:before{content:"";display:block;position:absolute;width:0;height:0;margin:auto;border:4px solid transparent}.tooltip.tooltip{z-index:1}.tooltip.tooltip:before{z-index:2}.tooltip.tooltip--left{top:0;right:calc(100% + 6px);bottom:0}.tooltip.tooltip--left:before{top:0;right:-8px;bottom:0;border-left-color:#333}.tooltip.tooltip--left.tooltip--dark:before{border-left-color:#333}.tooltip.tooltip--left.tooltip--gray:before{border-left-color:#888}.tooltip.tooltip--left.tooltip--white:before{border-left-color:#f8f8f8}.tooltip.tooltip--right{top:0;bottom:0;left:calc(100% + 6px)}.tooltip.tooltip--right:before{top:0;bottom:0;left:-8px;border-right-color:#333}.tooltip.tooltip--right.tooltip--dark:before{border-right-color:#333}.tooltip.tooltip--right.tooltip--gray:before{border-right-color:#888}.tooltip.tooltip--right.tooltip--white:before{border-right-color:#f8f8f8}.tooltip.tooltip--bottom{top:calc(100% + 6px);right:0;left:0}.tooltip.tooltip--bottom:before{top:-8px;right:0;left:0;border-bottom-color:#333}.tooltip.tooltip--bottom.tooltip--dark:before{border-bottom-color:#333}.tooltip.tooltip--bottom.tooltip--gray:before{border-bottom-color:#888}.tooltip.tooltip--bottom.tooltip--white:before{border-bottom-color:#f8f8f8}.tooltip.tooltip--top{right:0;bottom:calc(100% + 6px);left:0}.tooltip.tooltip--top:before{right:0;bottom:-8px;left:0;border-top-color:#333}.tooltip.tooltip--top.tooltip--dark:before{border-top-color:#333}.tooltip.tooltip--top.tooltip--gray:before{border-top-color:#888}.tooltip.tooltip--top.tooltip--white:before{border-top-color:#f8f8f8}.tooltip.tooltip--dark>div,.tooltip.tooltip--dark>span{background:#333;color:#eee}.tooltip.tooltip--gray>div,.tooltip.tooltip--gray>span{background:#888;color:#eee}.tooltip.tooltip--white>div,.tooltip.tooltip--white>span{background:#f8f8f8;color:#242424}.tooltip.tooltip--end.tooltip--left,.tooltip.tooltip--end.tooltip--right{align-items:flex-end}.tooltip.tooltip--end.tooltip--top,.tooltip.tooltip--end.tooltip--bottom{justify-content:flex-end}.tooltip.tooltip--start.tooltip--left,.tooltip.tooltip--start.tooltip--right{align-items:flex-start}.tooltip.tooltip--start.tooltip--top,.tooltip.tooltip--start.tooltip--bottom{justify-content:flex-start}.tooltip.tooltip--center.tooltip--left,.tooltip.tooltip--center.tooltip--right{align-items:center}.tooltip.tooltip--center.tooltip--top,.tooltip.tooltip--center.tooltip--bottom{justify-content:center}.tooltip__parent{position:relative}.tooltip__parent .tooltip{display:none}.tooltip__parent--fullWidth{position:initial}.tooltip__parent--fullWidth .tooltip.tooltip--bottom{--tooltip-arrow-position-left: 0}.tooltip__parent--fullWidth .tooltip.tooltip--bottom:before{right:auto;left:var(--tooltip-arrow-position-left)}.tooltip__parent .ico{width:1.25rem;height:1.25rem}.tooltip__parent .tooltip--open.tooltip,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip{display:flex}.tooltip__parent .tooltip--open.tooltip--left,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--left{animation:fadeInRight .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--right,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--right{animation:fadeInLeft .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--top,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--top{animation:fadeInBottom .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--bottom,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--bottom{animation:fadeInTop .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__option{border-radius:.25rem;display:block;position:relative;padding:.75rem .875rem;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);background-color:#202020;text-align:left}.tooltip__option:hover{background-color:#2d2d2d}.tooltip__option:first-child{border-top:0}.tooltip__option:not(:first-child):after{content:"";position:absolute;top:-.5px;right:.75rem;left:.75rem;height:1px;background:#3a3a3a}.tooltip__optionAction{margin-top:.0625rem;margin-bottom:.0625rem;font-size:.75rem;font-weight:700;line-height:1.3;pointer-events:none}.tooltip__optionDescription{margin-bottom:.125rem;font-size:.625rem;line-height:1.3;white-space:normal;pointer-events:none}.tooltip.tooltip--gray .tooltip__option{background-color:#888}.tooltip.tooltip--gray .tooltip__option:first-child{border-top:0}.tooltip.tooltip--gray .tooltip__option:not(:first-child):after{background:#a2a2a2}.tooltip.tooltip--gray .tooltip__option:hover{background-color:#6f6f6f}.tooltip.tooltip--white .tooltip__option{background-color:#f8f8f8}.tooltip.tooltip--white .tooltip__option:first-child{border-top:0}.tooltip.tooltip--white .tooltip__option:not(:first-child):after{background:#dfdfdf}.tooltip.tooltip--white .tooltip__option:hover{background:#f0f0f0}.tooltip.tooltip--limited .tooltip__message,.tooltip.tooltip--limited .tooltip__options{flex:1 0 auto;max-width:var(--tooltip-max-width, 18rem);white-space:normal}@media (min-width: 768px){.tooltip.tooltip--limited.tooltip--right{justify-content:start}.tooltip__parent--fullWidth{position:relative}.tooltip__parent--fullWidth .tooltip.tooltip--bottom:before{right:auto;left:auto}}
