﻿/* Scss Document */
/* DO NOT EDIT THIS FILE AND ITS COMPILED FILE OF CHAT.CSS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("animated.css");
.switch {
  font-size: 1rem;
  position: relative; }
  .switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0; }
    .switch input + label {
      position: relative;
      min-width: calc(calc(2.375rem * .8) * 2);
      border-radius: calc(2.375rem * .8);
      height: calc(2.375rem * .8);
      line-height: calc(2.375rem * .8);
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem); }
    .switch input + label::before,
    .switch input + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(calc(2.375rem * .8) * 2);
      bottom: 0;
      display: block; }
    .switch input + label::before {
      right: 0;
      background-color: #dee2e6;
      border-radius: calc(2.375rem * .8);
      transition: 0.2s all; }
    .switch input + label::after {
      top: 2px;
      left: 2px;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background-color: white;
      transition: 0.2s all; }
    .switch input:checked + label::before {
      background-color: #ff0000; }
    .switch input:checked + label::after {
      margin-left: calc(2.375rem * .8); }
    .switch input:focus + label::before {
      outline: none;
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
    .switch input:disabled + label {
      color: #868e96;
      cursor: not-allowed; }
    .switch input:disabled + label::before {
      background-color: #e9ecef; }
  .switch.switch-sm {
    font-size: 0.875rem; }
    .switch.switch-sm input + label {
      min-width: 50px;
      height: 25px;
      line-height: 24.8px;
      text-indent: 57.6px; }
    .switch.switch-sm input + label::before {
      width: calc(calc(1.9375rem * .8) * 2); }
    .switch.switch-sm input + label::after {
      width: calc(calc(1.9375rem * .8) - calc(2px * 2));
      height: calc(calc(1.9375rem * .8) - calc(2px * 2)); }
    .switch.switch-sm input:checked + label::after {
      margin-left: calc(1.9375rem * .8); }
  .switch.switch-lg {
    font-size: 1.25rem; }
    .switch.switch-lg input + label {
      min-width: calc(calc(3rem * .8) * 2);
      height: calc(3rem * .8);
      line-height: calc(3rem * .8);
      text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem); }
    .switch.switch-lg input + label::before {
      width: calc(calc(3rem * .8) * 2); }
    .switch.switch-lg input + label::after {
      width: calc(calc(3rem * .8) - calc(2px * 2));
      height: calc(calc(3rem * .8) - calc(2px * 2)); }
    .switch.switch-lg input:checked + label::after {
      margin-left: calc(3rem * .8); }
  .switch + .switch {
    margin-left: 1rem; }

/* Media Query Break Point START */
/* Media Query Break Point END */
body {
  -webkit-overflow-scrolling: touch; }

.d-none {
  display: none !important; }

/*Chat main CSS START*/
.chat-wrapper {
  font-family: "Open Sans", sans-serif;
  transition: 0.5s all ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  position: relative;
  background-color: white;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .chat-wrapper ::-webkit-scrollbar {
    width: 10px; }
  .chat-wrapper ::-webkit-scrollbar-track {
    border-radius: 10px; }
  .chat-wrapper ::-webkit-scrollbar-thumb {
    background: #afafb0;
    border-radius: 10px; }
  .chat-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #868788; }
  .chat-wrapper .btn-orange {
    background: #ffa977;
    color: #fff; }
  .chat-wrapper .btn-blue {
    background-color: #0e324c;
    color: #fff; }
  .chat-wrapper .bg-purple {
    background-color: #ab47bc !important; }
  .chat-wrapper.hide-participants-panel .section-left {
    display: none; }
  .chat-wrapper.hide-participants-panel .section-right {
    width: 100%; }
    .chat-wrapper.hide-participants-panel .section-right .collapse-link {
      display: none; }
    .chat-wrapper.hide-participants-panel .section-right .chat-header {
      padding: 6.5px 10px 6.5px 10px; }
  .chat-wrapper.collapse-participants-panel .section-left {
    margin-left: -300px; }
    @media only screen and (max-width: 700px) {
      .chat-wrapper.collapse-participants-panel .section-left {
        margin-left: -100%; } }
  .chat-wrapper.collapse-participants-panel .section-right {
    width: 100%; }
    .chat-wrapper.collapse-participants-panel .section-right .collapse-link .fa-chevron-left:before {
      content: '\f054'; }
  .chat-wrapper.page-chat {
    border: 1px solid #eee;
    margin-bottom: 50px;
    overflow: hidden; }
    .chat-wrapper.page-chat .full-screen-link {
      display: inline-flex !important; }
  .chat-wrapper.browser-notification-bar-active {
    padding-top: 40px; }
    .chat-wrapper.browser-notification-bar-active .browser-notification-bar {
      display: block;
      min-height: 40px; }
    @media only screen and (max-width: 767px) {
      .chat-wrapper.browser-notification-bar-active {
        padding-top: 0; }
        .chat-wrapper.browser-notification-bar-active .browser-notification-bar {
          display: none; } }
  .chat-wrapper.visible-moderator-panel .user-summary-area {
    display: block; }
  .chat-wrapper.visible-moderator-panel .section-left .participant-area {
    height: calc(100% - 54px); }
  .chat-wrapper .user-summary-area {
    display: none;
    padding: 8.5px 10px;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee; }
    .chat-wrapper .user-summary-area p {
      margin: 0;
      font-size: 13px;
      color: #7f7f7f; }
  .chat-wrapper .browser-notification-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1a73e8;
    z-index: 2;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: none; }
    @media only screen and (min-width: 992px) {
      .chat-wrapper .browser-notification-bar {
        font-size: 0.73vw; } }
    .chat-wrapper .browser-notification-bar a {
      color: #fff;
      text-decoration: underline;
      font-weight: 600; }
  .chat-wrapper .pre-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: RGBA(255, 255, 255, 0.9); }
  .chat-wrapper .bg-info {
    background: #00bcd4 !important;
    color: #fff !important; }
  .chat-wrapper .username-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: RGBA(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }
    .chat-wrapper .username-box .btn-close {
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 1;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      padding: 0;
      justify-content: center;
      background-color: #F73E2F;
      color: #fff;
      outline: 0 !important; }
    .chat-wrapper .username-box .modal-content {
      width: 290px;
      padding: 0; }
    .chat-wrapper .username-box .modal-body {
      padding: 20px; }
    .chat-wrapper .username-box h5 {
      text-align: center;
      font-weight: 700;
      color: #0e324c;
      font-size: 19px;
      border-bottom: 1px solid #d6d6d6;
      padding-bottom: 15px;
      margin-top: 0;
      margin-bottom: 20px; }
    .chat-wrapper .username-box .insert-username-area {
      position: relative; }
      .chat-wrapper .username-box .insert-username-area .form-control {
        min-height: 40px;
        border-radius: 20px;
        box-shadow: none; }
      .chat-wrapper .username-box .insert-username-area .btn-blue {
        border-radius: 20px;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        min-height: 40px;
        font-weight: 700; }
        .chat-wrapper .username-box .insert-username-area .btn-blue:hover {
          background-color: #224863;
          color: #fff; }
  .chat-wrapper .title-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #3c4043;
    font-size: 22px;
    font-weight: 600; }
    .chat-wrapper .title-bar .icon-hold {
      width: 35px;
      height: 35px;
      padding: 5px;
      background-color: #eeeeee;
      border-radius: 50%;
      margin-right: 10px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .chat-wrapper .title-bar .icon-hold img {
        width: 100%; }
  .chat-wrapper .section-left {
    width: 300px;
    background-color: white;
    height: 100%;
    border-right: 1px solid #eeeeee;
    transition: 0.5s all ease; }
    @media only screen and (max-width: 700px) {
      .chat-wrapper .section-left {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; } }
    .chat-wrapper .section-left .title-bar {
      padding: 10px;
      box-sizing: border-box;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      min-height: 45px;
      overflow: hidden;
      position: relative;
      display: none; }
      .chat-wrapper .section-left .title-bar .collapse-link {
        width: 51px;
        height: 51px;
        padding: 5px;
        background-color: #0e324c;
        border-radius: 50%;
        margin-right: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        top: 1px;
        right: -25px;
        padding-left: 12px;
        color: #fff;
        z-index: 1; }
        @media only screen and (min-width: 701px) {
          .chat-wrapper .section-left .title-bar .collapse-link {
            display: none; } }
    .chat-wrapper .section-left .participant-header {
      padding: 5px 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      min-height: 52px;
      /*border-bottom: 1px solid #eee;*/
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 700px) {
        .chat-wrapper .section-left .participant-header {
          display: flex;
          padding-right: 35px; } }
      .chat-wrapper .section-left .participant-header .collapse-link {
        width: 45px;
        height: 45px;
        padding: 5px;
        background-color: #0e324c;
        border-radius: 50%;
        margin-right: 0;
        font-size: 16px;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        top: 0;
        right: -20px;
        padding-left: 12px;
        color: #fff;
        z-index: 1;
        display: none; }
        @media only screen and (max-width: 700px) {
          .chat-wrapper .section-left .participant-header .collapse-link {
            display: flex; } }
        .chat-wrapper .section-left .participant-header .collapse-link:hover, .chat-wrapper .section-left .participant-header .collapse-link:focus {
          text-decoration: none; }
      .chat-wrapper .section-left .participant-header .label {
        font-size: 12px;
        font-weight: 500;
        padding: 2px 5px; }
      .chat-wrapper .section-left .participant-header h2 {
        margin: 0;
        color: #3c4043;
        font-size: 14px;
        font-weight: 600;
        display: inline-block; }
        .chat-wrapper .section-left .participant-header h2 i {
          background-color: white;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 13px; }
    .chat-wrapper .section-left .left-search {
      max-width: 300px;
      padding: 5px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
      border-radius: 8px;
      background-color: white;
      margin: auto auto 10px auto;
      min-height: 48px;
      position: relative;
      overflow: hidden; }
      .chat-wrapper .section-left .left-search:hover {
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
      .chat-wrapper .section-left .left-search:after {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: "\f002";
        font-size: 15px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        color: #000;
        border: 0 !important;
        line-height: 0; }
      .chat-wrapper .section-left .left-search input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 5px 5px 5px 35px; }
        .chat-wrapper .section-left .left-search input:focus {
          outline: 0; }
    .chat-wrapper .section-left .participant-area {
      padding-top: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /*height: calc(100vh - 56px);*/
      height: 100%;
      position: relative; }
      .chat-wrapper .section-left .participant-area.open-moderate .participar-user {
        height: calc(100% - 226px);
        transition: 0.5s all ease; }
        .chat-wrapper .section-left .participant-area.open-moderate .participar-user .user-list {
          /*height: calc(100vh - 341px);*/ }
      .chat-wrapper .section-left .participant-area.open-moderate .modratorlist .user-list {
        max-height: 178px;
        transition: 0.5s all ease;
        overflow-y: hidden; }
        .chat-wrapper .section-left .participant-area.open-moderate .modratorlist .user-list:hover {
          overflow-y: auto; }
        @media only screen and (max-width: 1024px) {
          .chat-wrapper .section-left .participant-area.open-moderate .modratorlist .user-list {
            overflow-y: auto; }
            .chat-wrapper .section-left .participant-area.open-moderate .modratorlist .user-list:hover {
              overflow-y: auto; } }
      .chat-wrapper .section-left .participant-area.open-moderate .btn-moderator .fa-plus-square:before {
        content: "\f146"; }
    .chat-wrapper .section-left .participar-user {
      height: calc(100% - 52px);
      transition: 0.5s all ease;
      /*height: 100%;*/ }
      .chat-wrapper .section-left .participar-user .user-list {
        /*height: calc(100vh - 148px);*/
        position: relative;
        /*height: calc(100% - 54px);*/
        height: 100%;
        overflow-y: hidden; }
        .chat-wrapper .section-left .participar-user .user-list:hover {
          overflow-y: auto; }
        @media only screen and (max-width: 1024px) {
          .chat-wrapper .section-left .participar-user .user-list {
            overflow-y: auto; }
            .chat-wrapper .section-left .participar-user .user-list:hover {
              overflow-y: auto; } }
    .chat-wrapper .section-left .user-list {
      list-style: none;
      margin: 0;
      padding: 0;
      transition: 0.5s all ease; }
      .chat-wrapper .section-left .user-list .user-item {
        padding: 4px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        /*border-bottom: 1px solid $gray-light;*/ }
        .chat-wrapper .section-left .user-list .user-item:hover {
          background-color: #f8f8f8; }
          .chat-wrapper .section-left .user-list .user-item:hover .actions .dropdown-toggle {
            opacity: 1;
            pointer-events: inherit;
            cursor: pointer; }
        .chat-wrapper .section-left .user-list .user-item .profile-picture {
          position: relative;
          width: 32px;
          height: 32px;
          border-radius: 50%; }
          .chat-wrapper .section-left .user-list .user-item .profile-picture .avatar-title {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px; }
          .chat-wrapper .section-left .user-list .user-item .profile-picture .status {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: white;
            position: absolute;
            bottom: 0;
            right: 0;
            border: 1px solid white; }
            .chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-2 {
              background-color: red !important; }
            .chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-1 {
              background-color: green !important; }
            .chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-0 {
              background-color: white !important;
              border: 1px solid #3c4043 !important; }
          .chat-wrapper .section-left .user-list .user-item .profile-picture img {
            width: 32px;
            height: 32px;
            border-radius: 50%; }
        .chat-wrapper .section-left .user-list .user-item .user-name {
          width: 100%;
          font-size: 14px;
          color: #202124;
          padding: 0 0 0 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .chat-wrapper .section-left .user-list .user-item .actions .dropdown.open .dropdown-toggle {
          opacity: 1;
          pointer-events: inherit; }
        .chat-wrapper .section-left .user-list .user-item .actions .dropdown-toggle {
          font-size: 20px;
          padding: 0;
          width: 32px;
          height: 32px;
          background-color: white;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #3c4043;
          opacity: 0;
          pointer-events: none; }
          @media only screen and (max-width: 992px) {
            .chat-wrapper .section-left .user-list .user-item .actions .dropdown-toggle {
              opacity: 1; } }
          .chat-wrapper .section-left .user-list .user-item .actions .dropdown-toggle:hover, .chat-wrapper .section-left .user-list .user-item .actions .dropdown-toggle:focus {
            background-color: #eeeeee;
            text-decoration: none; }
        .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu {
          left: inherit;
          right: 0;
          border-radius: 4px;
          box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
          border: 0;
          outline: 1px solid transparent;
          padding: 5px;
          min-width: 350px; }
          .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu li {
            padding: 8px 10px; }
            .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu li:not(:last-child) {
              border-bottom: 1px solid #eeeeee; }
            .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu li a {
              padding: 0; }
              .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu li a:hover {
                background-image: none;
                background-color: #eeeeee; }
          .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu .user-more-info {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row; }
            .chat-wrapper .section-left .user-list .user-item .actions .dropdown-menu .user-more-info .user-name {
              font-size: 14px;
              line-height: 1.9; }
    .chat-wrapper .section-left .modratorlist {
      border-radius: 0px;
      /*margin: 15px;*/
      background: #fff;
      position: relative;
      overflow: hidden;
      border-top: 1px solid #eee;
      transition: 0.5s all ease;
      /*&:before {
                content: '\f106';
                font-size: 15px;
                position: absolute;
                top: 0;
                right: 0;
                font-family: 'Font Awesome 5 Pro';
            }*/ }
      .chat-wrapper .section-left .modratorlist .user-list {
        max-height: 0;
        transition: 0.5s all ease;
        margin: 0;
        position: relative; }
      .chat-wrapper .section-left .modratorlist .btn {
        width: 100%;
        font-size: 16px;
        padding: 12px 10px;
        /*margin: 10px auto;*/
        display: flex;
        outline: 0;
        justify-content: space-between;
        align-items: center;
        color: #3c4043;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 0;
        min-height: 54px; }
        .chat-wrapper .section-left .modratorlist .btn:active {
          box-shadow: none; }
        .chat-wrapper .section-left .modratorlist .btn.btn-light {
          background-color: white; }
        .chat-wrapper .section-left .modratorlist .btn .leftside {
          display: flex;
          align-items: center; }
        .chat-wrapper .section-left .modratorlist .btn .label {
          font-size: 12px;
          font-weight: 500;
          padding: 2px 5px;
          min-height: 21px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 5px; }
        .chat-wrapper .section-left .modratorlist .btn i {
          background-color: #fff;
          /*width: 30px;
                    height: 30px;*/
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 13px; }
        .chat-wrapper .section-left .modratorlist .btn:focus {
          outline: 0; }
  .chat-wrapper .section-right {
    width: calc(100% - 300px);
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 700px) {
      .chat-wrapper .section-right {
        width: 100%;
        top: 0;
        right: 0; } }
    .chat-wrapper .section-right .collapse-link {
      width: 45px;
      height: 45px;
      padding: 5px;
      background-color: #0e324c;
      border-radius: 50%;
      margin-right: 10px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: absolute;
      top: 1px;
      left: -20px;
      padding-right: 12px;
      color: #fff;
      z-index: 1;
      outline: 0;
      /*i {
                transform: rotate(190deg);
            }*/ }
      .chat-wrapper .section-right .collapse-link:hover, .chat-wrapper .section-right .collapse-link:focus, .chat-wrapper .section-right .collapse-link:active {
        text-decoration: none;
        outline: 0; }
      .chat-wrapper .section-right .collapse-link:hover {
        background-color: #224863; }
    .chat-wrapper .section-right .chat-wrap-both {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      /*height: calc(100% - 56px);*/
      background: white;
      height: calc(100% - 51px); }
      .chat-wrapper .section-right .chat-wrap-both:hover .chat-top {
        overflow-y: auto; }
      .chat-wrapper .section-right .chat-wrap-both.no-chat-filter .chat-filter {
        display: none; }
      .chat-wrapper .section-right .chat-wrap-both.no-chat-filter .chat-top {
        max-height: 100%; }
      .chat-wrapper .section-right .chat-wrap-both .chat-top {
        max-height: calc(100% - 96px); }
        @media only screen and (min-width: 1025px) {
          .chat-wrapper .section-right .chat-wrap-both .chat-top {
            overflow-y: auto; }
            .chat-wrapper .section-right .chat-wrap-both .chat-top::-webkit-scrollbar-thumb {
              visibility: hidden; }
            .chat-wrapper .section-right .chat-wrap-both .chat-top:hover::-webkit-scrollbar-thumb {
              visibility: visible; } }
        @media only screen and (max-width: 1024px) {
          .chat-wrapper .section-right .chat-wrap-both .chat-top {
            overflow-y: auto; }
            .chat-wrapper .section-right .chat-wrap-both .chat-top:hover {
              overflow-y: auto; } }
    .chat-wrapper .section-right .chat-filter {
      padding: 0 10px;
      margin-bottom: auto;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .chat-wrapper .section-right .chat-filter .dropdown-menu {
          border: 0;
          box-shadow: none;
          border-radius: 0;
          padding: 2px;
          box-sizing: border-box;
          margin: 0;
          min-width: inherit;
          float: inherit;
          position: relative;
          display: block;
          z-index: 0; } }
      @media only screen and (max-width: 767px) {
        .chat-wrapper .section-right .chat-filter .open > .dropdown-menu {
          display: flex;
          flex-direction: column;
          right: 0;
          left: inherit; } }
      .chat-wrapper .section-right .chat-filter .btn-primary {
        width: 100%;
        background-image: none;
        border: 0;
        color: #3c4043;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0;
        background-color: #fff;
        box-shadow: none;
        outline: 0;
        text-align: right; }
        @media only screen and (min-width: 768px) {
          .chat-wrapper .section-right .chat-filter .btn-primary {
            display: none; } }
        .chat-wrapper .section-right .chat-filter .btn-primary:focus {
          outline: 0; }
      .chat-wrapper .section-right .chat-filter a {
        display: inline-flex;
        padding: 8px 15px;
        opacity: 0.8;
        border-bottom: 1px solid transparent;
        align-items: center; }
        .chat-wrapper .section-right .chat-filter a:hover, .chat-wrapper .section-right .chat-filter a:focus {
          text-decoration: none; }
        .chat-wrapper .section-right .chat-filter a:hover {
          opacity: 1; }
        .chat-wrapper .section-right .chat-filter a.active {
          border-bottom: 0;
          background: rgba(51, 51, 51, 0.05);
          font-weight: 600;
          border-radius: 8px; }
          @media only screen and (max-width: 767px) {
            .chat-wrapper .section-right .chat-filter a.active {
              border-radius: 0; } }
    .chat-wrapper .section-right .chat-room-area {
      width: 100%;
      /*overflow-y: auto;*/
      /*max-height: calc(100vh - 151px);*/ }
      .chat-wrapper .section-right .chat-room-area .messages {
        width: 100%;
        background-color: white;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-end;
        padding: 10px; }
        .chat-wrapper .section-right .chat-room-area .messages .message-seprator {
          width: 100%;
          margin-bottom: 3rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          position: relative; }
          .chat-wrapper .section-right .chat-room-area .messages .message-seprator:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #f0eff5;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0; }
          .chat-wrapper .section-right .chat-room-area .messages .message-seprator .label {
            background-color: #0e324c;
            color: white;
            font-size: 14px;
            position: relative;
            z-index: 1; }
        .chat-wrapper .section-right .chat-room-area .messages .message-item {
          width: 100%;
          margin-bottom: 3rem;
          position: relative; }
          .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            justify-content: space-between;
            position: relative;
            margin-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top {
                margin-bottom: 8px; } }
            .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links {
              display: flex;
              margin-top: -10px; }
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .link-circle {
                font-size: 20px;
                padding: 0;
                width: 32px;
                height: 32px;
                background-color: #fff;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #3c4043; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .link-circle:hover {
                  background-color: #f8f8f8; }
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .fav-link {
                position: relative; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .fav-link span {
                  background-color: #0e324c;
                  width: 18px;
                  height: 18px;
                  display: inline-flex;
                  position: absolute;
                  top: -1px;
                  right: -2px;
                  border-radius: 50%;
                  align-items: center;
                  justify-content: center;
                  font-size: 13px;
                  font-weight: 600;
                  color: #fff;
                  border: 1px solid #fff; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .fav-link svg {
                  width: 18px;
                  height: 18px;
                  fill: #BDBFC7; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .fav-link.favrated {
                  background-color: #eeeeee; }
                  .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .fav-link.favrated svg {
                    fill: #0086ff; }
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .qamark-link {
                color: #BDBFC7; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .qamark-link.active {
                  color: #0086ff; }
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .dropdown-menu {
                left: inherit;
                right: 0;
                border-radius: 4px;
                box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
                border: 0;
                outline: 1px solid transparent;
                padding: 0; }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .dropdown-menu li > a {
                  padding: 6px 10px;
                  font-size: 14px; }
                  .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .dropdown-menu li > a:hover {
                    background-color: #eeeeee;
                    background-image: none; }
                  .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links .dropdown-menu li > a i {
                    margin-right: 8px; }
              .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links a {
                color: #3c4043;
                /*i {
                                    width: 30px;
                                    height: 30px;
                                    border-radius: 50%;
                                    align-items: center;
                                    justify-content: center;
                                    display: inline-flex;
                                }

                                .fa-star {
                                    background-color: #efd1f9;

                                    &:hover {
                                        background-color: #ecbffb;
                                    }
                                }

                                .fa-external-link-square-alt {
                                    background: #e8deec;

                                    &:hover {
                                        background-color: #d5bede;
                                    }
                                }

                                .fa-times-square {
                                    background: #fee6ea;

                                    &:hover {
                                        background-color: #f5b9c3;
                                    }
                                }*/ }
                .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links a:hover, .chat-wrapper .section-right .chat-room-area .messages .message-item .message-top .quick-links a:focus {
                  text-decoration: none; }
          .chat-wrapper .section-right .chat-room-area .messages .message-item span[class*="chat-mention"] {
            background-color: #cab600;
            display: inline-flex;
            padding: 3px 6px;
            font-size: 12px;
            font-weight: bold;
            line-height: 1;
            color: #ffffff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 20px;
            align-items: center; }
        .chat-wrapper .section-right .chat-room-area .messages .message-avatar {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          align-items: flex-start;
          width: calc(100% - 40px); }
          @media only screen and (max-width: 576px) {
            .chat-wrapper .section-right .chat-room-area .messages .message-avatar {
              width: calc(100% - 30px); } }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .avatar {
            display: inline-block;
            margin-bottom: 0;
            height: 35px;
            width: 35px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 0; }
            @media only screen and (max-width: 576px) {
              .chat-wrapper .section-right .chat-room-area .messages .message-avatar .avatar {
                height: 25px;
                width: 25px;
                margin-right: 5px; } }
            .chat-wrapper .section-right .chat-room-area .messages .message-avatar .avatar img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              border-radius: 50%; }
            .chat-wrapper .section-right .chat-room-area .messages .message-avatar .avatar .avatar-title {
              width: 33px;
              height: 33px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 19px; }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .name-info {
            width: calc(100% - 45px);
            margin-left: 45px; }
            @media only screen and (max-width: 576px) {
              .chat-wrapper .section-right .chat-room-area .messages .message-avatar .name-info {
                width: calc(100% - 35px); } }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar h5 {
            font-size: 13px;
            margin: 0;
            font-weight: 600;
            color: #0e324c;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center; }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .name {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            line-height: normal;
            /*@include respond-to($brkmx576) {
                            display: block;
                            margin-bottom: 5px;
                        }*/ }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .label {
            border-radius: 10px;
            display: inline-block; }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .time {
            color: #828282;
            margin-top: 0px;
            font-size: 11px;
            margin: 0 3px;
            display: inline-block; }
          .chat-wrapper .section-right .chat-room-area .messages .message-avatar .badgespeaker {
            display: inline-block; }
        .chat-wrapper .section-right .chat-room-area .messages .message-content {
          background: #f8f8f8;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          border-radius: 7px;
          padding: 6px;
          margin-left: 45px;
          font-size: 13px;
          position: relative;
          word-break: break-word;
          word-wrap: break-word;
          position: relative; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content:hover .highlight-option {
            display: flex; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .message p:first-child {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .message p, .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .message br {
            display: none; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content.show-all-txt p {
            display: inherit !important;
            -webkit-line-clamp: inherit !important;
            -webkit-box-orient: inherit !important;
            overflow: inherit !important;
            text-overflow: inherit !important; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content.show-all-txt br {
            display: block; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content.show-all-txt .read-msg-link .read-more-txt {
            display: none; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content.show-all-txt .read-msg-link .read-less-txt {
            display: block; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .read-msg-link {
            display: inline-block; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .read-msg-link .read-more-txt {
              display: block; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content.rejected-message-content .read-msg-link .read-less-txt {
              display: none; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.bg-option1 {
            background-color: #FFCED2 !important; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.bg-option2 {
            background-color: #BBEEF1 !important; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.bg-option3 {
            background-color: #FFFF99 !important; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content.bg-option4 {
            background-color: #f8f8f8 !important; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content .read-msg-link {
            display: none; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option {
            display: none;
            position: absolute;
            top: -5px;
            right: 0; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .colorpick {
              width: 13px;
              height: 13px;
              border-radius: 50%;
              margin: 0 2px;
              border: 1px solid #acacad;
              cursor: pointer; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .bg-option1 {
              background-color: #FFCED2; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .bg-option2 {
              background-color: #BBEEF1; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .bg-option3 {
              background-color: #FFFF99; }
            .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .bg-option4 {
              background-color: #f8f8f8; }
          .chat-wrapper .section-right .chat-room-area .messages .message-content p {
            color: #0e324c;
            margin: 0; }
    .chat-wrapper .section-right .chat-footer {
      padding: 8px 30px;
      box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.05);
      background-color: white;
      position: relative; }
      .chat-wrapper .section-right .chat-footer .alert-message-sending-fail {
        position: absolute;
        top: -54px;
        width: calc(100% - 30px);
        left: 0;
        border-radius: 25px;
        padding: 5px 15px;
        margin: 15px;
        font-size: 14px; }
        .chat-wrapper .section-right .chat-footer .alert-message-sending-fail .close {
          top: 0;
          right: -6px;
          color: inherit;
          opacity: 1;
          text-shadow: none; }
      .chat-wrapper .section-right .chat-footer.sending .message-send-icon {
        display: block; }
      .chat-wrapper .section-right .chat-footer .message-send-icon {
        position: absolute;
        top: -20px;
        right: 15px;
        font-style: italic;
        font-size: 11px;
        display: none; }
        .chat-wrapper .section-right .chat-footer .message-send-icon img {
          max-height: 5px; }
      .chat-wrapper .section-right .chat-footer .message-counter {
        position: absolute;
        top: -55px;
        right: 15px; }
        .chat-wrapper .section-right .chat-footer .message-counter .counter-number {
          background-color: #ffffff;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          color: #0e324c;
          font-weight: bold;
          margin-bottom: -5px;
          position: relative;
          z-index: 1;
          border: 1px solid #ccc; }
        .chat-wrapper .section-right .chat-footer .message-counter .down-link {
          color: #fff;
          font-size: 16px;
          background-color: #224863;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .chat-wrapper .section-right .chat-footer .message-counter .down-link:hover, .chat-wrapper .section-right .chat-footer .message-counter .down-link:focus {
            text-decoration: none;
            opacity: 0.9; }
      .chat-wrapper .section-right .chat-footer form {
        display: flex;
        position: relative; }
      .chat-wrapper .section-right .chat-footer .chat-form-control {
        border-radius: 20px;
        height: auto;
        min-height: 20px;
        max-height: 150px;
        overflow-y: auto;
        position: relative;
        padding-left: 45px; }
        .chat-wrapper .section-right .chat-footer .chat-form-control:empty:after {
          content: 'Type Message...';
          position: absolute;
          top: 6px;
          left: 45px;
          font-size: 14px;
          color: #a9a9a9; }
        .chat-wrapper .section-right .chat-footer .chat-form-control:empty ~ .form-buttons .send-btn {
          background-color: #eeeeee !important;
          pointer-events: none;
          transition: 0.5s all ease; }
      .chat-wrapper .section-right .chat-footer .form-buttons {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        margin-left: 10px;
        align-self: flex-end; }
        .chat-wrapper .section-right .chat-footer .form-buttons .smiley-btn {
          position: absolute;
          bottom: 8px;
          left: 15px; }
        .chat-wrapper .section-right .chat-footer .form-buttons .btn {
          margin-left: 0px;
          color: #BDBFC7;
          font-size: 20px;
          padding: 0;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px;
          outline: 0;
          background-color: #f1f1f4; }
          .chat-wrapper .section-right .chat-footer .form-buttons .btn.active {
            color: #fff !important;
            background-color: #0e324c; }
        .chat-wrapper .section-right .chat-footer .form-buttons .btn:last-child {
          margin-right: 0; }
        .chat-wrapper .section-right .chat-footer .form-buttons .send-btn {
          width: 38px;
          height: 38px;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #fff !important;
          background-color: #0e324c;
          transition: 0.5s all ease; }
          .chat-wrapper .section-right .chat-footer .form-buttons .send-btn.disabled {
            color: #BDBFC7 !important;
            background-color: #f1f1f4 !important;
            pointer-events: none; }
    .chat-wrapper .section-right .message-alert {
      border-left: 5px solid #d9edf7;
      margin: 1px 5px 0 5px;
      padding: 0 8px; }
  .chat-wrapper .chat-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    background-color: #fff;
    /* border-bottom: 1px solid #eee;*/
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .chat-wrapper .chat-header .title-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      color: #3c4043;
      font-size: 22px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .chat-wrapper .chat-header .title-bar {
          align-items: center;
          font-size: 16px; } }
      .chat-wrapper .chat-header .title-bar .icon-hold {
        width: 35px;
        height: 35px;
        padding: 5px;
        background-color: #eeeeee;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .chat-wrapper .chat-header .title-bar .icon-hold img {
          width: 100%; }
    .chat-wrapper .chat-header .profile-bar .link-circle {
      width: 30px;
      height: 30px;
      background-color: white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 16px;
      color: #3c4043; }
      .chat-wrapper .chat-header .profile-bar .link-circle:hover, .chat-wrapper .chat-header .profile-bar .link-circle:focus {
        background-color: #f0eff5;
        text-decoration: none; }
    .chat-wrapper .chat-header .profile-bar .full-screen-link {
      display: none; }
    .chat-wrapper .chat-header .profile-bar .close-link {
      background-color: #fbe9e9; }
      .chat-wrapper .chat-header .profile-bar .close-link:hover {
        background-color: #F73E2F;
        color: white; }
    .chat-wrapper .chat-header .profile-bar > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0; }
      .chat-wrapper .chat-header .profile-bar > ul > li:not(:last-child) {
        margin-right: 2px; }
    .chat-wrapper .chat-header .profile-bar .profile-dropdown .link-circle {
      /*background-color: $bluedark;
                    color: #fff;
                    position: relative;*/
      background-color: transparent;
      color: #000;
      font-size: 20px;
      position: relative; }
      .chat-wrapper .chat-header .profile-bar .profile-dropdown .link-circle img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        border-radius: 50%; }
    .chat-wrapper .chat-header .profile-bar .profile-dropdown a {
      color: #3c4043; }
      .chat-wrapper .chat-header .profile-bar .profile-dropdown a:hover, .chat-wrapper .chat-header .profile-bar .profile-dropdown a:focus {
        text-decoration: none; }
    .chat-wrapper .chat-header .profile-bar .profile-dropdown .dropdown-menu {
      left: inherit;
      right: 0;
      border-radius: 4px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      border: 0;
      outline: 1px solid transparent;
      padding: 0; }
      .chat-wrapper .chat-header .profile-bar .profile-dropdown .dropdown-menu li > a {
        padding: 6px 10px;
        font-size: 14px; }
        .chat-wrapper .chat-header .profile-bar .profile-dropdown .dropdown-menu li > a:hover {
          background-image: none;
          background-color: #fafafa; }
        .chat-wrapper .chat-header .profile-bar .profile-dropdown .dropdown-menu li > a i {
          margin-right: 8px; }
  .chat-wrapper.viewer-screen.collapse-participants-panel .section-left {
    opacity: 0;
    margin-left: -180px; }
    @media only screen and (max-width: 1500px) {
      .chat-wrapper.viewer-screen.collapse-participants-panel .section-left {
        margin-left: inherit;
        left: -100%; } }
  .chat-wrapper.viewer-screen.collapse-participants-panel .section-right {
    width: 100%;
    display: block; }
  .chat-wrapper.viewer-screen.hide-participants-panel .section-right {
    width: 100%; }
  .chat-wrapper.viewer-screen.visible-moderator-panel .user-summary-area {
    display: block; }
  .chat-wrapper.viewer-screen.visible-moderator-panel .section-left .participant-area {
    height: calc(100% - 50px); }
  .chat-wrapper.viewer-screen .user-summary-area {
    display: none;
    padding: 7.5px 5px; }
    .chat-wrapper.viewer-screen .user-summary-area p {
      font-size: 12px; }
  .chat-wrapper.viewer-screen .chat-header {
    padding: 6.5px 10px 6.5px 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1090px) {
      .chat-wrapper.viewer-screen .chat-header .title-bar {
        font-size: 1.8vw; } }
  .chat-wrapper.viewer-screen .section-left {
    width: 180px;
    opacity: 1; }
    .chat-wrapper.viewer-screen .section-left .participant-header {
      min-height: 45px; }
      @media only screen and (max-width: 1500px) {
        .chat-wrapper.viewer-screen .section-left .participant-header {
          padding-right: 35px; } }
      @media only screen and (max-width: 1500px) {
        .chat-wrapper.viewer-screen .section-left .participant-header .collapse-link {
          display: flex; } }
    .chat-wrapper.viewer-screen .section-left .participar-user .user-list {
      height: calc(100% - 45px); }
    @media only screen and (max-width: 1500px) {
      .chat-wrapper.viewer-screen .section-left {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .chat-wrapper.viewer-screen .section-left .modratorlist .btn .fa-plus-square {
          font-size: 20px; } }
    .chat-wrapper.viewer-screen .section-left .title-bar {
      font-size: 16px; }
      .chat-wrapper.viewer-screen .section-left .title-bar .icon-hold {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        font-size: 14px; }
      .chat-wrapper.viewer-screen .section-left .title-bar .collapse-link:hover, .chat-wrapper.viewer-screen .section-left .title-bar .collapse-link:focus, .chat-wrapper.viewer-screen .section-left .title-bar .collapse-link:active {
        text-decoration: none;
        outline: 0; }
      @media only screen and (max-width: 1500px) {
        .chat-wrapper.viewer-screen .section-left .title-bar .collapse-link {
          display: flex; } }
    .chat-wrapper.viewer-screen .section-left .user-list .user-item .profile-picture, .chat-wrapper.viewer-screen .section-left .user-list .user-item .profile-picture img, .chat-wrapper.viewer-screen .section-left .user-list .user-item .profile-picture .avatar-title {
      width: 28px;
      height: 28px;
      font-size: 16px; }
    .chat-wrapper.viewer-screen .section-left .user-list .user-item .user-name {
      font-size: 13px;
      padding: 0 0 0 5px; }
    .chat-wrapper.viewer-screen .section-left .user-list .user-item .actions .dropdown-toggle {
      width: 25px;
      height: 25px; }
    .chat-wrapper.viewer-screen .section-left .user-list .user-item .actions .dropdown-menu {
      min-width: inherit;
      width: 180px; }
      .chat-wrapper.viewer-screen .section-left .user-list .user-item .actions .dropdown-menu li {
        font-size: 12px; }
      .chat-wrapper.viewer-screen .section-left .user-list .user-item .actions .dropdown-menu .profile-picture {
        display: none; }
      .chat-wrapper.viewer-screen .section-left .user-list .user-item .actions .dropdown-menu .user-name {
        font-size: 12px;
        padding: 0;
        line-height: normal; }
    .chat-wrapper.viewer-screen .section-left .modratorlist .btn {
      padding: 6px 10px;
      min-height: 50px; }
    .chat-wrapper.viewer-screen .section-left .participant-area {
      /*height: calc(100% - 51px);*/
      height: 100%; }
  .chat-wrapper.viewer-screen .section-right {
    width: calc(100% - 180px); }
    @media only screen and (max-width: 1500px) {
      .chat-wrapper.viewer-screen .section-right {
        width: 100%; } }
    .chat-wrapper.viewer-screen .section-right .chat-header .profile-bar .full-screen-link {
      display: inline-flex; }
    .chat-wrapper.viewer-screen .section-right .chat-header .profile-bar .close-link {
      display: none; }
    .chat-wrapper.viewer-screen .section-right .chat-filter {
      padding: 3px 0px 0px 0px; }
      .chat-wrapper.viewer-screen .section-right .chat-filter a {
        font-size: 13px;
        padding: 10px 8px; }
    .chat-wrapper.viewer-screen .section-right .chat-footer {
      padding: 6px 15px; }
    .chat-wrapper.viewer-screen .section-right .chat-wrap-both {
      height: calc(100% - 44px); }
      @media only screen and (max-width: 767px) {
        .chat-wrapper.viewer-screen .section-right .chat-wrap-both {
          height: auto; } }
  .chat-wrapper .DropDownPosition .dropdown-menu {
    bottom: 40px;
    top: inherit !important; }
.chat-wrapper .profile-picture {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;}
    .chat-wrapper .profile-picture .avatar-title {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        color: white;
        position: relative; }
      .chat-wrapper .profile-picture .avatar-title img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .chat-wrapper .profile-picture .status {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: white;
      position: absolute;
      bottom: 0;
      right: 0;
      border: 1px solid white; }
      .chat-wrapper .profile-picture .status.bg-red {
        background-color: red !important; }
      .chat-wrapper .profile-picture .status.bg-green {
        background-color: green !important; }
      .chat-wrapper .profile-picture .status.bg-gray {
        background-color: #3c4043; }
    .chat-wrapper .profile-picture img {
        width: 32px;
        height: 32px;
        border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .chat-wrapper .emoji-mart {
      width: 95% !important; } }

/*Chat main CSS END*/
/*Viewer Screen CSS START*/
body[data-activetab="ChatWidget"] #info-panel-content {
  padding: 10px; }
  @media only screen and (max-width: 991px) {
    body[data-activetab="ChatWidget"] #info-panel-content {
      padding: 0 !important; }
      body[data-activetab="ChatWidget"] #info-panel-content #padIt {
        padding: 0 !important; } }

body[data-activetab="ChatWidget"] #ChatWidget, body[data-activetab="ChatWidget"] #padIt, body[data-activetab="ChatWidget"] .collapse {
  height: 100%; }

/*Viewer Screen CSS END*/
/*Animation CSS START*/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; } }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn; }

/*Animation CSS END*/
.atwho-view {
  border-radius: 10px !important;
  overflow: hidden !important;
  /* width */ }
  .atwho-view ul {
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .atwho-view ul::-webkit-scrollbar {
      width: 10px; }
    .atwho-view ul::-webkit-scrollbar-track {
      border-radius: 10px; }
    .atwho-view ul::-webkit-scrollbar-thumb {
      background: #afafb0;
      border-radius: 10px; }
    .atwho-view ul::-webkit-scrollbar-thumb:hover {
      background: #868788; }

.atwho-view ul li {
  font-family: "Open Sans", sans-serif !important; }

.atwho-inserted {
  background-color: #175cc4;
  display: inline-flex;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  align-items: center; }
  .atwho-inserted img {
    object-fit: cover;
    border-radius: 50%;
    width: 30px;
    height: 30px; }

.atwho-view .cur {
  background-color: #0e324c !important; }

.atwho-view ul li img {
  object-fit: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px; }

.atwho-view ul li .avatar-title {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #AB47BC;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 5px;
  color: white; }

#myModalProfile .modal-dialog {
    width: 300px;
    top: 50%;
    transform: translateY(-50%); }
    #myModalProfile .modal-dialog .profile-picture {
        position: absolute;
        top: -14px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    #myModalProfile .modal-dialog .name-info {
        text-align: center;
        margin-top: 10px; }
        #myModalProfile .modal-dialog .name-info h6 {
            font-weight: bold;
            font-size: 14px;
            margin: 0 0 5px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px; }
      #myModalProfile .modal-dialog .name-info h6 .user-type {
        display: flex;
        justify-content: flex-end; }
        #myModalProfile .modal-dialog .name-info p {
            font-size: 11px;
            margin: 5px 0 0 0;
            line-height: 1.8;
            color: #666; }
    #myModalProfile .modal-dialog .action-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px; }
    #myModalProfile .modal-dialog .action-holder .btn {
      font-size: 13px;
      border-radius: 15px;
      padding: 3px 15px; }
    #myModalProfile .modal-dialog .action-holder .btn-danger {
      background-color: #F70000 !important;
      border: 1px solid #F70000 !important;
      color: #fff;
      background-image: none; }
      #myModalProfile .modal-dialog .action-holder .btn-danger:hover {
        background-color: transparent !important;
        color: #F70000 !important; }
    #myModalProfile .modal-dialog .action-holder .btn-danger-outline {
      background-color: transparent;
      border: 1px solid #F70000;
      color: #F70000;
      background-image: none; }
      #myModalProfile .modal-dialog .action-holder .btn-danger-outline:hover {
        background-color: #F70000;
        color: #fff; }

.no-brower-support-wrapper {
  width: 100%;
  height: 100%;
  background-color: #31C1E5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .no-brower-support-wrapper.viewer-screen .info-message h2 {
    font-size: 22px; }
  .no-brower-support-wrapper .info-message {
    background-color: white;
    padding: 50px 25px;
    border-radius: 20px;
    text-align: center;
    margin: 15px;
    max-width: 900px; }
    .no-brower-support-wrapper .info-message h2, .no-brower-support-wrapper .info-message p {
      font-family: "Open Sans", sans-serif;
      color: #0e324c; }
    .no-brower-support-wrapper .info-message h2 {
      font-weight: 600;
      margin-bottom: 25px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .no-brower-support-wrapper .info-message h2 {
          font-size: 20px; } }
    .no-brower-support-wrapper .info-message p {
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .no-brower-support-wrapper .info-message p {
          font-size: 14px; } }
    .no-brower-support-wrapper .info-message .download-options {
      margin-top: 15px; }
      .no-brower-support-wrapper .info-message .download-options a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin: 0 10px; }
        .no-brower-support-wrapper .info-message .download-options a span {
          font-family: "Open Sans", sans-serif; }
      .no-brower-support-wrapper .info-message .download-options img {
        max-width: 60px;
        margin-bottom: 8px; }

.loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -.2em currentcolor;
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
  animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  top: -1em; }

.loader-14:after, .loader-14:before {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
  animation: inherit; }

.loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s; }

.loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }

@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -.2em currentcolor; }
  100% {
    box-shadow: 0 1em 0 -.2em currentcolor; } }

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -.2em currentcolor; }
  100% {
    box-shadow: 0 1em 0 -.2em currentcolor; } }

.data-load-animation-item {
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 500px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

@-webkit-keyframes moving-gradient {
  0% {
    background-position: -250px 0; }
  100% {
    background-position: 250px 0; } }

.reverse-spinner {
  position: relative;
  height: 100px;
  width: 100px;
  border: 4px solid transparent;
  border-top-color: #1976d2;
  border-left-color: #1976d2;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite; }

/*

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}
*/
.no-connection-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column; }
  .no-connection-wrapper h2 {
    font-size: 50px;
    font-weight: bold;
    color: #508bef; }

@media only screen and (max-width: 991px) {
  #info-panel-content #ChatWidget {
    padding-bottom: 50px !important;
    margin-bottom: 20px !important; }
  .viewer-screen.chat-wrapper .section-right .chat-room-area {
    max-height: 500px;
    min-height: 350px; } }

@media (max-width: 576px) {
  #info-panel-content #ChatWidget {
    margin-bottom: 40px !important; } }

.chat-wrapper .section-right .mobileMessageAlert p {
  font-size: 14px; }

.wraperSearchParticipant {
  padding: 4px 10px;
  margin-bottom: 3px; }

.chat-wrapper.viewer-screen .section-left #searchParticipant {
  height: 28px;
  font-size: 10px; }

.chat-wrapper .section-left #searchParticipant {
  height: 32px;
  font-size: 12px; }

#searchParticipant {
  width: 100%;
  border: 1px solid #afafb0;
  border-radius: 5px;
  padding: 8px; }

#searchParticipant:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
