@charset "UTF-8";html,body{height:100%;margin:0;overflow:hidden;font-family:Rubik}.infinite-spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;width:13px;height:13px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scrollable{overflow-y:auto;overflow-x:auto}.scrollable::-webkit-scrollbar{-webkit-appearance:none}.scrollable::-webkit-scrollbar:vertical{width:10px;padding-top:2px;padding-bottom:2px}.scrollable::-webkit-scrollbar:horizontal{height:8px;padding-top:2px;padding-bottom:2px}.scrollable::-webkit-scrollbar-thumb{background-color:#adaaaa;border-radius:20px}.scrollable-small{overflow-y:auto;overflow-x:hidden}.scrollable-small::-webkit-scrollbar{-webkit-appearance:none}.scrollable-small::-webkit-scrollbar:vertical{width:5px;padding-top:2px;padding-bottom:2px}.scrollable-small::-webkit-scrollbar:horizontal{height:5px;padding-top:2px;padding-bottom:2px}.scrollable-small::-webkit-scrollbar-thumb{background-color:#bcc2ff;border-radius:20px}.no-overflow{overflow:hidden;white-space:normal;text-overflow:ellipsis}.two-line-overflow{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar{display:flex;width:338px;padding:20px 16px 12px;flex-direction:column;gap:10px;height:auto}.row{display:flex}.end-xs{display:flex;justify-content:flex-end}.start-xs{display:flex;justify-content:flex-start}.between-xs{display:flex;justify-content:space-between}
