/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
.wrapper {
  position: relative;
  left: 50%;
  width: 1000px;
  height: 600px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.chat-system {
  display: flex;
 /* -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07); */
  height: calc(100vh - 160px); }
  .chat-system .hamburger {
    display: none; cursor:pointer}
  .chat-system .user-list-box {
    width: 30%;
    max-width: 280px;
    border: 1px solid #ebedf2;
    border-radius: 6px;
    background: #fff; margin-right: 10px; }
	.chat-system .user-list-box .staff-search {border-bottom: 1px solid #e0e6ed;}
	.chat-system .user-list-box .staff-search .new-connect-btn{}
    .chat-system .user-list-box .search {
      position: relative;
	  border-radius: 4px;border: 1px solid #e9e9ef;
      width: 145px;
       }
	  .chat-system .user-list-box .search button{background-color: transparent;}
      .chat-system .user-list-box .search svg {
        content: "\f169";
        color: #acb0c3;
       }
    .chat-system .user-list-box input {  padding-left:18px; font-size: 13px; width: 100%; color: #3b3f5c; border: 0; outline: none; background: #ffffff; height:35px; }
    .chat-system .user-list-box .people {
      padding: 0;
      overflow: auto;
      position: relative;
      margin: auto;
      width: 100%;
      overflow: auto;
      height: calc(100vh - 252px); }
      .chat-system .user-list-box .people .person {
        position: relative;
        width: 100%;
        padding: 12px 15px 5px;
        cursor: pointer;
        border-bottom: 1px solid #e0e6ed; }
		.chat-system .user-list-box .people .person.active{background-color: #f2f2fa;}
        .chat-system .user-list-box .people .person.border-none {
          border-bottom: none; }

.person {
  display: inline-block; }

.chat-system .user-list-box .people .person .user-info {
  display: flex; }
  .chat-system .user-list-box .people .person .user-info .f-head img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    box-shadow: 0px 0px 14px 3px rgba(126, 142, 177, 0.24); }
  .chat-system .user-list-box .people .person .user-info .f-body {
    width: 100%; }
    .chat-system .user-list-box .people .person .user-info .f-body .meta-info .user-name {
      font-size: 14px;
      color: #3b3f5c;
      font-weight: 700; }
    .chat-system .user-list-box .people .person .user-info .f-body .meta-info .user-meta-time {
      font-size: 12px;
      /* position: absolute;
      top: 16px;
      right: 11px; */
      /* color: #888ea8; */
      font-weight: 700;
      /* float: right; */ }
    .chat-system .user-list-box .people .person .user-info .f-body .preview {
      font-size: 13px;
      display: inline-block;
      overflow: hidden !important;
      width: 70%;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #888ea8; }

.chat-system .user-list-box .people .person:hover .user-info .f-head img {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2); }

.chat-system .user-list-box .people .person:hover .user-info .f-body .meta-info .user-name, .chat-system .user-list-box .people .person:hover .user-info .f-body .meta-info .user-meta-time {
  color: #059ae0; }

.chat-system .user-list-box .people .person.active:after, .chat-system .user-list-box .people .person:hover:after {
  display: none; }

.chat-system .chat-box {
  position: relative;
  width: 100%;
  height: 616px;
  background-image: url(../../img/bg03.jpg);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  height: calc(100vh - 160px);    border: 1px solid #ebedf2;
    border-radius: 6px;     background-size: contain; }
  .chat-system .chat-box .chat-not-selected {
    display: flex;
    height: 100%;
    justify-content: center; }
    .chat-system .chat-box .chat-not-selected p {
      align-self: center;
      font-size: 18px;
      color: #3b3f5c;
      margin-bottom: 0;

      background: #bfc9d4;
      padding: 7px 20px;
      border-radius: 6px;
      -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
      box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
      .chat-system .chat-box .chat-not-selected p svg {
        vertical-align: middle;
        color: #888ea8; }
  .chat-system .chat-box .overlay-phone-call {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 160px);
    z-index: 4 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: #059ae0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%232b50ed' cx='50' cy='0' r='50'/%3E%3Cg fill='%233154ea' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233658e8' cx='50' cy='100' r='50'/%3E%3Cg fill='%233c5be5' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23415fe2' cx='50' cy='200' r='50'/%3E%3Cg fill='%234662df' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%234b66dc' cx='50' cy='300' r='50'/%3E%3Cg fill='%235069d9' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23546cd5' cx='50' cy='400' r='50'/%3E%3Cg fill='%23596fd2' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%235e72cf' cx='50' cy='500' r='50'/%3E%3Cg fill='%236275cb' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%236678c8' cx='50' cy='600' r='50'/%3E%3Cg fill='%236b7bc4' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%236f7ec0' cx='50' cy='700' r='50'/%3E%3Cg fill='%237381bc' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%237783b8' cx='50' cy='800' r='50'/%3E%3Cg fill='%237c86b4' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%238089b0' cx='50' cy='900' r='50'/%3E%3Cg fill='%23848bac' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23888ea8' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: contain; }
    .chat-system .chat-box .overlay-phone-call.phone-call-show {
      display: block;
      opacity: 1; }
    .chat-system .chat-box .overlay-phone-call > div {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }
      .chat-system .chat-box .overlay-phone-call > div .calling-user-info {
        padding: 20px 16px; }
        .chat-system .chat-box .overlay-phone-call > div .calling-user-info svg {
          font-size: 28px;
          margin-right: 12px;
          color: #fff;
          vertical-align: middle;
          cursor: pointer; }
        .chat-system .chat-box .overlay-phone-call > div .calling-user-info .user-name {
          font-size: 20px;
          color: #fff;
          vertical-align: middle;
          margin-right: 8px; }
        .chat-system .chat-box .overlay-phone-call > div .calling-user-info .call-status {
          vertical-align: sub;
          color: #fff;
          font-size: 10px;
          font-weight: 600; }
      .chat-system .chat-box .overlay-phone-call > div .calling-user-img {
        text-align: center; }
        .chat-system .chat-box .overlay-phone-call > div .calling-user-img img {
          border-radius: 50%;
          border: 4px solid #ebedf2; }
        .chat-system .chat-box .overlay-phone-call > div .calling-user-img .timer {
          visibility: hidden;
          font-size: 16px;
          font-weight: 600;
          margin-top: 7px;
          color: #fff; }
          .chat-system .chat-box .overlay-phone-call > div .calling-user-img .timer .minutes, .chat-system .chat-box .overlay-phone-call > div .calling-user-img .timer .seconds {
            color: #ffffff; }
      .chat-system .chat-box .overlay-phone-call > div .calling-options {
        text-align: center; }
        .chat-system .chat-box .overlay-phone-call > div .calling-options svg {
          font-size: 25px;
          border-radius: 50%;
          padding: 11px;
          background: #2196f3;
          margin-bottom: 23px;
          color: #fff;
          cursor: pointer;
          width: 48px;
          height: 46px;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
          .chat-system .chat-box .overlay-phone-call > div .calling-options svg:hover {
            -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02); }
          .chat-system .chat-box .overlay-phone-call > div .calling-options svg:not(:last-child) {
            margin-right: 7px; }
          .chat-system .chat-box .overlay-phone-call > div .calling-options svg.switch-to-microphone {
            position: relative; }
            .chat-system .chat-box .overlay-phone-call > div .calling-options svg.switch-to-microphone.micro-off:after {
              content: '';
              height: 35px;
              width: 2px;
              background: #fff;
              position: absolute;
              left: 20px;
              top: 6px; }
          .chat-system .chat-box .overlay-phone-call > div .calling-options svg.cancel-call {
            background-color: #e7515a; }
  .chat-system .chat-box .overlay-video-call {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 179px);
    z-index: 4 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: #059ae0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%232b50ed' cx='50' cy='0' r='50'/%3E%3Cg fill='%233154ea' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233658e8' cx='50' cy='100' r='50'/%3E%3Cg fill='%233c5be5' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23415fe2' cx='50' cy='200' r='50'/%3E%3Cg fill='%234662df' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%234b66dc' cx='50' cy='300' r='50'/%3E%3Cg fill='%235069d9' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23546cd5' cx='50' cy='400' r='50'/%3E%3Cg fill='%23596fd2' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%235e72cf' cx='50' cy='500' r='50'/%3E%3Cg fill='%236275cb' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%236678c8' cx='50' cy='600' r='50'/%3E%3Cg fill='%236b7bc4' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%236f7ec0' cx='50' cy='700' r='50'/%3E%3Cg fill='%237381bc' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%237783b8' cx='50' cy='800' r='50'/%3E%3Cg fill='%237c86b4' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%238089b0' cx='50' cy='900' r='50'/%3E%3Cg fill='%23848bac' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23888ea8' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: contain; }
    .chat-system .chat-box .overlay-video-call.video-call-show {
      display: block;
      opacity: 1; }
    .chat-system .chat-box .overlay-video-call.onConnect {
      background-image: url(../../../assets/img/640x426.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-attachment: unset; }
    .chat-system .chat-box .overlay-video-call .video-caller {
      position: absolute;
      height: 112px;
      width: 173px;
      bottom: 8px;
      right: 8px; }
    .chat-system .chat-box .overlay-video-call > div {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }
      .chat-system .chat-box .overlay-video-call > div .calling-user-info {
        padding: 20px 16px; }
        .chat-system .chat-box .overlay-video-call > div .calling-user-info svg {
          font-size: 28px;
          margin-right: 12px;
          color: #fff;
          cursor: pointer; }
        .chat-system .chat-box .overlay-video-call > div .calling-user-info .user-name {
          font-size: 20px;
          color: #fff;
          margin-right: 8px; }
        .chat-system .chat-box .overlay-video-call > div .calling-user-info .call-status {
          color: #fff;
          font-size: 10px;
          font-weight: 600;
          margin-top: 10px; }
        .chat-system .chat-box .overlay-video-call > div .calling-user-info .timer {
          visibility: hidden;
          font-size: 16px;
          font-weight: 600;
          color: #fff; }
          .chat-system .chat-box .overlay-video-call > div .calling-user-info .timer .minutes, .chat-system .chat-box .overlay-video-call > div .calling-user-info .timer .seconds {
            margin-bottom: 0;
            color: #ffffff; }
      .chat-system .chat-box .overlay-video-call > div .calling-user-img {
        text-align: center; }
        .chat-system .chat-box .overlay-video-call > div .calling-user-img img {
          border-radius: 50%;
          border: 4px solid #ebedf2; }
      .chat-system .chat-box .overlay-video-call > div .calling-options {
        text-align: center; }
        .chat-system .chat-box .overlay-video-call > div .calling-options svg {
          border-radius: 50%;
          padding: 10px;
          background: #2196f3;
          margin-bottom: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
          width: 47px;
          height: 48px; }
          .chat-system .chat-box .overlay-video-call > div .calling-options svg:hover {
            -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02); }
          .chat-system .chat-box .overlay-video-call > div .calling-options svg:not(:last-child) {
            margin-right: 7px; }
          .chat-system .chat-box .overlay-video-call > div .calling-options svg.switch-to-microphone {
            position: relative; }
            .chat-system .chat-box .overlay-video-call > div .calling-options svg.switch-to-microphone.micro-off:after {
              content: '';
              height: 35px;
              width: 2px;
              background: #fff;
              position: absolute;
              transform: rotate(46deg);
              left: 20px;
              top: 6px; }
          .chat-system .chat-box .overlay-video-call > div .calling-options svg.cancel-call {
            background-color: #e7515a; }
  .chat-system .chat-box .chat-box-inner {
    height: auto; }
    .chat-system .chat-box .chat-box-inner .chat-meta-user {
      display: none; }
      .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active {
        display: flex;
        width: 100%;
        justify-content: space-between;
        background-color: #fafafa;
        border-top-right-radius: 6px; }
      .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name {
        padding: 14px 15px 15px 15px; }
        .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span {
          font-size: 15px;
          color: #888ea8; }
          .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span img {
            width: 45px;
            height: 45px;
            border-radius: 7px;
            border-radius: 10px;
            margin-top: 0px;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
            margin-right: 10px; }
          .chat-system .chat-box .chat-box-inner .chat-meta-user .current-chat-user-name span .name {
            color: #0e1726;
            font-weight: 600; }
      .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg {
        cursor: pointer;
        color: #888ea8;
        margin-right: 6px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        fill: rgba(0, 23, 55, 0.08); }
        .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg:hover {
          color: #059ae0;
          fill: rgba(27, 85, 226, 0.239216); }
        .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn svg:not(:last-child) {
          margin-right: 9px; }
      .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu {
        box-shadow: rgba(113, 106, 202, 0.2) 0px 0px 15px 1px;
        top: 15px !important;
        padding: 10px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial; }
        .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a {
          font-size: 12px;
          font-weight: 700;
          color: #888ea8;
          padding: 11px 8px; }
          .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a svg {
            color: #888ea8;
            margin-right: 6px;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            fill: rgba(0, 23, 55, 0.08); }
          .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a.dropdown-item.active, .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a.dropdown-item:active {
            background-color: transparent; }
          .chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active .chat-action-btn .dropdown-menu a:hover svg {
            color: #059ae0;
            fill: rgba(27, 85, 226, 0.239216); }
    .chat-system .chat-box .chat-box-inner .chat-conversation-box {
      position: relative;
      margin: auto;
      width: 100%;
      height:calc(100% - 111px);
      overflow-y: auto; }
      .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat {
        position: relative;
        display: none;
        overflow: hidden;
        padding: 30px 0;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat {
          display: block;
          display: -webkit-flex;
          display: flex; }
          .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble {
            -moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
            -o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
            -webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
            transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(1) {
              -moz-animation-duration: 0.15s;
              -webkit-animation-duration: 0.15s;
              animation-duration: 0.15s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(2) {
              -moz-animation-duration: 0.3s;
              -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(3) {
              -moz-animation-duration: 0.45s;
              -webkit-animation-duration: 0.45s;
              animation-duration: 0.45s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(4) {
              -moz-animation-duration: 0.6s;
              -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(5) {
              -moz-animation-duration: 0.75s;
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(6) {
              -moz-animation-duration: 0.9s;
              -webkit-animation-duration: 0.9s;
              animation-duration: 0.9s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(7) {
              -moz-animation-duration: 1.05s;
              -webkit-animation-duration: 1.05s;
              animation-duration: 1.05s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(8) {
              -moz-animation-duration: 1.2s;
              -webkit-animation-duration: 1.2s;
              animation-duration: 1.2s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(9) {
              -moz-animation-duration: 1.35s;
              -webkit-animation-duration: 1.35s;
              animation-duration: 1.35s; }
            .chat-system .chat-box .chat-box-inner .chat-conversation-box .chat.active-chat .bubble:nth-of-type(10) {
              -moz-animation-duration: 1.5s;
              -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s; }
  .chat-system .chat-box .chat-footer {
    display: none; }
    .chat-system .chat-box .chat-footer.chat-active {
      display: block;
      padding: 6px 10px;
      background: #fff;
      border-bottom-right-radius: 6px; }
  .chat-system .chat-box .chat-form {
    position: relative; }
  /* .chat-system .chat-box .chat-input svg {
    position: absolute;
    color: #888ea8;
    left: 11px;
    top: 12px;
    fill: rgba(0, 23, 55, 0.08); } */
  .chat-system .chat-box .chat-input input {
    font-size: 16px;
    width: 100%;
    color: #3b3f5c;
    border: 0;
    outline: none;
    padding: 12px 16px 12px 43px;
    border: 1px dashed #888ea8;
    background: #fafafa; }
    .chat-system .chat-box .chat-input input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #888ea8; }
    .chat-system .chat-box .chat-input input::-moz-placeholder {
      /* Firefox 19+ */
      color: #888ea8; }
    .chat-system .chat-box .chat-input input:-ms-input-placeholder {
      /* IE 10+ */
      color: #888ea8; }
    .chat-system .chat-box .chat-input input:-moz-placeholder {
      /* Firefox 18- */
      color: #888ea8; }
  .chat-system .chat-box .bubble {

    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 9px 18px;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-break: break-word;
     }

    .chat-system .chat-box .bubble {
      float: left;

      -webkit-align-self: flex-start;
      align-self: flex-start;
      -moz-animation-name: slideFromLeft;
      -webkit-animation-name: slideFromLeft;
      animation-name: slideFromLeft;
       }
	   .chat-system .chat-box .bubble  .head-po{width: 32px;height: 32px; border-radius: 100%;overflow: hidden;}
	   .chat-system .chat-box .bubble  .head-po img{}
    .chat-system .chat-box .bubble .info{position: relative;margin: 0 15px;max-width: calc(100% - 60px);}

	 .chat-system .chat-box .bubble .info .con{
		 position: relative;
		 padding: 15px;
		 border-radius: 0 5px 5px 5px;
		 background-color: #fff;
		 -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
		 box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
	 }
	  .chat-system .chat-box .bubble.me .info .con{ background-color:#059ae0;color: #fff;}
	 .chat-system .chat-box .bubble .info .con:before {
	   position: absolute;
	   top: 0;
	   color: #fff;
	   left: -1px;

	   background-color: #fff;
	   display: block;
	   width: 12px;
	   height: 8px;
	   content: '\00a0';
	   -moz-transform: rotate(38deg) skew(-52deg);
	   -ms-transform: rotate(38deg) skew(-52deg);
	   -webkit-transform: rotate(38deg) skew(-52deg);
	   transform: rotate(38deg) skew(-52deg); }
	   .chat-system .chat-box .bubble.me .info .con:before{background-color: #059ae0; }

  .chat-system .chat-box .conversation-start {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    text-align: center; }
    .chat-system .chat-box .conversation-start span {
      font-size: 12px;
      color: #3b3f5c;
      margin-bottom: 0;
      font-weight: 700;
      background: #fff;
      padding: 7px 20px;
      border-radius: 6px;
      -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
      box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }

@keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }

@-webkit-keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }

@keyframes slideFromRight {
  0% {
    margin-right: -200px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    margin-right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }

@-webkit-keyframes slideFromRight {
  0% {
    margin-right: -200px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    margin-right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }

.credits {
  color: white;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  right: 15px; }
  .credits a {
    color: white;
    text-decoration: none; }
.chat-system .chat-box .chat-form { position: relative; display:flex; justify-content:space-between; align-items:flex-start; }
.chat-form-left { position:relative; width:calc(100% - 195px);  }
.chat-form-left .mail-write-box { width:100%; min-height:92px; background:#f9f9fb; border: 1px solid #e9e9ef; border-radius: 6px; padding:10px;resize:none ;padding-right:150px}
.chat-form-left   .chat-tip{position: absolute;left:50px; top: -50px; padding: 30px 100px;background-color: rgba(5, 154, 224,.6);border-radius: 8px 8px 8px 0;
color: #FFFFFF;}

.chat-form-left   .chat-tip:before{content: "";position: absolute;
	   bottom: -30px;
	   color: #fff;
	   left: -3px;
	   display: block;
	   width: 0;
	   height: 0;
	  border-left: 0 solid transparent;

	  border-right: 20px solid transparent;
	  border-bottom: 0 solid transparent;
	  border-top: 30px solid rgba(5, 154, 224,.6);
	 transform: rotate(0) skew(-10deg);
	   /* -moz-transform: rotate(38deg) skew(-52deg);
	   -ms-transform: rotate(38deg) skew(-52deg);
	   -webkit-transform: rotate(38deg) skew(-52deg);
	   transform: rotate(38deg) skew(-72deg); */}

.chat-form-left   .chat-tip{position: absolute;left:50px; top: -90px; padding: 30px 100px;background-color: rgba(5, 154, 224,.6);border-radius: 8px 8px 8px 0;
color: #FFFFFF;}

.chat-form-left   .chat-tip:before{content: "";position: absolute;
	   bottom: -30px;
	   color: #fff;
	   left: -3px;


	   display: block;
	   width: 0;
	   height: 0;
	  border-left: 0 solid transparent;

	  border-right: 20px solid transparent;
	  border-bottom: 0 solid transparent;

	  border-top: 30px solid rgba(5, 154, 224,.6);
	 transform: rotate(0) skew(-10deg);
	   /* -moz-transform: rotate(38deg) skew(-52deg);
	   -ms-transform: rotate(38deg) skew(-52deg);
	   -webkit-transform: rotate(38deg) skew(-52deg);
	   transform: rotate(38deg) skew(-72deg); */}

.chat-form-right { position:relative;width: 180px; }
.chat-form-right .els-choose { position:relative;  }
.chat-form-right .els-choose .file-upload { position:relative; }
.chat-form-right .els-choose .file-upload .upload-btn { position:relative; display:block; border-radius:100%; border:1px solid #ddd; width:36px; height:36px; text-align:center; line-height:34px; margin:0 0 12px; }
.chat-form-right .els-choose .file-upload .upload-items { position:absolute; right:0; bottom:60px; background:#fff; z-index:99; border-radius: 6px; box-shadow:0 0 10px rgba(0, 0, 0, .2); top:auto!important; left:auto!important; transform:none !important; }
.chat-form-right .els-choose .file-upload .upload-items .scroll-wrap { max-height:300px}
.chat-form-right .send-btn { position:relative; width:100%; background:#059ae0; color:#fff; border-radius:5px; line-height:38px;
 border:none; font-size:14px; margin-top: 10px;}
.chat-form-right .send-btn svg { margin-left:6px; -moz-transform:rotate(45deg) translateY(-2px); -webkit-transform:rotate(45deg) translateY(-2px); -ms-transform:rotate(45deg) translateY(-2px); -o-transform:rotate(45deg) translateY(-2px); transform:rotate(45deg) translateY(-2px); }
.chat-form-right .els-choose .expression-upload { }
.chat-form-right .els-choose .expression-upload .expression-items { position:relative;width:525px; padding:13px 15px; }
.chat-form-right .els-choose .expression-upload .expression-items img.img-exp { cursor:pointer; margin:7px 4px; }
img.img-exp { position:relative; display:inline; max-width:25px; margin:7px 5px; }
.chat-form-right .els-choose .img-upload .image-items { width:620px; padding:0; }
.chat-form-right .els-choose .img-upload .image-items .img-content-scroll { max-height:460px; margin:0; padding:0; background:none !important; overflow:hidden; position:relative; }
.chat-form-right .els-choose .img-upload .image-items .custom-file-top { padding:20px 10px; }
.chat-form-right .els-choose .file-upload .custom-file-container__image-multi-preview{ width:90px;}
.image-items-footer { position:relative; display:flex; justify-content:space-between; align-items:center; border-top:1px solid #e0e0e0; padding:20px 25px; }
.image-items-footer .left { position:relative; }
.image-items-footer .left .button, .image-items-footer .left em, .image-items-footer .img-send-btn { position:relative; display:block; height:36px; width:130px; border-radius:25px; text-align:center; border:1px solid #059ae0; font-size:13px; overflow:hidden; -moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s; }
.image-items-footer .left:hover em,.image-items-footer .img-send-btn:hover{ background:#059ae0;;color:#fff;}
.image-items-footer .left .button { opacity:0; }
.image-items-footer .left .custom-file-container__custom-file { position:absolute !important; left:0 !important; top:0 !important; margin:0 !important; width:100%; height:100%; }
.image-items-footer .left em { position:absolute; left:0; top:0; }
.image-items-footer .left em, .image-items-footer .img-send-btn { line-height:34px; }


 .chat-form-right .els-choose .img-upload .image-items .custom-file-top ::-webkit-scrollbar {
width:5px;
}
.chat-form-right .els-choose .img-upload .image-items .custom-file-top ::-webkit-scrollbar-track {
background-color:#fff;
}
.chat-form-right .els-choose .img-upload .image-items .custom-file-top ::-webkit-scrollbar-thumb {
background-color:#c2e8cf;
}
.chat-system .select2-container{margin: 0 !important;}
.chat-system .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 2px 10px;height: 32px;
	line-height: 30px;border-color: #ccc;font-size: 13px;
}

.chat-system .select2-container--default .select2-selection--single .select2-selection__arrow{width: auto;height: auto;top: 12px;right: 17px;}
.chat-system .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;background-position: center;background-repeat: no-repeat;display: block;width: 10px; height: 10px;margin: 0 !important;
	left: 0; top: 0;
 background-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23999999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');}
/* span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple{border-color: #ccc;}
.select2-container--default .select2-search--dropdown .select2-search__field{border-color: #ccc;padding: 0 10px;margin: 7px 0;}
.select2-results__option{padding:7px 10px;}
.select2-results__option[aria-selected]{font-weight: normal;color: #333333;} */
/*shortcut-btn-items*/
.shortcut-btn-items{ position:absolute; right:8px; top:50%; margin-top:-37px;}
.shortcut-btn-items .product-share,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn{ position:relative; display:block; padding: 0 13px 0 21px;line-height:31px; border:1px solid #ddd; margin:0 0 7px; background:#fff;}
.shortcut-btn-items .product-share em,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn em{letter-spacing:4px;}
.shortcut-btn-items .product-share svg,.shortcut-btn-items .shortcut-reply .shortcut-reply-btn svg{ position:relative; width:14px; height:14px;-moz-transform:translateY(-1px);  -webkit-transform:translateY(-1px); -o-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px);}
.shortcut-btn-items .shortcut-reply{}
.shortcut-btn-items .shortcut-reply .shortcut-reply-btn{}
.shortcut-btn-items .shortcut-reply .shortcut-reply-btn em{}
.shortcut-btn-items .shortcut-reply .shortcut-reply-btn svg{}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box{ width:679px;  padding:10px 0 25px;left: auto !important;
    right: -30px !important;
    transform: none !important; top:auto !important; bottom:50px !important;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt{ position:relative;justify-content:flex-end; }
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt .edit{ cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt svg{color:#666;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt .box-close{cursor:pointer; margin:0 12px;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .opt .box-close svg{}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap{ position:relative;height:300px}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul{ padding:0; margin:0; font-size:12px;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li{ position:relative;padding:15px 100px 15px 15px; border-bottom:1px solid #eee; cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li .send{ position:absolute; right:12px; top:14px; cursor:pointer;}
.shortcut-btn-items .shortcut-reply .shortcut-reply-box .scroll-wrap ul li .send svg{color:#666}

/*.toggle-wrap*/
.toggle-wrap{}
.toggle-wrap .toggle-title{}
.toggle-wrap .toggle-title svg{}
.toggle-wrap .toggle-content{ position:absolute;display: none; left:5%; top:100%; width:90%; border: 1px solid #e0e6ed;z-index: 999;box-shadow: rgb(113 106 202 / 20%) 0px 0px 15px 1px; background:#fff;}
.toggle-wrap .toggle-content .content{position:relative;width:100%;}
.toggle-wrap .toggle-content .content textarea{position:relative; padding:10px; width:100%;min-height:98px; border:none; font-size: 13px; border-bottom:1px solid #eee;}
.toggle-wrap .toggle-content .footer{ padding:10px; text-align:right;}
.bg-10a37f .tooltip-inner{ background:#059ae0 !important; border-radius:3px; font-size: 13px;}
.bg-10a37f .arrow:before{ border-top-color:#059ae0 !important}


.chat-system .chat-box  .chat  .bubble .spinner-border{width: 18px;
    height: 18px;
    border-width: 2px;}
.sing-language-con.trans-text-con{position: relative; padding: 20px;background-color: #f5f5f5;border-radius:5px}

.sing-language-con.trans-text-con .ico_copy  {position: absolute;right: 10px; bottom:15px;}
@media (max-width: 1199px) {
  .chat-system .user-list-box {
    width: 220px; }
  .chat-system .chat-box {
     }
    .chat-system .chat-box .overlay-video-call .video-caller {
      height: 68px;
      width: 68px; } 
    .chat-form-left .chat-tip{padding:20px 70px;}
}

@media (max-width: 991px) {
  .chat-system .chat-box {
    border-radius: 6px; }
    .chat-system .chat-box .overlay-video-call .video-caller {
      height: 67px;
      width: 83px; }
     .chat-form-left .chat-tip{padding:20px 50px;;left:0} 
    
}
@media (max-width:850px){
    .chat-system .chat-box .chat-form{display:block !important;}
    .chat-system .chat-box .chat-box-inner .chat-conversation-box{    height: calc(100% - 131px);}
    .chat-form-left .chat-tip{padding:10px 20px;left:0}
    .chat-form-left .mail-write-box{    min-height: 52px;}
    .chat-form-left .shortcut-btn-items{    margin-top: -20px;}
    .chat-form-left{width:100%}
    .chat-form-right{width:100%}
    .shortcut-btn-items .shortcut-reply .shortcut-reply-btn + p{display:none}
}
@media (max-width: 767px) {
    
  .chat-system .hamburger {
    padding: 7px 10px 7px 10px;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    align-self: center;
    position: fixed;
    top: 118px;
    right: 9px;
    display: block;
    z-index: 78;
    background-color: #515365;
    border-radius: 50%; }
  .chat-system .user-list-box {
    position: absolute;
    z-index: 40;
    left: -341px;
    width: 305px; }
    .chat-system .user-list-box.user-list-box-show {
      position: absolute;
      z-index: 34;
      left: 15px;
      border-radius: 0;height: calc(100vh - 160px); }
  .chat-system .chat-box {
    width: 100%; }
    .chat-system .chat-box .overlay-video-call .video-caller {
      height: 75px;
      width: 110px; } 
    .shortcut-btn-items .shortcut-reply .shortcut-reply-box{width:320px}
}

@media (max-width: 575px) {
  .chat-system .chat-box .overlay-video-call .video-caller {
    bottom: 83px; }
  .chat-system .chat-box .conversation-start span:before, .chat-system .chat-box .conversation-start span:after {
    background-color: transparent; } 
    .chat-form-left .chat-tip{top:-50px }
    .chat-system .chat-box .bubble{padding-left:5px;padding-right:5px}
    .chat-system .chat-box .bubble{flex-wrap: wrap;}
    .chat-system .chat-box .bubble .info{width:100%;max-width:100%}
    .chat-system .hamburger{top:88px}
    .chat-system .chat-box .bubble .info{margin:0 5px}
    .chat-system .chat-box .bubble .info time{margin:5px 0 ;display:block}
    .chat-form-left .mail-write-box{padding-right:10px}
    .shortcut-btn-items .shortcut-reply .shortcut-reply-btn{display:none}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .chat-system .chat-box .overlay-phone-call {
    background-image: none; }
  .chat-system .chat-box .overlay-video-call {
    background-image: none; }
    .chat-system .chat-box .overlay-video-call.onConnect {
      background-attachment: local; } }
