﻿html,body{height:100%;}body{margin:0;}#webchat_container{display:none;max-width:400px;width:100%;position:fixed;bottom:20px;z-index:999;right:20px;border-radius:20px;box-shadow:0 7px 29px 0 rgba(0,0,0,.12);}@media(max-width:599px){#webchat_container{width:100%;top:10px;right:10px;width:calc(100% - 20px);height:calc(100% - 76px);left:10px;max-width:none;}}#webchat_container section{background:#fff;border-radius:0;width:100%;max-width:none;}#webchat_container .webchat__basic-transcript__scrollable{background:#fff;}#webchat_container .webchat__send-box-text-box__input,#webchat_container .webchat__activity-status--slotted,#webchat_container .webchat__text-content__markdown p{font-size:14px;line-height:20px;}#webchat_container .webchat__text-content{font-size:14px;line-height:20px;}#webchat_container .webchat__send-box__main{border-top:1px solid #a1c8eb;border-radius:0 0 20px 20px;}#webchat_container .webchat__initialsAvatar.webchat__initialsAvatar--fromUser{background:none;}#webchat_container .webchat__send-box-text-box__input::placeholder{color:#ababab;opacity:1;}#webchat_container .webchat__send-box-text-box__input:-ms-input-placeholder{color:#ababab;}#webchat_container .webchat__send-box-text-box__input::-ms-input-placeholder{color:#ababab;}#webchat_container #webchat{overflow:hidden;height:60vh;border-radius:0 0 20px 20px;}@media(max-width:599px){#webchat_container #webchat{height:100%;}}#webchat_container .webchat__title{font-family:'latobold';font-style:normal;font-weight:normal;font-size:19px;line-height:24px;color:#fff;}#webchat_container #banner{background-color:#369ae5;color:#fff;font-weight:600;height:56px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;position:relative;border-radius:20px 20px 0 0;}#webchat_container #chatwindow{height:75%;width:75%;overflow:hidden;position:fixed;}#webchat_container .webchat__send-box-text-box__input,#webchat_container .webchat__bubble__content,#webchat_container .webchat__stacked-layout__status,#webchat_container .react-film__filmstrip__item{font-size:14px!important;line-height:20px;}#webchat_container .webchat__send-box-text-box__input a,#webchat_container .webchat__bubble__content a,#webchat_container .webchat__stacked-layout__status a,#webchat_container .react-film__filmstrip__item a{color:#3174af;}#webchat_container .webchat__bubble__content{border:0!important;}#webchat_container .webchat__bubble--from-user .webchat__bubble__content{border:0!important;min-height:38px!important;}#webchat_container .react-film__filmstrip__item button{cursor:pointer;padding:6px 10px;}#webchat_container .webchat__suggested-actions.webchat__suggested-actions--carousel-layout .webchat__suggested-actions__carousel .webchat__suggested-actions__item-box{padding:5px 2px;}#webchat_container .webchat__suggested-actions.webchat__suggested-actions--carousel-layout .webchat__suggested-actions__carousel .react-film__flipper .react-film__flipper__body{background:#369ae5;}#webchat_container .webchat__icon-button{cursor:pointer;}#webchat_container .webchat__icon-button:hover .webchat__icon-button__shade{background:#fff;}.openChat{z-index:99998;position:fixed;bottom:20px;right:20px;color:#fff;border:0;border-radius:50%;width:50px;height:50px;cursor:pointer;display:none;justify-content:center;align-items:center;background:linear-gradient(180deg,#65b8f5 0%,#369ae5 38.5%,#0a71bd 100%);filter:drop-shadow(0 5px 11px rgba(0,0,0,.2));}@media(min-width:768px){.openChat{display:flex;}}.openChat img{margin-top:5px;}.closeChat{position:absolute;top:17px;display:block;font-size:27px;cursor:pointer;font-weight:normal;z-index:99;border:0;width:24px;height:24px;line-height:22px;text-align:center;text-decoration:none;color:#fff;right:15px;font-family:'latoregular';}