*{box-sizing:border-box}.app-container{height:100%}#search-bot-app{padding-left:30px;height:100%}#search-bot-app .text-loader{text-align:center}#search-bot-app .text-loader span{display:inline-block;vertical-align:middle;width:20px;height:20px;background:#323232;border-radius:20px;animation:loader .8s infinite alternate}#search-bot-app .text-loader span:nth-of-type(2){animation-delay:.2s}#search-bot-app .text-loader span:nth-of-type(3){animation-delay:.6s}@keyframes loader{0%{opacity:.9;transform:scale(.5)}to{opacity:.1;transform:scale(1)}}#search-bot-app a{font-weight:500;color:#00549e;text-decoration:inherit}#search-bot-app a:hover{color:#00549e}#search-bot-app body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#search-bot-app h1{font-size:3.2em;line-height:1.1}#search-bot-app button{border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}#search-bot-app .link-button{background:none;color:#00549e;border:1px solid #00549E;border-radius:10px;padding:6px 10px;margin-right:10px}#search-bot-app .link-button.active{color:#fff;background-color:#00549e}#search-bot-app .link-button:last-child{margin-right:0}#search-bot-app button:hover{border-color:#00549e}#search-bot-app button:focus,#search-bot-app button:focus-visible{outline:4px auto -webkit-focus-ring-color}#search-bot-app .card{padding:2em}@media (prefers-color-scheme: light){#search-bot-app a:hover{color:#00549e}#search-bot-app button{background-color:#f9f9f9}}#search-bot-app{width:100%}#search-bot-app.chat-mode{max-width:350px;position:fixed;right:20px;bottom:70px;height:70vh;overflow:hidden}#search-bot-app.chat-mode .chat-bot-wrapper .chat-bot-body{height:90vh;overflow:auto}#search-bot-app .chat-bot-wrapper{width:100%}#search-bot-app .chat-bot-wrapper .count-messages{font-weight:500;position:absolute;right:15px;top:12px}#search-bot-app .chat-bot-wrapper .chat-bot-body{background:#fff;min-height:200px;padding:10px;text-align:left}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message-list{height:calc(100vh - 565px);min-height:500px;overflow-y:scroll}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message{padding-bottom:10px;display:flex;width:100%}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message ul,#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message ol{margin-left:15px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--content{width:100%;display:flex;flex-direction:column;font-size:16px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--content .upper-body{display:flex;align-items:flex-start;margin-bottom:30px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--content.sent{align-items:flex-end}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--content.sent .sc-message--text{border-radius:50px;padding:20px;background-color:#f7f7f7}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--content.received .sc-message--text{color:#323232;background-color:#fff;margin-right:40px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--avatar{background-repeat:no-repeat;background-size:100%;background-position:center;min-width:30px;min-height:30px;border-radius:50%;margin-right:15px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--avatar.sent{cursor:pointer;margin-top:12px;margin-left:15px;background-color:#00549e;display:flex;justify-content:center;align-items:center;border-radius:50%;width:36px;height:36px;color:#fff;font-size:14px}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--text{padding:3px 10px;border-radius:6px;font-weight:300;font-size:16px;line-height:22px;position:relative;-webkit-font-smoothing:subpixel-antialiased}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--text-content{margin:0}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--text-content>p:only-child{margin:0}#search-bot-app .chat-bot-wrapper .chat-bot-body .sc-message .sc-message--text-content p:first-child{margin-top:0}#search-bot-app .chat-bot-wrapper .chat-bot-input{background:#f7f7f7;display:grid;padding:30px;grid-template-columns:100px calc(100% - 90px)}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input{padding:10px;display:flex;flex-direction:column}}#search-bot-app .chat-bot-wrapper .chat-bot-input .topic-wrap{position:relative}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .topic-wrap{order:2}#search-bot-app .chat-bot-wrapper .chat-bot-input .topic-wrap .tooltip{display:none}#search-bot-app .chat-bot-wrapper .chat-bot-input .topic-wrap>div{width:100%}}#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input-wrap{position:relative}#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input-wrap .buttons-divider{background-color:#bdc2c5;width:1px;height:50%;position:absolute;top:25%;right:81px}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input-wrap .buttons-divider{display:none}}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input-wrap{width:100%}}#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input--text{width:100%;height:100%;text-align:left;color:#565867;resize:none;border:none;padding:10px 120px 10px 10px}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .user-input--text{padding-right:60px}}#search-bot-app .chat-bot-wrapper .chat-bot-input .clear-button,#search-bot-app .chat-bot-wrapper .chat-bot-input .send-button{position:absolute;right:0;top:0;width:80px;text-align:center;color:#fff;background-color:transparent;height:100%;align-items:center;padding:0;border-radius:2px}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .send-button{width:50px;height:90%}}#search-bot-app .chat-bot-wrapper .chat-bot-input .send-button:disabled{background-color:#ccc;border-color:#aeacac;color:#474545}#search-bot-app .chat-bot-wrapper .chat-bot-input .clear-button{width:70px;right:82px}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .clear-button{display:none}}#search-bot-app .chat-bot-wrapper .chat-bot-input .clear-button img{width:15px;height:15px}#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button{width:60px;height:60px;border-radius:50%;text-align:center;color:#fff;background-color:#00549e;border-color:#00549e;align-items:center;padding:0;align-self:center}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button{width:100%;border-radius:10px;margin-top:10px;display:flex;justify-content:center;align-items:center}}#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button span{display:none}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button span{display:block}}#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button svg{position:relative;top:3px;left:3px}@media (max-width: 768px){#search-bot-app .chat-bot-wrapper .chat-bot-input .new-topic-button svg{margin-left:13px}}.tooltip-box[data-v-36883af3]{position:relative;display:inline-block}.tooltip-box:hover .tooltip[data-v-36883af3]{opacity:1}.tooltip[data-v-36883af3]{color:#fff;text-align:center;padding:8px;border-radius:10px;font-family:inherit;max-width:300px;bottom:108%;left:-20px;opacity:0;transition:opacity 1s;position:absolute;z-index:1;background:#152a48}.tooltip .text[data-v-36883af3]{margin:0;color:#c6a57d}.text[data-v-36883af3]:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#152A48 transparent transparent transparent}.loading-indicator[data-v-15c15757]{display:flex;align-items:center;color:#888}.loading-indicator .text-loader[data-v-15c15757]{margin-left:15px}.error-message[data-v-15c15757]{color:red;text-align:center;margin-top:10px}.user-input--text[data-v-15c15757]:disabled,.send-button[data-v-15c15757]:disabled{opacity:.5;cursor:not-allowed}.sc-message--content.sent[data-v-15c15757]{text-align:right}.sc-message--content.received[data-v-15c15757]{text-align:left}.additional-section[data-v-15c15757]{margin-top:20px}.links-list ul[data-v-15c15757]{list-style:none;padding-left:0}.links-list li[data-v-15c15757]{margin-bottom:10px}.combined-data p[data-v-15c15757]{margin:10px 0}
