/* стартовая страница логина*/
#login-app .login{
 	background: white!important; 
}

/* Виджет */
#widget-app.widget-app_web-button { 
  padding: 0 !important;
}

#widget-app .widget-button .widget-button__icon {
  background-color: #003C96!important;
  border-color:  #003C96!important;
  color: #FFFFFF!important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

/* Задать новый вопрос */
#widget-app .csi__footer .csi__continue-chat .el-button--text
{
  color: #003C96 !important;
}

/* CSI Готово */
#widget-app .csi__submit-rate .el-button--primary
{
    color: #fff !important;
    background-color: #003C96 !important;
    border-color: #003C96 !important;
}

/* header*/
#widget-app .header
{
  background-color: #003C96!important;
  border-color:  #003C96!important;
  color: #FFFFFF!important;
}


/* Крестик */
#widget-app .widget-close
{
    
    background: #003C96 !important;
    color: #ffffff;
}

/* Имя сервиса */
#widget-app  .container .messages .message__name
{
    color: #003C96 !important;
    font-size: 15px !important;
    font-family: Gilroy,sans-serif !important;
}

/* Текст сервиса */
#widget-app  .container .messages .message__text
{
font-size: 15px !important;
font-family: Gilroy,sans-serif !important;
}

/* Текст кнопки */
#widget-app  .container .messages .chat-buttons .chat-buttons__button
{
font-size: 15px !important;
font-family: Gilroy,sans-serif !important;
}

/* Показать предыдущие обращения */

#widget-app .container .show-previous__button .el-button--text 
{
	color: #003C96 !important;
  font-family: Gilroy,sans-serif !important;
}
#widget-app .container .show-previous__button
{
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }

/* Написание сообщения */
#widget-app .container .resize-observer .message-input__textarea .el-textarea .el-textarea__inner
{
     font-size: 15px !important;
    font-family: Gilroy, sans-serif !important;
}



/* Скрепка */
#widget-app .container .resize-observer .message-input .message-input__upload .el-button--text
{
 color: #003C96 !important;
 font-size: 20px !important;
}
#widget-app .container .resize-observer .message-input .message-input__send .el-button--text
{
 color: #003C96 !important;
 font-size: 20px !important;
}

/* стиль для отображения ID заявки в тикете
#ticket-app .ticket .ticket-detail__unique-id {
  font-size: 15px;
} */

/* активная вкладка заявки */
.ticket-container .ticket-tabs__tab_active{
  background-color: #7fa671!important;
}
.ticket-container .ticket-tabs__tab_active .ticket-tabs__tab-name{
 color: white!important;
}

/* окно шаблонов ответа в заявке */
.kb-templates {
 min-height: 245px; 
}
.kb-templates__list{
  max-height: 245px;
}

#ticket-app .ticket-list .ticket-list__column-freeze{
    background: #C0C0C0 !important;
}

/* хром нет смайлов */
.emoji-box__tab-result{
  opacity: 1;
}

/*Скрытие классификатора отзыва*/
.ticket-fields__custom-field-367 {
	display:none 
}

}
