/*
 * @Desc: 
 * @Auth: Hrc
 * @Date: 2021-06-16 10:12:53
 */
@import './zj-client-msg.scss';
@import './zj-client-editor.scss';

#YSF-BTN-HOLDER {
  display: none;
}

/**
 * @desc: 公用样式
 */
.zj-small-btn {
  padding: 8px 22px !important;
  font-size: 12px !important;
}

.zjtodo__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  zoom: 1;
  z-index: 2001;
  &.small-win {
    background: transparent;
  }
  &.small-win .zjtodo__chat {
    box-shadow: none;
  }
  &.shadow {
    box-shadow: 0 2px 8px 1px rgba(23, 23, 26, 0.2);
  }
  &.fullscreen {
    left: 0 !important;
    top: 0 !important;
  }
}

.zjtodo__chat {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.zjtodo__chat .zjkf__chat-header {
  background-color: #f2f2f2;
  height: $chat-header-h;
  line-height: $chat-header-h;
  padding: 0 10px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  > .__title {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Microsoft YaHei', '微软雅黑', '宋体', helvetica, 'Hiragino Sans GB', MicrosoftYaHei;
    color: #333333;
  }
  > .__tools {
  }
}
