﻿#home-widget-container{position:fixed;bottom:30px;left:30px;z-index:999;}#meeting-widget-container{position:fixed;bottom:30px;right:100px;z-index:999;}#chat-widget-container{position:fixed;bottom:30px;right:30px;z-index:999;}#chat-widget-container .initial-message-bubble-wrapper{padding-top:32px !important;width:280px;padding-left:20px;display:none;}#chat-widget-container .initial-message-bubble{cursor:pointer;position:relative;border:1px solid #eaf0f6;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.1);border-radius:4px;width:240px;padding:24px 16px 16px;}#chat-widget-container button.closeBubble{background:none;border:none;height:48px;width:48px;position:absolute;top:0;right:0;color:#7c98b6;display:flex;align-items:flex-start;-webkit-box-pack:end;justify-content:flex-end;padding-right:10px;padding-top:14px;}#chat-widget-container button.closeBubble:hover{color:#7c98b6;background-color:transparent;}#chat-widget-container .closeBubbleIcon{display:inline-flex;vertical-align:middle;fill:currentcolor;z-index:99999999;}#chat-widget-container .initial-message-bubble .initial-message-avatar{position:absolute;top:-24px;left:0;right:0;display:flex;justify-content:center !important;}#chat-widget-container .bubble-message-text{white-space:pre-line;text-overflow:ellipsis;overflow:hidden;margin-bottom:0 !important;margin-top:4px !important;font-size:16px;}.launcher-right-align{display:flex !important;float:right !important;padding-top:20px !important;padding-left:24px !important;}#chat-widget-container .chat-btn{cursor:pointer;}#chat-widget-container .chat-btn .close{display:none;}#chat-widget-container .chat-btn i{transition:all .9s ease;}#check:checked~.chat-btn i{display:block;pointer-events:auto;transform:rotate(180deg);}#check:checked~.chat-btn .comment{display:none;}#chat-widget-container .chat-btn i{font-size:22px;color:#fff !important;}#chat-widget-container .chat-btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;}#check:checked~.chatwindow-wrapper{opacity:1;}#check{display:none !important;}#chat-icon-wrapper{display:flex !important;float:right !important;padding-top:20px !important;padding-left:24px !important;padding-right:10px !important;}#chat-icon,#meeting-icon,#home-icon{background:#f00000;color:#fff;box-shadow:0 5px 20px rgba(110,81,81,.5);width:50px;height:50px;border-radius:50%;text-align:center;vertical-align:middle;line-height:50px;font-size:1.5em;cursor:pointer;}#home-icon{background:#ccc;}#chat-icon .fa,#meeting-icon .fa,#home-icon .fa{line-height:inherit;}#botHeadingH1{font-size:24px;font-family:"DIN Next",Arial,sans-serif;line-height:20px;color:#f5f5f5;display:table-cell;padding:13px 0 0 20px;}#botHeading{background-color:#f00000;height:50px;width:370px;}#webchat{height:calc(100vh - 250px);width:370px;top:80px;overflow:hidden;}#webchat .webchat__bubble__content{font-size:16px;}#chatbotContainer{border:2px solid #f00000;position:fixed;right:20px;bottom:100px;z-index:999999;display:none;user-select:none;}@media(max-width:575.98px){#chatbotContainer{left:5%;right:5%;bottom:100px;width:90%;}#botHeading{width:100%;}#webchat{width:100%;}}@media(max-height:575.98px) and (orientation:landscape){#chatbotContainer{left:15px;right:auto;bottom:15px;width:370px;}#botHeading{width:100%;}#webchat{width:100%;height:calc(100vh - 80px);}}