#root,.root{min-height:100%;width:100%;display:flex;flex-direction:row}#root .fui-FluentProvider,.root .fui-FluentProvider{min-height:100%;width:100%;display:flex;flex-direction:row;background:transparent}.root{background:transparent!important}.chat-message-profile-picture-fit{width:25px;height:25px;object-fit:cover;background-color:#fff;box-shadow:0 2px 8px #0003;border-radius:50%}.chat-message-item.li{list-style:none}.chat-message-item:not(:last-child){margin-bottom:30px}.chat-message-item{max-width:85%;display:flex;flex-direction:row;gap:10px;word-break:break-word;overflow-wrap:break-word}.chat-message-profile-picture-container{align-self:flex-end;display:flex;justify-content:center;align-items:center;width:25px;height:25px;background-color:#fff;box-shadow:0 2px 8px #0003;border-radius:50%}.chat-item-sent{justify-self:flex-end;text-align:right;flex-direction:row-reverse}.chat-item-received{justify-self:flex-start;margin-bottom:10px}.chat-content{box-shadow:0 2px 8px #0000001a;padding:12px;border-radius:6px;text-align:left}.chat-content img{max-width:100%}.chat-content-sent{background-color:#ebebeb}.chat-content-received{background-color:#f6f6f6}.chat-content-helpdesk{background-color:#f3c889}.chat-date{font-size:12px}.chat-message-container .chat-quality{display:flex;gap:5px;position:absolute;padding-top:5px}.chat-message-container .chat-quality .quality-button{cursor:pointer;border:none;background-color:transparent;padding:0}.chat-content-received{will-change:auto;contain:layout style}@media screen and (-webkit-device-pixel-ratio: 1.5),screen and (min-resolution: 144dpi),screen and (min-resolution: 1.5dppx){.chat-message-item{max-width:60%;display:flex;flex-direction:row;gap:10px;word-break:break-word;overflow-wrap:break-word}.chat-content img{max-width:100%}}.chat-history-separator{position:relative;height:20px;width:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center;isolation:isolate;margin-bottom:20px;margin-top:30px}.chat-history-separator-text{height:100%;font-size:12px;font-weight:700;text-transform:uppercase;width:fit-content;padding:0 10px;border-radius:5px;z-index:1;position:relative}.chat-history-separator-line{width:100%;position:absolute;height:1px;background-color:#4abff0;z-index:0;margin-left:-30px}.chat-history-separator-text.technical{color:#f7bc20}.chat-history-separator-line.technical{background-color:#f7bc20}.welcome-chat-message-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;animation:slideUpFromBottom .6s ease-out}@keyframes slideUpFromBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.welcome-chat-message-title{max-width:500px;text-align:center;line-height:normal}.welcome-chat-message-title h2{font-weight:400;font-size:1.5rem}.welcome-chat-message-starter-container{display:flex;flex-direction:row;gap:20px;justify-content:center}.welcome-chat-message-starter{font-size:14px;border-radius:10px;padding:10px;max-width:360px;text-align:left;box-shadow:0 4px 20px #0000001a;background-color:#fff;border:none;font-family:Work Sans,sans-serif;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.welcome-chat-message-body{display:flex;flex-direction:column;gap:30px;align-items:center}.show-history-btn{background-color:#f6b200;height:43px;width:177px;border-radius:43px;color:#fff;border:none;font-family:Work Sans,sans-serif}.show-history-btn:hover{cursor:pointer}@media screen and (-webkit-device-pixel-ratio: 1.5),screen and (min-resolution: 144dpi),screen and (min-resolution: 1.5dppx){.welcome-chat-message-title h2{font-size:1.3rem}}.chat-history-container{flex:1;display:flex;flex-direction:column-reverse;overflow-y:auto;scroll-behavior:smooth;margin-right:-10px;padding-right:5px;margin-top:50px;will-change:scroll-position;contain:layout style paint;transform:translateZ(0)}.chat-history-container-underlined{border-bottom:1px solid #CFCFCF}.chat-history-container::-webkit-scrollbar{width:8px}.chat-history-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.typing-indicator{display:inline-flex;align-items:center;gap:8px;color:#666;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.typing-dots{display:inline-flex;gap:2px}.typing-dot{width:4px;height:4px;border-radius:50%;background-color:#666;animation:typing 1.4s ease-in-out infinite}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.chat-message-profile-picture{align-self:flex-end;display:flex;justify-content:center;align-items:center;width:25px;height:25px;background-color:#fff;box-shadow:0 2px 8px #0003;border-radius:50%}.chat-history-dais-logo{position:absolute;top:0;right:0;width:70px;height:70px;border:1px solid red}.chat-history-dais-logo img{width:100%;height:100%;object-fit:contain}.inputs-container{display:flex;flex:1}.compose-message-container{min-height:140px;padding:30px 50px;display:flex;flex-direction:row;gap:20px;align-items:center}.file-list-container{display:flex;position:absolute;margin-top:-30px}.file-list-container>div{display:flex;gap:10px;align-items:center}.file-separator{padding-left:8px;padding-right:5px}@media screen and (-webkit-device-pixel-ratio: 1.5),screen and (min-resolution: 144dpi),screen and (min-resolution: 1.5dppx){.compose-message-container{padding:20px 30px;min-height:120px;gap:15px}.textarea-container{padding:8px 12px}.text-input{height:16px}.send-button{width:35px}.new-button{width:35px;height:35px}}.textarea-container{flex:1;box-shadow:0 2px 10px #00000026;padding:10px 15px;display:flex;flex-direction:row;max-height:39px}.textarea-container .hidden-file-input{display:none}.compose-form{display:flex;flex-direction:row;align-items:center;width:100%;margin:0}input[type=text]{font:1em Work Sans,sans-serif}input[type=submit]{font:"Work Sans",sans-serif}input[type=text]:focus{outline:none}.text-input{width:100%;border:none;height:19px}.send-button,.attach-file-button{border:none;width:40px;background-color:transparent}.attach-file-button{width:30px}.send-button:hover,.attach-file-button:hover{cursor:pointer;transform:scale(1.2);transition:transform .2s}.new-button{width:40px;height:40px;background-color:#4abff0;color:#fff;border:none;box-shadow:0 2px 10px #00000026}.cancel-button{height:25px;background-color:transparent}.confirm-button{border:none;height:25px;background-color:#4abff0;color:#fff;box-shadow:0 2px 10px #00000026}.new-button:hover:not(:disabled),.cancel-button:hover,.confirm-button:hover{cursor:pointer;transform:scale(1.1);transition:transform .2s}.loading-file{height:16px;display:flex;justify-content:center;align-items:center}.loading-file:before{content:"";width:16px;height:16px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.error-banner{position:absolute;top:0;left:0;width:100%;height:32px;background-color:#e79c2a;padding:4px;text-align:center;z-index:100;display:flex;align-items:center;justify-content:space-between}.error-banner .close-button{cursor:pointer}.chat-container{height:100%;flex:2 1 1000px;min-width:750px;padding:5px 50px 0 25px;display:flex;flex-direction:column}.dais-logo{position:absolute;top:5px;right:10px;width:70px;height:45px}.dais-logo img{width:100%;height:100%;object-fit:contain}.loading-indicator{height:100%;display:flex;justify-content:center;align-items:center}.loading-indicator:before{content:"";width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.need-help-container{padding:20px;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:100%;font:"work-sans",sans-serif;gap:10px}.need-help-logo{flex:1;display:flex;justify-content:center;align-items:center}.need-help-logo img{width:80%}.need-help-content{flex:2;line-height:1}.need-help-content h2{font-weight:500;margin-bottom:10px}.need-help-content p{font-size:1rem;margin-top:0}.need-help-contact-btn{border-radius:4px;height:30px;min-width:160px;background-color:transparent;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;font-family:Work Sans,sans-serif;cursor:default;white-space:nowrap}.need-help-contact-btn:hover:not(:disabled){cursor:pointer;transform:scale(1.03);transition:transform .2s}.side-panel{min-height:100%;flex:1 1 300px;min-width:350px;max-width:500px;padding:50px 25px 50px 50px;display:flex;flex-direction:column;gap:30px}.side-panel-widget{width:100%}.need-help-widget{min-height:160px}.my-tickets-widget{min-height:200px;flex:1}.close-stream-btn{border-radius:4px;border:.96px solid #494949;height:30px;min-width:160px;background-color:transparent;color:#494949;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;font-family:Work Sans,sans-serif;cursor:default;white-space:nowrap}.close-stream-btn:hover{cursor:pointer;transform:scale(1.03);transition:transform .2s}*,*:before,*:after{box-sizing:border-box}@font-face{font-family:Work Sans;src:url(/assets/WorkSans--AC0muF9.ttf) format("truetype")}:root{height:100%;font-family:Work Sans,sans-serif;line-height:1.5;font-weight:400;background-image:url(/assets/bg-CR6b4hV5.png);background-size:cover;background-attachment:fixed;background-repeat:no-repeat;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;height:100%}
