/*ФОН*/
.chatMain,
.chatFull .transparent {
   top: 0;
   bottom: 0;
   background-color: #fff;
   background-image: linear-gradient(0deg, rgba(255, 255, 255, .83),rgba(255, 255, 255, .83)), url(https://images.wallpaperscraft.ru/image/single/uzor_lesnoj_motiv_131405_1280x720.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   opacity: 1;
}
/*СИСТЕМНЫЙ ШРИФТ*/
.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
    font-family:Tahoma;
    color: #4682B4;
    font-style: italic;
    font-size: 18pt;
    display: block;
    padding: 10px 2px;
    margin-left: -10px;
    width: 90%;
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    -webkit-animation: pulsate 4.2s linear infinite;
    animation: pulsate 4.2s linear infinite;
}
@-webkit-keyframes pulsate {
 50% { color: #483D8B; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #fff, 0 0 8px #483D8B; }
}
@keyframes pulsate {
 50% { color: #483D8B; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #fff, 0 0 8px #483D8B; }
}
/*ШРИФТ*/
.chatMessage { 
font-family:Tahoma;
font-style: italic; 
font-style: normal;color: #048151;
font-weight: bolder;
padding-left: 7px;
font-size: 18pt;
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    -webkit-animation: pulsate 4.2s linear infinite;
    animation: pulsate 4.2s linear infinite;
}
/*ШРИФТ В ПРИВАТЕ*/
.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    font-family:Tahoma;
    font-style: italic;
    font-weight: bolder;
    right: 220px;
    font-style: normal;color: #000;
    letter-spacing: 0.5px;
    background-position: 90% 10%;
    border-radius: 20px 10px;
    -webkit-animation: animationBackgroundText 30s;
    -webkit-animation-iteration-count: infinite;
    animation: animationBackgroundText 30s;
    animation-iteration-count: infinite;
    font-size: 18pt;
}
.chatMain .chatMessages .chatMessage:hover,
.chatMain .chatPrivateMessages .chatMessage:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
/*ОКНО КОМУ НАПИСАЛ*/
.chatMessageToMe .chatToUser {
    background-color:transparent;
    background-image: url("https://vmfile.com/upload/861/2196823025.gif");
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 27px 17px;
    font-style: italic;
    font-weight: bolder;
    padding: 0px 0 0px 27px;
    color: #E6BBC1;
    text-shadow: -1px 0 1px black, 0 -1px 1px black, 0 1px 1px black, 1px 0 1px black, 0 0 8px black, 0 0 8px black, 0 0 8px black, 2px 2px 3px black;
}
/*ОГРАНИЧЕНИЕ РАЗМЕРА ИЗОБРАЖЕНИЙ*/
.chatMessages.vscrollable img, 
.chatPrivateMessages.vscrollable img {
    max-width: 350px; /* максимальная ширина изображений */
    max-height: 350px; /* максимальная высота изображений */
}
/* НАЗВАНИЕ ЧАТА */
.chatHeader .chatTitle {
    	font-family: 'Arial Black', Clicker Script, cursive;
                  font-style: italic;
    	font-weight: bolder;
    	text-align: left;font-size:20px;
    	line-height: 65px;
	margin: 0;
	margin-top: -10px;
	overflow: hidden;
	padding: 0;
                  padding-left: 18px;
                  color:#412227;
                  width: 100%;
text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.chatHeader:hover .chatTitle::before {
    -webkit-transform: scale(6.5);
    -ms-transform: scale(6.5);
    transform: scale(6.5);
    top:300px;
    left: 45%;
}
/*БЕГУЩАЯ СТРОКА В ШАПКЕ
(регулировка скорости  animation-duration: 30s)МЕНЬШЕ ЦИФРА БОЛЬШЕ СКОРОСТЬ*/
.chatHeader .chatTitle:after {content:"Не бывает страшных мест — бывают страшные люди."; font-family:georgia, serif; animation-duration: 60s; animation-name: slidein; animation-timing-function:ease-in-out; animation-iteration-count: infinite; visibility:visible;
    font-size: 14px;
    color:#000;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    height: 53px;
    font-style: italic;
    font-family: "Arial Black";
    text-shadow: 2px 2px 0 #FFE4E1;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    z-index: -2;
}
@keyframes slidein {0% {left:1920px; opacity:0%;} 12% {opacity:100%;} 23% {left:660px; opacity:100%;} 31% {left:660px; opacity:100%;} 44% {left:-566px; opacity:100%;} 52% {left:-566px; opacity:100%;} 78% {left:-1488px; opacity:100%;} 86% {left:-1488px;} 96% {opacity:89%;} 100% {left:-2421px; opacity: 26%;}}
.msi,
.chatPopupMenuDiv1 {
	display:none !important;
}
/*БОКС СМАЙЛОВ*/
.smilesBox {
     background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
     width: 60%; /* ширина окна со смайлами */
     margin-left: -15pt; /* отступ слева окна со смайлами */
     border-radius: 7px; /* скругление углов, подставь своё значение */
	margin: 1px -3px;
	padding-left:3px;
}
.smilesBox p { 
   размер шрифта и цвет при желании укажи свой */
     font-size: 22pt;
     margin-left: 20pt;
     margin-bottom: 0pt;
     color: #000;
    font-weight: bolder; 
}
.smilesBox::-webkit-scrollbar,
.vscrollable::-webkit-scrollbar {
	width: 8px;
}
.smilesBox::-webkit-scrollbar-thumb,
.vscrollable::-webkit-scrollbar-thumb {
	visibility: hidden;
	opacity:0;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.smilesBox:hover::-webkit-scrollbar-thumb,
.vscrollable:hover::-webkit-scrollbar-thumb {
	background-color: rgba(70, 130, 180, 0.6);
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	visibility: hidden;
	opacity: 1;
}
.smilesBox::-webkit-scrollbar-thumb:hover,
.vscrollable::-webkit-scrollbar-thumb:hover {
	background-color: rgba(70, 130, 180, 1);
}
.smilesBox::-webkit-scrollbar-thumb,
.vscrollable::-webkit-scrollbar-thumb,
.smilesBox::-webkit-scrollbar-track,
.vscrollable::-webkit-scrollbar-track {
	margin-top:8px;
	margin-bottom:8px;
}
.chatPopupMenuDiv1 {
  visibility: hidden;
  opacity: 0;
}
/*ЦВЕТ ПОЛЯ МЕДИА*/
.chatPopupMenuDiv2 {
 background-color: #a8cfb0;
  border-radius: 8px;
  bottom: 72px !important;
  top: inherit !important;
  -webkit-box-shadow: 0px 0px 7px #9C9C9C;
  -moz-box-shadow: 0px 0px 7px #9C9C9C;
  box-shadow: 0px 0px 7px #9C9C9C;
  left: 15px !important;
}
.chatPopupMenuDiv2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #000;
  bottom: -20px;
  left: 5%;
}
.chatPopupMenuDiv2::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #000;
  bottom: -19px;
  left: 5%;
  z-index:3;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p {
  font-family:Arial Black;
  color: #000;
  font-style:bolder;
  font-size: 8pt;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p a {
  font-family:Arial Black;
  color:#000;
  font-style:bolder;
  font-size: 7pt;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p input[type="submit"] {
  background-color: #000;
  color:#fff;
  border: 2px solid #fff;
  border-radius: 5px;
}
.chatHeader {
  background: linear-gradient(to top, transparent, rgba(255, 255, 255, 0));
  border-bottom: 0;
  border-bottom:  5px double rgba(120, 133, 139, 1);
}
.chatFooter {
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0));
  border-top: 0;
  border-top: 5px double rgba(120, 133, 139, 1);
}
/*СКОЛЬКО ЧЕЛОВЕК В ЧАТЕ*/
.chatPeople .chatPeopleTitle {
  text-align: left;
  color: #004524;
  font-weight: bolder;
}
/*КАРТИНКА В ПРАВОЙ КОЛОНКЕ*/
.chatPeople {
    background-image: url(https://vmfile.com/upload/863/3796531327.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 100%;
}
.chatMain .chatPeople {
  border-left: 0;
  overflow: inherit !important;
  top: 45px;
  bottom: 64px;
  font-weight: bolder;
  border-left: 5px double rgba(120, 133, 139, 1);
  width: 220px;
}
.chatPeople ul.chatPeopleList li a.chatUser {
       background: rgba(255,255,255,0.8);
       padding:0 10px 0 10px;
       border:1px solid rgba(120, 133, 139, 1);
       border-radius:8px;
       color: #000;
       font-style: normal;
       font-size: 12pt;
}
.chatPeople ul.chatPeopleList li.hover {
  background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
  border-top-color: #B07D2B;
  border-bottom-color: #B07D2B;
  border-radius: 8px;
  box-shadow: inset 0 0 1px 1px #B07D2B;
}
.chatPeople ul.chatPeopleList li .chatUserMenu .chatUserMenuItems ul {
       background-color: #8FBC8F !important;
       list-style-type:none;
       margin:0;
       padding:0;
       width:100%;
       font-size: 10pt;
       overflow:hidden;
       border-radius: 5px;
       text-shadow: -1px 0 1px black, 0 -1px 1px black, 0 1px 1px black, 1px 0 1px black, 0 0 8px black, 0 0 8px black, 0 0 8px black, 2px 2px 3px black;
       box-shadow: inset 0 0 1px 1px #B07D2B;
}
/*УДАЛЕНИЕ ИКОНОК В ПРОФИЛЕ*/
.chatPeople ul.chatPeopleList li .chatUserMenu .chatUserMenuItems ul li a {
    float:left;
    padding-left:10px;
    line-height:18px;
    height:18px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
    background-image:none;
}
/* Иконка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background:transparent url("https://imgs.su/upload/631/42703337.png") no-repeat 0 0;
}
/* Иконка мужчина  */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background:transparent url("https://imgs.su/upload/631/462465192.png") no-repeat 0 0;
}
/* Иконка женщина  */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background:transparent url("https://imgs.su/upload/631/698796586.png") no-repeat 0 0;
}
.adm-icon {
    background-image: url("https://imgs.su/upload/727/2717743001.png");
}
.mod-icon {
    background-image: url("https://imgs.su/upload/727/3979883824.png");
}
.chatLinkVip {
    background-image: url("https://st1.chatovod.ru/i/ivip.png");
}
.chatLinkGold {
    padding-left:21px;
    background:transparent url("https://st1.chatovod.ru/i/coins.png") no-repeat 0 0;
}
.chatLinkVip {
    width:16px;
    background:transparent url("https://st1.chatovod.ru/i/ivip.png") no-repeat 0 0;
    margin-right:6px!important;
}
.chatLinkModerate {
    width:16px;
    background:transparent url("https://imgs.su/upload/727/3979883824.png") no-repeat 0 0;
    margin-right:7px!important;
}
.chatSendLinksPanel a.chatLinkSmiles {
    padding-left:21px;
    background:transparent url("https://st1.chatovod.ru/i/widget/smile.png") no-repeat 0 0;
}
.chatHeader .chatTopLine {
    position: absolute;
    top: 8px;
    right:12px;
}
.chatTopLineWrapper > ul > li:nth-child(3) > a img[alt="chatovod"] {
  display: none;
}
.chatTopLineWrapper > ul > li:nth-child(3) > a::before {
  content: 'чаты';
  text-transform: none;
} 
.chatTopLine {background-color:transparent;
    font-family: 'Arial Black' !important;
    font-size: 10pt!important;
    font-style: italic;
    background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
    color:#000;
    background-position: center center;
    background-size: 100% 100%;
    border-image-repeat: stretch;
    border-radius: 8px;
    box-shadow: inset 0 0 1px 1px #B07D2B;
}
.chatTopLineWrapper > ul > li > a:hover {background-color:transparent;
    color:#000;
    background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
    border-radius: 8px;
    box-shadow: inset 0 0 1px 1px #000;
}
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active {
  background-color: #4C9141;
}
/*НАСТРОЙКИ НИСПАДАЮЩИХ МЕНЮ СПРАВА НА ВЕРХУ*/
.chatTopLineWrapper ul li ul {
    background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
    color: #000;
    font-family: 'Arial Black' !important;
    font-size: 10pt;
    background-size: 100% 100%; 
    margin:5px 12px;
    border-radius: 8px;
    border: 2px solid #B07D2B;
    text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px white;
}
.chatTopLineWrapper ul li ul li:hover {
     background:#256D7B;
     border-radius: 8px;
}
.chatTopLineWrapper ul li ul li a:hover {
     color:#FCFCEE;
     background:none;
}
.chatTopLineWrapper ul li.chatMenuItemWithSeparator a {background-image:none;}
.chatTopLineWrapper > ul > li > a {
  color: #000;
  text-shadow: none;
}
#chatMainMenuChatovod {
	margin-left:-25px;
}
#chatMainMenuChat {
	margin-left:30px;
}
.chatMessages.vscrollable,
.chatPrivateMessages.vscrollable {
  top: 86px;
  bottom:64px;
}
.chatMain .chatMessages img:active {
  max-width: none!important;
  max-height: none!important;
  pointer-events: none;
  margin-bottom:1px!important;
}
.chatTabs {
    	top:45px;
    	right: 230px;
    	left: 10px;
}
.chatTabs a {
  text-decoration: none!important;
}
.chatTabs > ul > li.chatTab > a {
  background-color: #fff;
}
.chatTabs ul li a {
    color: #000;
    font-family: 'Arial Black' !important;
    font-size: 13px!important;
    font-weight: bolder;
    border-radius:35px 35px 35px 5px;
}
.chatTabs ul li.appTab {  background: rgba(255,255,255,0.8); border-radius:8px; border:1px solid rgba(120, 133, 139, 1); height:22px;}

.chatTabs ul li.chatTab .close {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 8px;
    height: 8px;
    background: transparent url(https://i.postimg.cc/prHR4X0w/closetab2.png) no-repeat 0 0;
    cursor: pointer;
}
.chatTabs ul li.chatTab:hover .close,
.chatTabs ul li.chatTab .close:hover {
  opacity:1;
}
/*КНОПКА ВХОДА В ЧАТ*/
#join-chat-button, #join-chat-button2 {
    background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
    color:#000;
    border-radius: 8px;
    font-weight: bolder;
    padding: 4px 6px;
    border: 2px solid #B07D2B;
}

.chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser {
    color: #CD0000;
}
/*МИНИ МЕНЮ*/
#chatUserMiniMenu  {
text-shadow: 0px 1px 0 #000;
background-color: #a8cfb0;
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;
border: 2px solid #fff;
border-radius: 8px;
 box-shadow:1px 1px 6px #000,-1px -1px 1px #fff;
}
/*ЗВУК*/
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel {
    position: absolute;
    width: 100px;
    height: 16px;
    top: 7px;
    right: 16px;
    text-align: right;
    border-bottom-color: #000;
}
.chatFooter .chatFooterWrapper .chatPanel div a span {
    color: #000000;
    border-bottom-color: #000;
    font-family: 'Arial Black' !important;
    font-size: 13px!important;
    font-weight: bolder;
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel .chatSendButton {
    width: 85px;
    height: 25px;
    box-sizing: border-box;
}
/*КНОПКА ОТПРАВИТЬ*/
    .chatSendButton{background-color:transparent;
     font-family: 'Arial Black' !important;
     font-size: 9pt!important;
     font-style: italic;
     font-weight: bolder;
     background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
     color:#000;
     background-position: right 0 bottom 0;
     background-repeat: no-repeat;
     background-size: 150% auto;
     border-radius: 8px;
     border: 2px solid #B07D2B;
}
/*КНОПКА ОНЛАЙН*/
.chatSendExitPanel select{background-color:transparent;
    font-family: 'Arial Black' !important; 
    font-size: 9pt!important;
    font-style: italic;
    font-weight: bolder;
    height: 25px;
    background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
    color:#000;
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: 150% auto;
    border-radius: 8px;
    border: 2px solid #B07D2B;
}
/*ТЕКСТОВОЕ ОКНО*/
.chatInputText {
    border: 2px solid #B07D2B;
    font-weight: bolder;
    width: 100px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FDF4E3;
    color: #000;
    font-family: Arial Black;
    font-size: 12pt;
}
/*КНОПКИ ОБЩИЙ И ПРИВАТ*/
.chatTabs > ul > li.chatTab.chatTabActive > a,
.chatTabs > ul > li.chatTab > a:hover, 
.chatTabs > ul > li.chatTab > a.active {background-color:transparent;
	background: linear-gradient(0deg,rgba(168, 207, 176, 1) 0%, rgba(168, 207, 176, 1) 100%);
                  font-style: italic;
                  font-family: 'Arial Black' !important;
                  font-size: 10pt!important;
                  color: #000 !important;
    	font-weight: bolder;
                  border-radius: 8px;               
}
.chatTabs > ul > li.chatTab > a {
	background-color: #87CEFA !important;
                  font-family: 'Arial Black' !important;
                  color: #000 !important;
    	font-weight: bolder;
                  border-radius: 8px;
}

/*ЦВЕТ ШРИФТА В ОКНЕ МЕНЮ ПОЛЬЗОВАТЕЛЕЙ*/
a {
    color: #fff;
}
/*КНОПКА НОВЫЕ СООБЩЕНИЯ*/
#scrollBottomBox {
    text-align: center;
    padding: 2px 6px;
    background-color: #a8cfb0;
    font-weight: bolder;
    border: 2px solid #fff;
    color: #000;
    position: absolute;
    cursor: pointer;
    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: Arial Black;
    font-style: italic;
    font-size: 10pt;
}
/*ВРЕМЯ В ЧАТЕ*/
.chatTime {
    float: left;
    color: #16251C;
    font-weight: bolder;
    font-family: Comic Sans MS;
    font-style: italic;
    font-size: 10pt;
    visibility: inherit;
}
/*ФОРМА ВХОДА В ЧАТ*/
    .content form {
    background-color: rgba(36, 9, 53, 0.8);
    padding:20px 30px;
    border-radius: 10px;
    border: 5px solid #D5D5D5;
    color:#fff;
}
.chatFull .transparent:before{
    content:"Добро пожаловать!"; 
    font-family:Arial Black;
    font-style: italic;
    font-size: 26px;
    text-align: center;
    color: #240935;
    text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px white;
    position: absolute;
    top:24%; left:20px; bottom:0; right:20px;
    z-index: 1;
    opacity: 1;
}
/*окошко ввода ника на странице входа*/
.chatSpecifyPassword input[type="text"] {
    background-color: #fff;
    border: 2px solid #87A96B;
    box-sizing: border-box;
    font-weight: bolder;
    border-radius: 5px;
    color:#000;
    width: 100%;
}
.chatFull .transparent {
    background: url(https://images.wallpaperscraft.ru/image/single/serdtsa_krugi_blesk_125687_1280x720.jpg) center center no-repeat;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1;
}
.chatFull a {
     font-family:Arial Black;
     font-style: italic;
     color: #D87093;
     font-weight: bolder;
}
/* при нажатии -отошел- исчезает ник */
.chatUserAway[title="Отошел"], .chatPeople ul.chatPeopleList li[title="Отошел"].hover {
display: none;.chatUserAway[title="Отошел"] .chatUserWrapper 
display: none;
}
  option[value="ONLINE"] {
  background: #6DAE81;
  color: #000;
}
 option[value="AWAY"],
 option[value="DND"],
 option[value="CUSTOM"] {
 font-family: 'Arial Black' !important;
 background: #000;
 color: #000;
 font-style: italic;
}
 option[value="EXIT"] {
 font-family: 'Arial Black' !important;
 background: #E63244;
 color: #000;
 font-style: italic;
}
.chatMessage a {
    position: relative;
    color:  #000;
}
.chat {
    border:  5px double rgba(120, 133, 139, 1);
    border-radius: 3px;
}
.user-2056213 a.chatUser+img[title="Модератор"] { display: none; }