html,body{margin:0;padding:0}body{font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.5;text-align:left;font-size:1rem;font-weight:400;color:#212529;text-align:left}body *{box-sizing:border-box}#chat_display{width:100vw;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#messages{height:100%;min-height:1px;width:100%;max-width:100%;padding:.5rem;background:hsl(0,0%,80%);overflow:auto;display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:column !important;flex-direction:column !important;flex:1}.css_chat_date{color:#fff;padding:.25rem .5rem;margin:.5rem auto;border-radius:.25rem;background-color:#007bff;font-size:.8em;font-weight:400;box-sizing:border-box}.css_chat_msg{word-break:break-word;padding:.25rem .5rem;margin:.25rem 1rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075);align-self:flex-start;border-radius:.25rem;background-color:#fff}.css_end_chat{text-align:center}.css_group_msg{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex:1;scroll-margin-top:calc( 4.5rem + 10px )}@media only screen and (max-width:400px){.css_group_msg:last-child{margin-bottom:calc( 4.5rem + 10px )}}.css_chat_username,.css_chat_username a{color:#007bff;font-weight:700 !important;font-size:.8rem;word-break:break-word;text-decoration:none}.css_chat_username i{color:#8d8d8d}.css_chat_username .css_wa_orga{display:inline-block;color:#8d8d8d;font-style:italic;font-size:.82em;padding:0 0 0 2em;background:url(../img/shield.svg) no-repeat center left .4em/1.52em}.css_chat_username img{display:inline-block;border-radius:.4rem;vertical-align:middle;max-height:1.3rem;margin:0 .2rem 0 0}.css_chat_txtwrap{display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:row !important;flex-direction:row !important;word-break:break-word}.css_chat_txtmsg{margin:.25rem .5rem .25rem .25rem;word-break:break-word;min-height:1.1rem}.css_chat_txtmsg img,.css_chat_txtmsg video{max-width:100%;max-height:92vh}.css_chat_datetime{color:#6c757d;text-align:right;margin-left:auto;-ms-flex-negative:0 !important;flex-shrink:0 !important;-ms-flex-item-align:end !important;align-self:flex-end !important;font-size:.8em;font-weight:400;word-break:break-word}.loader{width:10px;height:10px;border-radius:50%;display:block;margin:2rem auto;position:relative;color:#FFF;left:-100px;box-sizing:border-box;animation:shadowRolling 2s linear infinite}@keyframes shadowRolling{0%{box-shadow:0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0)}12%{box-shadow:100px 0 white,0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0)}25%{box-shadow:110px 0 white,100px 0 white,0px 0 rgba(255,255,255,0),0px 0 rgba(255,255,255,0)}36%{box-shadow:120px 0 white,110px 0 white,100px 0 white,0px 0 rgba(255,255,255,0)}50%{box-shadow:130px 0 white,120px 0 white,110px 0 white,100px 0 white}62%{box-shadow:200px 0 rgba(255,255,255,0),130px 0 white,120px 0 white,110px 0 white}75%{box-shadow:200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0),130px 0 white,120px 0 white}87%{box-shadow:200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0),130px 0 white}100%{box-shadow:200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0),200px 0 rgba(255,255,255,0)}}.css_chat_fade{animation:fade-in 1s}@keyframes fade-in{from{opacity:0}to{opacity:1}}.css_wa_succ_txt{padding:.2em .2em .2em 2em;margin:.62em 0;background:url(../img/clapping-hands.svg) no-repeat center left .1em/1.4em}.css_wa_polepos{margin:.62em 0;padding:.2em 0 .2em 1.72em;background:#f5f5f5 url(../img/medal.svg) no-repeat center left .1em/1.4em;border-radius:.4em;border:1px solid #fd6919}.css_wa_polepos > a{display:block;text-decoration:none;padding:0 1.72em 0 0;text-align:center;font-weight:bold;font-size:1.1em;color:#fd6919;background:url(../img/medal.svg) no-repeat center right .1em/1.4em}