.break-space-words{white-space:break-spaces!important}.wrap-words-c{word-wrap:break-word!important}.sticky-top{position:sticky!important;top:0px;z-index:999}.sticky-bottom{position:sticky!important;bottom:0px!important;z-index:999!important}.hide-scroll-bar::-webkit-scrollbar{display:none!important}.hide-scroll-bar{-ms-overflow-style:none!important;scrollbar-width:none!important}.basic-info-err{color:var(--q-color-negative);font-size:12px;line-height:1;word-break:break-word;overflow-wrap:break-word}.ellipsis-1-lines{-webkit-line-clamp:1}.ellipsis-1-lines,.ellipsis-2-lines{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.ellipsis-2-lines{-webkit-line-clamp:2}.profile__icon{flex:none;font-size:1.5em;margin-right:10px;padding-top:3px}.profile__icon--gold{color:#eab100}.profile__icon--blue{color:#8faae8}.profile__icon--pink{color:#ff86af}.profile__key{font-family:Montserrat,sans-serif;font-size:13px;font-weight:400;text-align:center}.profile__stat{animation:slideUp 350ms ease-in-out forwards;border-right:1px solid #e9e9e9;display:flex;flex:1;justify-content:center;opacity:0;padding:10px 4px;transform:translateY(5px)}.profile__stat:last-of-type{border-right:none}.profile__stat:first-child{animation-delay:400ms}.profile__stat:nth-child(2){animation-delay:500ms}.profile__stat:nth-child(3){animation-delay:600ms}.profile__stats{display:flex}.profile__value{font-family:Montserrat,sans-serif;font-size:28px;font-weight:700;text-align:center}

/*! CSS Used keyframes */@keyframes slideUp{0%{transform:translateY(5px);opacity:0}to{transform:translateY(0px);opacity:1}}