:root{--chat-bot-header-height:75px;--chat-bot-form-height:60px;--chat-bot-notification-height:76px}@keyframes chatBotFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes chatBotFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes chatBotMessage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-bot .animate-close{animation:chatBotFadeIn .3s ease-out}.chat-bot .animate-open{animation:chatBotFadeOut .45s ease-out}.chat-bot .button-tooltip{position:absolute;top:50%;z-index:50;margin-right:.5rem;width:200px;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));white-space:normal;overflow-wrap:break-word;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(48 48 48/var(--tw-bg-opacity,1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;letter-spacing:0;font-weight:300;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}@media (min-width:768px){.chat-bot .button-tooltip{width:250px}}@media (min-width:1150px){.chat-bot .button-tooltip{font-size:1rem;line-height:1.5rem;letter-spacing:0;font-weight:300}}@media (min-width:1800px){.chat-bot .button-tooltip{font-size:.875rem;line-height:1.25rem;letter-spacing:0;font-weight:300}}.chat-bot .button-tooltip:after{content:"";position:absolute;top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:6px;border-top-color:transparent;border-bottom-color:transparent}.chat-bot .button-tooltip-left{left:120%}.chat-bot .button-tooltip-right{right:120%}.chat-bot .button-tooltip-left:after{right:100%;border-left-color:transparent;--tw-border-opacity:1;border-right-color:rgb(48 48 48/var(--tw-border-opacity,1))}.chat-bot .button-tooltip-right:after{left:100%;border-right-color:transparent;--tw-border-opacity:1;border-left-color:rgb(48 48 48/var(--tw-border-opacity,1))}.chat-bot .body{box-shadow:2px 0 4px -2px rgba(0,0,0,.1),-2px 0 4px -2px rgba(0,0,0,.1)}.chat-bot .body .messages{height:calc(100dvh - var(--chat-bot-form-height) - var(--chat-bot-header-height))}.chat-bot .body .messages .message{animation:chatBotMessage .3s ease-out}.chat-bot .body .messages .message strong,b{font-weight:600}.chat-bot .body .messages .message .content a{--tw-text-opacity:1;color:rgb(130 54 255/var(--tw-text-opacity,1));text-decoration-line:underline}.chat-bot .body .messages .message .content a:hover{text-decoration-line:none}.chat-bot .body .messages .message .content>:first-child{margin-top:0}.chat-bot .body .messages .message .content>:last-child{margin-bottom:0}.chat-bot .body .messages .message .content>*{margin:1rem 0}.chat-bot .body .messages .message .content>h2{font-size:1.5em}.chat-bot .body .messages .message .content>h3{font-size:1.17em;letter-spacing:.05rem}.chat-bot .body .messages .message .content>ul,ol{display:block;padding-inline-start:20px;unicode-bidi:isolate}.chat-bot .body .messages .message .content>ul{list-style-type:disc}.chat-bot .body .messages .message .content>ol{list-style-type:decimal}.chat-bot .header{height:var(--chat-bot-header-height)}@media (min-width:768px){:root{--chat-bot-header-height:105px;--chat-bot-form-height:70px;--chat-bot-notification-height:65px}.chat-bot .body .messages{height:calc(100dvh - var(--header-height) - var(--chat-bot-header-height) - var(--chat-bot-form-height) - 180px)}}@media (min-width:1150px){.chat-bot .body .messages{height:calc(100dvh - var(--header-height) - var(--chat-bot-header-height) - var(--chat-bot-form-height) - 120px)}}@media (max-height:560px){.chat-bot .chat-container{bottom:0;left:0;right:0;z-index:1000;max-width:100%;transform-origin:center}.chat-bot .chat-container .header{gap:1rem;border-radius:0}.chat-bot .chat-container .header .close-icon{display:block}.chat-bot .chat-container .body{border-radius:0}.chat-bot .chat-container .body .messages{height:calc(100dvh - var(--chat-bot-form-height) - var(--chat-bot-header-height))}}