#hint{position: fixed;z-index: 3100;bottom: 20px;left: 20px;width: 350px}@media screen and (max-width: 400px){#hint{right: 20px;width: auto}}#hint .hint-message{visibility: hidden;perspective: 1300px;transition: all .5s ease-in-out;cursor: default;margin-bottom: 10px}#hint .hint-message .hint-content{display: flex;flex-direction: row;align-items: center;position: relative;transition: all .8s ease-in-out;transform: translateY(600px) scale(.2);opacity: 0;background: rgba(0,0,0,0.7);color: #fff;border-radius: 3px;cursor: pointer;box-shadow: 0 10px 25px rgba(0,0,0,0.3)}#hint .hint-message .hint-content.warning{color: #ffc000}#hint .hint-message .hint-content.error{color: #f52100;font-weight: bold}#hint .hint-message .hint-content.info{color: deepskyblue}#hint .hint-message .hint-content .hint-text{padding: 20px;flex-grow: 1;font-size: 13px;white-space: pre-line}#hint .hint-message .hint-content .button-close{position: relative;transition: all .2s ease-in-out;padding: 20px;color: #fff;opacity: 0.5}#hint .hint-message .hint-content .button-close::before,#hint .hint-message .hint-content .button-close::after{content: '';position: absolute;top: 14px;left: 18px;transform-origin: center;width: 3px;height: 12px;background: currentColor}#hint .hint-message .hint-content .button-close::before{transform: rotate(-45deg)}#hint .hint-message .hint-content .button-close::after{transform: rotate(45deg)}#hint .hint-message .hint-content:hover{transition: all .2s ease-in-out;transform: translateX(-5px) !important}#hint .hint-message .hint-content:hover .button-close{opacity: 1;transform: scale(1.4)}#hint .hint-message.visible{visibility: visible}#hint .hint-message.visible .hint-content{transform: translateZ(0px) rotateX(0deg);opacity: 1}#hint .hint-message.remove{height: 0 !important;margin-top: 0;overflow: hidden}/*# sourceMappingURL=/cache/css/c6e30e3bf43f174208f7e92a3855e0fc.map */