/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-15966bd7] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-15966bd7] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-15966bd7]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-15966bd7]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-15966bd7]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-15966bd7]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-15966bd7] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-15966bd7] {
  pointer-events: none;
}
#nprogress .bar[data-v-15966bd7] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-15966bd7] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-15966bd7] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-15966bd7] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-15966bd7 400ms linear infinite;
  animation: nprogress-spinner-15966bd7 400ms linear infinite;
}
.nprogress-custom-parent[data-v-15966bd7] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-15966bd7],
.nprogress-custom-parent #nprogress .bar[data-v-15966bd7] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-15966bd7 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-15966bd7 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.chat-list-component[data-v-15966bd7] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f7f7f7;
}
.chat-list-component .list-header[data-v-15966bd7] {
  padding: 15px;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-list-component .conversation-list[data-v-15966bd7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.chat-list-component .conversation-list[data-v-15966bd7]::-webkit-scrollbar {
  width: 6px;
}
.chat-list-component .conversation-list[data-v-15966bd7]::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}
.chat-list-component .conversation-list .conversation-item[data-v-15966bd7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
}
.chat-list-component .conversation-list .conversation-item[data-v-15966bd7]:hover {
  background: #e6e6e6;
}
.chat-list-component .conversation-list .conversation-item.active[data-v-15966bd7] {
  background: #ccecf8;
}
.chat-list-component .conversation-list .conversation-item.is-top[data-v-15966bd7] {
  background: #f0f0f0;
}
.chat-list-component .conversation-list .conversation-item.is-top.active[data-v-15966bd7] {
  background: #ccecf8;
}
.chat-list-component .conversation-list .conversation-item .avatar-wrapper[data-v-15966bd7] {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper[data-v-15966bd7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper .row-top[data-v-15966bd7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper .row-top .name[data-v-15966bd7] {
  font-weight: 500;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper .row-top .time[data-v-15966bd7] {
  color: #999;
  font-size: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper .row-bottom[data-v-15966bd7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-list-component .conversation-list .conversation-item .content-wrapper .row-bottom .msg-preview[data-v-15966bd7] {
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-68cd135b] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-68cd135b] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-68cd135b]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-68cd135b]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-68cd135b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-68cd135b]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-68cd135b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-68cd135b] {
  pointer-events: none;
}
#nprogress .bar[data-v-68cd135b] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-68cd135b] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-68cd135b] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-68cd135b] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-68cd135b 400ms linear infinite;
  animation: nprogress-spinner-68cd135b 400ms linear infinite;
}
.nprogress-custom-parent[data-v-68cd135b] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-68cd135b],
.nprogress-custom-parent #nprogress .bar[data-v-68cd135b] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-68cd135b {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-68cd135b {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.chat-contact-list[data-v-68cd135b] {
  height: 100%;
  overflow-y: auto;
  background: #fff;
}
.chat-contact-list .contact-list .contact-item[data-v-68cd135b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f5f5f5;
}
.chat-contact-list .contact-list .contact-item[data-v-68cd135b]:hover {
  background-color: #f5f7fa;
}
.chat-contact-list .contact-list .contact-item.active[data-v-68cd135b] {
  background-color: #e6f7ff;
  border-right: 2px solid #1890ff;
}
.chat-contact-list .contact-list .contact-item .avatar-wrapper[data-v-68cd135b] {
  margin-right: 12px;
  position: relative;
}
.chat-contact-list .contact-list .contact-item .contact-info[data-v-68cd135b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.chat-contact-list .contact-list .contact-item .contact-info .top-row[data-v-68cd135b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.chat-contact-list .contact-list .contact-item .contact-info .top-row .nickname[data-v-68cd135b] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-contact-list .contact-list .contact-item .contact-info .bottom-row[data-v-68cd135b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-contact-list .contact-list .contact-item .contact-info .bottom-row .status-indicator[data-v-68cd135b] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #52c41a;
  margin-right: 6px;
  display: inline-block;
}
.chat-contact-list .contact-list .contact-item .contact-info .bottom-row .status-text[data-v-68cd135b] {
  font-size: 14px;
  color: #999;
}
.chat-contact-list .empty-state[data-v-68cd135b] {
  padding: 40px 0;
  text-align: center;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-2604bc67] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-2604bc67] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-2604bc67]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-2604bc67]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-2604bc67]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-2604bc67]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-2604bc67] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-2604bc67] {
  pointer-events: none;
}
#nprogress .bar[data-v-2604bc67] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-2604bc67] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-2604bc67] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-2604bc67] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-2604bc67 400ms linear infinite;
  animation: nprogress-spinner-2604bc67 400ms linear infinite;
}
.nprogress-custom-parent[data-v-2604bc67] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-2604bc67],
.nprogress-custom-parent #nprogress .bar[data-v-2604bc67] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-2604bc67 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-2604bc67 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.chat-window-container[data-v-2604bc67] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
}
.chat-window-container .chat-card[data-v-2604bc67] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  background: transparent;
}
.chat-window-container .chat-header[data-v-2604bc67] {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}
.chat-window-container .chat-header .chat-title[data-v-2604bc67] {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.chat-window-container .message-list[data-v-2604bc67] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #f5f5f5;
}
.chat-window-container .message-list[data-v-2604bc67]::-webkit-scrollbar {
  width: 6px;
}
.chat-window-container .message-list[data-v-2604bc67]::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}
.chat-window-container .message-list .loading-more[data-v-2604bc67] {
  text-align: center;
  margin-bottom: 10px;
}
.chat-window-container .message-list .read-receipt[data-v-2604bc67] {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  color: #b4b9c1;
}
.chat-window-container .message-list .read-receipt.read[data-v-2604bc67] {
  color: #7c8490;
}
.chat-window-container .message-list .message-row[data-v-2604bc67] {
  margin-bottom: 20px;
}
.chat-window-container .message-list .message-row .time-stamp[data-v-2604bc67] {
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  margin-bottom: 10px;
}
.chat-window-container .message-list .message-row .msg-content-wrapper[data-v-2604bc67] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chat-window-container .message-list .message-row .msg-content-wrapper .avatar[data-v-2604bc67] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  border-radius: 4px;
}
.chat-window-container .message-list .message-row .msg-content-wrapper .message-body[data-v-2604bc67] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 60%;
}
.chat-window-container .message-list .message-row .msg-content-wrapper .bubble[data-v-2604bc67] {
  background: #fff;
  padding: 9px 13px;
  border-radius: 4px;
  max-width: 100%;
  word-break: break-all;
  font-size: 16px;
  color: #000;
  position: relative;
}
.chat-window-container .message-list .message-row.my-msg .msg-content-wrapper[data-v-2604bc67] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.chat-window-container .message-list .message-row.my-msg .msg-content-wrapper .avatar[data-v-2604bc67] {
  margin-right: 0;
  margin-left: 10px;
}
.chat-window-container .message-list .message-row.my-msg .msg-content-wrapper .bubble[data-v-2604bc67] {
  background: #95ec69;
}
.chat-window-container .message-list .message-row.my-msg .msg-content-wrapper .message-body[data-v-2604bc67] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chat-window-container .input-area[data-v-2604bc67] {
  height: 180px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-window-container .input-area .action-bar-top[data-v-2604bc67] {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-window-container .input-area .chat-input[data-v-2604bc67] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  background: transparent;
  font-size: 16px;
}
.chat-window-container .input-area .chat-input[data-v-2604bc67]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chat-window-container .input-area .action-bar-bottom[data-v-2604bc67] {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat-window-container .input-area .action-bar-bottom button[data-v-2604bc67] {
  background: #f5f5f5;
  color: #606060;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
}
.chat-window-container .input-area .action-bar-bottom button[data-v-2604bc67]:hover {
  background: #129611;
  color: #fff;
  border-color: #129611;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-c7e6d6ee] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c7e6d6ee] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c7e6d6ee]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-c7e6d6ee]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-c7e6d6ee]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-c7e6d6ee]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c7e6d6ee] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c7e6d6ee] {
  pointer-events: none;
}
#nprogress .bar[data-v-c7e6d6ee] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c7e6d6ee] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-c7e6d6ee] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c7e6d6ee] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-c7e6d6ee 400ms linear infinite;
  animation: nprogress-spinner-c7e6d6ee 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c7e6d6ee] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c7e6d6ee],
.nprogress-custom-parent #nprogress .bar[data-v-c7e6d6ee] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c7e6d6ee {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c7e6d6ee {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.chat-layout-container[data-v-c7e6d6ee] {
  padding: 20px;
  background: #F0F2F5;
  height: calc(100vh - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat-layout-container .chat-wrapper[data-v-c7e6d6ee] {
  width: 1000px;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.chat-layout-container .chat-wrapper .nav-sidebar[data-v-c7e6d6ee] {
  width: 60px;
  background: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.chat-layout-container .chat-wrapper .nav-sidebar .nav-item[data-v-c7e6d6ee] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 4px;
  color: #999;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chat-layout-container .chat-wrapper .nav-sidebar .nav-item[data-v-c7e6d6ee]:hover {
  color: #fff;
}
.chat-layout-container .chat-wrapper .nav-sidebar .nav-item.active[data-v-c7e6d6ee] {
  color: #07c160;
}
.chat-layout-container .chat-wrapper .list-sidebar[data-v-c7e6d6ee] {
  width: 250px;
  background: #f7f7f7;
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-layout-container .chat-wrapper .chat-main[data-v-c7e6d6ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
}
.chat-layout-container .chat-wrapper .chat-main .chat-window-wrapper[data-v-c7e6d6ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.chat-layout-container .chat-wrapper .chat-main .chat-window-wrapper[data-v-c7e6d6ee] .chat-window-container {
  padding: 0;
  min-height: 0;
  height: 100%;
  background: transparent;
}
.chat-layout-container .chat-wrapper .chat-main .chat-window-wrapper[data-v-c7e6d6ee] .chat-window-container .chat-card {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.chat-layout-container .chat-wrapper .chat-main .empty-state[data-v-c7e6d6ee] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

