.chatcontainer{background:#605f61;width:100%;height:100%}#chatboxheader{cursor:pointer;display:flex;align-items:center;justify-content:space-between;height:40px}#logo{height:35px;width:35px;border-radius:35px;margin:0 10px}#logoimage{height:35px;width:35px}a.speech-bubble-close{float:right;margin-top:-10px;margin-right:-10px;cursor:pointer;color:#fff;border:1px solid #aeaeae;border-radius:30px;background:#605f61;font-size:25px;font-weight:bold;line-height:0;padding:10px 3px}.speech-bubble-close:before{content:"×"}#speech-bubble,#speech-bubble:after,.chatbox{transition:all .4s ease-in-out}#speech-bubble,#close-chat,.minim-button,.maxi-button,.chat-text{font-weight:700;font-family:Arial,sans-serif;text-align:center;height:20px;line-height:20px}#speech-bubble,.chatbox{border:0 solid #a8a8a8}#speech-bubble:after,#speech-bubble:before{position:absolute;content:""}.chatbox{position:fixed;bottom:0;right:2%;margin:0 0 -1400px;background:#e98000;color:#fff;box-shadow:0 0 10px #a8a8a8;border-bottom:none;z-index:100000;border-radius:4px 4px 0 0;position:fixed;height:490px;font:76%/1.35em HPSimplifiedLight,'Open Sans',sans-serif !important}.chatframe{width:300px;height:450px;margin:auto;padding:0;right:1px;left:1px}.buttonscontainer{margin-right:10px;display:flex}#close-chat{margin-left:5px;font-size:24px;width:20px;z-index:2;border-radius:5px 5px 5px 5px;background:#f57000;text-align:center;font-family:Arial,sans-serif;font-weight:700;color:#fff;cursor:pointer}#minim-chat,#maxi-chat{width:100%;height:20px;line-height:20px;cursor:pointer;z-index:1}.minim-button{font-size:24px;width:20px;border-radius:5px 5px 5px 5px;background:#f57000;text-align:center;font-family:Arial,sans-serif;font-weight:700;color:#fff;z-index:1}.maxi-button{font-size:24px;width:20px;border-radius:5px 5px 5px 5px;background:#f57000;text-align:center;font-family:Arial,sans-serif;font-weight:700;color:#fff}.logocontainer{height:100%;display:flex;align-items:center}.chat-text{font-size:16px;text-align:center;font-family:Arial,sans-serif;font-weight:400;color:#fff}#textChat{margin-top:-6px;height:100%;padding:25px 0;width:116%;margin-left:-6px}#speech-bubble{width:94px;height:121px;padding:10px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;font-weight:400;color:#fff;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;bottom:10px;-webkit-transform:translateZ(0);transform:translateZ(0);bottom:0;right:40px;background-image:url('images/ChatBNI.png');background-size:cover;z-index:3}#speech-bubble:before{border-width:10px 11px 0 0;border-color:#f57000 transparent transparent;left:6px;bottom:-10px}#speech-bubble:after{border-width:9px 8px 0 0;border-color:#f57000 transparent transparent;left:8px;bottom:-8px}#speech-bubble:hover{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}#speech-bubble:hover:after{border-color:#f56200 transparent transparent !important}.animated-speech-bubble{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}