chatHeader,.chatMain, .chatFooter, .chatPeople {
    background-color: rgba(175, 36, 36, 0);
}
.chatHeader {
    border-bottom-color: #c2c2c2;
    background: linear-gradient(to right, rgba(210, 9, 9, 0.08), rgba(0, 255, 8, 0.08),rgba(173, 8, 204, 0.11),rgba(47, 236, 0, 0.12),rgba(210, 12, 12, 0.11));
}
.chatHeaderWrapper {
    display: none;
}
.smilesBox::-webkit-scrollbar-thumb,
.vscrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.20);
    border-radius: 15px;
}
.smilesBox::-webkit-scrollbar-thumb:hover,
.vscrollable::-webkit-scrollbar-thumb:hover {
    background-color: rgba(228, 0, 255, 0.98);
}
.smilesBox::-webkit-scrollbar,
.vscrollable::-webkit-scrollbar {
    width: 6px;
}
.chatTabs {
    top: -43px;
    z-index: 100;
    width: 70%;
}

.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    top: 10px;
}
/*правая колонка*/
.chatPeople {
background-image:url("https://s8.hostingkartinok.com/uploads/images/2018/02/ed903ad8c6f116489c6cbf8b998b211e.png"), url("");
background-position:bottom 0, left 0;
background-repeat:no-repeat, no-repeat;
background-size:100% auto, 100% 100%;

border-image-width: 2px;
border-image-source: url(https://s8.hostingkartinok.com/uploads/images/2018/02/e9e2eaeb08617b304fd53b733234d6cb.gif);
border-image-slice: 30;
border-image-repeat: stretch;

  font-size: 10pt;
 box-shadow:  -6px 6px 7px -5px #333;
}.chatMain .chatPeople{
width:180px;
height:41px;

background-color: transparent;
transition:height 0.6s;
transition-timing-function:linear;
/* Firefox 4 */
-moz-transition:height 0.6s;
-moz-transition-timing-function:linear;
/* Safari and Chrome */
-webkit-transition:height 0.6s;
-webkit-transition-timing-function:linear;
/* Opera */
-o-transition:height 0.6s;
-o-transition-timing-function:linear;
}

.chatMain .chatPeople:hover
{
height:100%;
}
/*сколько людей в чате*/
.chatPeople .chatPeopleTitle {
	color: #ff0000;
    font-size: 9pt;
	 text-shadow: 1%  0 0 #;
    margin: 14px 0 4px 8px;
	
}
/*КНОПКА МЕНЮ*/
.chatHeader .chatTopLine  {
  position: center center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.chatTopLineWrapper > ul > li > a:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatTopLineWrapper > ul > li > a:active {
  top: 1px;
}
/*КНОПКА ОНЛАЙИ,ОТПРАВИТЬ,ВХОД В ЧАТ 2*/
.chatSendButton,
 input[type="submit"],
.chatSendExitPanel select {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.chatSendButton,
 input[type="submit"],
.chatSendExitPanel select:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendButton,
 input[type="submit"],
.chatSendExitPanel select:active {
  top: 1px;
}
/*КНОПКИ ОБЩИЙ,ПРИВАТ*/
.chatTabs > ul > li.chatTab > a {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatTabs > ul > li.chatTab > a:active {
  top: 1px;
}.chatTabs > ul > li.chatTab > a{
border: 0px solid rebeccapurple;
   background: rgb(219, 199, 199, 0);
  -webkit-animation-duration: 0.7s;
   -moz-animation-duration: 0.7s;
   -o-animation-duration: 0.7s;
   animation-duration: 0.7s;
   -webkit-animation-timing-function: ease;
   -moz-animation-timing-function: ease;
   -o-animation-timing-function: ease;
   animation-timing-function: ease; 
}
 
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, 
.chatTabs > ul > li.chatTab > a.active  {
  -webkit-animation-name: Tada;
  -moz-animation-name: Tada;
  -o-animation-name: Tada;
  animation-name: Tada;
}
/*--------------------*/
@-webkit-keyframes Tada {
    0% {
        -webkit-transform:scale(1)
    }
    10%, 20% {
        -webkit-transform:scale(0.9) rotate(-1deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform:scale(1.1) rotate(1deg)
    }
    40%, 60%, 80% {
        -webkit-transform:scale(1.1) rotate(-1deg)
    }
    100% {
        -webkit-transform:scale(1) rotate(0)
    }
}
@-moz-keyframes Tada {
    0% {
        -moz-transform:scale(1)
    }
    10%,20% {
        -moz-transform:scale(0.9) rotate(-1deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform:scale(1.1) rotate(1deg)
    }
    40%, 60%, 80% {
        -moz-transform:scale(1.1) rotate(-1deg)
    }
    100% {
        -moz-transform:scale(1) rotate(0)
    }
}
@-o-keyframes Tada {
    0% {
        -o-transform:scale(1)
    }
    10%,20% {
        -o-transform:scale(0.9) rotate(-1deg)
    }
    30%, 50%, 70%, 90% {
        -o-transform:scale(1.1) rotate(1deg)
    }
    40%, 60%, 80% {
        -o-transform:scale(1.1) rotate(-1deg)
    }
    100% {
        -o-transform:scale(1) rotate(0)
    }
}
@keyframes Tada {
    0% {
        transform:scale(1)
    }
    10%, 20% {
        transform:scale(0.9) rotate(-1deg)
    }
    30%, 50%, 70%, 90% {
        transform:scale(1.1) rotate(1deg)
    }
    40%, 60%, 80% {
        transform:scale(1.1) rotate(-1deg)
    }
    100% {
        transform:scale(1) rotate(0)
    }
}
/*-----------------------*/
@-webkit-keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
}

@keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
}

 @-webkit-keyframes l3_animation {
    0%    {color: rgb(0,0,255); }
    20%   {color: rgb(0,255,255); }
    40%   {color: rgb(255,0,0); }
    60%   {color: rgb(255,255,0); }
    80%   {color: rgb(255,255,255); }
    100%  {color: rgb(0,0,255); }
  }    

  @-moz-keyframes l3_animation {
    0%    {color: rgb(0,0,255); }
    20%   {color: rgb(0,255,255); }
    40%   {color: rgb(255,0,0); }
    60%   {color: rgb(255,255,0); }
    80%   {color: rgb(255,255,255); }
    100%  {color: rgb(0,0,255); }
  } 

 @-webkit-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-100%;}
  }
  @-moz-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-100%;}
  }

@keyframes clouds-left {
  10% { opacity: 1; }
  100%  { opacity: 0; transform: translateX(0em); }
}
/*ФОН ШАПКИ ЧАТА*/
.chatHeader{
    height:45px;
    width:100%;
    position: relative;
    background-image: url(""), url(""), url("https://s8.hostingkartinok.com/uploads/images/2018/02/05db27364a953c5c3dac215df14588d3.jpg");  
    background-position: bottom 1px left 0,  bottom  left 50%, left 0px bottom;
    background-repeat: no-repeat, no-repeat, repeat-x ;
    background-size: auto 100%,auto 100%,102% 100%;
}
/*ФОН ЧАТА*/
.chatMain{
background-image: url("https://s8.hostingkartinok.com/uploads/images/2018/02/791c1e8dc5a2a44d57489b20a52bb9d2.jpg");
background-position: left top;
background-repeat:no-repeat;
background-size: 100% 100%;

border-image-width: 3px;
border-image-source: url(https://s8.hostingkartinok.com/uploads/images/2018/02/e9e2eaeb08617b304fd53b733234d6cb.gif);
border-image-slice: 30;
border-image-repeat: stretch;
box-shadow: 0 0 1px #B1F4F8, 0 0 2px #B1F4F8, 0 0 3px #fff, 0 0 4px #fff, 0 0 8px #fff inset;

}/*Дизайн делал Апостол*/
/*НИЗ ЧАТА*/
.chatFooter .chatFooterWrapper{
background-image: url("https://s8.hostingkartinok.com/uploads/images/2018/02/15088ac1199fc4b13af1c3d25f18e48c.jpg ");
background-position: center center;
background-repeat: repeat-x;
background-size: 100% 100%;

border-image-width: 3px;
border-image-source: url(http://imgs.su/users/70140/1488815108.gif);
border-image-slice: 30;
border-image-repeat: stretch;
  box-shadow: -2px -2px -2px #B1F4F8, -4px -4px -4px #B1F4F8, -8px -8px -8px #B1F4F8, -16 -16 -16px #2F2BAD, -32 -32 -32px #2F2BAD;
}
/*ФОН ПРИ ВХОДЕ В ЧАТ*/
.chatFull .transparent{
  background: url(https://s8.hostingkartinok.com/uploads/images/2018/02/65805f545517809c3cceec6bdd6fc09a.jpg) no-repeat center top fixed;
    -moz-background-size: 100% auto; 
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto; 
    background-size: 100% auto;}
/*----------------*/
.chatSpecifyPassword input[type=text] {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  padding: 0 18px;
  margin: 0;
  border: 2px solid #6b6c6d;
  width: 275px;
  background: #3b3c41;
  color: #fff;
  position: relative;
}.content form {
  background-color: rgba(44,46,50,0.85);
  padding:20px 30px;
  color:#fff;
}
.has-account #existing-nick-label,
#new-nick-label {
  margin-left:20px;
}
#account-info {
  text-align: center;
  margin-bottom: 20px;
}