.chat,
.chatMain {cursor: url(https://play.vsthemes.org/t-cursors/12622/ee4dc25694d8b47973b97932eb6cfd21.webp), auto;}
#join-chat-button,
#join-chat-button2 {
  box-shadow:
   0 6px rgba(0,0,0, 0.02),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
  }
#join-chat-button:active,
#join-chat-button2:active {
  box-shadow:
   0 2px rgba(0,0,0, 0.2),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  }


.chatTime {
  float: left;
}

.chatSendButton { border-radius: 20px 20px 20px 20px; }
.chatHeader .chatTitle {
  font-size: 26px; /* максимально рекомендуемый размер */
  margin-top: 7px; /* делаем отступ сверху */
}
.chatHeader .chatTitle {
  width: 100%; 
  text-align: center; 
  margin: 14px 0 0;
}
.chatTabs > ul > li.chatTab > a { border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; } chatMainMenuChat{ border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; } #chatMainMenuChatovod { border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; } #join-chat-button { border-radius: 20px 20px 20px 20px; background-color: #eaeaea; } chatSendButton {border-radius: 20px 20px 20px 20px;} .chatSendText.chatInputText { border-radius: 20px; height: 25px; background-color: #E9E4F0; opacity: 0.8; color: #283c86; padding-left: 20px; } #chatMainMenuProfile { border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; } .chatSendExitPanel select { height: 21px; background: transparent; color: #E9E4F0; border-radius: 20px 20px 20px 20px; color: #283c86 }
#chatMainMenuChat{ border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; } #chatMainMenuChatovod { border-radius: 20px 20px 20px 20px; background-color: #E9E4F0; }


.chatHeader .chatTopLine {
    border-radius: 20px;
    border-radius: 20px;
}
.chatTopLineWrapper > ul > li:first-child > a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.chatTopLineWrapper > ul > li:last-child > a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
body:not(.has-nick) .chatTopLineWrapper > ul > li:nth-child(2) > a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a span {
  display: none;
}

#join-chat-button:hover {
    -webkit-animation: rubberBand 0.6s ease; /* анимация и скорость в секундах */
    animation: rubberBand 0.6s ease;
}
@keyframes rubberBand {
  0% {transform: scale(1);}
  30% {transform: scaleX(1.15) scaleY(0.75);}
  40% {transform: scaleX(0.75) scaleY(1.25);}
  60% {transform: scaleX(1.15) scaleY(0.85);}
  100% {transform: scale(1);}
}