#nifty_wrapper {
  padding: 0 !important;
  border-top-right-radius: 0;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom: 1px #e3e4e4 solid;
  border-left: 1px solid #e3e4e4;
  border-right: 1px solid #e3e4e4;
  overflow: hidden;
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
}

#nifty_wrapper {
  position: relative !important;
  width: 100% !important;
  height: 100%;
  display: block;
  overflow: auto;
  background-color: #FFF;
}

#nifty_wrapper {
  height: inherit;
  top: 0;
  bottom: 0;
  position: absolute;
  font-family: "Sansation Regular"
}

#nifty_wrapper #nifty_inner_wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

#nifty_wrapper #user_list {
  width: 25%;
  display: block;
  height: 100%;
  float: left;
  background-color: #fff;
  border-right: #e3e4e4 1px solid;
  overflow: auto;
  padding: 0 !important;
}

#nifty_wrapper #user_count {
  height: 80px;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
  text-align: center;
  color: #5a5a5c;
  line-height: 80px;
  border-bottom-width: 1px;
  border-bottom-color: #e3e4e4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


/**
 * Online / offline styling for each agent in the agent list
 */

#nifty_wrapper #agent_list {
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  border-top: 1px solid #eee;
  background: #f2f2f2;
  color: #5a5a5c;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 155px;
  overflow-y: scroll;
}

#agent_list ul {
  list-style: none;
}

#nifty_wrapper #agent_list ul li {
  padding-left: 10px;
  padding: 5px;
  border-radius: 5px;
}

#nifty_wrapper span.online_offline {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

#nifty_wrapper span.online_offline.online {
  background-color: #6da164;
  border-radius: 15px;
}

#nifty_wrapper span.online_offline.offline {
  background-color: #939393;
  border-radius: 15px;
}

#nifty_wrapper li.online_agent {
  cursor: pointer;
  font-style: italic;
}

#nifty_wrapper .online_agent.newmessage {
  color: #FFF;
  font-weight: bold;
}

#nifty_wrapper .online_agent.active {
  background: #8e8e8e;
  color: #fff;
}

#nifty_wrapper .online_agent.active .online_offline.online {
  background: #fff;
}

#nifty_wrapper .userListBox {
  background-color: #FFF;
  border-bottom: 1px solid #e3e4e4;
}

#nifty_wrapper .userList {
  padding: 20px;
  position: relative;
  height: 80px;
}

#nifty_wrapper .userListBox:hover {
  background-color: #fefefe;
}

#nifty_wrapper .userList h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 12px;
  position: absolute;
  left: 50px;
  top: 20px;
}

#nifty_wrapper .userInfo {
  display: block;
  width: 31px;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 0.7em;
  text-align: right;
  /* padding-right: 10px; */
  padding-top: 0;
  margin-top: 0;
  color: #ccc;
  margin-bottom: 0;
}

#nifty_wrapper .unread_count {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  padding-top: 2px;
  top: 1px;
  right: 15px;
  border-radius: 10px;
  font-size: 0.7em;
  text-align: center;
  margin-top: 0;
  color: #fff;
  font-weight: normal;
  background-color: #4169e1;
}

#nifty_wrapper .userList .unread_count {
  top: 18px;
}

#nifty_wrapper .userItemLastMessage {
  color: #333;
  font-style: italic;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

#nifty_wrapper .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nifty_wrapper .referer-link {
  width: 90%;
}


/* UserList Styles */

#nifty_wrapper .userList.active {
  border-left: 3px solid #4169e1;
  background-color: #fdfdfd;
}

#nifty_wrapper .userList.newmessage {
  border-left: 3px solid #2b97d2;
}

#nifty_wrapper .userList.inactive {
  border-left: 3px solid red;
  background-color: #efefef;
}

#nifty_wrapper span.chatClose {
  display: block;
  width: 46px;
  height: 20px;
  position: absolute;
  top: 21px;
  right: 45px;
  text-align: center;
  border: 1px solid #777;
  border-radius: 10px;
  font-size: 0.8em;
  padding-top: 0px;
  color: #777;
  cursor: pointer;
}

#nifty_wrapper .visitorListBoxHeader .vcol {
  padding-top: 12px;
  padding-bottom: 10px;
  overflow: auto;
  font-size: 0.8em;
  font-weight: 100;
  color: #ccc;
}

#nifty_wrapper .visitorList .vcol {
  font-size: 0.8em;
  color: #333;
}

#nifty_wrapper .visitorList {
  display: block;
  overflow: auto;
  background-color: #FFF;
  border-bottom: 1px solid #eee;
  min-height: 100px;
  padding: 15px 0;
}

#nifty_wrapper .vcol {
  display: block;
  float: left;
  padding: 5px;
}

#nifty_wrapper .visitorListBoxHeader {
  width: 100%;
  display: block;
  overflow: auto;
  position: absolute;
  border-bottom: 1px solid #eee;
}

#nifty_wrapper .vcol.visCol {
  width: 20%;
  font-weight: 100;
}

#nifty_wrapper .vcol.visStatusCol {
  width: 10%;
}

#nifty_wrapper .vcol.visPageCol {
  width: 30%;
}

#nifty_wrapper .vcol.visChatStatusCol,
.visChatDepCol {
  width: 10%;
}

#nifty_wrapper .vcol.visActionCol {
  width: 20%;
}

#nifty_wrapper .visitorListBox .userName {
  font-size: 13px;
  font-weight: 100;
  text-overflow: ellipsis;
  font-family: "Sansation Bold";
}

#nifty_wrapper #chat_area {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

#nifty_wrapper #info_area {
  display: block;
  width: 20%;
  float: left;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  border-right: 1px solid #ccc;
}

#nifty_wrapper .infoAreaHeader {
  padding: 20px;
  color: #FFF;
  font-size: 1.2em;
  display: block;
  height: 60px;
  background-color: #333;
}

#nifty_wrapper .infoArea h2 {
  font-size: 18px;
  font-weight: 100;
  padding-left: 10px;
  margin: 0;
  height: 40px;
  line-height: 55px;
  font-family: "Sansation Bold";
}

#nifty_wrapper .infoBox {
  padding: 20px;
}

#nifty_wrapper span#active_count {
  margin-left: 20px;
  padding: 0px 6px;
  border: 2px solid;
  border-radius: 70px;
  font-weight: 800;
}


/* Pages */

#nifty_wrapper .pages {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#nifty_wrapper .page {
  height: 100%;
  position: absolute;
  width: 100%;
}


/* Chat page */

#nifty_wrapper .chat.page {
  display: block;
  width: 400px;
  position: absolute;
  right: 0;
  border-left: 1px solid #ccc;
}


/* Font */

#nifty_wrapper .messages {
  font-size: 100%;
}

#nifty_wrapper .inputMessage {
  font-size: 100%;
}

#nifty_wrapper .log {
  color: gray;
  font-size: 0.7em;
  margin: 5px;
  text-align: center;
  text-transform: capitalize;
  background: #f2f2f2;
  padding: 2px;
  border-radius: 5px;
  display: none !important;
}

#nifty_wrapper .log:first-child {
  display: block;
}


/* Messages */

#nifty_wrapper .chatArea {
  height: 100%;
  padding-bottom: 60px;
}

#nifty_wrapper .messages {
  /*height: 100%;*/
  margin: 0;
  overflow-y: scroll;
  padding: 10px 20px 10px 20px;
}

#nifty_wrapper ul.messages {
  display: block;
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  list-style: none;
}

#nifty_wrapper .message.typing .messageBody {
  display: none;
}

#nifty_wrapper .message.typing {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 90%;
}

.message.typing:before {
  content: '" ';
}

.message.typing:after {
  content: ' "';
}

#nifty_wrapper .message.typing .username {
  font-size: 12px;
  padding-right: 2px;
}

.message.typing .username:after {
  content: " - ";
}

.message.typing .timestamp {
  display: none;
}

#nifty_wrapper .username {
  font-weight: 700;
  overflow: hidden;
}


/* Input */

#nifty_wrapper .inputMessage {
  bottom: 0;
  height: 80px;
  left: 0;
  outline: none;
  padding-left: 61px;
  right: 0;
  width: 100%;
  position: absolute;
  border: none;
  border-top: 1px solid #e3e4e4;
  font-size: 1.2em;
}

#nifty_wrapper #typing_preview {
  font-style: italic;
}

#nifty_wrapper .userList {
  cursor: pointer;
}

#nifty_wrapper #user_count:hover {
  background: #d8d8d8;
}

#nifty_wrapper div#user_count {
  cursor: pointer;
}

.nifty_bg_holder {
  position: absolute;
  display: block;
  color: #fff;
  left: 0;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  right: 0;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #e3e4e4;
  border-bottom: 1px solid #e3e4e4;
  border-right: 1px solid #e3e4e4;
}

.nifty_bg_holder_text {
  width: 300px;
  position: relative;
  display: block;
  left: 0;
  top: 5%;
  color: #000;
  /* width: 100%; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  color: #777;
  line-height: 1.4em;
}

#nifty_wrapper .chatInfoArea {
  padding-left: 10px;
  padding-right: 10px;
  height: 80px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px;
  padding-top: 10px;
}

#nifty_wrapper .chatInfoArea h3 {
  font-size: 1.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}

#nifty_wrapper .chatArea code {
  /* padding: 2px 4px; */
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: pre-wrap;
  margin-top: 5px;
  line-height: 19px;
}

#nifty_wrapper .chatArea pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333;
}

#nifty_wrapper .chatArea span.messageBody {
  display: block;
  font-size: 1.1em;
  padding: 15px;
  width: fit-content;
  margin-top: -7px;
}

#nifty_wrapper .chatArea span.timestamp {
  color: #9e9ea6;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  clear: both;
}

#nifty_wrapper .chatArea span.username {
  font-weight: bold;
  display: inline-block;
  font-size: 0.9em;
}

#nifty_wrapper .chatArea span.nifty-edit-message {
  float: right;
  display: block;
  display: none;
  clear: right;
  margin-left: 9px;
  color: #bdbdbd;
  white-space: nowrap;
  line-height: 1.125rem;
  font-style: italic;
  cursor: pointer;
  font-size: 0.6em;
}

#nifty_wrapper .session-state-label,
#nifty_wrapper .visChatDepCol .label-default {
  padding: 3px;
  border-radius: 2px;
}

#nifty_wrapper .time-state-label {
  font-size: 0.9em;
  padding: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-radius: 2px;
  font-weight: normal;
}

#nifty_wrapper .nifty_add_media_button {
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

#nifty_wrapper .nifty_media_prompt {
  display: none;
  position: absolute;
  max-width: 320px;
  background: #fff;
  z-index: 999;
  padding: 10px;
  margin: 0;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  right: 22px;
  bottom: 66px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

#nifty_add_media:checked+.nifty_media_prompt {
  display: block;
}

#nifty_add_media {
  display: none;
}

#nifty_wrapper .nifty_media_prompt li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #919191;
}

#nifty_wrapper .nifty_media_prompt li * {
  cursor: pointer;
}

.nifty_media_prompt li:hover {
  color: #2b97d2;
}

.nifty_admin_chat_prompt {
  width: 40%;
  position: absolute;
  height: 270px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 999;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, .1);
}

.nifty_admin_chat_prompt_title {
  font-size: 18px;
  color: #393939;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.nifty_admin_chat_prompt_message {
  position: absolute;
  top: 70px;
  bottom: 60px;
  display: block;
  font-size: 17px;
  overflow-y: auto;
  right: 24px;
  left: 24px;
}

.nifty_admin_chat_prompt_actions {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.nifty_admin_chat_video_box {
  width: 80%;
  position: absolute;
  max-height: 60%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3e3e3e;
  z-index: 999;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}

#nifty_admin_chat_video_remote {
  width: 100%;
  max-height: 100%;
  background-color: #4d4d4d;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#nifty_admin_chat_video_local {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 20%;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #4d4d4d;
}

#nifty_admin_chat_video_close {
  background: #676661;
  border: none;
  color: #ffffff;
  width: 23px;
  height: 23px;
  border-radius: 60px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 0px;
}

#nifty_admin_chat_video_loading {
  position: absolute;
  background: #ffffff;
  border-radius: 3px;
  width: 30%;
  max-height: 88px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#nifty_admin_chat_video_loading img {
  max-width: 28px;
  clear: both;
  display: block;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nifty_admin_chat_video_loading span {
  padding: 8px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #4d4d4d;
}

#nifty_wrapper .vcol.visActionCol a {
  margin-right: 10px;
}

#nifty_wrapper .agents_involved {
  display: block;
  margin-bottom: 5px;
  height: 8px;
  position: absolute;
  right: 35px;
  top: 15px;
}

#nifty_wrapper .agent_involved {
  float: left;
  margin-right: 5px;
}

.nifty_admin_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.37);
  z-index: 999;
}

#nifty_wrapper .active_agent_in_list {
  margin-left: 20px;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 5px;
}

#nifty_wrapper span.minChat {
  width: 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: -6px;
  margin-left: 9px;
  font-weight: bold;
  color: #ccc;
  cursor: pointer;
}

#nifty_wrapper .chatArea.wdt-emoji-picker-parent {
  position: initial;
}

#nifty_wrapper .wdt-emoji-picker {
  right: 120px!important;
  bottom: 34px!important;
  font-size: 19px;
  color: #939393;
}

#nifty_wrapper .wdt-emoji-popup.open.ready {
  transform: translate(-50px, 25px);
  -webkit-transform: translate(-50px, 25px);
  -moz-transform: translate(-50px, 25px);
  -o-transform: translate(-50px, 25px);
}

#nifty_wrapper .wdt-credit {
  z-index: 999999;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 9px;
  color: #cecece;
}

#nifty_wrapper #wdt-emoji-menu-header,
#wdt-emoji-footer {
  background: #f9f9f9;
}

#nifty_wrapper .wdt-emoji-popup.ready.open {
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.07);
}

#nifty_wrapper #chat_drag_zone {
  background: rgba(51, 51, 51, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

#nifty_wrapper #chat_drag_zone_inner {
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  bottom: 10%;
  border: 3px dashed #ffffff;
}

#nifty_wrapper #chat_drag_zone_inner span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 55px;
  margin-top: auto;
  margin-bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
}

#nifty_wrapper .userItemLastMessage img {
  max-height: 20px;
}

#nifty_wrapper .userItemLastMessage pre {
  font-size: 9px;
  padding: 2px;
  display: inline-block;
  margin: 0;
}

#nifty_wrapper .userItemLastMessage .emoji-outer {
  margin-top: 1px;
}

#nifty_wrapper .view_in_inbox {
  position: absolute;
  right: 125px;
  top: 45px;
}

#nifty_wrapper .eventbox,
#nifty_wrapper .eventbox_upsell {
  position: absolute;
  right: 17px;
  top: 45px;
}

#nifty_wrapper .eventbox:hover,
#nifty_wrapper .view_in_inbox:hover {
  background: #fafafa;
}

#nifty_wrapper .eventbox-close {
  font-size: 1pc;
  position: absolute;
  top: 8px;
  right: 6px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #999;
}

#nifty_wrapper .eventbox-wrapper {
  display: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #f2f2f2;
  color: #404040;
  -webkit-transition-property: -webkit-transform, width;
  transition-property: transform, width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: translateX(339px);
  transform: translateX(339px);
  width: 339px;
  z-index: 5;
  position: absolute;
  top: 80px;
  right: 339px;
  bottom: 80px;
  padding: 20px;
  overflow-y: scroll;
  border-left: 1px solid #e3e4e4;
}

#nifty_wrapper .eventbox-wrapper h3 {
  text-align: center;
}

#nifty_wrapper .events-ul li {
  border-bottom: 1px solid #E2E4E6;
  margin-left: 38px;
  min-height: 30px;
  padding: 10px 0;
  position: relative;
}

#nifty_wrapper .event-icon {
  position: absolute;
  height: 18px;
  left: -26px;
  top: 9pt;
  width: 18px;
}

#nifty_wrapper .event-desc {
  display: inline;
  margin: 0 6px 0 0;
  word-wrap: break-word;
}

#nifty_wrapper .event-meta {
  display: inline-block;
  font-size: 9pt;
  margin: 0;
  min-width: 110px;
  color: #8c8c8c;
}

#nifty_wrapper #quick_response_drawer_handle {
  position: absolute;
  bottom: 21px;
  width: 35px;
  left: 15px;
  background: #f2f2f2;
  text-align: center;
  color: #7d7d7d;
  height: 35px;
  font-size: 17px;
  line-height: 34px;
  border-radius: 35px;
  cursor: pointer;
}

#quick_response_drawer_container {
  position: absolute;
  bottom: 130px;
  background: #fff;
  padding: 22px;
  max-height: 180px;
  overflow-y: auto;
  left: 10%;
  right: 10%;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.quick_response_item {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2px;
}

.quick_response_item:hover {
  color: #2b97d2;
}

#quick_response_drawer_container hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#nifty_wrapper .tcx_in_chat_card {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#nifty_wrapper .tcx_in_chat_card i {
  color: #9e9e9e;
  padding: 13px;
  font-size: 12px;
  border: 1px #dadada solid;
  border-radius: 3px;
  margin-right: 10px;
}

#nifty_wrapper .tcx_dynamic_link small strong {
  text-transform: capitalize;
}

#nifty_wrapper .userList .department_assigned {
  position: absolute;
  font-size: 10px;
  right: 42px;
  bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
}

#nifty_wrapper .userList .department_assigned:after {
  content: "•";
  padding-left: 8px;
}

#nifty_wrapper span.tcx_close_item {
  position: absolute;
  right: 3px;
  top: 3px;
  color: #ccc;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 14px;
  height: 14px;
  line-height: 11px;
  font-size: 10px;
  text-indent: 3px;
}

#nifty_wrapper span.tcx_close_item:hover {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #bdbdbc;
}

#nifty_wrapper .tcx_close_item {
  display: none;
}

#nifty_wrapper .user_header_wrapper_img {
  min-width: 45px;
  max-width: 45px;
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 14px;
}

#nifty_wrapper .user_gravatar img {
  width: 45px;
  border-radius: 60px;
  border: 2px solid #8e8e8e;
}

#nifty_wrapper .tcx_userlist_gravatar {
  border-radius: 24px;
  position: absolute;
  top: 15px;
  border: 2px solid #ababab;
  width: 22px;
}

#nifty_wrapper .user_header_wrapper_info {
  display: inline-block;
  margin-left: 60px;
}

@media screen and (max-width: 1300px) {
  #nifty_wrapper #user_list {
    width: 35%;
  }
  #nifty_wrapper #chat_area {
    width: 65%;
  }
  .nifty_bg_holder {
    left: 35% !important;
  }
  .user_header_wrapper_info {
    width: 60% !important;
  }
}

@media screen and (max-width: 782px) {
  #toolbar-item-fullscreen-wp {
    display: none;
  }
}

#user_list_mobile_control {
  display: none;
}

#toolbar-item-user_list {
  display: none;
}

@media screen and (max-width: 700px) {
  #tcx_offline_image {
    display: none !important;
  }
  #toolbar-item-user_list {
    display: block;
  }
  #nifty_wrapper #user_list {
    width: 100%;
  }
  .nifty_bg_holder {
    left: 0% !important;
    top: 125px;
    bottom: 154px;
    height: initial !important;
    overflow-y: auto;
  }
  .nifty_bg_holder_text {
    top: 2%;
    font-size: 24px;
  }
  .tcx_tips_hints {
    top: 2% !important;
    margin-top: 22px !important;
  }
  #nifty_wrapper #chat_area {
    width: 100%;
    /*display: none;*/
  }
  /*#nifty_wrapper #user_list_mobile_control[type=checkbox]:checked ~ #chat_area{
    display: block;
  }

  #nifty_wrapper #user_list_mobile_control[type=checkbox]:checked ~ #user_list{
    display: none;
  }*/
  .visStatusCol {
    display: none;
  }
  #nifty_wrapper .vcol.visPageCol {
    width: 20%;
  }
  #nifty_wrapper .visChatStatusCol,
  .visChatDepCol {
    width: 15% !important;
  }
}

@media screen and (max-width: 600px) {
  #toolbar-item-user_list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  .user_header_wrapper_info {
    width: 50% !important;
  }
  #nifty_wrapper .visChatDepCol {
    display: none;
  }
  #nifty_wrapper .visPageCol {
    width: 30% !important;
  }
  #nifty_wrapper .visChatStatusCol {
    width: 20% !important;
  }
  .nifty_bg_holder_text {
    font-size: 18px;
  }
  #nifty_wrapper .tcx_tips_hints {
    padding-left: 10px;
    padding-right: 10px;
  }
  #nifty_wrapper #agent_list {
    max-height: 60px !important;
  }
  #nifty_wrapper .tcx_tips_hints {
    padding-left: 10px;
    padding-right: 10px;
  }
  #nifty_wrapper #user_count {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nifty_bg_holder {
    bottom: 60px !important;
    top: 75px !important;
  }
  #nifty_wrapper #agent_list {
    font-size: 12px;
  }
  #nifty_wrapper #agent_list h4 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 14px;
  }
  #nifty_wrapper .online_agent {
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .userListBox_Wrapper {
    top: 75px !important;
    bottom: 61px !important;
  }
}

@media screen and (max-height: 490px) {
  #nifty_wrapper #agent_list {
    max-height: 60px !important;
  }
  #nifty_wrapper .tcx_tips_hints {
    padding-left: 10px;
    padding-right: 10px;
  }
  #nifty_wrapper #user_count {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nifty_bg_holder {
    bottom: 60px !important;
    top: 0px !important;
  }
  .nifty_bg_holder_text {
    font-size: 17px;
  }
  #nifty_wrapper .tcx_tips_hints {
    display: none !important;
  }
  #nifty_wrapper #agent_list {
    font-size: 12px;
  }
  #nifty_wrapper #agent_list h4 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 14px;
  }
  #nifty_wrapper .online_agent {
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .userListBox_Wrapper {
    top: 75px !important;
    bottom: 61px !important;
  }
}

#nifty_wrapper .visitorListBox {
  overflow-y: auto;
  top: 80px;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
}

#nifty_wrapper .visActionCol a {
  color: #FFF !important;
}

#nifty_wrapper .visActionCol a:visited {
  color: #FFF !important;
}

#nifty_wrapper .visActionCol a:hover {
  color: #FFF !important;
}

#nifty_wrapper .visActionCol a:active {
  color: #FFF !important;
}

#nifty_wrapper #inputMessage {
  padding-right: 144px;
}

#nifty_wrapper .userList h3 em {
  display: none;
}

#nifty_wrapper .userList .userItemLastMessage {
  display: none !important;
}

#nifty_wrapper .tcx_join_chat_div {
  display: none;
  bottom: 0;
  height: 60px;
  left: 0;
  outline: none;
  padding-left: 10px;
  right: 0;
  width: 100%;
  position: absolute;
  border: none;
  border-top: 1px solid #f9f9f9;
  z-index: 99;
  background-color: #efefef;
  background: #efefef !important;
}

#nifty_wrapper .tcx_join_chat_div button {
  position: absolute;
  left: 50%;
  top: 15px;
}

#nifty_wrapper .dropdown-toggle {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

#nifty_wrapper .dropdown-menu {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07) !important;
  -webkit-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07) !important;
  -moz-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07) !important;
  -o-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07) !important;
}

#nifty_wrapper .userList .agent_involved:hover {
  margin-top: -6px;
  margin-left: 5px;
}

#nifty_wrapper .filter-active {
  border-left: 3px #4169e1 solid !important;
}

@media screen and (max-height: 490px) {
  #choose_online {
    top: 14px !important;
  }
}

@media screen and (max-width: 550px) {
  #choose_online {
    top: 14px !important;
  }
}

@media screen and (max-height:550px) {
  #tcx_offline_image {
    max-height: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .nifty_bg_holder_text {
    font-size: 1.4em;
  }
  .tcx_tips_hints {
    top: 8% !important;
  }
}

.editing_hints {
  font-size: 9px;
  bottom: 0;
  outline: none;
  padding-right: 10px;
  right: 75px;
  position: absolute;
  border: none;
  opacity: 0.5;
}

.editing_hints code {
  color: #333 !important;
  padding: 0 !important;
}

span.tcx-edit-message {
  font-size: 12px;
  float: right;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

#nifty_wrapper {
  width: 100% !important;
  position: relative !important;
}

#wplc_settings .form-table td {
  font-size: 13px !important;
  line-height: 1.5em !important;
}


/**
 * GIF image style within a message
 */

.messageBody .gif-img {
  max-width: 100%;
  margin-bottom: -5px;
}

.wplc-gif-integration-search-box .gif-sb-loader {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.wplc-gif-integration-search-box .gif-sb-loader.hidden {
  display: none;
  z-index: 0;
}

.wplc-gif-integration-search-box .gif-sb-loader img {
  display: block;
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  height: auto;
  margin: auto;
}

.wplc-gif-integration-search-box.show,
.wplc-gif-integration-search-box {
  display: block;
  position: absolute;
  bottom: 66px;
  width: 70%;
  margin-left: 15%;
  height: 300px;
  background: #fafafa;
  z-index: 100000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.wplc-gif-integration-search-box.show {
  animation-name: present-gif-search-box;
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: present-gif-search-box;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: present-gif-search-box;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: present-gif-search-box;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: forwards;
}

.wplc-gif-integration-search-box {
  animation-name: dismiss-gif-search-box;
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: dismiss-gif-search-box;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: dismiss-gif-search-box;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: dismiss-gif-search-box;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: forwards;
}

.wplc-gif-integration-search-box.hidden {
  display: none;
}

@keyframes present-gif-search-box {
  0% {
    left: 5000px;
  }
  100% {
    left: 0px;
  }
}

@-moz-keyframes present-gif-search-box {
  0% {
    left: 5000px;
  }
  100% {
    left: 0px;
  }
}

@-webkit-keyframes present-gif-search-box {
  0% {
    left: 5000px;
  }
  100% {
    left: 0px;
  }
}

@keyframes dismiss-gif-search-box {
  0% {
    left: 0px;
  }
  100% {
    left: 5000px;
  }
}

@-moz-keyframes dismiss-gif-search-box {
  0% {
    left: 0px;
  }
  100% {
    left: 5000px;
  }
}

@-webkit-keyframes dismiss-gif-search-box {
  0% {
    left: 0px;
  }
  100% {
    left: 5000px;
  }
}

@media(max-width:767px) {
  .wplc-gif-integration-search-box.show,
  .wplc-gif-integration-search-box {
    bottom: 75px;
  }
}

.wplc-gif-integration-search-box .gif-sb-header,
.wplc-gif-integration-search-box .gif-sb-body,
.wplc-gif-integration-search-box .gif-sb-footer {
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wplc-gif-integration-search-box .gif-sb-header {
  min-height: 10%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-search-term,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close {
  display: inline-block;
  position: relative;
  left: 0px;
  margin: 0px;
  border: 1px solid #f0f0f0 !important;
  border-right: none;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search i,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close i,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover i,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover i {
  display: block;
  position: relative;
  left: 0px;
  font-style: initial;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover {
  text-decoration: none !important;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-search-term {
  top: -1px;
  width: 80%;
  height: 38px;
  margin-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover {
  top: 0px;
  width: 10%;
  text-align: center;
  height: 40px;
  padding-top: 6px;
  border-radius: 3px;
  color: #f0f0f0 !important;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search {
  background-color: #eb8532;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover {
  background-color: #cf6813;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search i,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover i {
  top: 0px;
  left: -1px;
  font-weight: 600;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover {
  top: 4px;
  left: 1px;
  width: 10%;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  border-radius: 3px;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close {
  background-color: #fafafa;
  color: #999999 !important;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover {
  background-color: #ffffff;
  color: #333333 !important;
}

.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close i,
.wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover i {
  top: -3px;
  font-weight: 500;
}

.wplc-gif-integration-search-box .gif-sb-body {
  min-height: 65%;
  max-height: 195px;
  background-color: #f0f0f0;
  border: 1px solid #eaeaea;
  overflow: auto;
}

.wplc-gif-integration-search-box .gif-sb-body .gif-img,
.wplc-gif-integration-search-box .gif-sb-body .gif-img:hover,
.wplc-gif-integration-search-box .gif-sb-body .gif-img.selected-gif {
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0px;
  min-height: 70px;
  min-height: 70px;
  width: auto;
  max-width: 100px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 1px;
}

.wplc-gif-integration-search-box .gif-sb-body .gif-img {
  opacity: 0.7;
}

.wplc-gif-integration-search-box .gif-sb-body .gif-img:hover {
  opacity: 1;
}

.wplc-gif-integration-search-box .gif-sb-body .gif-img.selected-gif {
  min-height: 100px;
  opacity: 1;
}

@media(max-width:767px) {
  .wplc-gif-integration-search-box .gif-sb-body .gif-img {
    width: 50%;
  }
}

@media(max-width:900px) {
  .wplc-gif-integration-search-box .gif-sb-body .gif-img {
    width: 33%;
  }
}

@media(max-width:1200px) {
  .wplc-gif-integration-search-box .gif-sb-body .gif-img {
    width: 20%;
  }
}

.wplc-gif-integration-search-box .gif-sb-footer {
  min-height: 10%;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  font-size: 0.9em;
  color: #777777;
}

#chat_area .messageBody .gif-img {
  max-width: 100%;
  margin-bottom: 0px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-search-term {
  top: 1px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search,
#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover {
  padding-top: 9px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-close,
#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover {
  top: 2px;
  height: 38px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-close i,
#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-close:hover i {
  top: 0px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search i,
#chat_area .wplc-gif-integration-search-box .gif-sb-header .gif-sb-confirm-search:hover i {
  top: 1px;
}

#chat_area .wplc-gif-integration-search-box .gif-sb-body {
  min-height: 73%;
}

.tcx_chat_dash_header {
  height: 80px;
  background: #4169e1;
  border-top-left-radius: 8px;
  border-top-right-radius: 80px;
}

.tcx_chat_dash_header>div {
  height: 100%;
}

.tcx_chat_dash_header>div img.logo {
  margin-top: 10px;
}

i#toolbar-item-fullscreen {
  line-height: 80px;
  font-size: 1.5em;
  color: #fff;
  margin-right: 50px;
  cursor: pointer;
}

.filter-menu {
  position: absolute;
  right: 0;
  z-index: 5;
}

#nifty_agent_heading {
  font-size: 1.1em;
}

.avatar_top {
  height: 50px;
  width: 50px;
  margin-top: 15px;
  border: 2px solid #fff;
  border-radius: 100px;
  overflow: hidden;
}

.avatar_top img {
  width: 100%;
}

span.user_top {
  line-height: 80px;
  font-size: 1.1em;
  color: #fff;
  font-family: "Sansation Bold";
}

#nifty_wrapper .chatInfoArea h4 {
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

li.message.wplc-user-message .messageBody {
  background: #4169e1;
  color: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}

li.message.wplc-admin-message {
  text-align: right;
  margin-top: 10px;
}

li.message.wplc-admin-message .messageBody {
  background: #f2f2f2;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  margin-left: auto;
}

#nifty_wrapper .username:after {
  content: "•";
  padding: 0px 8px;
}

#nifty_wrapper .timestamp:after {
  content: "•";
  padding: 0px 8px;
}

#nifty_wrapper .messageReadReceipt {
  color: #9e9ea6;
  font-size: .9em;
  display: inline-block;
  vertical-align: top;
  clear: both;
}

#nifty_wrapper .inputMessage::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
}

#nifty_wrapper .inputMessage::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
}

#nifty_wrapper .inputMessage:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
}

#nifty_wrapper .inputMessage:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
}

.visitorList .btn-info {
  background: #4169e1;
}

.visitorList .btn-info.init_chat:after,
.visitorList .btn-info.init_chat_upsell:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f1d8";
  margin-left: 8px;
  font-weight: 900;
}

.visitorList .btn-danger.accept_chat:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f00c";
  margin-left: 8px;
  font-weight: 900;
}

.visitorList .btn-success {
  background: #3ca23c;
}

.visitorList .btn-success.open_chat:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f138";
  margin-left: 8px;
  font-weight: 900;
}

.vcol .label-default {
  background: none;
}

.vcol.visChatStatusCol .label-default {
  text-transform: capitalize;
}

span.chatInfoArea-Info1 {
  font-size: 0.8em;
}

.nifty_admin_chat_prompt_actions .btn-info {
  background: #4169e1;
}

label[for=nifty_file_input] {
  bottom: 22px;
  right: 95px;
  position: absolute;
  color: #8c8c8c;
  font-weight: 100 !important;
  font-size: 18px;
}

.nifty_send_arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  border-left: 1px solid #e3e4e4;
  cursor: pointer;
}

.nifty_send_arrow i {
  background: #4169e1;
  color: #fff;
  padding: 8px;
  border-radius: 60px;
  font-size: 17px;
}

.events-ul {
  padding: 0;
  color: #717171;
}

.upsell_dialog {
  font-family: "Sansation Regular";
  position: fixed;
  width: 300px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0px 0px 15px 0px #3333332e;
  -webkit-box-shadow: 0px 0px 15px 0px #3333332e;
  -moz-box-shadow: 0px 0px 15px 0px #3333332e;
  -o-box-shadow: 0px 0px 15px 0px #3333332e;
}

.upsell_heading,
.upsell_body {
  padding: 2px 0;
}

.upsell_body {
  margin-bottom: 10px;
}

.upsell_close {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

#nifty_referer_options input {
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 12px;
}

#nifty_referer_options label {
  font-size: 12px;
}

.tcx_loader {
  display: inline-block;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 15px;
  width: 30px;
  height: 30px;
  background: #4169e1;
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 2s;
}

@keyframes loader {
  0% {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 10px;
  }
  25% {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
  }
  50% {
    transform: rotateZ(90deg);
  }
  75% {
    transform: rotateZ(0deg);
  }
  100% {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 10px;
  }
}


/** New Responsive */


/** Tablet */

@media screen and (max-width: 1100px) and (min-width: 701px) {
  .tcx_chat_dash_header .col-md-3 {
    width: 23% !important;
    display: inline-block;
    vertical-align: top;
  }
  .tcx_chat_dash_header .col-md-6 {
    width: 59% !important;
    display: inline-block;
    vertical-align: top;
  }
  .tcx_chat_dash_header .logo {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
  }
  .tcx_chat_dash_header .col-md-3 .col-md-4 {
    width: 50% !important;
    padding: 0;
  }
  .tcx_chat_dash_header .col-md-3 .col-md-8 {
    position: absolute;
    top: 0;
    left: 45px;
  }
  .tcx_chat_dash_header .col-md-3.text-right {
    display: none;
  }
  .tcx_chat_dash_header .user_top {
    line-height: 76px;
  }
  .tcx_chat_dash_header .avatar_top {
    height: 30px;
    width: 30px;
    margin-top: 22px;
    border: 2px solid #fff;
    border-radius: 100px;
    overflow: hidden;
  }
  .tcx_chat_dash_header #toolbar-item-fullscreen {
    font-size: 16px !important;
  }
  .tcx_chat_dash_header .tcx_online_dropdown {
    position: absolute;
    top: 25px;
  }
  .tcx_chat_dash_header .tcx_online_dropdown .dropdown-menu.dropdown-menu-right {
    transform: translateX(60%);
  }
  #tcx_search {
    display: none;
  }
  #active_count {
    display: none;
  }
  #user_count {
    height: 40px !important;
    line-height: 2em !important;
    padding: 0 !important;
  }
  span#active_count_string,
  #nifty_wrapper .infoArea h2 {
    font-size: 15px;
    font-weight: 800;
    font-family: "Sansation Regular";
    line-height: 40px;
    display: block;
    height: 39px;
    padding: 0;
    text-align: center;
  }
  .infoArea {
    background: #f2f2f2;
    border-bottom: 1px solid #e3e4e4;
  }
  .filter-menu .dropdown-toggle {
    margin-top: 8px !important;
    background: none !important;
  }
  .visitorListBoxHeader {
    display: none !important;
  }
  .visitorListBox {
    top: 40px !important;
  }
  .visitorList {
    padding: 5px 0 !important;
    min-height: 70px !important;
  }
  .vcol.visStatusCol {
    display: none !important;
  }
  .vcol.visChatStatusCol {
    display: none !important;
  }
  .visitorList .vcol {
    width: 30% !important;
  }
  .visitorList .vcol:last-child {
    width: 40% !important;
  }
  .visitorList .userName {
    font-size: 14px !important;
  }
  .visitorList .visChatDepCol {
    display: none !important;
  }
  .tcx_chat_dash_header {
    border-radius: 0 !important;
  }
  #nifty_wrapper {
    border-radius: 0 !important;
  }
  .content-wrapper {
    padding: 0 !important;
  }
  .navbar-header {
    display: none !important;
  }
  .topnavbar {
    background: none !important;
  }
  .custom-search-form {
    display: none !important;
  }
  ul.nav.navbar-nav {
    position: fixed;
    z-index: 999;
    right: 20px;
    font-size: 18px;
    margin: 10px 0;
  }
  .navbar-nav li a {
    color: #fff !important;
  }
  nav.navbar.topnavbar {
    min-height: 0;
  }
  #toolbar-item-fullscreen {
    display: none;
  }
  #hamburger_menu {
    display: block !important;
    margin-right: 35px;
  }
  .wrapper>section {
    margin: 0 !important;
    position: absolute;
    width: 100%;
  }
  #page-wrapper {
    min-height: 100% !important;
  }
  .content-wrapper {
    height: 100% !important;
  }
  #nifty_wrapper {
    height: 90%;
    border-radius: 0 !important;
  }
  .wrapper>.aside>.aside-inner {
    padding-top: 5px !important;
  }
  .wrapper>.aside {
    /*width: 230px;
      right: 0 !important;
      position:  fixed;
      transform: none !important;
      padding: 5px !important;*/
    border-right: 2px solid #e3e4e4;
  }
  .user_header_wrapper_img {
    display: none !important;
  }
  .user_header_wrapper_info>p {
    display: none;
  }
  .user_header_wrapper_info {
    width: 65% !important;
    margin-left: 11% !important;
    margin-top: 5px !important;
  }
  .user_header_wrapper_info h3,
  .user_header_wrapper_info h4 {
    text-align: center;
  }
  .chatInfoArea {
    background: #4169e1;
    color: #fff;
    height: 79px !important;
  }
  .eventbox,
  .eventbox_upsell {
    display: none !important;
  }
  .chatInfoArea .dropdown-toggle {
    top: 80px;
    position: relative;
    background: #333;
    z-index: 999;
  }
  .chatArea {
    position: fixed !important;
    top: 0;
    bottom: 0 !important;
    height: auto !important;
    width: 65%;
    background: #fff;
  }
  #user_list {
    width: 35% !important;
  }
  span.minChat.btn {
    position: fixed !important;
    top: 31px;
    right: 10px;
    padding: 0;
    color: #fff !important;
  }
}


/** MOBI */

@media screen and (max-width:1100px) {
  #nifty_wrapper #user_list {
    max-height: 30%;
  }
  #agent_list {
    max-height: 30% !important;
  }
  .userListBox {
    max-height: 100%;
    overflow-y: scroll;
  }
  #user_count {
    height: 40px !important;
    line-height: 2em !important;
    padding: 0 !important;
  }
  #chat_area {
    max-height: 70%;
  }
  .tcx_chat_dash_header .col-md-3 {
    width: 23% !important;
    display: inline-block;
    vertical-align: top;
  }
  .tcx_chat_dash_header .col-md-6 {
    width: 59% !important;
    display: inline-block;
    vertical-align: top;
  }
  .tcx_chat_dash_header .logo {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
  }
  .tcx_chat_dash_header .col-md-3 .col-md-4 {
    width: 50% !important;
    padding: 0;
  }
  .tcx_chat_dash_header .col-md-3 .col-md-8 {
    position: absolute;
    top: 0;
    left: 45px;
  }
  .tcx_chat_dash_header .col-md-3.text-right {
    display: none;
  }
  .tcx_chat_dash_header .user_top {
    display: none;
  }
  .tcx_chat_dash_header .avatar_top {
    height: 30px;
    width: 30px;
    margin-top: 22px;
    border: 2px solid #fff;
    border-radius: 100px;
    overflow: hidden;
  }
  .tcx_chat_dash_header #toolbar-item-fullscreen {
    font-size: 16px !important;
  }
  .tcx_chat_dash_header .tcx_online_dropdown {
    position: absolute;
    top: 3px;
  }
  .tcx_chat_dash_header .tcx_online_dropdown .dropdown-menu.dropdown-menu-right {
    transform: translateX(60%);
  }
  #agent_list {
    display: none !important;
  }
  .infoArea {
    background: #f2f2f2;
    border-bottom: 1px solid #e3e4e4;
    border-top: 1px solid #e3e4e4;
  }
  .visitorListBoxHeader {
    display: none !important;
  }
  .filter-menu {
    display: none;
  }
  #tcx_search {
    display: none;
  }
  .nifty_bg_holder {
    height: 60% !important;
    bottom: 0 !important;
    top: inherit !important;
    border: none;
    border-radius: 0 !important;
    transform: translateY(8px);
  }
  .tcx_chat_dash_header {
    border-radius: 0 !important;
  }
  .content-wrapper {
    padding: 0;
  }
  #page-wrapper {
    min-height: 100% !important;
  }
  .content-wrapper {
    height: 100% !important;
  }
  .wrapper>section {
    margin: 0 !important;
    position: absolute;
    width: 100%;
  }
  #nifty_wrapper {
    height: 90%;
    border-radius: 0 !important;
  }
  .navbar-header {
    display: none;
  }
  ul.nav.navbar-nav {
    position: fixed;
    z-index: 999;
    right: 20px;
    font-size: 18px;
    margin: 20px 0;
  }
  .navbar-nav li a {
    color: #fff !important;
  }
  form.navbar-form.custom-search-form {
    display: none !important;
  }
  nav.navbar.topnavbar {
    min-height: 0;
  }
  #toolbar-item-fullscreen {
    display: none;
  }
  #hamburger_menu {
    display: block !important;
  }
  .wrapper>.aside,
  .wrapper>.aside .aside-inner {
    width: 0px;
  }
  .aside-collapsed .wrapper>.aside {
    width: 220px;
    right: 0 !important;
    position: fixed;
    transform: none !important;
    padding: 5px;
    border-right: 2px solid #e3e4e4;
  }
  .aside-collapsed .wrapper>.aside>.aside-inner {
    width: 100%;
    padding-top: 5px
  }
  .aside-collapsed .sidebar>.nav>li>a {
    text-align: left !important;
    padding-left: 15px
  }
  .aside-collapsed .sidebar>.nav>li>a>span {
    display: inline-block !important;
  }
  #active_count {
    display: none;
  }
  span#active_count_string,
  #nifty_wrapper .infoArea h2 {
    font-size: 15px;
    font-weight: 800;
    font-family: "Sansation Regular";
    line-height: 40px;
    display: block;
    height: 40px;
    padding: 0;
    text-align: center;
  }
  .visitorListBox {
    top: 42px !important;
  }
  .visitorList {
    padding: 5px 0 !important;
  }
  .vcol.visStatusCol {
    display: none !important;
  }
  .vcol.visChatStatusCol {
    display: none !important;
  }
  .visitorList .vcol {
    width: 30% !important;
  }
  .visitorList .vcol:last-child {
    width: 40% !important;
  }
  .visitorList .userName {
    font-size: 14px !important;
  }
  .chatArea {
    position: fixed !important;
    top: 0;
    bottom: 0 !important;
    height: auto !important;
    width: 100%;
    background: #fff;
  }
  .chatInfoArea {
    background: #4169e1;
    color: #fff;
  }
  .eventbox,
  .eventbox_upsell {
    display: none !important;
  }
  .chatInfoArea .dropdown-toggle {
    top: 80px;
    position: relative;
    background: #333;
    z-index: 999;
  }
  .user_header_wrapper_img {
    display: none !important;
  }
  .user_header_wrapper_info>p {
    display: none;
  }
  .user_header_wrapper_info {
    width: 70% !important;
    margin-left: 15% !important;
    margin-top: 5px !important;
  }
  .user_header_wrapper_info h3,
  .user_header_wrapper_info h4 {
    text-align: center;
  }
  .user_header_wrapper_info .chatInfoArea-Email a {
    color: #fff !important;
  }
  span.minChat.btn {
    position: fixed !important;
    top: 32px;
    left: 10px;
    padding: 0;
    color: #fff !important;
  }
}