.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.w-100{width:100%}.d-none{display:none}.d-inline{display:inline !important}.user-select-none{-moz-user-select:none;-khtml-user-select:none;user-select:none}.white-space-pre-wrap{white-space:pre-wrap}.float-right{float:right}.float-left{float:left}.cursor-pointer{cursor:pointer}.PopupBox{position:relative}.PopupBox .box{animation:displayBoxEasyIn 300ms forwards ease-in;border-radius:0.25rem;border:1px solid rgba(122,122,122,0.44);opacity:0;transition-duration:300ms;z-index:2;transform:scale(0);position:absolute}@keyframes displayBoxEasyIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.PopupBox .box h1{font-weight:bold;color:#313435;font-size:0.97rem;box-sizing:border-box;padding:5px}.PopupBox .box.top-left{top:100%;left:0;transform-origin:top left}.PopupBox .box.top-right{top:100%;right:0;transform-origin:top right}.PopupBox .box.bottom-left{left:0;transform-origin:bottom left}.PopupBox .box.bottom-right{right:0;transform-origin:bottom right}.PopupBox .box.fade-out{animation:displayBoxEasyOut 300ms forwards ease-in}@keyframes displayBoxEasyOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}
