.tour-content{background:#fff;border-radius:5px;color:#333;display:block;opacity:0;padding:10px;position:fixed;transition:all .3s ease-in-out;width:450px;z-index:20}.tour-content:before{background:#fff;content:"";display:block;height:10px;position:absolute;transform:rotate(45deg);width:10px}.tour-content.top-left:before{left:-5px;top:10px}.tour-content.bottom-right:before{bottom:10px;right:-5px}.tour-content.top-right:before{right:-5px;top:10px}.tour-content.active{opacity:1}.tour-content .title{color:#aa1a1a;display:block;font-size:18px;margin-bottom:15px}.tour-content .title:after{background:#aa1a1a;content:"";display:block;height:1px;opacity:.3;width:100%}.tour-content .content{white-space:pre-line}.tour-content .buttons{display:flex;gap:10px;justify-content:end;margin-top:20px}.tour-content .buttons .button{margin:0;opacity:.8;padding:0;transition:all .3s ease-in-out}.tour-content .buttons .button.button-skip{color:#aa1a1a}.tour-content .buttons .button:hover{opacity:1}
