<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TODO: add fonts on production server */
@font-face {
  font-family: "fontello";
  src: url("https://job-server.net/fonts/fontello.woff2")
      format("woff2"),
    url("https://job-server.net/fonts/fontello.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("/jobnet/fonts/bootstrap-icons.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Chat Source Sans Pro";
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url("/jobnet/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2")
      format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Chat Source Sans Pro";
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url("/jobnet/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2")
      format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

.new_chat_div {
  line-height: 10pt;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  text-align: left;
  display: none;
  font-family: "Chat Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  background: #ffffff;
  width: var(--cl_chat_width);
  padding: 0;
  z-index: 1000;
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  transition: none;
  max-height: 700px;
}

.new_chat_div .chat_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 0 15px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1001;
  padding: 0 2px;
  line-height: 20px;
}
.new_chat_div b {
  font-weight: 400;
}
.new_chat_div .chat_header .chat_unread_header {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 50px;
  left: 50px;
  top: 10px;
  line-height: 30px;
  font-size: 16px;
}
.new_chat_div .chat_status {
  background: url("https://job-server.net/images/tpl/ic_online.png") no-repeat
    scroll left top transparent;
  width: 16px;
  height: 18px;
}
.new_chat_div .chat_header .chat_status {
  cursor: pointer;
  margin: 1px 0;
  padding: 0;
  display: block;
  position: absolute;
  right: calc(var(--cl_chat_width) - 12px);
  top: 0;
}
.new_chat_div .chat_contact .chat_status {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 32px;
}
.new_chat_div .chat_roster .chat_contact_offline {
  display: none;
}
.new_chat_div .chat_roster .chat_contact_vd {
  display: none;
}
.new_chat_div .chat_override_offline .chat_contact_offline {
  display: block;
}
.new_chat_div .chat_roster .chat_contact_offline.chat_have_unread {
  display: block;
}
.new_chat_div .chat_override_vd .chat_contact {
  display: none;
}
.new_chat_div .chat_override_vd .chat_contact_vd {
  display: block;
}
.new_chat_div .chat_contact_offline .chat_status_offline {
  display: block;
}
.new_chat_div .chat_contact_online .chat_status_online {
  display: block;
}
.new_chat_div .chat_contact_busy .chat_status_busy {
  display: block;
}
.new_chat_div .chat_contact_away .chat_status_away {
  display: block;
}
.new_chat_div .chat_contact_invisible .chat_status_invisible {
  display: block;
}
.new_chat_div .chat_status_offline {
  background-position: left 0px;
}
.new_chat_div .chat_status_online {
  background-position: left -24px;
}
.new_chat_div .chat_status_busy {
  background-position: left -72px;
}
.new_chat_div .chat_status_invisible {
  background-position: left -48px;
}
.new_chat_div .chat_status_away {
  background-position: left -96px;
}
.new_chat_div .chat_header .chat_status .change_chat_status_list {
  background-color: #fff;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  color: black;
  width: 90px;
}
.new_chat_div .chat_header .chat_status .change_chat_status_list .chat_status {
  padding-left: 20px;
  vertical-align: top;
  display: inline-block;
  position: static;
}
.new_chat_div .chat_min {
  float: right;
  cursor: pointer;
  padding: 2px;
  font-family: "Chat Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.new_chat_div .chat_close {
  float: right;
  cursor: pointer;
  padding: 2px;
  font-size: 18px;
  color: #585858;
  line-height: 50px;
}

.new_chat_div .chat_filter_clear {
  cursor: pointer;
  padding: 0;
  font-family: "fontello";
  font-size: 14px;
  color: #585858;
  line-height: 30px;
  position: absolute;
  top: 65px;
  right: 95px;
}
.new_chat_div .chat_roster {
  margin: 0;
  top: 100px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow-y: auto;
  position: absolute;
  overflow-x: hidden;
}
.new_chat_div .chat_group_call {
  box-sizing: border-box;
  color: #585858;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30px;
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  top: 65px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.25s linear;
}
.new_chat_div .chat_group_call:hover {
  background-color: #ddd;
}
.new_chat_div .chat_bbb_button {
  box-sizing: border-box;
  color: #585858;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30px;
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  top: 65px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  height: 30px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.new_chat_div .chat_bbb_button:hover {
  background: #ddd;
}
.new_chat_div .chat_contact {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.new_chat_div .chat_contact:nth-child(even) {
  background: #f8f8f8;
}
.new_chat_div .chat_roster .chat_contact:hover {
  background: #fff;
}
.new_chat_div .chat_contact span {
  color: rgba(0, 0, 0, 0.8);
}
.new_chat_div .chat_contact .chat_username {
  display: table-cell;
  vertical-align: middle;
  width: calc(var(--cl_chat_width) - 70px);
  height: 50px;
  padding-left: 50px;
}
.chat-header-title {
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 16px;
}

.new_chat_div .chat_roster .chat_a_header::before,
.new_chat_div .chat_roster .chat_e_header::before,
.new_chat_div .chat_roster .chat_c_header::before {
  font-size: 20px;
  display: inline-block;
  margin-right: 7px;
}

.new_chat_div .chat_roster .chat_empty {
  padding-top: 20px;
}
.new_chat_div .chat_roster .chat_contact .chat_contact_info {
  cursor: pointer;
}
.new_chat_div .chat_roster .chat_contact_filtered {
  display: none;
}
.new_chat_div .chat_roster .chat_contact.chat_active_contact {
  background: #d3dde9;
}
.new_chat_div .contact_icon {
  max-width: 30px;
  max-height: 30px;
  margin: 0;
}
.new_chat_div .chat_contact_icon_wrapper {
  width: 36px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: table;
  position: absolute;
  left: 2px;
  bottom: 2px;
  overflow: hidden;
}
.new_chat_div .chat_contact_icon_subwrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0px;
}
.new_chat_div .messager .chat_contact_info .contact_icon {
  max-width: 50px;
  max-height: 50px;
}
.new_chat_div .messager .chat_contact_info .chat_contact_icon_wrapper {
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}
.new_chat_div .messager .chat_contact_info .chat_username {
  padding-left: 70px;
}
.new_chat_div .messager .chat_contact .chat_status {
  left: 52px;
  bottom: 14px;
}
.new_chat_div .messager {
  left: 0;
  bottom: 15px;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
}
.new_chat_div .messager .chat_contact {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  width: auto;
}
.new_chat_div .chat_contact .chat_contact_extended {
  cursor: default;
  line-height: 16px;
  right: 180px;
  width: 400px;
  background: #f0f0f0;
  bottom: 180px;
  position: fixed;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid grey;
  z-index: 1002;
}
.new_chat_div .messager .chat_input {
  position: absolute;
  bottom: 4px;
  left: 15px;
  right: 15px;
  height: 110px;
  line-height: 30px;
}

.messages .emoji {
  width: 20px;
  height: 20px;
  padding: 2px;
  vertical-align: bottom;
}

/* Emoji picker */

.emoji-picker {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 0;
  height: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}

.emoji-selectables {
  background-color: #FFFFFF;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emoji-selectables span {
  margin-bottom: 7px;
  cursor: pointer;
}

.emoji-selectables span.active img {
  filter: none;
}

.emoji-selectables span img {
  width: 18px;
  display: flex;
  align-items: center;
  filter: grayscale(100%);
  max-width: initial;
}

.picker-emoji-content {
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding: 5px;
}

.picker-emoji-content.active {
  display: flex;
  height: 100%;
  overflow-y: scroll;
}

.emoji-content span {
  display: flex;
  padding: 5px;
  cursor: pointer;
}

.emoji-content span:hover {
  transform: scale(1.1);
}

.emoji-content span img {
  width: 20px;
  height: 20px;
}

.emoji_picker_wrapper {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.emoji_picker_wrapper:hover .emoji-picker {
  width: 230px;
  height: 210px;
  /* transition: height 0.2s ease-out 0.2s, width 0.2s; */
  transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.emoji_picker_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emoji_picker_button .emoji{
  cursor: pointer;
  width: 18px;
}


.messagers_btn {
  color: #585858;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 40px;
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 18px;
  line-height: 20px;
  height: 30px;
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
}

.messagers_btn:before {
    content: '\f263';
    font-family: bootstrap-icons !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
}
.messagers_btn:after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.messagers_list {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    font-size: 11px;
    width: 150px;
    background: #fff;
    z-index: 10;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px 0px;
}


.messagers_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.messagers_btn.enabled .messagers_overlay, .messagers_btn.enabled .messagers_list {
    display: block;
}

.whatsapp_icon, .sms_icon {
  padding: 0 4px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  padding-left: 35px;
  text-align: left;
  margin: 2px;
}
.whatsapp_icon:before, .sms_icon:before {
  content:"";
  position: absolute;
  height: 10px;
  width: 25px;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  background: silver;
  transition: 0.3s;
}
.whatsapp_icon:after, .sms_icon:after {
  content:"";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 6px;
  left: 6px;
  border-radius: 4px;
  background: white;
  transition: 0.3s;
}
.whatsapp_icon.enabled:before, .sms_icon.enabled:before {
  background: #f2b22e;
}

.whatsapp_icon.enabled:after, .sms_icon.enabled:after {
  left: 21px;
}


.chat_attach {
  color: #585858;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30px;
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 18px;
  line-height: 20px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  background: #fff;
  transition: background-color 0.25s linear;
  box-sizing: border-box;
}
.chat_attach span {
  position: absolute;
  display: block;
  width: 20px;
  font-size: 14px;
}
.chat_attach:hover {
  background-color: #ddd;
}
.chat_attach input {
  opacity: 0;
  width: 100%;
}
.chat_attach_progress {
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 16px;
  position: absolute;
  bottom: 9px;
  right: 36px;
  overflow: hidden;
  background: #fff;
}
.textarea {
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "Chat Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  height: 80px;
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.textarea-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.messages {
  overflow-y: auto;
  overflow-x: hidden;
  left: 15px;
  right: 15px;
  position: absolute;
  top: 80px;
  bottom: 120px;
  border-radius: 8px;
  padding-bottom: 5px;
  border: 1px solid rgba(34, 36, 38, 0.05);
}

.chat_message {
  line-height: normal;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  position: relative;
}

.chat_message-content {
  position: relative;
  margin: 0;
  padding: 8px 12px;
  width: 100%;
}

.chat_in {
  text-align: left;
  margin: 0 20px;
}

.chat_in + .chat_out,
.chat_out + .chat_in {
  margin-top: 15px;
}

.first_mess .chat_message-content {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.chat_in.last_mess .chat_message-content {
  border-bottom-right-radius: 18px;
}

.chat_out.last_mess .chat_message-content {
  border-bottom-left-radius: 18px;
}

.chat_in .chat_message-content {
  background: #f0f0f0;
}

.chat_out {
  text-align: left;
  margin-left: 70px;
  margin-right: 20px;
  color: #000;
}

.chat_out .chat_message-content {
  background: #daf5fe;
}

.chat_in.last_mess .chat_message-content::before,
.chat_in.last_mess .chat_message-content::after,
.chat_out.last_mess .chat_message-content::before,
.chat_out.last_mess .chat_message-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
}

.chat_out.last_mess .chat_message-content::before {
  right: -7px;
  width: 15px;
  background-color: #daf5fe;
}

.chat_out.last_mess .chat_message-content::after {
  right: -26px;
  width: 26px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
}

.chat_in.last_mess .chat_message-content::before {
  left: -7px;
  width: 15px;
  background-color: #f0f0f0;
}

.chat_in.last_mess .chat_message-content::after {
  left: -26px;
  width: 26px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 10px;
}

.message_photo {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 5px;
}

.message_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.messages .message_from {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  margin-right: 5px;
}

.chat_out .message_from {
  display: none;
}

.chat_out .message_photo {
  display: none;
}

.message_time {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.message_date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  display: block;
  margin: 10px auto;
  padding-bottom: 5px;
}

.chat_roster .chat_unread_count {
  position: absolute;
  right: 10px;
  top: 14px;
  background: #ffcc31;
  color: black;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 12px;
  line-height: 24px;
}

.messager .chat_unread_count {
  width: 0;
  height: 0;
}

.chat_to_cl {
  float: left;
  cursor: pointer;
  padding: 2px;
  font-weight: bold;
  font-size: 18px;
  color: #585858;
  line-height: 50px;
}

.new_chat_div .chat_history_btn {
  box-sizing: border-box;
  color: #585858;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 10px;
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s linear;
}

.chat_history_hide_btn::before,
.chat_history_btn::before {
  margin-left: -1px;
}

.new_chat_div .chat_history_btn:hover {
  background-color: #ddd;
}

.new_chat_div .chat_history_hide_btn {
  box-sizing: border-box;
  color: #585858;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ccc;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 10px;
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background-color 0.25s linear;
}
.new_chat_div .chat_history_hide_btn:hover {
  background-color: #ddd;
}
.chat_bbb {
  box-sizing: border-box;
  color: #585858;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 10px;
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  top: 16px;
  right: 50px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s linear;
}
.new_chat_div .chat_bbb:hover {
  background-color: #ddd;
}
.new_chat_div .chat_audio_btn {
  cursor: pointer;
  position: absolute;
  height: 16px;
  width: 16px;
  top: -18px;
  right: 32px;
  background: url("https://job-server.net/images/handset-grey.png") no-repeat
    scroll left top transparent;
  z-index: 1001;
}
.new_chat_div .chat_audio_btn_disabled {
  cursor: default;
  background: url("https://job-server.net/images/handset-prohibition.png")
    no-repeat scroll left top transparent;
}
.new_chat_div .chat_audio_btn_busy {
  display: none;
  background: url("https://job-server.net/images/handset-prohibition.png")
    no-repeat scroll left top transparent;
}
.new_chat_div .chat_contact_busy .chat_audio_btn {
  display: none;
}
.new_chat_div .chat_contact_busy .chat_audio_btn_busy {
  display: block;
}
.chat_call_status {
  font-family: "Chat Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  position: fixed;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 230px;
  bottom: calc(var(--cl_chat_height) + 5px);
  right: 0px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  display: none;
}
.chat_call_status div {
  display: inline-block;
  margin: 5px;
  padding: 2px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  border-radius: 1px;
}
.chat_call_status .chat_call_btn_ok {
  background: url("https://job-server.net/images/handset-green.png") no-repeat
    scroll left top #f8f8f8;
}
.chat_call_status .chat_call_btn_cancel {
  background: url("https://job-server.net/images/handset-red.png") no-repeat
    scroll left top #f8f8f8;
}
.new_chat_div .chat_roster_filter {
  font-family: "Chat Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  width: calc(100% - 100px);
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 65px;
  margin: 0;
  padding: 0 5px;
  left: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.new_chat_div .chat_roster_filter::placeholder {
  font-size: 100%;
  color: grey;
}
.new_chat_div video {
  height: 0;
  width: 0;
}
.chat_drag_overlay {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  line-height: var(--cl_chat_height);
  font-size: 20px;
  background: #f0f0f0;
  text-align: center;
}
.chat_drag_overlay * {
  pointer-events: none;
}
.chat_bbb_popup {
  position: fixed;
  z-index: 2000;
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*height: 122px;*/
  width: 500px;
  background: #fff;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px;
}
.chat_bbb_popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1999;
}
.chat_bbb_popup .chat_bbb_popup_text {
  line-height: 60px;
  padding: 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.chat_bbb_popup .chat_bbb_popup_name {
  font-weight: bold;
}
.chat_bbb_popup .chat_bbb_popup_footer {
  margin: 0;
  padding: 0;
  line-height: 60px;
  height: 60px;
  background: #f6f6f6;
  position: relative;
}
.chat_bbb_popup .chat_bbb_popup_link {
  background: #21ba45;
  position: absolute;
  color: #fff;
  top: 15px;
  bottom: 15px;
  right: 60px;
  text-align: center;
  line-height: 29px;
  padding: 0 15px;
  border-radius: 8px;
}
.chat_bbb_popup .chat_bbb_popup_link_disabled {
  background: #888;
  display: none;
  position: absolute;
  color: #fff;
  top: 15px;
  bottom: 15px;
  right: 60px;
  text-align: center;
  line-height: 29px;
  padding: 0 15px;
  border-radius: 8px;
}
.chat_bbb_popup .chat_bbb_popup_close {
  background: #db2828;
  position: absolute;
  color: #fff;
  top: 15px;
  bottom: 15px;
  right: 15px;
  width: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 8px;
}
.new_chat_div .chat_message a {
  color: #44f;
}
.new_chat_div .chat_online_filter {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  right: 50px;
  top: 65px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #9d2;
  cursor: pointer;
  box-sizing: border-box;
}
.new_chat_div .chat_online_filter:hover {
  background: #ddd;
}
.new_chat_div .show_offline {
  color: #585858;
}
.new_chat_div .chat_resize {
  display: none;
}
.new_chat_div.chat_resizable .chat_resize {
  position: absolute;
  cursor: n-resize;
  z-index: 1200;
  display: block;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_n {
  cursor: n-resize;
  left: 5px;
  right: 5px;
  top: -5px;
  height: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_s {
  cursor: s-resize;
  left: 5px;
  right: 5px;
  bottom: -5px;
  height: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_w {
  cursor: w-resize;
  top: 5px;
  bottom: 5px;
  left: -5px;
  width: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_e {
  cursor: e-resize;
  top: 5px;
  bottom: 5px;
  right: -5px;
  width: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_nw {
  cursor: nw-resize;
  left: -5px;
  top: -5px;
  height: 10px;
  width: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_ne {
  cursor: ne-resize;
  right: -5px;
  top: -5px;
  height: 10px;
  width: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_sw {
  cursor: sw-resize;
  left: -5px;
  bottom: -5px;
  height: 10px;
  width: 10px;
}
.new_chat_div.chat_resizable .chat_resize.chat_resize_se {
  cursor: se-resize;
  right: -5px;
  bottom: -5px;
  height: 10px;
  width: 10px;
}
.chat_move {
  float: right;
  cursor: move;
  padding: 2px 5px;
  font-size: 16px;
  color: #585858;
  line-height: 50px;
}
.new_chat_div .messager .chat_contact_info .chat_username {
  padding-right: 80px;
}
.new_chat_div .chat_roster .chat_contact label {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  padding: 10px;
}
.new_chat_div .chat_roster.chat_group_select .chat_contact label {
  display: block;
}
.chat_support {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 150px;
  height: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  box-sizing: content-box;
  transition: background-color 0.25s linear;
}
.chat_support_list {
  text-align: left;
  box-shadow: 3px 3px 3px #ccc;
  display: none;
  position: fixed;
  right: 5px;
  bottom: 55px;
  width: 250px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.chat_support_list:after {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #fff;
  content: " ";
  display: block;
  transform: rotate(45deg);
  right: 30px;
  bottom: -6px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.chat_support_list {
  color: #000000;
}
.chat_support_list .contact_icon {
  max-width: 30px;
  max-height: 30px;
  margin: 0;
}
.chat_support_list .chat_contact_icon_wrapper {
  width: 36px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: table;
  position: absolute;
  left: 2px;
  bottom: 2px;
  overflow: hidden;
}
.chat_support_list .chat_contact_icon_subwrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0px;
}
.chat_support_list .chat_contact .chat_status {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 32px;
}
.chat_support_list .chat_contact {
  cursor: pointer;
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0;
  font-size: 13px;
}
.chat_support_list .chat_contact:nth-child(even) {
  background: #f8f8f8;
}
.chat_support_list .chat_contact .chat_username {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding-left: 50px;
}
.chat_support_list .chat_username img {
  height: 12px;
  margin: 0 5px;
}
.chat_support_list .chat_contact label {
  display: none;
}
.chat_support_list .chat_contact span {
  color: rgba(0, 0, 0, 0.8);
}
.chat_support_list .chat_contact:hover {
  background: #fff;
}
.chat_support:hover {
  background-color: #ddd;
}
.chat_support .chat_close {
  float: right;
  cursor: pointer;
  padding: 2px;
  font-size: 18px;
  color: #585858;
  line-height: 20px;
}

/* Scroll styling */
.textarea::-webkit-scrollbar,
.picker-emoji-content::-webkit-scrollbar,
.messages::-webkit-scrollbar {
  width: 7px;
}
.textarea::-webkit-scrollbar-track,
.picker-emoji-content::-webkit-scrollbar-track,
.messages::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.textarea::-webkit-scrollbar-thumb,
.picker-emoji-content::-webkit-scrollbar-thumb,
.messages::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 10px;
  background: rgba(82, 79, 79, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.textarea::-webkit-scrollbar-thumb:window-inactive,
.picker-emoji-content::-webkit-scrollbar-thumb:window-inactive,
.messages::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(58, 51, 51, 0.3);
}

.chat_whatsapp_sent_icon, .chat_sms_sent_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.chat_whatsapp_sent_icon {
    right: 15px;
}
.chat_whatsapp_sent_icon:before, .chat_sms_sent_icon:before {
    font-family: bootstrap-icons !important;
    font-size: 10px;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
}

.chat_sms_sent_icon:before {
    content: "\f32f";
}
.chat_whatsapp_sent_icon:before {
    content: "\f618";
}

/* Icons */
.icon_fontello::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon_fontello-cancel:before {
  content: "\e801";
} /* + */
.icon_fontello-move:before {
  content: "\e800";
} /* 'î&nbsp;€' */
.icon_fontello-lightbulb:before {
  content: "\e802";
} /* 'î&nbsp;‚' */
.icon_fontello-clock:before {
  content: "\e803";
} /* 'î&nbsp;ƒ' */
.icon_fontello-user-add:before {
  content: "\e804";
} /* 'î&nbsp;„' */
.icon_fontello-back-in-time:before {
  content: "\e805";
} /* 'î&nbsp;…' */
.icon_fontello-videocam:before {
  content: "\e806";
} /* 'î&nbsp;†' */
.icon_fontello-attach:before {
  content: "\e807";
} /* 'î&nbsp;‡' */
.icon_fontello-comment:before {
  content: "\e808";
} /* 'î&nbsp;ˆ' */
.icon_fontello-left-open:before {
  content: "\f007";
} /* 'ï€‡' */
.icon_fontello-address-book-o:before {
  content: "\f2ba";
} /* 'ïŠº' */
</pre></body></html>