@font-face {
  font-family: "AudiType";
  src: url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-Normal_4.03.woff2") format("woff2"), url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-Normal_4.03.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AudiType";
  src: url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-ExtendedNormal_4.03.woff2") format("woff2"), url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-ExtendedNormal_4.03.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AudiType";
  src: url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-Bold_4.03.woff2") format("woff2"), url("https://e0k754.acquire.io/assets/fonts/AudiType/AudiType-Bold_4.03.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.skinsolution-height {
  line-height: unset !important;
}

.rtc-tray {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
}

video::-webkit-media-controls-timeline {
  display: none;
}

.rtc-tray-fullscreen {
  position: fixed;
  top: 16% !important;
  left: 25%;
  right: auto !important;
  width: 550px;
}

.profile-wrap .user-profile-header .videos {
  margin-top: -10px;
}
.profile-wrap .user-profile-header .twilio-rtc-status {
  width: 10px;
  height: 10px;
  top: 17px;
  right: 10px;
  background: lightgray;
  border-radius: 100px;
  position: relative;
}
.profile-wrap .user-profile-header .co-rtc-status-inprofile {
  width: 10px;
  height: 10px;
  position: absolute !important;
  bottom: 0px;
  right: 0px;
  background: grey;
  border-radius: 100px;
}
.profile-wrap .user-profile-header .coRtcDisabled > button {
  cursor: not-allowed !important;
}
.profile-wrap .user-profile-header .coRtcDisabled [class^=icon-] {
  opacity: 0.5;
}
.profile-wrap .user-profile-header .co-rtc-tooltip {
  position: relative;
  border-bottom: 1px dotted #ccc;
  color: var(--color-neutral-900);
}
.profile-wrap .user-profile-header .co-rtc-tooltip .co-rtc-tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: var(--color-grey-900);
  color: #fff;
  font-family: "AudiType";
  font: normal normal 11px/1.5 "AudiType";
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  z-index: 999;
  transition: opacity 0.6s;
  letter-spacing: 0.6px;
  padding: 0.45em 0.75em;
  width: max-content;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.profile-wrap .user-profile-header .co-rtc-tooltip:hover .co-rtc-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.profile-wrap .user-profile-header .co-rtc-tooltip .co-rtc-tooltip-bottom {
  top: 18px;
  right: -21px;
}
.profile-wrap .user-profile-header .co-rtc-tooltip .room-tooltip-bottom {
  top: 42px;
}
.profile-wrap .user-profile-header .co-rtc-tooltip .room-tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--color-neutral-900) transparent;
}
.profile-wrap .user-profile-header .co-rtc-tooltip .co-rtc-tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--color-neutral-900) transparent;
}

.co-tooltip {
  position: relative;
  border-bottom: 1px dotted #ccc;
  color: #006080;
}

.co-tooltip .co-tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 110px;
  height: 27px;
  border-radius: 4px;
  background-color: var(--color-grey-500);
  font-family: "AudiType";
  font-size: 10px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
  text-align: center;
  padding: 9px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  letter-spacing: 0.6px;
}

.co-tooltip-small {
  width: 58px !important;
}

.co-tooltip:hover .co-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.co-tooltip-right {
  top: -5px;
  left: 125%;
}

.co-tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.co-tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.co-tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.co-tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

.co-tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.co-tooltip-left {
  top: 0;
  bottom: auto;
  right: 128%;
}

.co-tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-grey-500);
}

@media only screen and (max-width: 991px) {
  .ham-mobilemenu .navbar-brand img {
    height: auto !important;
  }
}
.cobrowsing-secure-border .l,
.cobrowsing-secure-border .r {
  width: 3px;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #ff0;
  z-index: 100000000000;
  height: 100%;
}
.cobrowsing-secure-border .l {
  left: 0;
}
.cobrowsing-secure-border .r {
  right: 0;
}
.cobrowsing-secure-border .t,
.cobrowsing-secure-border .b {
  width: 100%;
  height: 3px;
  position: fixed;
  left: 0;
  z-index: 10000;
  background: #ff0;
  z-index: 100000000000;
}
.cobrowsing-secure-border .t {
  top: 0;
}
.cobrowsing-secure-border .b {
  bottom: 0;
}

.tagove-native-popup {
  position: fixed;
  background: #ddd;
  padding: 19px 15px;
  font-family: "AudiType";
  min-width: 400px;
  border: 1px solid #fff;
  color: #000;
  font-size: 16px;
  box-shadow: 0px 0px 16px #333;
  border-radius: 7px;
}
.tagove-native-popup .txt {
  margin-bottom: 20px;
  display: block;
}
.tagove-native-popup div {
  text-align: right;
}
.tagove-native-popup div input[type=button] {
  font-size: 16px;
  padding: 2px 16px;
}

.acq_chat_widget {
  /* select 2 */
  /* fastselect */
  /*--
  General styling
  --*/
  /*---
  Single Mode
  ---*/
  /*---
  Multiple mode
  ---*/
}
.acq_chat_widget .not-support {
  opacity: 0.4;
  pointer-events: none;
}
.acq_chat_widget .limit-not-support {
  opacity: 0.4;
}
.acq_chat_widget .hidden {
  display: none !important;
}
.acq_chat_widget .text-center {
  text-align: center;
}
.acq_chat_widget .text-center .conversation-list-panel {
  background: #fff;
  max-width: 98%;
  margin: 25px auto;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  /*.toggle {
    display: block !important;
  }*/
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box {
  border-bottom: 1px solid #f3f4f5;
  padding: 20px 26px;
  height: 100%;
  position: relative;
  overflow: auto;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box:hover {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebedf1;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-user-pic {
  text-align: center;
  margin: 0 1.2em 0 0;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-user-pic .conversation-user-avatar {
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  ms-user-select: none;
  position: relative;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-user-pic .conversation-user-avatar ::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-user-pic .conversation-user-avatar img {
  height: 100%;
  width: auto;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-context {
  max-width: 100%;
  align-self: flex-end;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-context .name-preview span {
  float: left;
  color: rgba(73, 76, 93, 0.7);
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-context .user-last-msg span {
  margin-right: 25px;
  float: left;
  color: #3a3c4c;
  font-size: 13px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acq_chat_widget .text-center .conversation-list-panel .conversation-list-box .conversation-list-container .conversation-context .user-last-msg span :not(:last-child) {
  margin: 0 0 0.3em;
}
.acq_chat_widget .text-center .conversation-list-panel .time-stamp span {
  position: absolute;
  top: 28px;
  right: 30px;
  text-align: right;
  color: rgba(73, 76, 93, 0.7);
  font-size: 13px;
  max-width: 49%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acq_chat_widget .text-center .conversation-list-panel .thread-conversation-list {
  width: 100%;
  /* &.expanded {
     display: block;
   }*/
  background: #f5f5fa;
}
.acq_chat_widget .table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.acq_chat_widget .table thead {
  text-transform: uppercase;
  color: #596471;
  font-size: 12px !important;
  letter-spacing: 1px;
  background: #f7fafb;
}
.acq_chat_widget .table th,
.acq_chat_widget .table td {
  padding: 5px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.acq_chat_widget .table tbody tr:last-of-type td {
  border-bottom: 1px solid #ddd;
}
.acq_chat_widget .table.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.acq_chat_widget .btn {
  display: inline-block;
  padding: 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: unset !important;
  touch-action: unset !important;
  user-select: none;
  background-image: none;
  border: 1px solid #ddddeb;
  border-radius: 4px;
  color: #323c47;
}
.acq_chat_widget .btn * {
  -ms-touch-action: unset !important;
  touch-action: unset !important;
}
.acq_chat_widget .btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-osx-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.acq_chat_widget .btn.btn-primary {
  background: #0265ff !important;
  border-color: #0265ff;
  color: #fff;
}
.acq_chat_widget .btn.btn-danger {
  background: #d91c1c !important;
  border-color: #d91c1c;
  color: #fff;
}
.acq_chat_widget .btn.btn-success {
  background: #5cb85c !important;
  border-color: #4cae4c;
  color: #fff;
}
.acq_chat_widget .btn.invitation-btn {
  background: #008000 !important;
  border-color: #008000;
}
.acq_chat_widget .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.acq_chat_widget .form-group {
  margin-bottom: 15px;
}
.acq_chat_widget .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.acq_chat_widget .form-group .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.acq_chat_widget .form-group.has-error label {
  color: #dd4b39;
}
.acq_chat_widget .form-group.has-error .form-group.has-error .form-control,
.acq_chat_widget .form-group.has-error .form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.acq_chat_widget .form-group.has-error .form-group.has-error .help-block {
  color: #dd4b39;
}
.acq_chat_widget .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.acq_chat_widget .input-group .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.acq_chat_widget .input-group .input-group-addon {
  width: auto;
}
.acq_chat_widget .input-group .input-group-append,
.acq_chat_widget .input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acq_chat_widget .input-group .input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.acq_chat_widget .input-group .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.acq_chat_widget .input-group .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  height: auto !important;
  border-radius: 0 !important;
  outline: none;
}
.acq_chat_widget .input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.acq_chat_widget .input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.acq_chat_widget .more_btn {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #eaecee;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.acq_chat_widget .more_btn > span {
  background-image: url("./asset/backend/more-options.svg");
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.acq_chat_widget .list-icons {
  vertical-align: middle !important;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.acq_chat_widget .list-icons .speed {
  background: #3c8dbc;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 0px 4px 2px 4px !important;
  display: inline-block;
  max-width: 100%;
}
.acq_chat_widget .list-icons li {
  max-width: 16px;
  max-height: 16px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-right: 4px;
}
.acq_chat_widget .list-icons li img {
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 3px;
}
.acq_chat_widget .feedback-start {
  background: url("./asset/rating.png");
  width: 100px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.acq_chat_widget .feedback-start.feedback-1 {
  background-position: 0px -20px;
}
.acq_chat_widget .feedback-start.feedback-2 {
  background-position: 0px -40px;
}
.acq_chat_widget .feedback-start.feedback-3 {
  background-position: 0px -60px;
}
.acq_chat_widget .feedback-start.feedback-4 {
  background-position: 0px -83px;
}
.acq_chat_widget .feedback-start.feedback-5 {
  background-position: 0px -103px;
}
.acq_chat_widget .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.acq_chat_widget .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.acq_chat_widget .nav.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.acq_chat_widget .nav.nav-tabs > li {
  display: inline-block;
  margin-bottom: -1px;
}
.acq_chat_widget .nav.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.acq_chat_widget .nav.nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0px !important;
}
.acq_chat_widget .nav.nav-tabs > li.active > a:hover, .acq_chat_widget .nav.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.acq_chat_widget .nav:before {
  display: table;
  content: " ";
}
.acq_chat_widget .nav:after {
  content: " ";
  clear: both !important;
}
.acq_chat_widget .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.acq_chat_widget .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.acq_chat_widget .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acq_chat_widget .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.acq_chat_widget .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.acq_chat_widget .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.acq_chat_widget .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acq_chat_widget .select2-container .select2-search--inline {
  float: left;
}
.acq_chat_widget .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.acq_chat_widget .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.acq_chat_widget .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.acq_chat_widget .select2-results {
  display: block;
}
.acq_chat_widget .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acq_chat_widget .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.acq_chat_widget .select2-results__option[aria-selected] {
  cursor: pointer;
}
.acq_chat_widget .select2-container--open .select2-dropdown {
  left: 0;
}
.acq_chat_widget .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acq_chat_widget .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acq_chat_widget .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.acq_chat_widget .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.acq_chat_widget .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.acq_chat_widget .select2-search--dropdown.select2-search--hide {
  display: none;
}
.acq_chat_widget .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.acq_chat_widget .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.acq_chat_widget .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.acq_chat_widget .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.acq_chat_widget .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.acq_chat_widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.acq_chat_widget .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.acq_chat_widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.acq_chat_widget .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.acq_chat_widget .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.acq_chat_widget .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.acq_chat_widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.acq_chat_widget .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.acq_chat_widget .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.acq_chat_widget .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.acq_chat_widget .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.acq_chat_widget .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.acq_chat_widget .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acq_chat_widget .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.acq_chat_widget .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acq_chat_widget .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.acq_chat_widget .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.acq_chat_widget .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.acq_chat_widget .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.acq_chat_widget .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.acq_chat_widget .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.acq_chat_widget .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.acq_chat_widget .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.acq_chat_widget .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.acq_chat_widget .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.acq_chat_widget .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.acq_chat_widget .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.acq_chat_widget .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.acq_chat_widget .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.acq_chat_widget .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.acq_chat_widget .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.acq_chat_widget .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.acq_chat_widget .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.acq_chat_widget .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.acq_chat_widget .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.acq_chat_widget .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.acq_chat_widget .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.acq_chat_widget .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.acq_chat_widget .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.acq_chat_widget .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.acq_chat_widget .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.acq_chat_widget .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.acq_chat_widget .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acq_chat_widget .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acq_chat_widget .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.acq_chat_widget .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.acq_chat_widget .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.acq_chat_widget .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.acq_chat_widget .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.acq_chat_widget .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.acq_chat_widget .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.acq_chat_widget .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.acq_chat_widget .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.acq_chat_widget .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.acq_chat_widget .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.acq_chat_widget .fstElement {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: #fdfdfe;
  border: 1px solid #d1d9dc;
  width: 100%;
  min-height: 30px;
  border-radius: 4px;
}
.acq_chat_widget .fstElement > select,
.acq_chat_widget .fstElement > input {
  position: absolute;
  left: -999em;
}
.acq_chat_widget .fstToggleBtn {
  font-size: 1.4em;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.71429em 1.42857em 0.71429em 0.71429em;
  min-width: 14.28571em;
  cursor: pointer;
}
.acq_chat_widget .fstToggleBtn:after {
  position: absolute;
  content: "";
  right: 0.71429em;
  top: 50%;
  margin-top: -0.17857em;
  border: 0.35714em solid transparent;
  border-top-color: #cacaca;
}
.acq_chat_widget .fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}
.acq_chat_widget .fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d7d7d7;
  border-top: 0;
  background-color: #fff;
  display: none;
}
.acq_chat_widget .fstResultItem {
  display: block;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid rgba(243, 243, 243, 0.78);
}
.acq_chat_widget .fstResultItem.fstUserOption {
  color: #707070;
}
.acq_chat_widget .fstResultItem.fstFocused {
  color: #fff;
  background-color: #0265ff;
  border-color: rgba(25, 68, 173, 0.4);
}
.acq_chat_widget .fstResultItem.fstSelected {
  color: #fff;
  background-color: #0265ff;
  border-color: rgba(25, 68, 173, 0.4);
}
.acq_chat_widget .fstGroupTitle {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold;
}
.acq_chat_widget .fstGroup {
  padding-top: 1em;
}
.acq_chat_widget .fstGroup:first-child {
  padding-top: 0;
}
.acq_chat_widget .fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999;
}
.acq_chat_widget .fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  display: none;
}
.acq_chat_widget .fstSingleMode .fstQueryInput {
  font-size: 1.4em;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #d7d7d7;
}
.acq_chat_widget .fstSingleMode.fstActive {
  z-index: 100;
}
.acq_chat_widget .fstSingleMode.fstActive.fstElement,
.acq_chat_widget .fstSingleMode.fstActive .fstControls,
.acq_chat_widget .fstSingleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.acq_chat_widget .fstSingleMode.fstActive .fstControls {
  display: block;
}
.acq_chat_widget .fstSingleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  margin-top: -1px;
}
.acq_chat_widget .fstChoiceItem {
  display: inline-block;
  position: relative;
  margin: 3px;
  padding: 3px 20px 3px 5px;
  float: left;
  border-radius: 3px;
  cursor: auto;
  opacity: 0.7;
  font-size: 12px;
  background-color: #f3f3f3;
  border: 1px solid #d7d7d7;
  color: #000;
}
.acq_chat_widget .fstChoiceItem:hover {
  opacity: 1;
}
.acq_chat_widget .fstChoiceItem .fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: #000;
}
.acq_chat_widget .fstChoiceItem .fstChoiceRemove::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.acq_chat_widget .fstMultipleMode .fstControls {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  cursor: text;
  padding: 3px;
  min-height: 32px;
}
.acq_chat_widget .fstMultipleMode .fstQueryInput {
  float: left;
  padding: 5px;
  color: #999;
}
.acq_chat_widget .fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em;
}
.acq_chat_widget .fstMultipleMode .fstFakeInput {
  font-size: 1.4em;
}
.acq_chat_widget .fstMultipleMode.fstActive {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.acq_chat_widget .fstMultipleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 10;
  border-top: 1px solid #d7d7d7;
}

.acq_chat_widget .nsc-icon {
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
}
.acq_chat_widget .nsc-icon-arrow {
  background: url(./asset/img/toolbar/ic-arrow.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-pen {
  background: url(./asset/img/toolbar/ic-pen.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-marker {
  background: url(./asset/img/toolbar/ic-marker.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-square {
  background: url(./asset/img/toolbar/ic-square.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-square-rounded {
  background: url(./asset/img/toolbar/ic-square-rounded.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-elipse {
  background: url(./asset/img/toolbar/ic-elipse.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-arrow-line {
  background: url(./asset/img/toolbar/ic-arrow-line.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-arrow-curve {
  background: url(./asset/img/toolbar/ic-arrow-curve.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-arrow-double {
  background: url(./asset/img/toolbar/ic-arrow-double.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line {
  background: url(./asset/img/toolbar/ic-line.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-curve {
  background: url(./asset/img/toolbar/ic-line-curve.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-dotted {
  background: url(./asset/img/toolbar/ic-line-dotted.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-1 {
  background: url(./asset/img/toolbar/ic-line-width-1.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-2 {
  background: url(./asset/img/toolbar/ic-line-width-2.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-3 {
  background: url(./asset/img/toolbar/ic-line-width-3.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-4 {
  background: url(./asset/img/toolbar/ic-line-width-4.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-5 {
  background: url(./asset/img/toolbar/ic-line-width-5.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-6 {
  background: url(./asset/img/toolbar/ic-line-width-6.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-7 {
  background: url(./asset/img/toolbar/ic-line-width-7.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-8 {
  background: url(./asset/img/toolbar/ic-line-width-8.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-9 {
  background: url(./asset/img/toolbar/ic-line-width-9.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-10 {
  background: url(./asset/img/toolbar/ic-line-width-10.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-15 {
  background: url(./asset/img/toolbar/ic-line-width-15.svg) no-repeat 0px 0px;
}
.acq_chat_widget .nsc-icon-line-width-20 {
  background: url(./asset/img/toolbar/ic-line-width-20.svg) no-repeat 0px 0px;
}
.acq_chat_widget .cobrowse_url_bar .draw-mode {
  float: left;
}
.acq_chat_widget .cobrowse_url_bar .toggleview {
  font-size: 30px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar {
  position: absolute;
  background: #f7fafb;
  border: 1px solid #f30;
  z-index: 999;
  right: 60px;
  top: 10px;
  width: 315px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button,
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-trigger,
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-text {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button {
  border: 1px solid green;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 #8097b2;
  cursor: pointer;
  display: inline-block !important;
  float: left;
  margin-left: 10px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button.cbt-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .nsc-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-position: center !important;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select {
  cursor: pointer;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-text {
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 2px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-text .nsc-icon {
  margin: 2px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-text .cobrowse-toolbar-text-value {
  padding: 0 4px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-text .cobrowse-toolbar-text-font {
  padding: 0 2px;
  font-weight: bold;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-trigger {
  padding: 0;
  margin: 2px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .panel-trigger:hover {
  border-color: #bbb;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button.assembled .nsc-icon {
  float: left;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button.active .cobrowse-toolbar-select .cobrowse-toolbar-text {
  background: #d1d1d1;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button.inert {
  opacity: 0.5;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 6px 0 0 0;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul {
  margin: 0;
  padding: 4px 0;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li {
  list-style: none;
  white-space: nowrap;
  font-size: 12px;
  color: #171717;
  cursor: pointer;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text {
  padding: 4px 10px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text:hover {
  background: #d1d1d1;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text .cobrowse-toolbar-dropdown-text-value {
  padding: 0 4px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-icon {
  padding: 2px 6px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-icon:hover .nsc-icon {
  background-color: #d1d1d1;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li .nsc-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li .cobrowse-toolbar-text-value {
  padding: 4px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-drop-area {
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  padding: 10px;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-drop-area ul {
  background: none;
  border: none;
  box-shadow: none;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout {
  /*max-width: 1500px;*/
  margin: 0 auto;
  padding: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group {
  border-right: 1px solid #b6b4b6;
  padding: 1px 4px;
  position: relative;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group:after {
  clear: both;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group:last-child {
  border: none;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group .cobrowse-toolbar-group-title {
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  white-space: nowrap;
  float: left;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group .cobrowse-toolbar-group-title span {
  font-size: 12px !important;
}
.acq_chat_widget .cobrowse_url_bar .cobrowse-toolbar .cobrowse-toolbar-layout .cobrowse-toolbar-group .cobrowse-toolbar-group-title #cobrowse_drawing_mode {
  width: 24px;
}
.acq_chat_widget .cobrowse_url_bar .co-browse-close {
  font-size: 18px;
  text-decoration: none;
  border: 0px solid #ddd;
  border-radius: 0;
  padding: 5px 6px;
  text-align: center;
  line-height: 0;
  color: #212121;
  vertical-align: middle;
  margin-left: 7px;
}

.tw_loading,
.aio_loading {
  position: relative;
  width: 100%;
  height: 100%;
}
.tw_loading div,
.aio_loading div {
  position: absolute;
  height: 26px;
  width: 26px;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: aio-ActivityIndicatorAnimation;
  animation-timing-function: linear;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
}
.tw_loading div svg circle:first-child,
.aio_loading div svg circle:first-child {
  opacity: 0.2;
  stroke: #0265ff;
}
.tw_loading div svg circle:last-child,
.aio_loading div svg circle:last-child {
  stroke-dasharray: 80;
  stroke-dashoffset: 60;
  stroke: #0265ff;
}

.cobrowing-tab-panel .progress-bar {
  z-index: 2147483647;
}

.ui-global-popup .modal-content .cbdplayer-bar {
  width: 100%;
  height: 30px;
  display: block;
  background: #969696;
  text-align: left;
  position: absolute;
  bottom: 0px;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-bt {
  width: 30px;
  display: block;
  height: 30px;
  background: #656565;
  margin: 0;
  float: left;
  padding: 0;
  vertical-align: middle;
  text-decoration: none !important;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-bt span {
  margin: 0px auto;
  width: 30px;
  height: 20px;
  text-align: center;
  padding-top: 9px;
  color: #fff;
  text-decoration: none !important;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit {
  width: calc(100% - 75px);
  position: relative;
  overflow: hidden;
  height: 30px;
  vertical-align: middle;
  display: block;
  float: right;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit .time-unit-sm {
  background: #fff;
  width: 0.5px;
  height: 8px;
  bottom: 0;
  position: absolute;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit .time-unit-lg {
  background: #fff;
  width: 1px;
  height: 13px;
  bottom: 0;
  position: absolute;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit .event-reload {
  position: absolute;
  background: #e3ff0b;
  width: 2px;
  height: 17px;
  border-radius: 18px;
  top: 24%;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit .event-dot {
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 18px;
  top: 46%;
}
.ui-global-popup .modal-content .cbdplayer-bar .player-bar-bit .cursor {
  position: absolute;
  left: 40%;
  background: rgba(148, 38, 38, 0.7019607843);
  width: 4px;
  height: 100%;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-speed {
  width: 45px;
  height: 30px;
  text-align: center;
  background: #656565;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
  border-left: 1px solid #8a8a8a;
  float: left;
  padding-top: 5px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-speed.dp {
  height: auto !important;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-speed.dp ul {
  display: block;
  margin: 0;
  padding: 0;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-speed.dp li {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: #656565;
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 9px 0 0;
  float: left;
  cursor: pointer;
}
.ui-global-popup .modal-content .cbdplayer-bar .play-speed.dp li.active {
  background-color: #505050;
}

.ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-go-filled, .ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-arrow-right, .ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-arrow-left, .ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-reload, .ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-cross-cancel, .ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .address-bar-wrap .icon-arrow-top {
  pointer-events: none !important;
}
.ui-global-dialog .ui-global-popup .is-disabled .acq_cobrowse_section .action-button-wrap {
  pointer-events: none !important;
}

.acq_cobrowse_section {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -14px;
  height: calc(77vh - 50px);
  max-height: calc(77vh - 50px);
}
.ui-global-popup .modal-content .acq_cobrowse_section {
  width: 80vw;
  height: 80vh;
  margin: 0;
  border-top: 1px solid #DDD;
  margin-top: 22px;
  overflow: hidden;
}
.acq_cobrowse_section .thread-list-panel .message {
  text-align: left;
}
.acq_cobrowse_section .launcher-vibrate {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.acq_cobrowse_section .launcher-vibrate span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.acq_cobrowse_section .launcher-vibrate span ::before,
.acq_cobrowse_section .launcher-vibrate span ::after {
  background-color: rgba(52, 182, 228, 0.1215686275);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-osx-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px dotted #fff;
}
.acq_cobrowse_section .launcher-vibrate span ::before {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
}
.acq_cobrowse_section .launcher-vibrate span ::after {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
}
.acq_cobrowse_section img[src$="#emoji-gif"] {
  width: 20px;
  vertical-align: middle;
}
.acq_cobrowse_section .tcw {
  width: auto;
  display: inline-block;
}
.acq_cobrowse_section .tagove-scroll {
  overflow-y: scroll !important;
}
.acq_cobrowse_section .salesforce_outer_msg {
  width: 100%;
  display: inline-block;
  height: 32px;
}
.acq_cobrowse_section .salesforce_outer_msg .salesforce_error_box {
  width: 100%;
  float: left;
  border: 1px #179a17 solid;
  padding: 7px;
  font-size: 11px;
  background-color: rgba(23, 154, 23, 0.1803921569);
  border-radius: 5px;
}
.acq_cobrowse_section .salesforce_suggestions {
  box-shadow: 0 -4px 43px 0 rgba(0, 0, 0, 0.07);
  top: auto;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #3b3b3b;
  position: absolute;
  z-index: 9999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.acq_cobrowse_section .salesforce_suggestions .suggestion {
  cursor: default;
  padding: 6px;
  padding-left: 10px;
}
.acq_cobrowse_section .salesforce_suggestions .suggestion .contact {
  font-size: 12px;
  margin-left: -2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.acq_cobrowse_section .salesforce_suggestions .suggestion:hover, .acq_cobrowse_section .salesforce_suggestions .suggestion.active {
  background: #f4f4f4;
}
.acq_cobrowse_section .custom_field_content .custom_field_group {
  margin-bottom: 15px;
}
.acq_cobrowse_section .custom_field_content .custom_field_group.checkbox-grou span, .acq_cobrowse_section .custom_field_content .custom_field_group.radio-group span {
  position: relative;
  top: 4px;
}
.acq_cobrowse_section .custom_field_content .custom_field_group.checkbox-grou .radio-inline, .acq_cobrowse_section .custom_field_content .custom_field_group.radio-group .radio-inline {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
.acq_cobrowse_section .custom_field_content .custom_field_group:last-of-type {
  margin-bottom: 0px;
}
.acq_cobrowse_section .task_activity {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
}
.acq_cobrowse_section .task_activity .task {
  text-align: left;
  display: inline-table;
  color: #fff;
  height: 32px;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
  vertical-align: bottom;
  width: 160px;
  cursor: pointer;
  background: #0265ff;
  font-size: 12px;
  line-height: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .task_activity .task.active {
  height: 38px;
}
.acq_cobrowse_section .task_activity .task.red {
  background: #f00;
}
.acq_cobrowse_section .task_activity .task.gray {
  background: #8197b1;
}
.acq_cobrowse_section .task_activity .task.hide_tab {
  display: none;
}
.acq_cobrowse_section .task_activity .task.more {
  width: 60px;
}
.acq_cobrowse_section .task_activity .task > div {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 0px;
}
.acq_cobrowse_section .task_activity .task > div.name {
  white-space: nowrap;
  overflow: hidden;
  max-width: 90px;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.acq_cobrowse_section .task_activity .task > div.name.is_unseen {
  max-width: 62px;
}
.acq_cobrowse_section .task_activity .task > div.action {
  text-align: right;
  padding-right: 10px;
}
.acq_cobrowse_section .task_activity .task > div.action .count {
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .task_activity .task > div.action .count.timer {
  width: auto;
  border-radius: 4px;
  padding: 0 4px;
}
.acq_cobrowse_section .task_activity .task > div.action .close {
  background-image: url("./asset/backend/close-white@2x.svg");
  width: 12px;
  height: 12px;
  background-size: cover;
  margin-left: 10px;
  margin-top: 4px;
}
.acq_cobrowse_section .translation-form {
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0px rgba(235, 235, 235, 0.5);
  height: 70px;
  position: absolute;
  z-index: 90;
}
.acq_cobrowse_section .translation-form .lang_select {
  background: rgba(134, 150, 167, 0.6117647059);
  border-radius: 0;
  color: #fff;
  width: 181px;
  float: left;
}
.acq_cobrowse_section .translation-form .btn {
  float: left;
  margin-left: 20px;
}
.acq_cobrowse_section .translation-form .btn.close_btn {
  float: right;
  width: 32px;
  height: 32px;
  background-image: url("./asset/backend/close-window@2x.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border-radius: 50%;
}
.acq_cobrowse_section .translation-form .btn.close_btn:hover {
  border-color: #0265ff;
  background-image: url("./asset/backend/close-window-blue@2x.svg");
}
.acq_cobrowse_section .loadMessages {
  height: 60px;
  width: 100%;
}
.acq_cobrowse_section .loadMessages.nomsg {
  position: absolute;
  top: 62px;
  left: 0;
  height: calc(100vh - 152px) !important;
}
.acq_cobrowse_section .messages {
  overflow-x: auto;
  margin-bottom: 0px;
  padding: 15px 15px;
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 178px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.acq_cobrowse_section .messages.translate_form_visible {
  height: calc(100% - 70px);
}
.acq_cobrowse_section .messages.translate_form_visible.translate_form_show {
  padding-top: 70px;
}
.acq_cobrowse_section .messages .emoji-icon-text {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}
.acq_cobrowse_section .messages .emoji-icon-text.slarge {
  width: 36px;
}
.acq_cobrowse_section .messages .event {
  text-align: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #ddd 50%, rgba(0, 0, 0, 0) calc(50% + 1px));
  background: -ms-linear-gradient(bottom, transparent 50%, #ddd 53%, transparent 56%);
  background-size: 100%;
}
.acq_cobrowse_section .messages .event.unread_from {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), #0265ff 50%, rgba(0, 0, 0, 0) calc(50% + 1px));
  background: -ms-linear-gradient(bottom, transparent 50%, #0265ff 53%, transparent 56%);
}
.acq_cobrowse_section .messages .event.unread_from .msg {
  color: #0265ff;
}
.acq_cobrowse_section .messages .event .msg {
  color: #8197b1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 5px 15px;
  background: #f5f6fa;
  display: inline-block;
}
.acq_cobrowse_section .messages .event .msg p {
  padding: 5px 10px;
}
.acq_cobrowse_section .messages .too__ltip {
  width: 6px;
  position: absolute;
  top: 10px;
  right: 14px;
}
.acq_cobrowse_section .messages .too__ltip .combined-shape {
  width: 3px;
  right: 14px;
  cursor: pointer;
}
.acq_cobrowse_section .messages .too__ltip .chat-icon-tooltip {
  width: 70px;
  height: 35px;
  display: none;
  background-image: url("./asset/backend/icons/chat-box.svg");
  position: absolute;
  background-size: cover;
  top: -34px;
  right: -29px;
  cursor: pointer;
  color: white;
  text-align: center;
}
.acq_cobrowse_section .messages .too__ltip .chat-icon-tooltip .note-area {
  padding: 5px;
}
.acq_cobrowse_section .messages .too__ltip .chat-icon-tooltip .note-area .note-icon {
  width: 12.8px;
  height: 12.2px;
  object-fit: contain;
  position: absolute;
  left: 12px;
  top: 8px;
  background-image: url("./asset/backend/icons/shape.svg");
  background-size: cover;
}
.acq_cobrowse_section .messages .too__ltip .chat-icon-tooltip .note-area .note-text {
  height: 15px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  position: absolute;
  right: 11px;
  top: 7px;
  letter-spacing: normal;
  color: #999;
}
.acq_cobrowse_section .messages .too__ltip:hover .chat-icon-tooltip {
  display: inline-block;
}
.acq_cobrowse_section .messages .message {
  margin-bottom: 2px;
  font-size: 12px;
  position: relative;
  max-width: calc(100vw - 415px);
}
.acq_cobrowse_section .messages .message .emoji-gif {
  display: inline;
}
.acq_cobrowse_section .messages .message .emoji-gif img {
  width: 20px;
}
.acq_cobrowse_section .messages .message .details {
  margin-left: 46px;
  color: #8197b1;
  font-size: 12px;
}
.acq_cobrowse_section .messages .message .details .clock {
  position: relative;
  padding-left: 12px;
  top: 1px;
}
.acq_cobrowse_section .messages .message .details span {
  color: #8197b1;
  margin: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  font-size: 12px;
}
.acq_cobrowse_section .messages .message .details span.read {
  font-weight: 600;
  text-transform: capitalize;
}
.acq_cobrowse_section .messages .message .details .view_message {
  cursor: pointer;
}
.acq_cobrowse_section .messages .message .oval-icon {
  background: #0265ff;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 50%;
  width: 21px;
  position: absolute;
  top: -2px;
  right: 6px;
  height: 21px;
  background-position: center;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 21px;
  padding: 0;
}
.acq_cobrowse_section .messages .message .launcher-vibration {
  width: 21px;
  position: absolute;
  top: 14px;
  right: -12px;
  height: 21px;
  z-index: 5;
}
.acq_cobrowse_section .messages .message .launcher-vibration span {
  width: 21px;
  position: absolute;
  top: -2px;
  right: 6px;
  height: 21px;
  pointer-events: none;
}
.acq_cobrowse_section .messages .message .launcher-vibration span ::before,
.acq_cobrowse_section .messages .message .launcher-vibration span ::after {
  background-color: rgba(31, 140, 235, 0.1215686275);
  content: "";
  width: 30px;
  position: absolute;
  top: -6px;
  right: 2px;
  height: 30px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-osx-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.acq_cobrowse_section .messages .message .launcher-vibration span ::before {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
}
.acq_cobrowse_section .messages .message .launcher-vibration span ::after {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
}
.acq_cobrowse_section .messages .message .launcher-vibration + .oval-icon {
  background-color: #f00 !important;
  color: #fff !important;
}
.acq_cobrowse_section .messages .message.anim {
  -webkit-animation: zoombubble 0.2s ease-in-out;
  -moz-animation: zoombubble 0.2s ease-in-out;
  -o-animation: zoombubble 0.2s ease-in-out;
  animation: zoombubble 0.2s ease-in-out;
}
.acq_cobrowse_section .messages .message a {
  color: #3c8dbc;
  text-decoration: underline;
}
.acq_cobrowse_section .messages .message .user {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.acq_cobrowse_section .messages .message .user img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.acq_cobrowse_section .messages .message .msg {
  color: #323c47;
  display: inline-block;
  vertical-align: top;
  padding: 10px 14px 10px 14px;
  margin-left: 45px;
  position: relative;
  width: auto;
  margin-top: 0px;
  max-width: 80%;
  word-wrap: break-word;
  background: #fff;
  border-radius: 0px 8px 8px 0;
  font-size: 13px;
}
.acq_cobrowse_section .messages .message .msg.notif-count {
  padding-right: 36px;
}
.acq_cobrowse_section .messages .message .msg * {
  font-size: 13px;
}
.acq_cobrowse_section .messages .message .msg a {
  text-decoration: none;
  color: #0265ff;
}
.acq_cobrowse_section .messages .message .msg a:hover {
  color: #000;
  border-bottom: 1px #000 solid;
}
.acq_cobrowse_section .messages .message .msg.file {
  color: #666 !important;
  position: relative;
  white-space: normal;
  display: inline-table;
  padding: 6px 28px 4px 14px !important;
  margin-bottom: 0px;
  border-radius: 5px;
}
.acq_cobrowse_section .messages .message .msg.file .icon {
  display: table-cell;
  width: 40px;
  text-align: left;
  vertical-align: middle;
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-image: url(./asset/files/file.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-pdf {
  background-image: url(./asset/files/pdf.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-xls, .acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-xlsx, .acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-csv {
  background-image: url(./asset/files/xlsx.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-doc, .acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-docx {
  background-image: url(./asset/files/doc.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-zip, .acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-rar {
  background-image: url(./asset/files/compress.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-ai {
  background-image: url(./asset/files/illustrator.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .attach-icon.aic-psd {
  background-image: url(./asset/files/psd.svg);
}
.acq_cobrowse_section .messages .message .msg.file .icon > .file-thumb {
  border-radius: 2px;
  cursor: pointer;
}
.acq_cobrowse_section .messages .message .msg.file .info {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  height: 36px;
}
.acq_cobrowse_section .messages .message .msg.file .info .progress {
  height: 12px;
  background: #e9eff3;
  width: 100%;
  margin-top: 9px;
  border-radius: 7px;
  overflow: hidden;
}
.acq_cobrowse_section .messages .message .msg.file .info .progress .bar {
  height: inherit;
  width: 11%;
  background: #fdb919;
  border-radius: inherit;
}
.acq_cobrowse_section .messages .message .msg.file .info .file-name {
  text-align: left;
  color: #0265ff;
  font-size: 13px;
  display: inline-block;
  min-width: 138px;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  word-break: break-all;
}
.acq_cobrowse_section .messages .message .msg.file .info .file-download {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 8px;
}
.acq_cobrowse_section .messages .message .msg.file .info .file-download .ic-download-attachment {
  width: 16px;
  background-color: transparent;
  height: 16px;
  display: block;
  vertical-align: middle;
  background: url(./asset/download-attachment.svg) no-repeat center;
}
.acq_cobrowse_section .messages .message .msg.file .info .file-info {
  position: absolute;
  top: 5px;
  left: 0;
}
.acq_cobrowse_section .messages .message .msg.file .info .file-info span {
  font-size: 11px;
  color: #adadad;
}
.acq_cobrowse_section .messages .message .msg.isFirst {
  border-radius: 8px 8px 8px 0;
}
.acq_cobrowse_section .messages .message .msg.isFirst.isLast {
  border-radius: 8px 8px 8px 0;
}
.acq_cobrowse_section .messages .message .msg.isLast {
  border-radius: 0 8px 8px 0;
}
.acq_cobrowse_section .messages .message .msg.no_bg {
  background-color: transparent !important;
  border: 1px solid transparent;
  padding: 0;
}
.acq_cobrowse_section .messages .message .msg.no_bg:after {
  display: none;
}
.acq_cobrowse_section .messages .message .msg .visitor_name {
  display: block;
  width: 100%;
  color: #0265ff;
  text-align: left;
  min-height: 0;
  margin-top: 10px;
  text-transform: capitalize;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg {
  white-space: pre-wrap;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n {
  font-family: "AudiType";
  color: #ffa500;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n.single {
  line-height: 50px;
  /*margin-bottom: -23px;*/
  display: block;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n.single .emoji-gif img {
  width: 50px !important;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n .emoji {
  display: inline;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n .emoji-gif {
  display: inline;
}
.acq_cobrowse_section .messages .message .msg .visitor_msg .emo-n .emoji-gif img {
  width: 20px;
}
.acq_cobrowse_section .messages .message .msg .objective-container1 {
  max-width: 100%;
  padding-bottom: 10px;
}
.acq_cobrowse_section .messages .message .msg .objective-container1 .objective-link1 {
  background-color: #ccd0d8;
  color: black;
  border-radius: 4px;
  padding: 0 10px 2px;
  user-select: none;
  display: inline-block;
  max-width: inherit;
  margin-top: 3px;
  margin-bottom: 2px;
  overflow-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
}
.acq_cobrowse_section .messages .message .msg .objective-container1 .objective-link1:hover {
  background-color: #3f81c7 !important;
  color: white !important;
}
.acq_cobrowse_section .messages .message .msg .msg-actions {
  width: 15px;
  position: absolute;
  top: 12px;
  right: -25px;
  text-align: center;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > a {
  background-image: url("./asset/backend/icons/combined-shape.svg");
  width: 3px;
  height: 14px;
  display: inline-block;
  opacity: 1;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div {
  display: none;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 100;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul {
  border: 1px solid rgba(221, 221, 221, 0.45);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.231372549);
  border-radius: 4px;
  margin-top: 8px;
  text-align: left;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li {
  cursor: pointer;
  border-bottom: 1px solid #f3f3f3;
  white-space: nowrap;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li .fa {
  margin-right: 10px;
  font-size: 1.2em;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li > a {
  color: #8197b1;
  display: block;
  font-size: 12px;
  padding: 6px 12px;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li > a span {
  margin: 0px;
  font-size: inherit;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li > a:hover {
  border-bottom: none;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li:hover {
  background: #f5f5f5;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li:first-of-type {
  border-radius: 5px 5px 0 0;
}
.acq_cobrowse_section .messages .message .msg .msg-actions > div > ul li:last-of-type {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.acq_cobrowse_section .messages .message .msg .msg-actions:hover > a {
  opacity: 1 !important;
}
.acq_cobrowse_section .messages .message .msg .msg-actions:hover > div {
  display: inline-block;
}
.acq_cobrowse_section .messages .message.image-file .file {
  overflow: hidden;
  padding: 0 !important;
  transition: box-shadow 0.2s, transform 0.2s, opacity 0.2s;
}
.acq_cobrowse_section .messages .message.image-file .file:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.acq_cobrowse_section .messages .message.image-file .file .icon {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  -moz-osx-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.acq_cobrowse_section .messages .message.image-file .file .icon .file-thumb {
  border: none;
  border-radius: 0;
  width: 200px;
  display: block;
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.acq_cobrowse_section .messages .message.image-file .file .info {
  display: block;
  height: auto;
  position: relative;
  padding: 5px;
}
.acq_cobrowse_section .messages .message.image-file .file .info .file-name {
  max-width: 200px;
  width: calc(100% - 36px);
}
.acq_cobrowse_section .messages .message.image-file .file .info .file-download {
  cursor: pointer;
  position: relative;
  top: auto;
  right: auto;
  float: right;
}
.acq_cobrowse_section .messages .message.tpl .msg {
  background: #fff !important;
  padding: 0px !important;
  width: 350px;
  text-align: left;
}
.acq_cobrowse_section .messages .message.tpl .msg * {
  pointer-events: none;
}
.acq_cobrowse_section .messages .message.tpl .msg .acquire-widget-board-body {
  overflow: hidden;
}
.acq_cobrowse_section .messages .message.tpl .msg .acquire-widget-board-button .acquire-widget-board-button {
  width: 100%;
  background-color: #bcbcbc !important;
  border-color: #bcbcbc !important;
  pointer-events: none !important;
  outline: none !important;
}
.acq_cobrowse_section .messages .message.tpl .msg .acquire-widget-board-submittable-input-submit-button {
  background-color: #bcbcbc !important;
  outline: none !important;
}
.acq_cobrowse_section .messages .message.me {
  text-align: right;
}
.acq_cobrowse_section .messages .message.me .visitor_msg {
  text-align: left;
}
.acq_cobrowse_section .messages .message.me .details {
  margin-right: 46px;
}
.acq_cobrowse_section .messages .message.me a {
  text-decoration: none;
  color: #fff;
}
.acq_cobrowse_section .messages .message.me a:hover {
  color: #bbb;
  border-bottom: 1px #bbb solid;
}
.acq_cobrowse_section .messages .message.me .user {
  float: right;
  right: 0;
  left: auto;
}
.acq_cobrowse_section .messages .message.me .msg {
  background: #0265ff;
  text-overflow: ellipsis;
  margin-right: 44px;
  margin-left: auto;
  color: #fff;
  padding: 10px 14px 10px 14px;
  border-radius: 8px 0px 0px 8px;
  /*&:after {
                      left: auto;
                      right: -9px;
                      background: url(./asset/rightarrow.png);
                      background-repeat: no-repeat;
                      top: 9px;
                  }*/
}
.acq_cobrowse_section .messages .message.me .msg.notif-count {
  padding-left: 36px;
}
.acq_cobrowse_section .messages .message.me .msg .visitor_name {
  margin-top: 0 !important;
  text-align: right;
  color: #fff;
}
.acq_cobrowse_section .messages .message.me .msg .objective-container1 {
  max-width: 100%;
  padding-bottom: 5px;
  padding-top: 10px;
}
.acq_cobrowse_section .messages .message.me .msg .objective-container1 .objective-link1 {
  color: black;
  border-radius: 4px;
  padding: 0 10px 2px;
  user-select: none;
  display: inline-block;
  max-width: inherit;
  margin-top: 3px;
  margin-bottom: 2px;
  overflow-wrap: break-word;
  text-decoration: none;
  padding-top: 3px;
  border: 1px solid #fff;
  color: #fff;
  background: #0265ff;
  cursor: pointer;
}
.acq_cobrowse_section .messages .message.me .msg .objective-container1 .objective-link1:hover {
  background-color: #fff !important;
  color: #0265ff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(255, 255, 255, 0.1);
}
.acq_cobrowse_section .messages .message.me .msg.isFirst {
  border-radius: 8px 8px 0 8px;
}
.acq_cobrowse_section .messages .message.me .msg.isFirst.isLast {
  border-radius: 8px 8px 0 8px;
}
.acq_cobrowse_section .messages .message.me .msg.isLast {
  border-radius: 8px 0 0 8px;
}
.acq_cobrowse_section .messages .message.me .msg.file .info .file-name {
  color: #fff !important;
  margin-right: 20px;
}
.acq_cobrowse_section .messages .message.me .msg.file .info .file-download > .fa {
  color: #fff !important;
}
.acq_cobrowse_section .messages .message.me .oval-icon {
  background: #fff;
  color: #0265ff;
  right: auto;
  left: 6px;
}
.acq_cobrowse_section .messages .message.me .too__ltip {
  right: inherit;
  left: 10px;
}
.acq_cobrowse_section .messages .message.me .too__ltip .combined-shape {
  right: auto;
  left: 14px;
}
.acq_cobrowse_section .messages .message.me .too__ltip .chat-icon-tooltip {
  right: auto;
  left: -31px;
}
.acq_cobrowse_section .messages .message.me .msg-actions {
  right: auto;
  left: -25px;
}
.acq_cobrowse_section .messages .message.me .msg-actions > div {
  right: 0;
  left: auto;
}
.acq_cobrowse_section .messages .message.me .button-sections {
  cursor: pointer;
}
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration {
  right: auto;
  left: 24px;
}
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration span {
  pointer-events: none;
}
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration span ::before,
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration span ::after {
  background-color: rgba(255, 255, 255, 0.3294117647);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-osx-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration span ::before {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
}
.acq_cobrowse_section .messages .message.me .button-sections .launcher-vibration span ::after {
  -webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  -ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
  animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
}
.acq_cobrowse_section .bubbles {
  width: 100%;
  padding: 5px 10px 0;
  display: inline-block;
  max-height: 34px;
}
.acq_cobrowse_section .bubbles .bubble {
  position: relative;
  cursor: pointer;
  float: left;
  padding: 4px 10px;
  user-select: none;
  display: inline-block;
  overflow-wrap: break-word;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 6px;
  border-radius: 4px;
  border: 1px solid #0265ff;
  color: #0265ff;
  background: #fff;
  max-width: 15%;
}
.acq_cobrowse_section .bubbles .bubble .show {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acq_cobrowse_section .bubbles .bubble .show span {
  font-size: 12px;
}
.acq_cobrowse_section .bubbles .bubble .tooltiptext {
  visibility: hidden;
  width: 145px;
  background-color: #0265ff;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  z-index: 99999;
  bottom: 35px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 5px;
}
.acq_cobrowse_section .bubbles .bubble .tooltiptext .showin {
  letter-spacing: 0;
  height: auto;
}
.acq_cobrowse_section .bubbles .bubble .tooltiptext .showin span {
  font-size: 12px;
}
.acq_cobrowse_section .bubbles .bubble .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #0265ff transparent transparent transparent;
}
.acq_cobrowse_section .bubbles .bubble:hover {
  background-color: #0265ff;
  color: white;
}
.acq_cobrowse_section .bubbles .bubble:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.acq_cobrowse_section .send-box-container {
  position: relative;
  background: #fff;
  box-shadow: 0px -3px 10px 0px rgba(235, 235, 235, 0.5);
  height: 80px;
}
.acq_cobrowse_section .send-box-container .send-box {
  height: 100px;
  position: relative;
}
.acq_cobrowse_section .send-box-container .send-box .standard-action-buttons {
  position: absolute;
  bottom: 18px;
  right: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.acq_cobrowse_section .send-box-container .send-box .standard-action-buttons a {
  width: 22px;
  margin-left: 10px;
  text-align: center;
  height: 22px;
  line-height: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.acq_cobrowse_section .send-box-container .send-box .standard-action-buttons a img {
  width: 16px;
  height: auto;
}
.acq_cobrowse_section .send-box-container .send-box .main-composer-send-button {
  position: absolute;
  width: 30px;
  margin-left: 10px;
  text-align: center;
  height: 22px;
  line-height: 16px;
  border-radius: 4px;
  cursor: pointer;
  right: 12px;
  top: calc(50% - 9px);
  border: none;
  appearance: none;
  background: none;
}
.acq_cobrowse_section .send-box-container .send-box .main-composer-send-button svg path {
  fill: #0265ff;
}
.acq_cobrowse_section .send-box-container .send-box .typing {
  position: absolute;
  top: -19px;
  z-index: 100000000000;
  left: 20px;
  color: #000;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-click,
.acq_cobrowse_section .send-box-container .send-box .attach-click {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40PX;
  border-right: 1px solid #ddd;
  padding: 12px;
  opacity: 0.6;
  transition: opacity 0.3s;
  cursor: pointer;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-click:hover,
.acq_cobrowse_section .send-box-container .send-box .attach-click:hover {
  opacity: 1;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-click.disabled,
.acq_cobrowse_section .send-box-container .send-box .attach-click.disabled {
  opacity: 0.2;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-click.disabled:hover,
.acq_cobrowse_section .send-box-container .send-box .attach-click.disabled:hover {
  opacity: 0.2;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-click {
  top: 0px;
}
.acq_cobrowse_section .send-box-container .send-box .attach-click {
  top: 40px;
  border-top: 1px solid #ddd;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-picker {
  position: absolute;
  width: 100%;
  bottom: 107px;
  z-index: 10000;
  border: 1px solid #f3f3f4;
  border-width: 1px 0;
  background: #fff;
  padding: 5px;
  max-height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -moz-osx-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
  -moz-box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
  -o-box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
  -moz-osx-box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
  -ms-box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
  box-shadow: 0 1px 15px 1px rgba(0,0,0,.12);
}
.acq_cobrowse_section .send-box-container .send-box .emoji-picker a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
  font-family: "AudiType";
  font-size: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-osx-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-osx-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-picker a:hover {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  -o-transform: scale(1.75);
  -moz-osx-transform: scale(1.75);
  -ms-transform: scale(1.75);
  transform: scale(1.75);
}
.acq_cobrowse_section .send-box-container .send-box .emoji-picker a img {
  width: 40px;
  height: 40px;
}
.acq_cobrowse_section .send-box-container .send-box .emoji-caret {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 10001;
}
.acq_cobrowse_section .send-box-container .send-box .textarea {
  color: black;
  padding: 12px;
  height: 80px;
  outline: none;
  border: 0px;
  margin: 0;
  margin-left: 40px;
  resize: none;
  border-radius: 0px;
  width: calc(100% - 190px);
  float: left;
  cursor: text;
}
.acq_cobrowse_section .send-box-container .send-box .brower_support_area {
  width: calc(100% - 190px);
  float: left;
  max-width: calc(100vw - 410px);
  overflow-y: auto;
}
.acq_cobrowse_section .send-box-container .send-box .sms_chat {
  width: calc(100% - 71px);
  margin: 0;
  margin-left: 40px;
  border-left: 1px solid #ddd;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control {
  border-left: 1px solid #ddd;
  float: right;
  width: 150px;
  text-align: center;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control > a {
  color: #8197b1;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  width: 47%;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control > a:hover, .acq_cobrowse_section .send-box-container .send-box .translate-control > a.active {
  color: #0265ff !important;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control > a.disable_ic::before {
  opacity: 0.1;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control a.btn-lang {
  border-left: 1px solid #ddd;
}
.acq_cobrowse_section .send-box-container .send-box .translate-control select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 4px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  outline: none;
  border: 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(1em + 5px), calc(100% - 9px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.acq_cobrowse_section .send-box-container.standard_theme {
  height: auto;
  background: none;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box {
  background: #fff;
  width: calc(100% - 20px);
  margin-left: 10px;
  border-radius: 10px;
  height: 60px;
  max-height: 200px;
  min-height: 60px;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .button-emoji-opener {
  position: absolute;
  width: 22px;
  margin-left: 10px;
  text-align: center;
  height: 22px;
  line-height: 16px;
  border-radius: 4px;
  cursor: pointer;
  left: 6px;
  top: calc(50% - 9px);
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .button-emoji-opener img {
  width: 16px;
  height: auto;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .textarea {
  position: absolute;
  width: calc(100% - 50px);
  max-width: calc(100vw - 380px);
  margin-right: 0;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  height: 100%;
  padding: 18px 140px 18px 50px;
  background: none;
  max-height: 200px;
  overflow-y: auto;
  cursor: text;
  box-shadow: none !important;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .textarea.is-text-in {
  padding-right: 40px;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .emoji-picker {
  width: 412px;
  bottom: 50px;
  left: 10px;
  max-height: 180px;
  border: 1px #dbd7df solid;
  border-radius: 4px;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .emoji-caret-standard {
  position: absolute;
  bottom: 51px;
  z-index: 10000;
  left: 10px;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .emoji-caret-standard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  border-top: 9px solid #dbd7df;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.acq_cobrowse_section .send-box-container.standard_theme .send-box .emoji-caret-standard:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.acq_cobrowse_section .full-wblock .send-box-container .send-box .brower_support_area {
  max-width: calc(100vw - 180px);
}
.acq_cobrowse_section .full-wblock .send-box-container.standard_theme .send-box .textarea {
  max-width: calc(100vw - 90px);
  cursor: text;
}
.acq_cobrowse_section .full-wblock .send-box-container.sms_chat_box_container .emoji-click {
  border-right: 0px solid #ddd !important;
}
.acq_cobrowse_section .chat-tab-header {
  background: rgba(245, 246, 250, 0.3098039216);
  border-bottom: 1px solid #ddd;
  height: 36px;
  padding: 6px 10px;
  width: 100%;
  display: none;
}
.acq_cobrowse_section .chat-tab-header > div {
  display: table-cell;
  vertical-align: middle;
}
.acq_cobrowse_section .chat-tab-header > div.title {
  font-size: 14px;
  font-weight: 500;
  color: #8197b1;
  text-align: left;
}
.acq_cobrowse_section .chat-tab-header > div.close {
  width: 30px;
  text-align: right;
}
.acq_cobrowse_section .chat-tab-header > div.close > a {
  background-image: url("./asset/backend/arrow@2x.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: cover;
  padding: 0;
  transform: rotate(-180deg);
}
.acq_cobrowse_section .chat-tab-header > div.close > a:hover {
  background-image: url("./asset/backend/arrow-blue@2x.svg");
}
.acq_cobrowse_section .tabs_boxs .chat-tab {
  position: relative;
  color: #333;
  /*display: flex;
          display: -ms-flexbox;
          -ms-flex-pack: center;
          display: -webkit-flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -o-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;*/
  width: 100%;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window {
  width: 100%;
  height: calc(100% + 10px);
  overflow: hidden;
  border-left: 1px solid #ddd;
  background: #fff;
  margin-top: -10px;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message .msg-actions > div {
  left: 0;
  right: auto;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message.me .msg-actions > div {
  left: 0;
  right: auto;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .standard_theme .send-box {
  width: 100%;
  margin-left: 0px;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .chat-tab-header {
  display: inline-table;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .standard_theme .textarea {
  width: 100% !important;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .standard_theme .emoji-picker {
  width: 318px !important;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages {
  height: 100%;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages.translate_form_visible {
  height: calc(100% - 130px);
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .event .msg {
  background: #fff;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message .msg-actions div {
  right: -33px;
  left: auto;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message .msg {
  max-width: 75%;
  background: #f5f6fa;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message .msg.me {
  background: #0265ff;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message.me .msg-actions div {
  left: -20px;
  right: auto;
}
.acq_cobrowse_section .tabs_boxs .chat-tab.half_window .messages .message.me .msg {
  background: #0265ff;
}
.acq_cobrowse_section .main_container {
  display: inline-block;
  overflow: visible;
  z-index: 2068656565;
}
.acq_cobrowse_section .main_container .tg-loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.acq_cobrowse_section .main_container.full_screen {
  display: block;
  height: 100%;
}
.acq_cobrowse_section .main_container.full_screen .task_activity {
  position: fixed !important;
}
.acq_cobrowse_section .main_container .connection_status {
  background-color: #ffda75;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 3px 3px;
  border-bottom: 1px solid #735d5d;
}
.acq_cobrowse_section .main_container .chat-pop-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(22, 44, 51);
  z-index: 999;
  right: 0;
  min-width: 780px;
}
@media screen and (max-width: 900px) {
  .acq_cobrowse_section .main_container .chat-pop-box {
    width: 100%;
    height: 100%;
  }
}
.acq_cobrowse_section .main_container .chat-pop-box.android .wrap {
  top: 0;
  width: 100vw;
  left: 0;
  height: 100vh;
  border-radius: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .chat_container .chat_col_body {
  height: calc(100vh - 40px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .tab-btn.cobrowse {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .tab-btn.screen-share {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .tab-btn.chat {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .cb-close {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .user-setting {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .cb-col.cb-back,
.acq_cobrowse_section .main_container .chat-pop-box.android .cb-col.cb-forward,
.acq_cobrowse_section .main_container .chat-pop-box.android .cb-col.cb-refresh {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .cb-form {
  border-left: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .url-icon.fa-check {
  margin-left: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .browse-mode {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .close-window {
  margin-top: -4px !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .chat_container .chat-right-col .chat_top_bar .nav-action .action {
  width: 36px !important;
  padding: 0;
  border-left: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .chat_container .chat-right-col .chat_top_bar .nav-action .minimize {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box.android .chat_container .chat-right-col .chat_top_bar .nav-action .expand {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .name .vname {
  vertical-align: middle;
  width: 112px;
  display: inline-block;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-utype {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 0px;
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-utype span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("./asset/backend/chat@2x.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-utype.unverified span {
  background-image: url("./asset/backend/unverified.svg");
  background-size: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-utype.verified span {
  background-image: url("./asset/backend/verified.svg");
  background-size: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap {
  position: absolute;
  top: 10px;
  background: #fff;
  width: calc(100vw - 20px);
  margin: 0 auto;
  left: 10px;
  height: calc(100vh - 58px);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .acq_cobrowse_section .main_container .chat-pop-box .wrap {
    width: calc(100% - 20px);
  }
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap .content {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap_tutorial {
  position: absolute;
  top: 10px;
  background: #8f8c8c;
  width: calc(100vw - 20px);
  margin: 0 auto;
  left: 10px;
  height: calc(100vh - 58px);
  border-radius: 5px;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap_tutorial .content {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap_tutorial .content .close_button {
  width: 57%;
  margin: auto;
  margin-bottom: 21px;
  margin-top: 21px;
}
.acq_cobrowse_section .main_container .chat-pop-box .wrap_tutorial .content .close_button a {
  background: #3773ea;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  padding: 11px 25px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container {
  /*background: #fff;
      width: 100%;
      max-height: 100%;
      margin-bottom: 0;
      height: 85vh;*/
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.full_screen {
  height: 100vh;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.full_screen .chat_main {
  height: calc(100vh - 40px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .chat-box-sidebar {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .chat-box-text-area {
  width: 100% !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .send-box {
  display: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .tabpanel {
  height: calc(100vh - 89px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .tabs-wrapper {
  min-width: 50%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container.cobrowseonly .tabs-wrapper ul {
  margin-left: 332px !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar {
  display: block;
  padding: 0px 0px;
  border-radius: 0;
  color: #fff;
  height: 40px;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid #ddddeb;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar span {
  margin-right: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .chat_opertion {
  margin-left: 16px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 6px;
  color: #8f8f8f;
}
@media screen and (max-width: 940px) {
  .acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .chat_opertion {
    margin-left: 6px;
  }
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px solid #1c3036;
  padding: 5px 17px;
  padding-left: 12px;
  color: #707070;
  outline: none;
  border-radius: 0px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1012px) {
  .acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar select {
    padding: 5px 0;
  }
}
@media screen and (max-width: 890px) {
  .acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar select {
    width: 72px;
  }
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .chat_left_sidebar {
  background: #11c0ef;
  height: 41px;
  padding-top: 6px;
  min-width: 350px;
  max-width: 350px;
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .chat_top_right {
  width: calc(100% - 350px);
  display: inline-block;
  float: right;
  padding-right: 21px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .visitior_info {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  padding: 0 2.8%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_top_bar .visitior_info .list-icons {
  margin-top: 0px !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_main {
  display: block;
  width: 100%;
  height: calc(85vh - 40px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_top_bar_container .chat_main .chat_wrap {
  display: block;
  background: #fff;
  padding: 0%;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  margin: 0px;
  border-top: 1px solid #d8d8d8;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat_col_body {
  height: calc(100vh - 58px - 40px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-left-col {
  min-width: 350px;
  max-width: 350px;
  border-right: 1px solid #ddd;
  display: table-cell;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col.full-wblock {
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col.full-wblock .chat_col_body .chat_wrap .chat-box-text-area .tab-chat .chat-tab .messages .message {
  max-width: calc(100vw - 64px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action {
  display: inline-table;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action > div {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .sidebar_toggle {
  width: auto;
  padding: 0;
  border-right: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .active_tab {
  width: auto;
  padding: 0;
  border-left: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .active_tab .tab-selected {
  display: inline-table;
  height: 40px;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .active_tab .tab-selected.tab-cobrowse .tab-btn > a {
  background-image: url("./asset/backend/conversations.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .active_tab .tab-selected.tab-cobrowse .silent-co-browse > a {
  background-image: url("./asset/backend/cobrowse@2x.svg") !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn > a {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  color: #8197b1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn:hover > a {
  color: #0265ff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.chat > a {
  background-image: url("./asset/backend/agent-chats-dark-grey@2x.svg");
  padding-left: 23px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.chat:hover > a {
  background-image: url("./asset/backend/chat-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.cobrowse > a {
  background-image: url("./asset/backend/cobrowse@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.cobrowse:hover > a {
  background-image: url("./asset/backend/cobrowse-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.screen-share > a {
  background-image: url("./asset/backend/share-screen@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.screen-share:hover > a {
  background-image: url("./asset/backend/share-screen-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.toggle {
  width: 32px;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.toggle > a {
  background-image: url("./asset/backend/arrow@2x.svg");
  height: 24px;
  width: 24px;
  background-size: cover;
  padding: 0;
  transform: rotate(-180deg);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .tab-btn.toggle:hover > a {
  background-image: url("./asset/backend/arrow-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting {
  width: 46px;
  padding: 0px;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .btn-user {
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./asset/backend/add-user@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .btn-user:hover, .acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .btn-user.active {
  background-image: url("./asset/backend/add-user-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .thread-view-icon {
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./asset/backend/conversations.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .thread-view-icon:hover, .acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .thread-view-icon.active {
  background-image: url("./asset/backend/conversations@blue.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup {
  position: absolute;
  top: 40px;
  right: -15px;
  padding: 15px;
  z-index: 9;
  padding-top: 0;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .popup_body {
  width: 250px;
  background: #fff;
  color: #323c47;
  box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.231372549);
  border-radius: 0 0 9px 8px;
  overflow: hidden;
  padding-bottom: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .heading {
  background: #f2f4f7;
  padding: 8px 15px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #000;
  border-left: 0;
  border-right: 0;
  text-align: left;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .search {
  padding: 8px 15px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .search .input-group {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.231372549);
  border-radius: 0.3rem !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .search .input-group .input-group-text {
  margin-right: 0px;
  background: #fff;
  border-right: none;
  padding-right: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .search .input-group .form-control {
  outline: none;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .search .input-group .form-control:focus {
  outline: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .invite-url {
  border-bottom: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .invite-url .input-group .input-group-text {
  border-radius: 0px !important;
  border: none;
  border-left: 1px solid #ddd;
  opacity: 0.7;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .invite-url .input-group .input-group-text:hover {
  opacity: 1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .invite-url .form-control {
  border: none;
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite {
  max-height: calc(85vh - 250px);
  overflow-x: hidden;
  margin-bottom: 8px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .heading {
  padding-right: 2px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .heading.offline {
  opacity: 0.3;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .heading .dpt-name {
  line-height: 24px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .heading .btn-invite {
  color: #fff;
  background: #0265ff;
  padding: 3px 7px;
  border-radius: 3px;
  margin-top: 2px;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #0265ff;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.231372549);
  margin-right: 5px;
  float: right;
  text-decoration: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .heading .btn-invite span {
  margin: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  width: 100%;
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 2px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col img {
  margin-left: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col.col-mid {
  width: 100%;
  text-align: left;
  font-size: 12px;
  padding-left: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col.col-mid .name {
  font-weight: 500;
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col.col-mid .count {
  color: #fff;
  background: #0265ff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-top: 2px;
  display: inline-block;
  margin-right: 1px;
  font-size: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col .btn-invite {
  color: #fff;
  background: #0265ff;
  padding: 3px 7px;
  border-radius: 3px;
  margin-top: 2px;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #0265ff;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.231372549);
  margin-right: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list .col .btn-invite span {
  margin: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group .list:last-of-type {
  border-bottom: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .user-setting .user_popup .agent_invite .agent-group:first-of-type .heading {
  border-top: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action {
  width: 95px;
  padding: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border-radius: 1px;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 8px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 2px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.minimize span {
  background-image: url("./asset/backend/hide-window@2x.svg");
  background-position: bottom;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.minimize:hover span {
  color: #0265ff;
  background-image: url("./asset/backend/hide-window-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.expand span {
  background-image: url("./asset/backend/expand-window@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.expand:hover span {
  background-image: url("./asset/backend/expand-window-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.close-window span {
  background-image: url("./asset/backend/close-window@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat_container .chat-right-col .chat_top_bar .nav-action .action a.close-window:hover span {
  background-image: url("./asset/backend/close-window-red@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar {
  height: calc(100vh - 58px);
  overflow-x: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar {
  border-color: transparent;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control {
  position: relative;
  padding: 0px 15px;
  padding-top: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting {
  float: left;
  position: relative;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > a {
  color: #8197b1;
  background-image: url("./asset/backend/settings-grey@2x.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  opacity: 0.5;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > a:hover {
  opacity: 1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 100;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul {
  border: 1px solid rgba(221, 221, 221, 0.45);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.231372549);
  border-radius: 4px;
  margin-top: 8px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li {
  border-bottom: 1px solid #f3f3f3;
  white-space: nowrap;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li .fa {
  margin-right: 10px;
  font-size: 1.2em;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li > a {
  color: #8197b1;
  display: block;
  font-size: 12px;
  padding: 6px 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li > a span {
  margin: 0px;
  font-size: inherit;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li:hover {
  background: #f5f5f5;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li:first-of-type {
  border-radius: 5px 5px 0 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting > div > ul li:last-of-type {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting:hover > a {
  opacity: 1 !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .setting:hover > div {
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .close {
  float: right;
  background-image: url("./asset/backend/arrow@2x.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
  opacity: 0.5;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .chat_top_bar .top-control .close:hover {
  opacity: 1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online {
  text-align: left;
  margin-bottom: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .ext-do-install {
  background: #478ac9;
  padding: 10px;
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .ext-do-install a {
  color: #d4d4d4;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .agents-live.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .agent-online {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .agent-online span.tag {
  display: block;
  color: #ddd;
  position: absolute;
  top: 0px;
  right: -11px;
  padding: 1px 4px;
  color: #fff;
  background: #179a17;
  border-radius: 4px;
  font-size: 9px;
  font-family: "AudiType";
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .agent-online span {
  display: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  display: inline-table;
  vertical-align: middle;
  overflow-x: auto;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list.multiple {
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor {
  display: table-cell !important;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  padding: 2px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor.no-visitor {
  color: #000;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-left: 16px;
  background: #cbd714;
  padding: 6px 11px;
  margin: 0px 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .photo {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .photo > img {
  width: 100%;
  border-radius: 4px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .photo > .state {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  border: 3px #fff solid;
  background: #8097b2;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .photo > .state.online {
  background: #03dc80;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .name {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 16px;
  font-weight: 600;
  margin-top: 15px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .name .tab_client_count {
  display: inline-block;
  background: #3a6ae4;
  color: #fff !important;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .name .tab_client_count span {
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .location {
  display: inline-block;
  margin-top: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .location img {
  width: 18px;
  height: 16px;
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .visitor-list .visitor .location span {
  font-size: 12px;
  color: #8197b1;
  line-height: 16px;
  display: inline-block;
  margin-left: 6px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn {
  border-radius: 3px;
  padding: 4px 8px;
  margin: 8px 3px;
  background: #0265ff;
  color: #fff;
  border: 1px solid #0265ff;
  transition: transform 0.2s;
  outline: none;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn:hover {
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.231372549);
  transform: scale(1.04);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: pre-line;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn span.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.1s ease;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-voice .icon {
  margin-top: -1px;
  background-image: url("./asset/backend/phone@2x.svg");
  transform: rotate(-130deg);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-video .icon {
  margin-top: -1px;
  background-image: url("./asset/backend/video@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-track {
  background: #fff;
  border: 1px solid #ddddeb;
  color: #000;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-track .icon {
  transition: background 0.1s ease;
  background-image: url("./asset/backend/track-user@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-track.followed .icon {
  transition: background 0.1s ease;
  background-image: url("./asset/saved-succuss-tick@2x.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more {
  background: #fff;
  border: 1px solid #ddddeb;
  color: #000;
  padding: 0;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more .icon {
  display: block;
  background-image: url("./asset/backend/more.svg");
  background-size: 16px;
  background-position: center;
  padding: 14px 14px;
  margin: auto;
  margin-right: 0;
  transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more:hover {
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.231372549);
  transform: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more.show-list .icon {
  transform: rotate(90deg);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more.show-list > div {
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div {
  display: none;
  position: absolute;
  top: 31px;
  right: 0px;
  z-index: 100;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul {
  border: 1px solid rgba(221, 221, 221, 0.45);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccced0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  max-width: 360px;
  min-width: 200px;
  overflow-y: auto;
  max-height: 500px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li {
  text-align: left;
  white-space: nowrap;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .fa {
  margin-right: 10px;
  font-size: 1.2em;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li.list-divider {
  height: 1px;
  border-bottom: 1px solid #ccced0;
  margin: 10px 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li.apps-activity-item * {
  pointer-events: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li.apps-activity-item.configurating_app .apps-activity-item-content .tw_loading {
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li.apps-activity-item.configurating_app .apps-activity-item-content img {
  display: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li.apps-activity-item.configurating_app_other {
  opacity: 0.3;
  pointer-events: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .apps-activity-item-content {
  color: #1d1c1d;
  display: block;
  font-size: 13px;
  padding: 8px 16px;
  padding-left: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .apps-activity-item-content .apps-activity-title {
  font-size: 13px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .apps-activity-item-content .tw_loading {
  width: 20px;
  height: 14px;
  display: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .apps-activity-icon {
  margin-right: 4px;
  border-radius: 2px;
  position: relative;
  left: 0;
  z-index: 2;
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li .apps-activity-icon img {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid rgba(29, 28, 29, 0.11);
  padding: 3px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li > a {
  color: #1d1c1d;
  display: block;
  font-size: 12px;
  padding: 8px 16px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li > a span {
  margin: 0px;
  font-size: 13px;
  white-space: nowrap;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li:hover {
  background: #0265ff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li:hover > a {
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li:hover .apps-activity-title {
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li:first-of-type {
  margin-top: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .agents-online .actions div.btn.btn-more > div > ul li:last-of-type {
  margin-bottom: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .info_container {
  display: inline-table;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .info_container .info-box {
  border-left: 1px solid #ddd;
  display: table-cell;
  width: 33.33%;
  text-align: center;
  padding: 12px;
  color: #8197b1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .info_container .info-box > span {
  display: block;
  font-size: 12px;
  margin: 5px 0px;
  line-height: 16px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .info_container .info-box > span.info-box-number {
  font-size: 14px;
  font-weight: 600;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .info-source {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container {
  margin-top: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #f2f4f8;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li a {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 7px 15px;
  position: relative;
  margin: 0;
  bottom: -2px;
  font-size: 12px;
  opacity: 0.7;
  color: #4a4a4a;
  line-height: 13px;
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li.active a, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li:hover a {
  border-bottom: 2px solid #0265ff;
  opacity: 1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li.active a {
  font-weight: 600;
  text-decoration: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .tabs li:last-of-type:after {
  content: " ";
  clear: both;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .select2-container .select2-selection {
  border: solid #d9dada 1px;
  outline: 0;
  background: #edf2f4;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .select2-container .select2-selection__choice {
  background-color: #11c0ef;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_container .select2-container .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs {
  color: #323c47;
  background: #fff;
  padding-top: 15px;
  height: calc(100vh - 330px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.with_rtc_call {
  height: calc(100vh - 288px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.with_rtc_full_call {
  height: calc(100vh - 140px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.with_rtc_full_call .widget-settings-home-app-inserter {
  display: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons {
  padding: 0px 9px;
  background: #f3f4f6;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons .user-details {
  text-align: center;
  font-size: 15px;
  border: 0px solid #efefef;
  padding: 7px 8px;
  display: inline-block;
  float: left;
  color: #343333;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons .user-details .email {
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons a {
  color: #8696a7;
  display: inline-block;
  margin-right: 2px;
  border: 0px solid #dedede;
  border-right: 0px solid #dedede;
  border-bottom: 0px solid #dedede;
  padding: 5px 6px;
  margin-bottom: 6px;
  font-size: 19px;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons .crm_lead {
  padding: 10px 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .action-info-icons .crm_lead .title {
  font-weight: bold;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .tab_box .header {
  background: rgba(129, 151, 177, 0.1);
  padding: 7px 15px;
  border: 1px solid rgba(221, 221, 221, 0.3411764706);
  font-size: 12px;
  border-left: 0;
  border-right: 0;
  color: #323c47;
  line-height: 12px;
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .tab_box .inner_box {
  padding: 15px;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .tab_box .inner_box .form-group:last-of-type {
  margin-bottom: 0px;
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs .tab_box .inner_box .tw_loading {
  position: absolute;
  background: rgba(230, 236, 240, 0.5);
  left: 0;
  top: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .form-group label {
  font-weight: normal;
  font-size: 12px;
  color: #8197b1;
  letter-spacing: 0.09px;
  line-height: 13px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .form-group .form-control {
  border-radius: 3px;
  height: 30px;
  font-size: 12px;
  background: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .form-group .tw-form-error {
  color: red;
  font-size: 11px;
  margin-top: 4px;
  line-height: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .form-group textarea {
  height: 50px !important;
  resize: none !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track {
  padding: 0 15px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track label {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .current-url {
  position: relative;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .quick-link {
  width: calc(100% - 32px);
  position: absolute;
  top: 26px;
  left: 32px;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 9;
  border: 1px solid #b3c1d0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .quick-link p {
  padding: 6px 10px;
  margin: 0;
  border-bottom: 1px solid #b3c1d0;
  font-size: 13px;
  color: #464a4c;
  cursor: pointer !important;
  display: inline-block;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .quick-link p.active {
  background: #f5f6fa;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .quick-link p:focus, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .quick-link p:hover {
  background: #f5f6fa;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .input-group-text {
  background: #fff !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .list-icons li.brsr {
  display: inline-block;
  height: 30px;
  margin: 0px;
  width: 30px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .input-group-append a {
  color: #8197b1;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .input-group-append a .fa {
  opacity: 0.6;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .current_track .input-group-append a:hover .fa {
  opacity: 1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info form {
  margin-bottom: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info form .row {
  display: inline-table;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info form .row .col {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info form .row .col:last-of-type {
  padding-right: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .integration-item {
  display: inline-block;
  width: calc(50% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ddddeb;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .integration-item:nth-child(even) {
  margin-right: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .icon {
  width: 24px;
  height: 24px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .name {
  float: left;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .name span {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 500;
  vertical-align: middle;
  margin-top: 3px;
  display: inline-block;
  margin-left: 6px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .integration_box .int-loader {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box {
  text-align: right;
  padding: 15px;
  margin-bottom: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .tw-form-saved-success {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(./asset/saved-succuss-tick@2x.svg) center no-repeat;
  background-size: 30px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .tw-form-saved-success.saving {
  background-image: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .btn {
  border: 1px solid #ddd;
  margin-left: 20px;
  padding: 6px 25px;
  float: right;
  transition: transform 0.2s;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .btn.btn-submit {
  background: #0265ff;
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .btn.btn-sync {
  background: #0265ff;
  color: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_info .btn-box .btn:hover {
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.231372549);
  transform: scale(1.04);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info {
  padding-top: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  padding-bottom: 5px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box .title {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #323c47;
  line-height: 16px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li {
  display: block;
  max-width: 100% !important;
  color: #323c47;
  background-position: left;
  font-size: 12px;
  margin-bottom: 15px;
  padding-left: 30px;
  background-repeat: no-repeat;
  line-height: 16px;
  font-weight: 400;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li a {
  color: #323c47;
  display: block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li a:hover {
  color: #000;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li span {
  color: #0265ff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li.ip_address {
  background-image: url("./asset/backend/address.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul li.wifi_conn {
  background-image: url("./asset/backend/wifi-quality@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li {
  background-image: url("./asset/backend/browser@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li a {
  font-size: 12px;
  display: inline-block;
  width: 252px;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .times_count {
  float: right;
  display: block;
  background: #3a6ae4;
  color: #fff !important;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .times_count span {
  color: #fff !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .tooltiptext {
  left: -84px;
  width: 170px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .tooltiptext:after {
  left: 158px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .tooltiptext span {
  color: #fff !important;
  line-height: 24px;
  border-bottom: 1px rgba(236, 236, 236, 0.2196078431) solid;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .tooltiptext span:last-child {
  border-bottom: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li .tooltiptext span:hover {
  color: #bbb !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li.date_title {
  opacity: 1 !important;
  padding-left: 0 !important;
  text-align: center;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #ddd 50%, transparent calc(50% + 1px));
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list li.date_title div {
  color: #8197b1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 5px 15px;
  background: #fff;
  display: inline-block;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list.history li {
  opacity: 0.6;
  margin-bottom: 1px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list.history li:hover {
  opacity: 1;
}
.inner_box .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box ul.page_list.history {
  border-top: 2px solid #f30;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box:first-of-type, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_browser_info .inner_box:last-of-type {
  border-top: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info {
  padding-top: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box {
  padding: 0px 15px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.domain, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.description, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.location, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.phone, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.category, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.employees, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.timeZone, .acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box.sitephone {
  margin-top: 20px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box .clearbit_company_logo {
  height: 26px;
  width: 26px;
  margin-top: 20px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box .clearbit_company_name {
  color: #0265ff;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box .cbit_data {
  color: #797979;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comapny_info .inner_box .title {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #797979;
  line-height: 16px;
  margin-bottom: 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments {
  padding-top: 0px;
  padding-bottom: 30px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box {
  border: 1px solid #ddddeb;
  border-radius: 6px;
  font-size: 12px;
  overflow: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box span {
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .top {
  border-bottom: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .top .input-group .input-group-prepend .input-group-text {
  background: transparent;
  border: none;
  border-right: 1px solid rgba(221, 221, 221, 0.3490196078);
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .top .input-group .form-control {
  border: none;
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box textarea {
  height: 100px;
  resize: none;
  border: none;
  outline: none;
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .footer {
  border-top: 1px solid #ddd;
  text-align: left;
  padding: 10px 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .footer .btn {
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 15px;
  line-height: 14px;
  float: left;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .footer .delete_btn {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .footer .delete_btn > span {
  background-image: url("./asset/backend/trash-grey@2x.svg");
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .note_box .footer .delete_btn:hover > span {
  background-image: url("./asset/backend/trash-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .header {
  margin-top: 30px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments:first-of-type {
  border-top: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments span {
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top span {
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top .title {
  float: left;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top .date {
  float: right;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top .more_btn {
  float: right;
  margin-left: 4px;
  border: 1px solid #ddddeb;
  width: 22px;
  height: 18px;
  background: #fff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top .more_btn:hover {
  background: #0265ff;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .top .more_btn:hover span {
  -ms-filter: invert(100%) brightness(900%);
  -o-filter: invert(100%) brightness(900%);
  -webkit-filter: invert(100%) brightness(900%);
  filter: invert(100%) brightness(900%);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments p.text {
  padding: 0px;
  margin: 5px 0px;
  white-space: pre;
  font-size: 12px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments .create_by {
  font-size: 12px;
  color: #8197b1;
  line-height: 12px;
  font-weight: 500;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-sidebar .tabs_boxs.tab_comments .comments:first-of-type {
  border-top: 1px solid #ddd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-message-tab {
  height: calc(100vh - 178px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-message-tab.standard_theme {
  height: calc(100vh - 168px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-message-tab.standard_theme .messages {
  height: calc(100vh - 168px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-message-tab.standard_theme .messages.translate_form_visible {
  height: calc(100vh - 238px);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area {
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .tabpanel {
  background-color: #f5f6fa;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  position: relative;
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .tabpanel .msgBlock {
  height: inherit;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0px #8097b2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn span {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn:hover {
  background: #0265ff;
  transition: 0.3s;
  transform: scale(1.1);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn:hover span {
  -ms-filter: invert(100%) brightness(900%);
  -o-filter: invert(100%) brightness(900%);
  -webkit-filter: invert(100%) brightness(900%);
  filter: invert(100%) brightness(900%);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn.chat-tab-toggle span {
  background-image: url("./asset/backend/chat-blue@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn.screen-close {
  right: 60px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn.screen-close span {
  background-image: url("./asset/backend/close-window-red@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .inner-circle-btn.screen-close:hover span {
  background-image: url("./asset/backend/close-window@2x.svg");
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes {
  height: 100%;
  position: relative;
  color: #333;
  float: left;
  width: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes.qq-upload-drop-area-active .aqr-droparea {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 7px);
  background: rgba(255, 255, 255, 0.78);
  z-index: 9999999999;
  display: block;
  outline: 2px #f00 dashed;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes.qq-upload-drop-area-active .aqr-droparea:before {
  content: attr(qq-drop-area-text) " ";
  position: absolute;
  font-size: 200%;
  left: 0;
  width: 100%;
  text-align: center;
  top: 45%;
  color: rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes.screen-call {
  overflow-x: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes.cobrowing-tab-panel {
  overflow-x: hidden;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes .bubble_active {
  height: calc(100vh - 217px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes .bubble_active .messages {
  height: calc(100vh - 219px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes .standard_theme.bubble_active {
  height: calc(100vh - 207px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .main_tab_boxes .standard_theme.bubble_active .messages {
  height: calc(100vh - 209px) !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.chat_tab_rightside .main_tab_boxes {
  width: 70%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.chat_tab_rightside .main_tab_boxes.screen-call .screen-close {
  right: 10px !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.chat_tab_rightside .main_tab_boxes.cobrowing-tab-panel .cobrowse-toolbar {
  right: 10px !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.cobrowse_active .tabpanel {
  height: calc(100vh - 98px);
  color: #333;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.cobrowse_active .cobrowing-tab-panel {
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area.cobrowse_active .cobrowing-tab-panel > div {
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .rtc-room-tab-box {
  padding: 0 !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .rtc-room-tab-box > div {
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .rtc-room-tab-box > div .agents-online {
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .rtc-room-tab-box > div .agents-online .rtc-room {
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area #tab-co-browsing-container,
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area #tab-screen-share-container {
  padding-top: 40px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area #tab-co-browsing-container input[type=button],
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area #tab-screen-share-container input[type=button] {
  background: #0265ff;
  border: 0;
  outline: 0;
  color: #fff;
  margin-right: 10px;
  border-radius: 4px;
  padding: 8px 45px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history {
  height: 100%;
  max-height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  overflow-y: scroll;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-list .table thead th {
  border-top: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-list .table tbody tr {
  border-left: 2px solid transparent;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-list .table tbody tr.active {
  border-left: 2px solid #34b6e4 !important;
  background-color: #f5f5f5;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript {
  border: 1px solid #ddd;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .nav-tabs {
  margin: 0;
  background: #f7fafb;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .nav-tabs .btn {
  padding: 0;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  float: right;
  margin-top: 3px;
  margin-right: 4px;
  outline: none;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .nav-tabs > li > a {
  border: 0px !important;
  padding: 5px 10px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .nav-tabs > li.active a {
  border-bottom: 2px solid #34b6e4 !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .messages {
  max-height: calc(100% - 40px);
  padding: 10px 10px;
  margin: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .messages .message .user {
  width: 45px;
  height: 45px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .messages .message .details {
  margin-left: 54px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .chat-history .chat-transcript .messages .message.me .details {
  margin-right: 56px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box {
  width: 330px;
  min-height: 148px;
  border-radius: 4px;
  box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 100px;
  left: calc(50% - 165px);
  background-color: #fff;
  z-index: 9;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .comment-header-text {
  width: fit-content;
  height: 15px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  top: 17px;
  left: 17px;
  letter-spacing: normal;
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .close-btn-section {
  top: 15px;
  right: 18px;
  position: absolute;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .comment-box-header {
  padding: 17px 17px 31px 17px;
  cursor: move;
  border-bottom: 0.5px solid #e7eaf1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box.is-active {
  z-index: 10;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .close-comment-box {
  width: 11px;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-box-header {
  padding: 17px;
  border-bottom: 0.5px solid #e7eaf1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-box-header .comment-header-text {
  width: 216px;
  height: 15px;
  font-size: 13px;
  position: absolute;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content {
  padding: 17px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content .content-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  border: none;
  height: 100px;
  resize: none;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content .content-text textarea::-webkit-input-placeholder {
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content .content-text textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content .content-text textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-content .content-text textarea:-ms-input-placeholder {
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-box-footer {
  padding: 17px;
  float: right;
  padding-top: 0;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-box-footer .footer-btn .comment-box-save {
  background: #0265ff;
  color: #fff;
  border: 1px solid #ddd;
  padding: 2px 11px;
  transition: transform 0.2s;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .enter-comment-section .comment-box-footer .footer-btn .comment-box-save:hover {
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.231372549);
  transform: scale(1.04);
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .close-comment-box-view {
  width: 11px;
  top: 11px;
  right: 11px;
  position: absolute;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .all-comments {
  padding: 0px 17px 17px 24px;
  overflow-x: hidden;
  max-height: 263px;
  margin-top: 20px;
  margin-right: 11px;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .all-comments .comment-user-text {
  width: 216px;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 4px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .all-comments .comment-view-text {
  width: 269px;
  font-size: 13px;
  font-weight: normal;
  word-break: break-all;
  font-style: normal;
  padding-bottom: 16px;
  white-space: pre-wrap;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #323c47;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .all-comments::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f6fa;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .all-comments::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-osx-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #8097b1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer {
  padding: 10px 17px 10px 17px;
  margin-top: 10px;
  border-top: 0.5px solid #e7eaf1;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section {
  width: 80%;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section .enter-comment-footer {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  overflow: hidden;
  top: 3px;
  position: relative;
  border: none;
  height: 30px;
  resize: none;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section .enter-comment-footer textarea::-webkit-input-placeholder {
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section .enter-comment-footer textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section .enter-comment-footer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .footer-input-section .enter-comment-footer textarea:-ms-input-placeholder {
  color: #8897bd;
}
.acq_cobrowse_section .main_container .chat-pop-box .chat-box-text-area .comment-box .view-comment-section .view-comment-footer .send-btn-icon {
  width: 16px;
  height: 15.9px;
  position: absolute;
  bottom: 17px;
  right: 17px;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .chat-pop-box .y-notice {
  color: #000;
  background: #d8cc28;
  font-size: 11px;
  margin: 4px;
  font-family: "AudiType";
  padding: 6px 4px;
}
.acq_cobrowse_section .main_container .chat-pop-box .commetns-chat textarea {
  width: 100%;
  margin: 5px 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .commetns-chat ul {
  display: block;
  padding: 0px;
}
.acq_cobrowse_section .main_container .chat-pop-box .commetns-chat ul li {
  display: block;
  float: none;
  font-size: 11px;
  width: 100%;
  padding: 4px;
  margin-bottom: 11px;
  margin: 0;
  border: 1px solid #ddd;
  margin-bottom: 11px;
  float: none !important;
  width: 100% !important;
}
.acq_cobrowse_section .main_container .chat-pop-box .commetns-chat ul li p {
  margin: 0;
  font-size: 12px;
  font-family: "AudiType";
  white-space: pre-wrap;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen_share_block {
  height: inherit;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen_share_block .video {
  height: inherit;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen_share_block .video video {
  max-width: 100%;
  max-height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen-call {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  text-align: center;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen-call .videos {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen-call .videos .user {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen-call .videos .user > div {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.acq_cobrowse_section .main_container .chat-pop-box .screen-call .videos .user > div video {
  max-width: 100%;
  max-height: 100%;
}
.acq_cobrowse_section .main_container .popups-tasks-bar {
  /* position: fixed;
    bottom: 0;
    right: 0px;
    width: 100%;
    text-align: right;
    padding-right: 315px;
    z-index: 1000;*/
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task {
  text-align: left;
  display: inline-table;
  color: #fff;
  height: 36px;
  border-radius: 4px 4px 0 0;
  margin-right: 7px;
  vertical-align: bottom;
  width: 160px;
  cursor: pointer;
  background: #0265ff;
  font-size: 12px;
  line-height: 12px;
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task > div {
  border: 1px solid #f00;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0px;
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task > div.name {
  white-space: nowrap;
  overflow: hidden;
  max-width: 90px;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task > div.action {
  text-align: right;
  padding-right: 10px;
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task > div.action .count {
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .main_container .popups-tasks-bar .task > div.action .close {
  background-image: url("./asset/backend/close-white@2x.svg");
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-left: 10px;
}
.acq_cobrowse_section .main_container .topbar {
  height: 40px;
  border-bottom: 1px solid rgba(100, 113, 117, 0.21);
  padding: 6px 13px;
  background-color: #fff;
  z-index: 1000;
  position: relative;
}
.acq_cobrowse_section .main_container .topbar a {
  color: #34b6e4;
  font-size: 16px;
  padding: 3px 0px;
}
.acq_cobrowse_section .main_container .topbar a span {
  font-size: 18px;
}
.acq_cobrowse_section .main_container .topbar .chat-toggle {
  float: right;
  font-size: 15px;
  margin-top: 2px;
}
.acq_cobrowse_section .main_container .topbar.active .upload-progress {
  display: none;
}
.acq_cobrowse_section .main_container .topbar .upload-progress {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  z-index: 10000;
  width: 100%;
}
.acq_cobrowse_section .main_container .topbar .upload-progress span {
  transition: all 0.5s;
  width: 43%;
  height: 3px;
  display: block;
  background: #008000;
  border-bottom: 2px solid #ddd;
}
.acq_cobrowse_section .main_container .topbar .count {
  border: 1px solid transparent;
  padding: 0px 3px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  display: inline-block;
  background-color: #34b6e4;
  color: #fff;
  margin-top: -4px;
}
.acq_cobrowse_section .main_container .agent {
  position: relative;
}
.acq_cobrowse_section .main_container .agent.offline img {
  filter: brightness(0.929) grayscale(100%) opacity(0.8);
  -webkit-filter: brightness(0.929) grayscale(100%) opacity(0.8);
  -moz-filter: brightness(0.929) grayscale(100%) opacity(0.8);
  -o-filter: brightness(0.929) grayscale(100%) opacity(0.8);
}
.acq_cobrowse_section .main_container .agent img {
  width: 100%;
  height: auto;
  max-width: 70px;
  border-radius: 700px;
  position: relative;
}
.acq_cobrowse_section .main_container .agent .count {
  background: #34b6e4;
  color: #fff;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 4px;
  float: right;
}
.acq_cobrowse_section .main_container .agent .status {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.acq_cobrowse_section .main_container .agent .status.online {
  background: #529e24;
}
.acq_cobrowse_section .main_container .agent .status.standby {
  background-color: #de812f;
}
.acq_cobrowse_section .main_container .agent .status.offline {
  background-color: #b71b1a;
}
.acq_cobrowse_section .main_container .agent .status.hidden {
  display: inline-block !important;
  background-color: #716c6c;
}
.acq_cobrowse_section .main_container .uploads-queue .list .agent .fname {
  white-space: pre;
  overflow: hidden;
  max-width: 50%;
  text-overflow: ellipsis;
  display: inline-block;
}
.acq_cobrowse_section .main_container .uploads-queue .list .agent .progress {
  transition: all 0.5s;
  width: 0;
  height: 3px;
  background: #008000;
  position: absolute;
  bottom: 0px;
  border-bottom: 2px solid #ddd;
  left: 0;
  margin: 0;
  top: auto;
}
.acq_cobrowse_section .main_container .statues {
  background: #fff;
  overflow: hidden;
  outline: none;
  display: block;
  z-index: 1000;
  position: relative;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .text-success {
  color: #92d72f !important;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .text-red {
  color: #dd4b39 !important;
}
.acq_cobrowse_section .main_container .statues .user_action_menu > .status {
  display: inline-block;
  padding: 3px 15px;
  height: 30px;
  cursor: pointer;
}
.acq_cobrowse_section .main_container .statues .user_action_menu > .status .fa-circle {
  margin-right: 8px;
}
.acq_cobrowse_section .main_container .statues .user_action_menu > .status:hover {
  /*.dropdown-menu{
              display: block !important;
          }*/
}
.acq_cobrowse_section .main_container .statues .user_action_menu .info {
  border-left: 1px solid #e5e2e2;
  display: inline-block;
  padding-left: 6px;
  line-height: 18px;
  font-size: 14px;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .dropdown-menu {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0px 15px;
  padding-bottom: 10px;
  list-style: none;
  z-index: 9;
  background: #fff;
  display: none;
  border-top: 1px solid #e5e2e2;
  border-bottom: 1px solid #e5e2e2;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .dropdown-menu li {
  line-height: 25px;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .dropdown-menu li a .fa-circle {
  margin-right: 8px;
}
.acq_cobrowse_section .main_container .statues .user_action_menu .dropdown-menu li a span {
  font-size: 16px;
  display: inline-block;
}
.acq_cobrowse_section .main_container .statues .section:first-of-type .heading {
  border-top: none;
}
.acq_cobrowse_section .main_container .statues .section .heading {
  padding: 10px 3px;
  font-size: 12px;
  border-bottom: 1px solid #e5e2e2;
  color: rgba(72, 72, 71, 0.92);
  font-size: 14px;
  padding: 7px 10px;
  border-top: 1px solid #e5e2e2;
  position: relative;
}
.acq_cobrowse_section .main_container .statues .section .heading .fa {
  color: #3a8e3a;
  margin-right: 4px;
  vertical-align: middle;
}
.acq_cobrowse_section .main_container .statues .section .heading .action {
  position: absolute;
  right: 10px;
  display: inline-block;
  top: 14%;
}
.acq_cobrowse_section .main_container .statues .section .list {
  margin: 0 0;
  background: rgba(255, 255, 255, 0.73);
  padding: 4px 5px;
}
.acq_cobrowse_section .main_container .statues .section .list li {
  margin: 0 0;
  background: rgba(255, 255, 255, 0.73);
  padding: 4px 5px;
  color: #000;
  font-size: 12px;
  font-family: "AudiType";
}
.acq_cobrowse_section .main_container .statues .section .list li a {
  cursor: pointer;
}
.acq_cobrowse_section .main_container .statues .section .list li .stats {
  float: right;
  margin: 2px 7px;
  vertical-align: middle;
}
.acq_cobrowse_section .main_container .statues .section .list li .stats * {
  vertical-align: middle;
}
.acq_cobrowse_section .main_container .statues .section .list li .stats img {
  width: 18px;
  vertical-align: middle;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 5px;
  display: inline-block;
}
.acq_cobrowse_section .main_container .statues .section .list li .stats .fa-close {
  font-size: 15px;
}
.acq_cobrowse_section .main_container .list-icons,
.acq_cobrowse_section .visitor-list-online .list-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acq_cobrowse_section .selected-field-body {
  color: #8197b1;
  /* The Modal (background) */
  /* Modal Content/Box */
  /* The Close Button */
  /*fieldset {*/
  /*border: 1px solid #c0c0c0;*/
  /*margin: 0 2px;*/
  /*padding: 0.35em 0.625em 0.75em;*/
  /*}*/
  /* Style the tab */
}
.acq_cobrowse_section .selected-field-body .address-bar {
  display: inline-table;
  width: 100%;
  height: 40px;
}
.acq_cobrowse_section .selected-field-body .address-bar.disabled {
  pointer-events: none;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box {
  margin: 0px;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box a {
  text-align: center;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0px;
  margin-left: -3px;
  border-right: 1px solid #ddd;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box a:first-of-type {
  margin-left: 0px;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box a.active {
  background: #eef2fc;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box a:last-of-type {
  border-right: none;
}
.acq_cobrowse_section .selected-field-body .address-bar .browse-mode .group-box a span {
  margin-right: 0;
}
.acq_cobrowse_section .selected-field-body .address-bar > a.cb-col {
  width: 30px;
  padding-left: 8 px;
}
.acq_cobrowse_section .selected-field-body .address-bar > a.cb-col > span {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  vertical-align: middle;
  height: 16px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0px;
}
.acq_cobrowse_section .selected-field-body .address-bar > a.cb-col:hover span {
  transition: 0.3s;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col {
  display: table-cell;
  vertical-align: middle;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col a,
.acq_cobrowse_section .selected-field-body .address-bar .cb-col span {
  color: #8197b1;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-back {
  text-align: right;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-back > span {
  background-image: url("./asset/backend/backwards@2x.svg");
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-forward {
  text-align: left;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-forward > span {
  background-image: url("./asset/backend/forward@2x.svg");
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-refresh {
  text-align: right;
  padding: 0;
  width: 24px;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-refresh > span {
  background-image: url("./asset/backend/refresh@2x.svg");
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-close > span {
  background-image: url("./asset/backend/close@2x.svg");
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form {
  border-left: 1px solid #ddd;
  position: relative;
  text-align: left;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .url-icon {
  width: 15px;
  margin-left: 10px;
  color: #8298b2;
  font-size: 13px;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .tab-index-cb {
  background: rgba(48, 151, 230, 0.4392156863);
  color: #fff;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 4px 10px;
  text-decoration: none;
  margin-left: 9px;
  text-align: center;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .tab-index-cb span {
  color: #fff;
  margin: 0;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .tab-index-cb.active {
  background: #3097e6;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form input {
  color: #8197b1;
  font-size: 12px;
  padding: 5px 7px;
  text-align: left;
  width: calc(100% - 52px);
  border: 0;
  outline: 0;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .cb-send {
  position: relative;
  right: 0px;
  top: 4px;
  color: #8197b1;
}
.acq_cobrowse_section .selected-field-body .address-bar .cb-col.cb-form .cb-send > span {
  margin: 0px;
  color: #8197b1;
}
.acq_cobrowse_section .selected-field-body .cobrowse-toolbar-button.disabled.cbt-button {
  opacity: 0.3;
  pointer-events: none;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d {
  z-index: 1000;
  position: relative;
  border: 1px solid #34b6e4;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  margin-right: 7px;
  background: #fff;
  -webkit-user-select: none;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .back {
  width: 30px;
  margin: 10px;
  display: block;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .back img {
  width: 100%;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .actions {
  text-align: center;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .actions a {
  width: 19%;
  margin-left: 15%;
  margin-top: 8px;
  display: inline-block;
  margin-right: 19%;
  margin-bottom: 4%;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .actions a img {
  width: 100%;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .dial-number input {
  width: 80%;
  border: none;
  outline: none;
  padding: 15px 9px;
  margin-bottom: 20px;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .dial-number .numbers {
  padding: 1px 11%;
}
.acq_cobrowse_section .selected-field-body .main_container .call-dialer-d .dial-number .numbers span {
  width: 50px;
  height: 50px;
  margin: 4px 5%;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #968d8d;
  color: #968d8d;
  font-size: 22px;
  padding-top: 8px;
}
.acq_cobrowse_section .selected-field-body .info-notice {
  background: rgba(249, 255, 0, 0.12);
  font-size: 11px;
  padding: 4px;
  font-family: "AudiType";
}
.acq_cobrowse_section .selected-field-body .dialer-phone {
  padding: 0 !important;
}
.acq_cobrowse_section .selected-field-body .dialer-phone li {
  padding: 0 !important;
}
.acq_cobrowse_section .selected-field-body .dialer-phone li input[type=text] {
  width: calc(100% - 98px);
  border: none;
  padding: 6px 5px;
  margin: 0;
  outline: none;
  vertical-align: middle;
}
.acq_cobrowse_section .selected-field-body .dialer-phone li input[type=button] {
  vertical-align: middle;
  width: 23%;
  border-radius: 0;
  padding: 6px 0%;
  margin: 0;
  border: none;
  outline: none;
  font-size: 12px;
}
.acq_cobrowse_section .selected-field-body .dialer-phone li #voip_message {
  width: 100%;
  border: none;
  padding: 6px 2%;
  margin: 0;
  outline: none;
  vertical-align: middle;
  resize: none;
  border-top: 1px solid #e5e2e2;
  padding-top: 11px;
}
.acq_cobrowse_section .selected-field-body .dialer-phone form {
  margin: 0px;
}
.acq_cobrowse_section .selected-field-body .dialer-phone form .btn {
  border-radius: 0px;
  background-color: #34b6e4;
  border-color: #34b6e4;
  width: 45px;
}
.acq_cobrowse_section .selected-field-body .dialer-phone form .btn:hover {
  background-color: #069cd2;
  border-color: #069cd2;
}
.acq_cobrowse_section .selected-field-body .dialer-phone form .btn .fa {
  font-size: 1.4em;
}
.acq_cobrowse_section .selected-field-body .calltransfer {
  background: #ec1c24;
  width: 100%;
  display: inline-block;
  margin-top: 14px;
}
.acq_cobrowse_section .selected-field-body .calltransfer img {
  display: inline-block;
  padding: 12px 114px;
}
.acq_cobrowse_section .selected-field-body .answer-call {
  padding-top: 17px;
  padding-bottom: 14px;
}
.acq_cobrowse_section .selected-field-body .answer-call .voip_icons {
  display: inline-block;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 5px;
}
.acq_cobrowse_section .selected-field-body .answer-call .voip_icons a {
  border: 1px solid #c1c1c1;
  color: #51575b;
  font-size: 15px;
  padding: 7px 10px;
  display: inline-block;
  min-height: 36px;
  margin-right: 1px;
}
.acq_cobrowse_section .selected-field-body .answer-call .voip_icons a img {
  margin-right: 6px;
}
.acq_cobrowse_section .selected-field-body .call-form {
  padding: 10px 10px;
  color: rgba(58, 51, 51, 0.74);
  text-align: center;
  border-bottom: 2px solid #34b6e4;
}
.acq_cobrowse_section .selected-field-body .call-form form input {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 4px;
  font-size: 13px;
}
.acq_cobrowse_section .selected-field-body .call-form form textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
  padding: 6px 5px;
  margin-bottom: 0px;
  font-size: 13px;
  resize: none;
}
.acq_cobrowse_section .selected-field-body .call-form form select {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 4px;
  font-size: 13px;
}
.acq_cobrowse_section .selected-field-body .call-form form input[type=submit] {
  background: #2eb0e8;
  color: #fff;
  font-size: 15px;
  width: 82px;
  padding: 5px 0px;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer {
  padding: 10px 0px;
  color: rgba(58, 51, 51, 0.74);
  text-align: center;
  border-bottom: 2px solid #34b6e4;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer fieldset {
  display: block !important;
  -webkit-margin-start: 0 !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-before: 4px !important;
  -webkit-padding-start: 3px !important;
  -webkit-padding-end: 5px !important;
  -webkit-padding-after: 5px !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  min-width: -webkit-min-content !important;
  border-width: 1px !important;
  border-style: groove !important;
  border-color: transparent !important;
  margin-bottom: 14px;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer legend {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  line-height: inherit !important;
  color: #25333e !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 1px 5px !important;
  margin: 0 !important;
  width: 100% !important;
  padding-bottom: 9px !important;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer input {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 4px;
  font-size: 13px;
  margin-top: 6px;
  width: 165px;
  float: left;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer button {
  border: 1px solid #488cca;
  padding: 2px 5px;
  border-radius: 20px;
  color: #2eb0e8;
  font-size: 11px;
  display: inline-block;
  background: #fff;
  margin-top: 10px;
}
.acq_cobrowse_section .selected-field-body .call_agents .call_agent {
  margin-bottom: 6px;
}
.acq_cobrowse_section .selected-field-body .call_agents .user_pic {
  margin-right: 5px;
  margin-left: 6px;
  margin-top: 8px;
}
.acq_cobrowse_section .selected-field-body .call_agents .user_anme {
  width: 67%;
  color: #25333e;
  font-size: 14px;
  margin-top: 8px;
  text-align: left;
  padding-left: 7px;
}
.acq_cobrowse_section .selected-field-body .keypad {
  padding: 13px 0px;
  border-bottom: 1px solid #d7d7d7;
  background: #e1f0fb;
}
.acq_cobrowse_section .selected-field-body .keypad table {
  border-collapse: separate;
  border-spacing: 29px 12px;
}
.acq_cobrowse_section .selected-field-body .keypad table tr td {
  border: 0px solid #8c8c8c;
  border-radius: 0;
  font-size: 24px;
  color: #25333e;
  width: 71px;
  height: 45px;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
  background: #fff;
  border-right: 2px solid #d1dfe9;
  border-bottom: 2px solid #d1dfe9;
}
.acq_cobrowse_section .selected-field-body .keypad .back_btn {
  margin-bottom: 10px;
  margin-top: 15px;
  display: none;
}
.acq_cobrowse_section .selected-field-body .keypad .back_btn img {
  cursor: pointer;
  width: 20%;
}
.acq_cobrowse_section .selected-field-body .voip_select_numbers {
  margin-top: 1px;
  border-bottom: 1px solid #e5e2e2;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.acq_cobrowse_section .selected-field-body .voip_select_numbers label {
  color: rgba(72, 72, 71, 0.92);
  position: relative;
  top: 10px;
  font-size: 14px;
}
.acq_cobrowse_section .selected-field-body .voip_select_numbers select {
  margin-top: 2px;
  float: right;
  margin-bottom: 2px;
  background: #fff;
  padding: 6px 2px;
  margin-right: 4px;
  border: 1px solid #e5e2e2;
  color: rgba(72, 72, 71, 0.92);
  width: 173px;
}
.acq_cobrowse_section .selected-field-body .queue_call {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #34b6e4;
}
.acq_cobrowse_section .selected-field-body .queue_call .notfound {
  list-style-type: none;
  margin: 0;
  padding: 6px 13px;
}
.acq_cobrowse_section .selected-field-body .queue_call .queue {
  list-style-type: none;
  margin: 0;
  padding: 6px 13px;
  border-bottom: 1px solid rgba(100, 113, 117, 0.21);
}
.acq_cobrowse_section .selected-field-body .queue_call .queue .heading {
  font-size: 13px !important;
  color: #2eb0e8 !important;
}
.acq_cobrowse_section .selected-field-body .queue_call .queue .call_number {
  width: 35%;
  display: inline-block;
  line-height: inherit !important;
}
.acq_cobrowse_section .selected-field-body .queue_call .queue .call_appname {
  width: 34%;
  display: inline-block;
}
.acq_cobrowse_section .selected-field-body .queue_call .queue .pick {
  float: right;
  display: inline-block;
}
.acq_cobrowse_section .selected-field-body .queue_call .queue .reject {
  float: right;
  display: inline-block;
}
.acq_cobrowse_section .selected-field-body .confrence_transefer .form-group.required {
  padding-left: 15px;
}
.acq_cobrowse_section .selected-field-body .activity-list-online .popups-tasks-bar .sms_taskbar {
  height: 246px;
  padding: 0;
  width: 250px;
}
.acq_cobrowse_section .selected-field-body .activity-list-online .popups-tasks-bar .sms_taskbar_close {
  height: 30px;
}
.acq_cobrowse_section .selected-field-body .activity-list-online .popups-tasks-bar .sms_taskbar .taskbar_header {
  padding: 5px 7px;
}
.acq_cobrowse_section .selected-field-body .sms_taskbar .message_box {
  background: #fff;
  height: 180px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px 7px;
}
.acq_cobrowse_section .selected-field-body .shout_msg {
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 0px 5px 5px 5px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #7c7c7c;
  word-break: break-all;
}
.acq_cobrowse_section .selected-field-body .message_box:last-child {
  border-bottom: none;
}
.acq_cobrowse_section .selected-field-body time {
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  float: right;
  color: #d5d5d5;
}
.acq_cobrowse_section .selected-field-body .sms_taskbar .username {
  margin-bottom: 10px;
  margin-top: 10px;
}
.acq_cobrowse_section .selected-field-body .sms_taskbar input {
  width: 100%;
  height: 35px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-top: none;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  outline: none;
  padding-right: 28px;
  display: block;
}
.acq_cobrowse_section .selected-field-body .sms_taskbar .username {
  font-weight: bold;
  display: block;
}
.acq_cobrowse_section .selected-field-body .sms_send {
  background: url(./asset/send.png);
  width: 24px !important;
  outline: none;
  background-repeat: no-repeat;
  border: 0 !important;
  background-color: white;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 7px;
  padding-right: 0px !important;
  margin-bottom: -36px;
  background-size: 100%;
}
.acq_cobrowse_section .selected-field-body .atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #ebebeb;
  min-width: 120px;
  z-index: 11110 !important;
  overflow: hidden;
}
.acq_cobrowse_section .selected-field-body .atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 11px;
  font-weight: bold;
}
.acq_cobrowse_section .selected-field-body .atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: normal;
}
.acq_cobrowse_section .selected-field-body .atwho-view .atwho-header:hover {
  cursor: default;
}
.acq_cobrowse_section .selected-field-body .atwho-view .cur {
  background: #3a6ae4;
  color: white;
}
.acq_cobrowse_section .selected-field-body .atwho-view .cur small {
  color: white;
}
.acq_cobrowse_section .selected-field-body .atwho-view strong {
  color: #11c0ef;
}
.acq_cobrowse_section .selected-field-body .atwho-view .cur strong {
  color: white;
  font: bold;
}
.acq_cobrowse_section .selected-field-body .atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto;
}
.acq_cobrowse_section .selected-field-body .atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */
}
.acq_cobrowse_section .selected-field-body .atwho-view ul li:last-child {
  border-bottom: none;
}
.acq_cobrowse_section .selected-field-body .atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal;
}
.acq_cobrowse_section .selected-field-body .fade.in {
  opacity: 1;
}
.acq_cobrowse_section .selected-field-body .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.acq_cobrowse_section .selected-field-body .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.acq_cobrowse_section .selected-field-body .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.acq_cobrowse_section .selected-field-body .sfdc-scroll {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}
.acq_cobrowse_section .selected-field-body .the-legend {
  font-size: 16px;
}
.acq_cobrowse_section .selected-field-body .required {
  float: left;
  padding-right: 2px;
  color: rgb(194, 57, 52);
  font-weight: 700;
}
.acq_cobrowse_section .selected-field-body .error_class {
  border: 1px solid #dd4b39 !important;
}
.acq_cobrowse_section .selected-field-body .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.acq_cobrowse_section .selected-field-body .modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  /* 15% from the top and centered */
  padding: 0px 15px 0px 15px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  /* Could be more or less, depending on screen size */
}
.acq_cobrowse_section .selected-field-body .close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.acq_cobrowse_section .selected-field-body .close:focus, .acq_cobrowse_section .selected-field-body .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.acq_cobrowse_section .selected-field-body button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.acq_cobrowse_section .selected-field-body .well {
  min-height: 20px;
  /*padding: 19px;*/
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.acq_cobrowse_section .selected-field-body .form-group {
  margin-bottom: 15px;
  position: relative;
}
.acq_cobrowse_section .selected-field-body .form-group .tw-form-error {
  color: red;
  font-size: 11px;
  margin-top: 4px;
}
.acq_cobrowse_section .selected-field-body .col-xs-6 {
  width: 50%;
}
.acq_cobrowse_section .selected-field-body .col-xs-12 {
  width: 100%;
}
.acq_cobrowse_section .selected-field-body .col-xs-1,
.acq_cobrowse_section .selected-field-body .col-xs-2,
.acq_cobrowse_section .selected-field-body .col-xs-3,
.acq_cobrowse_section .selected-field-body .col-xs-4,
.acq_cobrowse_section .selected-field-body .col-xs-5,
.acq_cobrowse_section .selected-field-body .col-xs-6,
.acq_cobrowse_section .selected-field-body .col-xs-7,
.acq_cobrowse_section .selected-field-body .col-xs-8,
.acq_cobrowse_section .selected-field-body .col-xs-9,
.acq_cobrowse_section .selected-field-body .col-xs-10,
.acq_cobrowse_section .selected-field-body .col-xs-11,
.acq_cobrowse_section .selected-field-body .col-xs-12 {
  float: left;
}
.acq_cobrowse_section .selected-field-body .col-xs-1,
.acq_cobrowse_section .selected-field-body .col-sm-1,
.acq_cobrowse_section .selected-field-body .col-md-1,
.acq_cobrowse_section .selected-field-body .col-lg-1,
.acq_cobrowse_section .selected-field-body .col-xs-2,
.acq_cobrowse_section .selected-field-body .col-sm-2,
.acq_cobrowse_section .selected-field-body .col-md-2,
.acq_cobrowse_section .selected-field-body .col-lg-2,
.acq_cobrowse_section .selected-field-body .col-xs-3,
.acq_cobrowse_section .selected-field-body .col-sm-3,
.acq_cobrowse_section .selected-field-body .col-md-3,
.acq_cobrowse_section .selected-field-body .col-lg-3,
.acq_cobrowse_section .selected-field-body .col-xs-4,
.acq_cobrowse_section .selected-field-body .col-sm-4,
.acq_cobrowse_section .selected-field-body .col-md-4,
.acq_cobrowse_section .selected-field-body .col-lg-4,
.acq_cobrowse_section .selected-field-body .col-xs-5,
.acq_cobrowse_section .selected-field-body .col-sm-5,
.acq_cobrowse_section .selected-field-body .col-md-5,
.acq_cobrowse_section .selected-field-body .col-lg-5,
.acq_cobrowse_section .selected-field-body .col-xs-6,
.acq_cobrowse_section .selected-field-body .col-sm-6,
.acq_cobrowse_section .selected-field-body .col-md-6,
.acq_cobrowse_section .selected-field-body .col-lg-6,
.acq_cobrowse_section .selected-field-body .col-xs-7,
.acq_cobrowse_section .selected-field-body .col-sm-7,
.acq_cobrowse_section .selected-field-body .col-md-7,
.acq_cobrowse_section .selected-field-body .col-lg-7,
.acq_cobrowse_section .selected-field-body .col-xs-8,
.acq_cobrowse_section .selected-field-body .col-sm-8,
.acq_cobrowse_section .selected-field-body .col-md-8,
.acq_cobrowse_section .selected-field-body .col-lg-8,
.acq_cobrowse_section .selected-field-body .col-xs-9,
.acq_cobrowse_section .selected-field-body .col-sm-9,
.acq_cobrowse_section .selected-field-body .col-md-9,
.acq_cobrowse_section .selected-field-body .col-lg-9,
.acq_cobrowse_section .selected-field-body .col-xs-10,
.acq_cobrowse_section .selected-field-body .col-sm-10,
.acq_cobrowse_section .selected-field-body .col-md-10,
.acq_cobrowse_section .selected-field-body .col-lg-10,
.acq_cobrowse_section .selected-field-body .col-xs-11,
.acq_cobrowse_section .selected-field-body .col-sm-11,
.acq_cobrowse_section .selected-field-body .col-md-11,
.acq_cobrowse_section .selected-field-body .col-lg-11,
.acq_cobrowse_section .selected-field-body .col-xs-12,
.acq_cobrowse_section .selected-field-body .col-sm-12,
.acq_cobrowse_section .selected-field-body .col-md-12,
.acq_cobrowse_section .selected-field-body .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.acq_cobrowse_section .selected-field-body fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.acq_cobrowse_section .selected-field-body .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.acq_cobrowse_section .selected-field-body .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.acq_cobrowse_section .selected-field-body .form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #0265ff;
  outline: none;
}
.acq_cobrowse_section .selected-field-body .form-control::-webkit-input-placeholder, .acq_cobrowse_section .selected-field-body .form-control::-moz-placeholder, .acq_cobrowse_section .selected-field-body .form-control:-ms-input-placeholder, .acq_cobrowse_section .selected-field-body .form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.acq_cobrowse_section .selected-field-body .form-control:disabled, .acq_cobrowse_section .selected-field-body .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.acq_cobrowse_section .selected-field-body .form-control:disabled {
  cursor: not-allowed;
}
.acq_cobrowse_section .selected-field-body select.form-control:not([size]):not([multiple]) {
  height: 34px;
}
.acq_cobrowse_section .selected-field-body select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
.acq_cobrowse_section .selected-field-body .form-control-file,
.acq_cobrowse_section .selected-field-body .form-control-range {
  display: block;
}
.acq_cobrowse_section .selected-field-body legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.acq_cobrowse_section .selected-field-body .cus-tabs-menu {
  height: 15px;
  /*float: left;*/
  /*clear: both;*/
  list-style: none;
}
.acq_cobrowse_section .selected-field-body .cus-tabs-menu li {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 0px;
  width: 15%;
  text-align: center;
  background-color: #ccc;
  border-top: 1px solid #d4d4d1;
  border-right: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
}
.acq_cobrowse_section .selected-field-body .cus-tabs-menu li.current {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
.acq_cobrowse_section .selected-field-body .cus-tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.acq_cobrowse_section .selected-field-body .cus-tabs-menu .current a {
  color: #2e7da3;
}
.acq_cobrowse_section .selected-field-body .cus-tab {
  border: 1px solid #d4d4d1;
  /*background-color: #fff;*/
  /*float: left;*/
  margin-bottom: 15px;
  width: auto;
}
.acq_cobrowse_section .selected-field-body .cus-tab-content {
  width: 100%;
  padding: 20px;
  display: none;
}
.acq_cobrowse_section .selected-field-body .int-loader,
.acq_cobrowse_section .selected-field-body .int-loader:after {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.acq_cobrowse_section .selected-field-body .int-loader {
  margin: -2px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid #11c0ef;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #11c0ef;
  border-left: 2px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.acq_cobrowse_section .selected-field-body .overlay,
.acq_cobrowse_section .selected-field-body .overlay-wrapper > .overlay,
.acq_cobrowse_section .selected-field-body .box > .loading-img,
.acq_cobrowse_section .selected-field-body .overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acq_cobrowse_section .selected-field-body .box .overlay,
.acq_cobrowse_section .selected-field-body .overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.acq_cobrowse_section .selected-field-body .box .overlay > .fa,
.acq_cobrowse_section .selected-field-body .overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.acq_cobrowse_section .selected-field-body .box .overlay.dark,
.acq_cobrowse_section .selected-field-body .overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .selected-field-body #intModal .fstQueryInput {
  padding: 2px 10px;
}
.acq_cobrowse_section .selected-field-body .alertSealed {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.acq_cobrowse_section .selected-field-body .customAlert {
  display: none;
  position: fixed;
  max-width: 25%;
  min-width: 250px !important;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: #fff;
  z-index: 10000001;
  border: 1px #666 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media all and (max-width: 1300px) {
  .acq_cobrowse_section .selected-field-body .customAlert .alertMessage {
    font-size: 14px !important;
  }
}
.acq_cobrowse_section .selected-field-body .customAlert .alertMessage {
  padding: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin: 0 0 12px 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.acq_cobrowse_section .selected-field-body .customAlert input[type=button] {
  display: block;
  margin: auto;
  top: 100%;
  left: 50%;
  width: 35%;
  height: 32px;
  outline: 0;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acq_cobrowse_section .selected-field-body .customAlert input[type=button]:hover {
  transition: 0.3s;
  cursor: pointer;
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.acq_cobrowse_section .screen_request {
  text-align: center;
  padding: 0 0 35px 0;
}
.acq_cobrowse_section .screen_request .wrap-btn {
  position: inherit;
  margin: auto;
}
.acq_cobrowse_section .screen_request.disabled .wrap-btn {
  cursor: not-allowed;
}
.acq_cobrowse_section .screen_request video::-webkit-media-controls-timeline {
  display: none;
}
.acq_cobrowse_section .screen_request .co-request-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px;
  max-width: 960px;
  width: 77%;
  margin: 20px auto;
}
.acq_cobrowse_section .screen_request .co-request-wrap .co-request {
  width: 283px;
  height: 247px;
  border-radius: 4px;
  border: solid 1px var(--color-primary-100);
  background-color: var(--color-primary-0);
  float: left;
  margin: 5px 11px;
  padding: 5px;
}
.acq_cobrowse_section .screen_request .co-request-wrap .co-send-request-svg {
  background-image: url("./asset/backend/send-request.svg");
  height: 107px;
  object-fit: contain;
  margin: 31px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 141px;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .co-accept-svg {
  background-image: url("./asset/backend/accept.svg");
  height: 107px;
  object-fit: contain;
  margin: 32px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 133px;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .co-view-interact-svg {
  background-image: url("./asset/backend/view-interact.svg");
  height: 107px;
  object-fit: contain;
  margin: 36px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 156px;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .screen-send-request-svg {
  background-image: url("./asset/backend/send-request.svg");
  width: 143px;
  height: 107px;
  object-fit: contain;
  margin: 31px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 141px;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .screen-accept-svg {
  background-image: url("./asset/backend/screen-share-main-window.svg");
  width: 139px;
  height: 107px;
  object-fit: contain;
  margin: 30px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .screen-full-screen-svg {
  background-image: url("./asset/backend/full-screen-view.svg");
  width: 128px;
  height: 107px;
  object-fit: contain;
  margin: 30px auto auto auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.acq_cobrowse_section .screen_request .co-request-wrap .send-request-title {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.8;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-grey-900);
  margin: auto;
}
.acq_cobrowse_section .screen_request .co-request-wrap .send-request-text {
  width: 223px;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-grey-500);
  margin: auto;
}
@media screen and (max-width: 1680px) {
  .acq_cobrowse_section .screen_request .co-request-wrap {
    width: 90%;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-send-request-svg {
    background-size: 115px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-accept-svg {
    background-size: 110px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-view-interact-svg {
    background-size: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .acq_cobrowse_section .screen_request .co-request-wrap .co-svg {
    margin: 20px auto auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .acq_cobrowse_section .screen_request .co-request-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.acq_cobrowse_section .screen_request .no_visitor_found {
  background-image: url("./asset/backend/illustartion-placeholder-co-browsing@3x.png");
  width: 146px;
  height: 105px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  left: 22px;
  margin-bottom: 17px;
}
.acq_cobrowse_section .screen_request .co-browse-request {
  background-image: url("./asset/backend/co-browsing-request.svg");
  background-repeat: no-repeat;
  width: 793px;
  height: 300px;
  background-size: 83%;
  max-width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  background-position: top center;
}
.acq_cobrowse_section .screen_request .screen_share_requests {
  background-repeat: no-repeat;
  background-image: url("./asset/backend/screen_share.svg");
  width: 792px;
  height: 251px;
  background-size: 100%;
  max-width: 100%;
  padding: 0 12px;
  margin-top: 0;
  margin-bottom: 20px;
  margin: 0 auto;
}
.acq_cobrowse_section .screen_request .title {
  font-size: 18px;
  color: #323c47;
  line-height: 16px;
  font-weight: 600;
}
.acq_cobrowse_section .screen_request.disabled .button_request {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.acq_cobrowse_section .screen_request .button_request.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.acq_cobrowse_section .screen_request .button_request {
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-right: 14px;
  width: 205px;
  height: 38px;
  background-color: var(--color-primary-500);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
}
.acq_cobrowse_section .screen_request .button_request:active {
  box-shadow: 0 2px 4px 0 rgba(143, 143, 143, 0.9);
  transform: translateY(4px);
}
.acq_cobrowse_section .screen_request.disabled .button_request_primary {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.acq_cobrowse_section .screen_request .button_request_primary.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.acq_cobrowse_section .screen_request .button_request_primary {
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-right: 14px;
  width: 205px;
  height: 38px;
  background-color: var(--color-primary-100);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-500);
}
.acq_cobrowse_section .screen_request .button_request_primary:active {
  box-shadow: 0 2px 4px 0 rgba(143, 143, 143, 0.9);
  transform: translateY(4px);
}
.acq_cobrowse_section .screen_request p {
  font-size: 13px;
  color: #8197b1;
  line-height: 23px;
  width: 650px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1542px) and (max-width: 1626px) {
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-text {
    width: 188px;
    font-size: 12px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-svg {
    background-size: 145px;
  }
}
@media only screen and (min-width: 1402px) and (max-width: 1542px) {
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-title {
    font-size: 12px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-text {
    width: 155px;
    font-size: 12px;
  }
  .acq_cobrowse_section .screen_request .wrap-btn input[type=button] {
    font-size: 11px;
    width: 150px;
  }
}
@media only screen and (min-width: 1166px) and (max-width: 1402px) {
  .acq_cobrowse_section .screen_request .wrap-btn input[type=button] {
    font-size: 11px;
    width: 150px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-request {
    height: 217px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-title {
    font-size: 10px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-text {
    width: 122px;
    font-size: 12px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-svg {
    background-size: 89px;
    height: 76px;
  }
}
@media only screen and (max-width: 1166px) {
  .acq_cobrowse_section .screen_request .wrap-btn input[type=button] {
    font-size: 9px;
    width: 117px;
    height: 27px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-request {
    width: 120px;
    height: 150px;
    margin: 0% 0% 2% 1%;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-title {
    font-size: 10px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .send-request-text {
    width: 93px;
    font-size: 11px;
  }
  .acq_cobrowse_section .screen_request .co-request-wrap .co-svg {
    background-size: 42px;
    margin: 5% 0% 0% 23%;
    height: 35px;
    width: 52px;
  }
}
.acq_cobrowse_section .no-padding {
  padding: 0 !important;
}
.acq_cobrowse_section .tgv-block,
.acq_cobrowse_section .acquire-widget-board-component {
  position: relative;
  max-width: 300px;
}
.acq_cobrowse_section .tgv-block .video_frame,
.acq_cobrowse_section .acquire-widget-board-component .video_frame {
  display: block;
}
.acq_cobrowse_section .tgv-block .video_frame iframe,
.acq_cobrowse_section .tgv-block .video_frame video,
.acq_cobrowse_section .acquire-widget-board-component .video_frame iframe,
.acq_cobrowse_section .acquire-widget-board-component .video_frame video {
  width: 100%;
  pointer-events: none;
  border-radius: 4px;
}
.acq_cobrowse_section .tgv-block .image_frame img,
.acq_cobrowse_section .acquire-widget-board-component .image_frame img {
  width: 100%;
}
.acq_cobrowse_section .tgv-block .video-controls,
.acq_cobrowse_section .acquire-widget-board-component .video-controls {
  opacity: 0;
  transition: all 0.3s ease;
}
.acq_cobrowse_section .tgv-block .video-controls *,
.acq_cobrowse_section .acquire-widget-board-component .video-controls * {
  pointer-events: all !important;
}
.acq_cobrowse_section .tgv-block .video-controls.loadstart,
.acq_cobrowse_section .acquire-widget-board-component .video-controls.loadstart {
  opacity: 1;
}
.acq_cobrowse_section .tgv-block .video-controls .tw_loading,
.acq_cobrowse_section .acquire-widget-board-component .video-controls .tw_loading {
  position: inherit;
}
.acq_cobrowse_section .tgv-block:hover .video-controls,
.acq_cobrowse_section .acquire-widget-board-component:hover .video-controls {
  opacity: 1;
}
.acq_cobrowse_section .tgv-block .video-control,
.acq_cobrowse_section .acquire-widget-board-component .video-control {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px rgba(255, 255, 255, 0.4) solid;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.acq_cobrowse_section .tgv-block .video-control:hover,
.acq_cobrowse_section .acquire-widget-board-component .video-control:hover {
  background-color: rgba(10, 10, 10, 0.6392156863);
  box-shadow: 0px 0px 14px 0px #868686;
  border: 2px #fff solid;
}
.acq_cobrowse_section .tgv-block .video-control.playBtn,
.acq_cobrowse_section .acquire-widget-board-component .video-control.playBtn {
  background-image: url(./asset/play.svg);
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.acq_cobrowse_section .tgv-block .video-control.pauseBtn,
.acq_cobrowse_section .acquire-widget-board-component .video-control.pauseBtn {
  background-image: url(./asset/pause.svg);
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.acq_cobrowse_section .tgv-block .video-control.muteBtn,
.acq_cobrowse_section .acquire-widget-board-component .video-control.muteBtn {
  background-image: url(./asset/mute.svg);
  top: 10px;
  right: 10px;
}
.acq_cobrowse_section .tgv-block .video-control.unmuteBtn,
.acq_cobrowse_section .acquire-widget-board-component .video-control.unmuteBtn {
  background-image: url(./asset/unmute.svg);
  top: 10px;
  right: 10px;
}
.acq_cobrowse_section .inner-circle-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0px #8097b2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acq_cobrowse_section .inner-circle-btn span {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.acq_cobrowse_section .inner-circle-btn:hover {
  background: #0265ff;
  transition: 0.3s;
  transform: scale(1.1);
}
.acq_cobrowse_section .inner-circle-btn:hover span {
  -ms-filter: invert(100%) brightness(900%);
  -o-filter: invert(100%) brightness(900%);
  -webkit-filter: invert(100%) brightness(900%);
  filter: invert(100%) brightness(900%);
}
.acq_cobrowse_section .inner-circle-btn.chat-tab-toggle span {
  background-image: url("./asset/backend/chat-blue@2x.svg");
}
.acq_cobrowse_section .inner-circle-btn.screen-close {
  right: 10px;
}
.acq_cobrowse_section .inner-circle-btn.screen-close span {
  background-image: url("./asset/backend/close-window-red@2x.svg");
}
.acq_cobrowse_section .inner-circle-btn.screen-close:hover span {
  background-image: url("./asset/backend/close-window@2x.svg");
}
.acq_cobrowse_section .tooltip_drop_down.video_voice {
  margin-left: 7px;
}
.acq_cobrowse_section .tooltip_drop_down.video_voice .tooltip_drop_down {
  margin-left: 10px;
}
.acq_cobrowse_section .tooltip_drop_down.video_voice .tooltiptext {
  margin-left: 12px;
}
.acq_cobrowse_section .tooltip_drop_down.video_voice .tooltiptext .play_btn {
  left: 146px;
}
.acq_cobrowse_section .tooltip_drop_down .tooltiptext {
  width: 318px;
  background-color: #fff;
  color: #303c48;
  text-align: left;
  border-radius: 3px;
  margin-left: -153px;
  white-space: normal;
  font-size: 13px;
  line-height: 21px;
  -webkit-box-shadow: 0 4px 5px 0 #ada4ad;
  -moz-box-shadow: 0 4px 5px 0 #ada4ad;
  box-shadow: 0 4px 5px 0 #ada4ad;
  padding: 0 0 5px;
}
.acq_cobrowse_section .tooltip_drop_down .tooltiptext .heading {
  font-size: 16px;
  color: #00202b;
  font-weight: 600;
  display: inline-block;
  margin: 9px 0;
}
.acq_cobrowse_section .tooltip_drop_down .tooltiptext span {
  padding: 0 15px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.acq_cobrowse_section .tooltip_drop_down .tooltiptext .play_btn {
  position: absolute;
  left: -17px;
  top: 53px;
  cursor: pointer;
}
.acq_cobrowse_section .dropdown.tooltip_drop_down {
  position: relative;
  display: inline-block;
  float: left;
}
.acq_cobrowse_section .dropdown.tooltip_drop_down .dropbtn {
  padding: 0;
  font-size: 16px;
  border: none;
  background: #fff;
}
.acq_cobrowse_section .dropdown.tooltip_drop_down .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 9999999;
  margin-top: 3px;
}
.acq_cobrowse_section .dropdown.tooltip_drop_down .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.acq_cobrowse_section .dropdown:hover .dropdown-content {
  display: block;
}
.acq_cobrowse_section .cobrowse-wrap {
  height: 100%;
  border-radius: 4px;
  /* SMARTPHONES PORTRAIT */
  /* SMARTPHONES LANDSCAPE */
  /* TABLETS PORTRAIT */
  /* TABLET LANDSCAPE / DESKTOP */
}
.acq_cobrowse_section .cobrowse-wrap .cobrowse_iframe .tgnoresizecheck {
  border-width: 2px !important;
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap {
  float: right;
  z-index: 999;
  position: unset;
  padding: 15px;
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .co-btn:not(:first-child) {
  margin-top: 20px;
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .co-btn {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  width: 34px;
  height: 34px;
  padding: 11px;
  border-radius: 17px;
  cursor: pointer;
  z-index: 1;
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--color-primary-50) !important;
  color: var(--color-neutral-light) !important;
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .co-btn.active {
  background-color: var(--color-grey-500);
  color: var(--color-primary-0);
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .mouse-button {
  box-shadow: 0 5px 10px 0 rgba(24, 59, 86, 0.2);
  background-color: var(--color-primary-0);
  color: var(--color-grey-500);
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .pen-button {
  box-shadow: 0 5px 10px 0 rgba(24, 59, 86, 0.2);
  background-color: var(--color-primary-0);
  color: var(--color-grey-500);
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .marker-button {
  box-shadow: 0 5px 10px 0 rgba(24, 59, 86, 0.2);
  background-color: var(--color-primary-0);
  color: var(--color-grey-500);
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .highlight-button {
  box-shadow: 0 5px 10px 0 rgba(24, 59, 86, 0.2);
  background-color: var(--color-primary-0);
  color: var(--color-grey-500);
}
.acq_cobrowse_section .cobrowse-wrap .action-button-wrap .fullscreen-button {
  box-shadow: 0 5px 10px 0 rgba(24, 59, 86, 0.2);
  background-color: var(--color-primary-0);
  color: var(--color-grey-500);
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar {
  width: 518px;
  height: 34px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px 0 rgba(24, 59, 86, 0.15);
  border: solid 1px var(--color-primary-100);
  background-color: rgba(255, 255, 255, 0.7);
  margin: auto;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-arrow-left,
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-arrow-right {
  padding: 2%;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-arrow-left,
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-arrow-right {
  width: 7px;
  height: 10px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--color-grey-500);
  float: left;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .reload-close-icon {
  text-align: center;
  top: 4px;
  width: 73px;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-cross-cancel {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--color-grey-500);
  position: absolute;
  right: 9px;
  top: 10px;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-go-filled {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-go-filled:active, .acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-go-filled:focus, .acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-go-filled:hover {
  outline: 0;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-reload {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--color-grey-500);
  position: absolute;
  top: 9px;
  right: 28px;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-reload:active, .acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-reload:focus, .acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .icon-reload:hover {
  outline: 0;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .search-input {
  width: 348px;
  height: 14px;
  font-family: "AudiType";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-grey-900);
  float: left;
  margin: 1.5% 1.5% 1.5% 0%;
  border: none;
  background: transparent;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .tab-index-cb {
  float: left;
  background: #C1C1C1;
  color: #fff;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0px 3px;
  text-decoration: none;
  text-align: center;
  margin-left: 2px;
  margin-top: 4px;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .tab-index-cb.active {
  background: #577592;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .silent-co-browse .cobrowse-toolbar-button {
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-right: 14px;
  width: 178px;
  background-color: var(--color-primary-500);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
  font-family: inherit !important;
  padding: 10px;
  margin-top: 10px;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .cobrowse-address-bar .silent-co-browse .cobrowse-toolbar-button.disabled {
  pointer-events: none;
  cursor: none;
}
.acq_cobrowse_section .cobrowse-wrap .address-bar-wrap .toggle-btn {
  width: 24px;
  border-radius: 3px 3px 4px 4px;
  background-color: var(--color-grey-500);
  font-size: 8px;
  color: var(--color-primary-0);
  padding: 4px;
  cursor: pointer;
  position: absolute;
  left: 91%;
  top: 96%;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .acq_cobrowse_section .cobrowse-wrap .cobrowse-address-bar .search-input {
    width: 174px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .acq_cobrowse_section .cobrowse-wrap .cobrowse-address-bar .search-input {
    width: 221px;
  }
  .acq_cobrowse_section .cobrowse-wrap .action-button-wrap {
    padding: 11px;
    margin-top: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acq_cobrowse_section .cobrowse-wrap .cobrowse-address-bar .search-input {
    width: 165px;
  }
  .acq_cobrowse_section .cobrowse-wrap .action-button-wrap {
    padding: 10px;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .acq_cobrowse_section .cobrowse-wrap .cobrowse-address-bar .search-input {
    width: 345px;
  }
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse_iframe {
  height: calc(100vh - 104px);
  display: inline-block;
  position: relative;
  width: calc(100% - 0px);
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse_iframe iframe {
  box-shadow: 0 0 0 1px #908d8d;
  margin: auto;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowing-frame {
  box-shadow: rgb(221, 221, 221) 0px 0px 12px 11px;
  margin: 5px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar {
  position: absolute;
  z-index: 999;
  right: 50px;
  top: 8px;
  width: 310px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button,
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-trigger,
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-text {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button {
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 #8097b2;
  cursor: pointer;
  display: inline-block !important;
  float: left;
  margin-right: 10px;
  position: relative;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button > span {
  /* display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;*/
  display: inline-block;
  line-height: 34px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button:hover, .acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button.active {
  background: #0265ff;
  transition: 0.2s;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button:hover > span, .acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button.active > span {
  -ms-filter: invert(100%) brightness(900%);
  -o-filter: invert(100%) brightness(900%);
  -webkit-filter: invert(100%) brightness(900%);
  filter: invert(100%) brightness(900%);
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button:hover .cobrowse-toolbar-text > .nsc-icon, .acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button.active .cobrowse-toolbar-text > .nsc-icon {
  -ms-filter: invert(100%) brightness(900%);
  -o-filter: invert(100%) brightness(900%);
  -webkit-filter: invert(100%) brightness(900%);
  filter: invert(100%) brightness(900%);
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .nsc-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-position: center !important;
  position: relative;
  top: 6px;
  left: 11px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select {
  cursor: pointer;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-text {
  width: 100%;
  height: 100%;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .cobrowse-toolbar-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-select .panel-trigger:hover {
  border-color: #bbb;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button.inert {
  opacity: 0.5;
  pointer-events: none;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin-top: 2px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li {
  list-style: none;
  white-space: nowrap;
  font-size: 12px;
  color: #171717;
  cursor: pointer;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text {
  padding: 4px 10px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text:hover {
  background: #d1d1d1;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-text .cobrowse-toolbar-dropdown-text-value {
  padding: 0 4px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-icon {
  padding: 2px 6px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li.cobrowse-toolbar-dropdown-icon:hover .nsc-icon {
  background-color: #d1d1d1;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-dropdown ul li .nsc-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: inline-block;
  position: static;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-drop-area {
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  padding: 10px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .cobrowse-toolbar-button .cobrowse-toolbar-drop-area ul {
  background: none;
  border: none;
  box-shadow: none;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-arrow {
  background: url(./asset/toolbar/ic-arrow.svg) no-repeat 0px 0px;
  top: 20px !important;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-pen {
  background: url(./asset/toolbar/ic-pen.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-marker {
  background: url(./asset/toolbar/ic-marker.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-square {
  background: url(./asset/toolbar/ic-square.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-square-rounded {
  background: url(./asset/toolbar/ic-square-rounded.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-elipse {
  background: url(./asset/toolbar/ic-elipse.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-arrow-line {
  background: url(./asset/toolbar/ic-arrow-line.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-arrow-curve {
  background: url(./asset/toolbar/ic-arrow-curve.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-arrow-double {
  background: url(./asset/toolbar/ic-arrow-double.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line {
  background: url(./asset/toolbar/ic-line.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-curve {
  background: url(./asset/toolbar/ic-line-curve.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-dotted {
  background: url(./asset/toolbar/ic-line-dotted.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-1 {
  background: url(./asset/toolbar/ic-line-width-1.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-2 {
  background: url(./asset/toolbar/ic-line-width-2.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-3 {
  background: url(./asset/toolbar/ic-line-width-3.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-4 {
  background: url(./asset/toolbar/ic-line-width-4.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-5 {
  background: url(./asset/toolbar/ic-line-width-5.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-6 {
  background: url(./asset/toolbar/ic-line-width-6.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-7 {
  background: url(./asset/toolbar/ic-line-width-7.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-8 {
  background: url(./asset/toolbar/ic-line-width-8.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-9 {
  background: url(./asset/toolbar/ic-line-width-9.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-10 {
  background: url(./asset/toolbar/ic-line-width-10.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-15 {
  background: url(./asset/toolbar/ic-line-width-15.svg) no-repeat 0px 0px;
}
.acq_cobrowse_section .acq_cobrowse_section .cobrowse-toolbar .nsc-icon-line-width-20 {
  background: url(./asset/toolbar/ic-line-width-20.svg) no-repeat 0px 0px;
}

.incoming-call-alert-new {
  background-image: radial-gradient(circle at 50% 52%, var(--color-primary-500), #002391 102%);
  padding: 20px 0px;
  text-align: center;
  position: relative;
  height: 255px;
  margin-top: 28px;
}
.incoming-call-alert-new .visitor_photo {
  display: inline-block;
  margin: 40px;
  position: relative;
}
.incoming-call-alert-new .visitor_photo img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 6;
  position: relative;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 1);
    border: 10px solid rgba(255, 255, 255, 0.3);
  }
  to {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1);
    border: 10px solid rgba(255, 255, 255, 0.1);
  }
}
.incoming-call-alert-new .visitor_photo::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  height: 80px;
  width: 80px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
  z-index: 1;
}
.incoming-call-alert-new .visitor_photo::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  height: 80px;
  width: 80px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
  z-index: 1;
}
.incoming-call-alert-new .call_title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
}
.incoming-call-alert-new .incoming-call-action {
  text-align: center;
}
.incoming-call-alert-new .incoming-call-action button {
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  margin: 0px 6px;
  text-align: center;
  width: 94px;
  height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
  cursor: pointer;
}
.incoming-call-alert-new .incoming-call-action button.audio-video {
  background-color: var(--color-success-500);
}
.incoming-call-alert-new .incoming-call-action button.declined {
  background-color: var(--color-error-500);
}

.webrtc-call-normal-view {
  position: relative;
  z-index: 1000;
  background: #0265ff;
  border: 0px solid #0265ff;
  height: 255px;
}
.webrtc-call-normal-view .recording {
  background: red;
  border: 1px solid red;
  width: 11px;
  box-shadow: 0px 0px 0px 1px #cecece inset;
  padding: 0px;
  height: 11px;
  border-radius: 61px;
  top: 13px;
  left: 76px;
  position: absolute;
  z-index: 10000;
  animation: recorderblinker 2s linear infinite;
  -moz-animation: recorderblinker 2s linear infinite;
  -webkit-animation: recorderblinker 2s linear infinite;
  -ms-animation: recorderblinker 2s linear infinite;
  -o-animation: recorderblinker 2s linear infinite;
  opacity: 0;
  transition: all 0.5s;
}
.webrtc-call-normal-view .loading_main {
  width: 100%;
  height: 30px;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}
.webrtc-call-normal-view .videos {
  background: radial-gradient(circle at 50% 52%, #0265ff, #002391 102%);
  min-height: 255px;
}
.webrtc-call-normal-view .videos .extra-user-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.webrtc-call-normal-view .videos .extra-user-wrapper.open {
  visibility: visible;
}
.webrtc-call-normal-view .videos .time-wrapper {
  position: absolute;
  bottom: 55px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.webrtc-call-normal-view .videos .time-wrapper .time {
  font-size: 12px;
  color: var(--color-primary-0);
  border-radius: 4px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 7px;
}
.webrtc-call-normal-view .videos .user-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
}
.webrtc-call-normal-view .videos .user-list .my-user {
  position: relative;
  height: 44px;
  width: 55px;
  margin-right: 12px;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip {
  font: normal normal 11px/1.5 "AudiType";
  border-radius: 3px;
  display: inline-block;
  padding: 0.5em 0.75em;
  position: absolute;
  pointer-events: none;
  transform-origin: left center;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  visibility: hidden;
  z-index: 999;
  width: 200%;
  top: 45px;
  left: -27px;
  text-align: center;
  z-index: 1;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.allow_hover, .webrtc-call-normal-view .videos .user-list .my-user .tooltip.allow_click {
  pointer-events: auto;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip:before, .webrtc-call-normal-view .videos .user-list .my-user .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.show {
  opacity: 1;
  margin-top: 0px;
  margin-left: 0px;
  visibility: visible;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.type-dark {
  color: #fff;
  background-color: #1a1a1a;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.type-dark.place-bottom:after {
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.type-dark.border {
  border: 1px solid #fff;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.type-dark.border.place-bottom:before {
  border-bottom: 5px solid #fff;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.place-bottom {
  margin-top: 5px;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.place-bottom:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.webrtc-call-normal-view .videos .user-list .my-user .tooltip.place-bottom:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details-button {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -5px;
  bottom: -2px;
  background: white;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  visibility: hidden;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details-button.open {
  visibility: visible;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details {
  position: absolute;
  width: 152px;
  top: 45px;
  left: 40px;
  background: white;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  opacity: 0;
  display: none;
  z-index: 2;
  transition: opacity 0.5s;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details.open {
  transition: opacity 0.5s;
  opacity: 1;
  display: block;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child {
  padding: 5px 10px;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child i {
  font-size: 14px;
  margin-right: 10px;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child span {
  font-size: 14px;
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover {
  background: var(--color-primary-500);
}
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover span,
.webrtc-call-normal-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover i {
  color: white;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 10p;
  width: 55px;
  border-radius: 4px;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
  vertical-align: middle;
  margin-top: 15px;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel {
  position: absolute;
  width: 228px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  right: 25px;
  top: 30px;
  background: white;
  border-radius: 2px;
  z-index: 2;
  padding: 10px 0px;
  max-height: 258px;
  overflow-y: auto;
  -webkit-box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  visibility: hidden;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel.open {
  visibility: visible;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user {
  display: flex;
  align-items: flex-start;
  padding: 5px 8px;
  width: 100%;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user:hover {
  background: var(--color-primary-500);
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user:hover .user-name {
  color: white;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .user-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: middle;
  color: black;
  margin: auto;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons {
  display: flex;
  margin: auto 0;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons div i {
  font-size: 9px;
  color: white;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons .extra-mute-btn {
  background: var(--color-grey-800);
  margin: 0 5px;
}
.webrtc-call-normal-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons .extra-decline-btn {
  background: var(--color-error-500);
}
.webrtc-call-normal-view .videos .user-list video {
  width: 55px;
  height: 44px;
  border-radius: 2px;
  object-fit: cover;
}
.webrtc-call-normal-view .videos .loading_main {
  position: absolute;
  top: 50%;
  width: 10%;
  left: 45%;
  height: 1%;
}
.webrtc-call-normal-view .videos .user {
  height: 255px;
}
.webrtc-call-normal-view .videos .user .buttom {
  position: relative;
  z-index: 1000;
  background: rgb(248, 248, 248);
  border: 0px solid #ddd;
  min-height: 160px;
}
.webrtc-call-normal-view .videos .user video {
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.webrtc-call-normal-view .videos .user .mute-btn {
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 3px 4px 0px #38439b;
  margin: 0px 3px;
  text-align: center;
  width: 32px;
  height: 32px;
  background: #7c97a9;
  position: absolute;
  bottom: 52px;
  left: 12px;
}
.webrtc-call-normal-view .videos .user .mute-btn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./asset/backend/microphone@2x.svg");
}
.webrtc-call-normal-view .call-control-action {
  position: absolute;
  bottom: 11px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.webrtc-call-normal-view .call-control-action .background-opac {
  background: rgba(0, 0, 0, 0.2);
}
.webrtc-call-normal-view .call-control-action a {
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webrtc-call-normal-view .call-control-action a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.webrtc-call-normal-view .call-control-action a i {
  color: white;
  margin-left: 2px;
}
.webrtc-call-normal-view .call-control-action a.declined {
  background: #ff1b43;
}
.webrtc-call-normal-view .video-setting-btn {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.5);
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webrtc-call-normal-view .video-setting-btn.background-opac {
  background: rgba(0, 0, 0, 0.2);
}
.webrtc-call-normal-view .video-setting-btn i {
  color: white;
}
.webrtc-call-normal-view .resize-btn {
  border-radius: 18px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webrtc-call-normal-view .resize-btn.background-opac {
  background: rgba(0, 0, 0, 0.2);
}
.webrtc-call-normal-view .resize-btn i {
  color: white;
  font-size: 12px;
}

.webrtc-call-fullscreen-view {
  position: relative;
  z-index: 1000;
  background: #0265ff;
  border: 0px solid #0265ff;
  height: calc(79vh - 10px);
}
.webrtc-call-fullscreen-view .recording {
  background: red;
  border: 1px solid red;
  width: 11px;
  box-shadow: 0px 0px 0px 1px #cecece inset;
  padding: 0px;
  height: 11px;
  border-radius: 61px;
  top: 13px;
  left: 76px;
  position: absolute;
  z-index: 10000;
  animation: recorderblinker 2s linear infinite;
  -moz-animation: recorderblinker 2s linear infinite;
  -webkit-animation: recorderblinker 2s linear infinite;
  -ms-animation: recorderblinker 2s linear infinite;
  -o-animation: recorderblinker 2s linear infinite;
  opacity: 0;
  transition: all 0.5s;
}
.webrtc-call-fullscreen-view .loading_main {
  width: 100%;
  height: 30px;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}
.webrtc-call-fullscreen-view .videos {
  background: radial-gradient(circle at 50% 52%, #0265ff, #002391 102%);
  min-height: calc(79vh - 10px);
}
.webrtc-call-fullscreen-view .videos .extra-user-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.webrtc-call-fullscreen-view .videos .extra-user-wrapper.open {
  visibility: visible;
}
.webrtc-call-fullscreen-view .videos .time-wrapper {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.webrtc-call-fullscreen-view .videos .time-wrapper .time {
  font-size: 12px;
  color: var(--color-primary-0);
  border-radius: 4px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 7px;
}
.webrtc-call-fullscreen-view .videos .user-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user {
  position: relative;
  height: 70px;
  width: 85px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .webrtc-call-fullscreen-view .videos .user-list .my-user {
    /* For mobile phones: */
    width: 55px;
    height: 44px;
  }
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip {
  font: normal normal 11px/1.5 "AudiType";
  border-radius: 3px;
  display: inline-block;
  padding: 0.5em 0.75em;
  position: absolute;
  pointer-events: none;
  transform-origin: left center;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  visibility: hidden;
  z-index: 999;
  width: 200%;
  top: 73px;
  left: -42px;
  text-align: center;
  z-index: 1;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.allow_hover, .webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.allow_click {
  pointer-events: auto;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip:before, .webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.show {
  opacity: 1;
  margin-top: 0px;
  margin-left: 0px;
  visibility: visible;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.type-dark {
  color: #fff;
  background-color: #1a1a1a;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.type-dark.place-bottom:after {
  border-bottom-color: #1a1a1a;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.type-dark.border {
  border: 1px solid #fff;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.type-dark.border.place-bottom:before {
  border-bottom: 5px solid #fff;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.place-bottom {
  margin-top: 5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.place-bottom:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .tooltip.place-bottom:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  bottom: -5px;
  background: white;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  visibility: hidden;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details-button.open {
  visibility: visible;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details {
  position: absolute;
  width: 152px;
  top: 70px;
  left: 70px;
  background: white;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details.open {
  opacity: 1;
  transition: opacity 0.5s;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child {
  padding: 5px 10px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child i {
  font-size: 14px;
  margin-right: 10px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child span {
  font-size: 14px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover {
  background: var(--color-primary-500);
}
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover span,
.webrtc-call-fullscreen-view .videos .user-list .my-user .user-extra-details .extra-details-child:hover i {
  color: white;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 10p;
  width: 55px;
  border-radius: 4px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--color-primary-0);
  vertical-align: middle;
  margin-top: 15px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel {
  position: absolute;
  width: 228px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  right: 25px;
  top: 30px;
  background: white;
  border-radius: 2px;
  z-index: 2;
  padding: 10px 0px;
  max-height: 258px;
  overflow-y: auto;
  -webkit-box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.75);
  visibility: hidden;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel.open {
  visibility: visible;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user {
  display: flex;
  align-items: flex-start;
  padding: 5px 8px;
  width: 100%;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user:hover {
  background: var(--color-primary-500);
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user:hover .user-name {
  color: white;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .user-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: middle;
  color: black;
  margin: auto;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons {
  display: flex;
  margin: auto 0;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons div i {
  font-size: 9px;
  color: white;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons .extra-mute-btn {
  background: var(--color-grey-800);
  margin: 0 5px;
}
.webrtc-call-fullscreen-view .videos .user-list .my-user.extra-user .extra-user-panel .extra-user-panel-user .extra-user-icons .extra-decline-btn {
  background: var(--color-error-500);
}
.webrtc-call-fullscreen-view .videos .user-list video {
  width: 80px;
  height: 70px;
  border-radius: 2px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .webrtc-call-fullscreen-view .videos .user-list video {
    /* For mobile phones: */
    width: 55px;
    height: 44px;
  }
}
.webrtc-call-fullscreen-view .videos .loading_main {
  position: absolute;
  top: 50%;
  width: 10%;
  left: 45%;
  height: 1%;
}
.webrtc-call-fullscreen-view .videos .user {
  height: calc(79vh - 10px);
}
.webrtc-call-fullscreen-view .videos .user .buttom {
  position: relative;
  z-index: 1000;
  background: rgb(248, 248, 248);
  border: 0px solid #ddd;
  min-height: 160px;
}
.webrtc-call-fullscreen-view .videos .user video {
  width: 100%;
  height: calc(79vh - 10px);
  object-fit: cover;
}
.webrtc-call-fullscreen-view .videos .user .mute-btn {
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 3px 4px 0px #38439b;
  margin: 0px 3px;
  text-align: center;
  width: 32px;
  height: 32px;
  background: #7c97a9;
  position: absolute;
  bottom: 52px;
  left: 12px;
}
.webrtc-call-fullscreen-view .videos .user .mute-btn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./asset/backend/microphone@2x.svg");
}
.webrtc-call-fullscreen-view .call-control-action {
  position: absolute;
  bottom: 21px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.webrtc-call-fullscreen-view .call-control-action .background-opac {
  background: rgba(0, 0, 0, 0.2);
}
.webrtc-call-fullscreen-view .call-control-action a {
  border-radius: 50%;
  margin: 0px 8px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .webrtc-call-fullscreen-view .call-control-action a {
    /* For mobile phones: */
    width: 32px;
    height: 32px;
  }
}
.webrtc-call-fullscreen-view .call-control-action a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.webrtc-call-fullscreen-view .call-control-action a i {
  color: white;
  vertical-align: bottom;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .webrtc-call-fullscreen-view .call-control-action a i {
    /* For mobile phones: */
    font-size: 14px;
  }
}
.webrtc-call-fullscreen-view .call-control-action a.declined {
  background: #ff1b43;
}

body .profile-interaction-timeline__popover .timeline-tab-body,
.is-group-dashboard .timeline-tab-body {
  margin-top: 0 !important;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/cobrowse/asset/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/cobrowse/asset/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/cobrowse/asset/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/cobrowse/asset/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/cobrowse/asset/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/cobrowse/asset/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.rtcroom-html {
  margin-left: -10px;
  margin-right: -10px;
}
.rtcroom-html .y-notice {
  background: #f0f0f0;
  text-align: center;
  padding: 14px 1px 10px 1px;
  border-radius: 10px;
  margin: 20px 0px;
}
.rtcroom-html .y-notice a {
  margin-top: 5px;
  display: block;
  /* text-transform: uppercase; */
  color: var(--color-grey-600);
}
.rtcroom-html .y-notice span {
  color: var(--color-grey-600);
}

.active_screen__dynamic-tab-rtc-fullscreen .case-tab-chat {
  padding: 0 !important;
  height: 100%;
}
.active_screen__dynamic-tab-rtc-fullscreen .case-tab-chat > div {
  height: 100%;
}
.active_screen__dynamic-tab-rtc-fullscreen .case-tab-chat > div .agents-online {
  height: 100%;
}
.active_screen__dynamic-tab-rtc-fullscreen .case-tab-chat > div .agents-online .rtc-room {
  height: 100%;
}
.active_screen__dynamic-tab-rtc-fullscreen .case-tab-chat > div .agents-online .rtc-room .user {
  border: 1px solid #2e2e2e;
}

.media-selector {
  margin-top: 30px;
}
.media-selector .selector h1 {
  margin-bottom: 6px;
}
.media-selector h1,
.media-selector h2,
.media-selector h3,
.media-selector h4,
.media-selector h5,
.media-selector h6,
.media-selector .ui-headline {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.media-selector .content-wrapper {
  padding: 12px 40px 20px;
  flex-grow: 1;
  overflow-y: auto;
}
.media-selector .input-picker .camera-preview-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-selector .input-picker .camera-preview-wrapper .camera-preview {
  background: #000;
  width: 120px;
  height: 92px;
  transform: rotateY(180deg);
}
.media-selector video {
  pointer-events: none;
}
.media-selector .input-picker .help-text {
  line-height: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}
.media-selector h1,
.media-selector h2,
.media-selector h3,
.media-selector h4,
.media-selector h5,
.media-selector h6,
.media-selector .ui-headline {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.media-selector .input-picker .selector-wrapper .selector .picker {
  background: #fff;
  padding: 10px;
  width: 100%;
}
.media-selector section:last-of-type {
  padding-bottom: 0px;
}
.media-selector .save-button {
  cursor: pointer;
  margin-top: 24px;
  padding: 8px 27px;
  color: #FFF;
  background: #3f6ad6;
  border-radius: 7px;
  border: none;
}
.media-selector .input-picker .vertical-align {
  display: flex;
  flex-direction: row;
}
.media-selector .back-button,
.media-selector .close {
  position: absolute;
  z-index: 1;
  top: 12px;
  cursor: pointer;
  padding: 7px;
  color: #333;
  width: 28px;
  height: 28px;
}
.media-selector .close {
  right: 12px;
}
.media-selector .full-width {
  width: 100%;
}
.media-selector :not(.user-select-enabled):not(input):not(textarea) {
  -webkit-touch-callout: none;
  touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.media-selector * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.media-selector .quality-selector {
  display: inline-block;
  background: #DDD;
  border: 1px solid #DDD;
  cursor: pointer;
}
.media-selector .quality-selector span {
  padding: 2px 10px;
}
.media-selector .quality-selector span.active {
  background: #3f6ad6;
  color: #FFF;
}

.actions {
  margin-bottom: 20px;
}

.rtc-room .y-notice {
  background: #f0f0f0;
  text-align: center;
  padding: 14px 1px 10px 1px;
  border-radius: 10px;
  margin: 20px 0px;
}
.rtc-room .y-notice a {
  margin-top: 5px;
  display: block;
  /* text-transform: uppercase; */
  color: var(--color-grey-600);
}
.rtc-room .y-notice span {
  color: var(--color-grey-600);
}

.tagove-livechat-widget-popup {
  position: fixed;
  top: 10% !important;
  left: 3%;
  right: auto !important;
  width: 70%;
  height: 80vh;
  z-index: 3000000000;
  background: #FFF;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.19);
  /*

    top: 107px !important;
    left: auto;
    right: -10px;
    width: 380px;
    height: 322px;

     */
}
@media (max-width: 500px) {
  .tagove-livechat-widget-popup {
    max-width: 100%;
    left: 1%;
    top: 15% !important;
    width: 98vw;
    height: 45vh;
  }
}
.tagove-livechat-widget-popup .popup-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.tagove-livechat-widget-popup .popup-wrap iframe {
  width: 100%;
  height: 100%;
}
.tagove-livechat-widget-popup .popup-wrap .resize {
  position: absolute;
  right: -7px;
  bottom: -7px;
  cursor: se-resize;
}

.ic-close {
  background-image: url("./asset/close.png");
  background-position: center center;
  display: inline-block;
  background-size: contain;
  background-position: center center;
}

.button_request_primary {
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-right: 14px;
  width: 205px;
  height: 38px;
  background-color: #e5efff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #0265ff;
}

/*# sourceMappingURL=cobrowse-audi.css.map */
