.ctr-chats{overflow-x:hidden;padding:10px 10px 10px 0;margin-bottom:35px;overflow-y:hidden;scrollbar-width:thin}.ctr-chats .chat{margin-bottom:5px}.ctr-chats .chat div a{display:block;padding:8px 15px 8px 15px;background:#fff;position:relative}.ctr-chats .chat div a .counter{position:absolute;font-weight:700;right:0;top:0;aspect-ratio:1;height:100%;background:var(--color-main);color:#fff;display:grid;align-items:center;justify-content:center}#ctr-chats{overflow:hidden}#ctr-chat>section,#ctr-chats>section{height:100vh}#ctr-chat>section>.content,#ctr-chats>section>.content{margin:0;padding:35px}#ctr-chats>section>.content{grid-template-rows:auto auto 1fr}#ctr-chat>section>.content{grid-template-rows:auto 1fr auto}#ctr-chat>section>.content .other-topics,#ctr-chats>section>.content .other-topics{overflow-y:auto;scrollbar-width:thin}#ctr-chats .ctr-chatentries{padding:10px;margin-bottom:35px;overflow-y:auto;scrollbar-width:thin}#ctr-chats .new-topic .one-line-form{margin-bottom:5px}#ctr-chats .new-topic .one-line-form .button.submit{padding:12px 20px 11px 20px;margin:0}#ctr-chats .new-topic .one-line-form input[type=text]{margin:0}.ctr-chat .chatentry .entrydate{font-size:65%;opacity:.5;padding:2px 5px}.ctr-chat .chatentry.user .entrydate{text-align:right}.ctr-chat .chatentry .name{font-weight:700;font-size:65;text-align:left;margin-bottom:2px;padding:0 5px;color:var(--color-main)}.ctr-chat .chatentry.user .name{text-align:right}#ctr-chat .ctr-chat{display:flex;overflow:auto;scrollbar-width:thin;padding-right:10px;flex-direction:column-reverse}#ctr-chat .ctr-chat .chatentry{margin-bottom:10px}#ctr-chat .ctr-chat .chatentry .grid-message .message{background:rgba(0,0,0,.05);padding:10px 17px;font-size:100%;font-weight:400;margin-bottom:2px;border-radius:10px;display:inline-block;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}#ctr-chat .ctr-chat .chatentry.user .grid-message .message{background:var(--color-nextolivegreen);color:#fff}#ctr-chat .ctr-chat .chatentry.user .grid-message{display:grid;justify-items:end}.ctr-chat-form{padding-top:15px;color:var(--color-text)}.ctr-chat-form textarea{min-height:65px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.ctr-chat-form input[type=submit]{margin:0}.button.chat{position:fixed;right:60px;bottom:50px;height:60px;width:60px;border-radius:50%;background-color:var(--color-main);overflow:initial;box-shadow:0 2px 10px rgba(0,0,0,.2)}.button.chat:hover{background-color:var(--color-main)!important;box-shadow:0 2px 10px rgba(0,0,0,.5)}.button.chat:before{color:#fff;font-size:20px}.button.chat i{position:absolute;height:15px;width:15px;left:3px;bottom:2px;background-color:var(--color-main)}.button.chat.animate{animation:animate 3s ease 2}@keyframes animate{30%{transform:scale(1.2)}40%,60%{transform:rotate(-20deg) scale(1.2)}50%{transform:rotate(20deg) scale(1.2)}70%{transform:rotate(0) scale(1.2)}100%{transform:scale(1)}}