@charset "UTF-8";
/*
* 
* ==
* ADMIN.SCSS
* ==
*
* Main style file of the administration page. Written in SCSS. 
*
*/
/*
*  
* ==
* SHARED.SCSS
* ==
*
* Shared CSS used on both admin and front end. This file is imported only.
*
*/
@font-face {
  font-family: "Nexleon Helpdesk Icons";
  src: url("../media/icons/nexleon.woff?v=4") format("woff"), url("../media/icons/nexleon.ttf?v=4") format("truetype"), url("../media/icons/nexleon.svg#nexleon?v=4") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=nx-icon-]:before, [class*=" nx-icon-"]:before {
  font-family: "Nexleon Helpdesk Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nx-icon-arrows-in:before {
  content: "\e90d";
}

.nx-icon-arrows-out:before {
  content: "\e90b";
}

.nx-icon-sidebar:before {
  content: "\e90c";
}

.nx-icon-arrow-up:before {
  content: "a";
  transform: rotate(180deg);
  display: inline-block;
}

.nx-icon-arrow-down:before {
  content: "a";
}

.nx-icon-shopify:before {
  content: "\e900";
}

.nx-icon-plus-2:before {
  content: "M";
}

.nx-icon-plus:before {
  content: "0";
}

.nx-icon-back:before {
  content: "A";
}

.nx-icon-file:before {
  content: "B";
}

.nx-icon-check-circle:before {
  content: "C";
}

.nx-icon-reload:before {
  content: "D";
}

.nx-icon-help:before {
  content: "E";
}

.nx-icon-clock:before {
  content: "F";
}

.nx-icon-next:before {
  content: "G";
}

.nx-icon-currency:before {
  content: "H";
}

.nx-icon-language:before {
  content: "I";
}

.nx-icon-dislike:before {
  content: "N";
}

.nx-icon-like:before {
  content: "O";
}

.nx-icon-send:before {
  content: "P";
}

.nx-icon-refresh:before {
  content: "Q";
}

.nx-icon-woocommerce:before {
  content: "R";
}

.nx-icon-social-fb:before {
  content: "S";
}

.nx-icon-social-tw:before {
  content: "T";
}

.nx-icon-social-li:before {
  content: "U";
}

.nx-icon-social-pi:before {
  content: "V";
}

.nx-icon-social-wa:before {
  content: "W";
}

.nx-icon-social-m:before {
  content: "X";
}

.nx-icon-bar-chart:before {
  content: "Y";
}

.nx-icon-calendar:before {
  content: "b";
}

.nx-icon-chat:before {
  content: "d";
}

.nx-icon-clip:before {
  content: "e";
}

.nx-icon-download:before {
  content: "f";
}

.nx-icon-envelope:before {
  content: "g";
}

.nx-icon-marker:before {
  content: "h";
}

.nx-icon-message:before {
  content: "i";
}

.nx-icon-desktop:before {
  content: "j";
}

.nx-icon-plane:before {
  content: "k";
}

.nx-icon-phone:before {
  content: "l";
}

.nx-icon-settings:before {
  content: "m";
}

.nx-icon-user:before {
  content: "n";
}

.nx-icon-search:before {
  content: "o";
}

.nx-icon-close:before {
  content: "p";
}

.nx-icon-message-add:before {
  content: "q";
}

.nx-icon-emoji:before {
  content: "r";
}

.nx-icon-menu:before {
  content: "s";
}

.nx-icon-arrow-left:before {
  content: "t";
}

.nx-icon-arrow-right:before {
  content: "u";
}

.nx-icon-loader:before {
  content: "v";
}

.nx-icon-check:before {
  content: "w";
}

.nx-icon-delete:before {
  content: "x";
}

.nx-icon-padlock:before {
  content: "y";
}

.nx-icon-shuffle:before {
  content: "z";
}

.nx-icon-circle:before {
  content: "\e901";
}

.nx-icon-filter:before {
  content: "\e902";
}

.nx-icon-openai:before {
  content: "\e903";
}

.nx-icon-mic:before {
  content: "\e904";
}

.nx-icon-edit:before {
  content: "\e905";
}

.nx-icon-warning:before {
  content: "\e906";
}

.nx-icon-info:before {
  content: "\e907";
}

.nx-icon-files:before {
  content: "\e908";
}

.nx-icon-tag-line:before {
  content: "\e909";
}

.nx-icon-chatbot:before {
  content: "\e90a";
}

.nx-icon-automation:before {
  content: "\e915";
}

.nx-icon-sms:before {
  content: "\e91c";
}

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

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

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

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

.p-1 {
  padding: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m-1 {
  margin: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.g-1 {
  gap: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m-2 {
  margin: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.g-2 {
  gap: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.m-3 {
  margin: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.g-3 {
  gap: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m-4 {
  margin: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.g-4 {
  gap: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-5 {
  margin: 20px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.g-5 {
  gap: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.m-6 {
  margin: 24px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.g-6 {
  gap: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.m-7 {
  margin: 28px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.g-7 {
  gap: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pl-8 {
  padding-left: 32px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.m-8 {
  margin: 32px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.g-8 {
  gap: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.pr-9 {
  padding-right: 36px !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.m-9 {
  margin: 36px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.g-9 {
  gap: 36px !important;
}

.p-10 {
  padding: 40px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-10 {
  margin: 40px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.g-10 {
  gap: 40px !important;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

@font-face {
  font-family: Manrope;
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@keyframes nx-fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nx-fade-bottom-animation {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes nx-fade-bottom-center {
  0% {
    transform: translateY(15px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.nx-main,
.nx-articles-page,
.nx-main input,
.nx-main textarea,
.nx-main select {
  font-family: Manrope;
}

.nx-main *,
.nx-articles-page * {
  box-sizing: content-box;
  outline: none;
}

.nx-main input,
.nx-articles-page input,
.nx-articles-page input[text],
.nx-main input[text],
.nx-main textarea,
.nx-main input[email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nx-clear {
  width: 100%;
  clear: both;
}

.nx-no-results {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(86, 96, 105);
  opacity: 0.7;
}

.nx-no-results-active > .nx-no-results {
  display: block !important;
  opacity: 1;
}

.nx-no-results-active > div:not(.nx-no-results) {
  display: none !important;
}

.nx-hide,
.nx-grid.nx-hide {
  display: none !important;
}

.nx-scroll-area,
.nx-conversation .nx-list,
.nx-list .nx-message pre,
.nx-rich-table .nx-content,
.nx-admin .nx-top-bar > div:first-child > ul,
.nx-dialog-box pre,
.nx-horizontal-scroll {
  overflow: hidden;
  overflow-y: scroll;
}
.nx-scroll-area::-webkit-scrollbar,
.nx-conversation .nx-list::-webkit-scrollbar,
.nx-list .nx-message pre::-webkit-scrollbar,
.nx-rich-table .nx-content::-webkit-scrollbar,
.nx-admin .nx-top-bar > div:first-child > ul::-webkit-scrollbar,
.nx-dialog-box pre::-webkit-scrollbar,
.nx-horizontal-scroll::-webkit-scrollbar {
  width: 5px;
}
.nx-scroll-area::-webkit-scrollbar-track,
.nx-conversation .nx-list::-webkit-scrollbar-track,
.nx-list .nx-message pre::-webkit-scrollbar-track,
.nx-rich-table .nx-content::-webkit-scrollbar-track,
.nx-admin .nx-top-bar > div:first-child > ul::-webkit-scrollbar-track,
.nx-dialog-box pre::-webkit-scrollbar-track,
.nx-horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nx-scroll-area::-webkit-scrollbar-thumb,
.nx-conversation .nx-list::-webkit-scrollbar-thumb,
.nx-list .nx-message pre::-webkit-scrollbar-thumb,
.nx-rich-table .nx-content::-webkit-scrollbar-thumb,
.nx-admin .nx-top-bar > div:first-child > ul::-webkit-scrollbar-thumb,
.nx-dialog-box pre::-webkit-scrollbar-thumb,
.nx-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #BFCBD3;
  border-radius: 6px;
  transition: all 0.4s;
}
.nx-scroll-area::-webkit-scrollbar-thumb:hover,
.nx-conversation .nx-list::-webkit-scrollbar-thumb:hover,
.nx-list .nx-message pre::-webkit-scrollbar-thumb:hover,
.nx-rich-table .nx-content::-webkit-scrollbar-thumb:hover,
.nx-admin .nx-top-bar > div:first-child > ul::-webkit-scrollbar-thumb:hover,
.nx-dialog-box pre::-webkit-scrollbar-thumb:hover,
.nx-horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #155CFD;
}

.nx-list .nx-message pre,
.nx-rich-table .nx-content,
.nx-admin .nx-top-bar > div:first-child > ul,
.nx-dialog-box pre,
.nx-horizontal-scroll,
[data-id=flows] > .nx-content {
  overflow-y: hidden;
}
.nx-list .nx-message pre::-webkit-scrollbar,
.nx-rich-table .nx-content::-webkit-scrollbar,
.nx-admin .nx-top-bar > div:first-child > ul::-webkit-scrollbar,
.nx-dialog-box pre::-webkit-scrollbar,
.nx-horizontal-scroll::-webkit-scrollbar,
[data-id=flows] > .nx-content::-webkit-scrollbar {
  height: 5px;
}

div ul.nx-menu,
.nx-select ul,
.nx-popup,
.nx-menu-mobile > ul,
.nx-menu-mobile .nx-mobile,
.nx-area-users .nx-filter-btn > div,
.nx-menu li ul {
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 9999995;
  list-style: none;
}

.nx-horizontal-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
}

/*

# USER CONVERSATIONS
==

*/
.nx-user-conversations > li {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding: 15px;
  margin: 0;
  cursor: pointer;
  border-left: 2px solid rgba(255, 255, 255, 0);
  transition: all 0.4s;
  position: relative;
  margin-top: 55px;
}
.nx-user-conversations > li > div {
  position: relative;
  color: rgb(60, 60, 60);
  font-size: 13px;
  padding-left: 55px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.nx-user-conversations > li > div > img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.nx-user-conversations > li > div div:not(.nx-message) {
  display: flex;
  justify-content: space-between;
  opacity: 0.85;
}
.nx-user-conversations > li > div div:not(.nx-message) > span {
  white-space: nowrap;
}
.nx-user-conversations > li > div div:not(.nx-message) > span:first-child {
  overflow: hidden;
  margin-right: 15px;
}
.nx-user-conversations > li > div .nx-message {
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}
.nx-user-conversations > li:hover, .nx-user-conversations > li.nx-active {
  background-color: #edf2f9;
}
.nx-user-conversations > li.nx-active {
  border-left-color: #155CFD;
}

.nx-user-tickets li {
  position: relative;
}

.nx-chat-btn span,
.nx-user-conversations > li > [data-count] {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  background: rgb(202, 52, 52);
  color: #fff;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  top: 0;
  left: -3px;
  z-index: 2;
  animation: nx-fade-animation 0.3s;
}
.nx-chat-btn span:empty, .nx-chat-btn span[data-count="0"],
.nx-user-conversations > li > [data-count]:empty,
.nx-user-conversations > li > [data-count][data-count="0"] {
  display: none;
}

.nx-user-conversations > li > [data-count] {
  left: 20px;
  top: 33px;
  border: 3px solid #fff;
}
.nx-user-conversations > li:hover > [data-count] {
  border-color: #edf2f9;
}

.nx-user-tickets li > [data-count] {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  background: rgb(202, 52, 52);
  color: #fff;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  top: 0;
  left: -3px;
  z-index: 2;
  animation: nx-fade-animation 0.3s;
}
.nx-user-tickets li > [data-count]:empty, .nx-user-tickets li > [data-count][data-count="0"] {
  display: none;
}

/*

# MESSAGES LIST AND CHAT
==
*/
.nx-chat .nx-btn-text:hover,
.nx-list .nx-btn-text:hover {
  color: #155CFD;
}

.nx-list > div {
  float: left;
  clear: both;
  position: relative;
  margin: 2px 10px 15px 20px;
  box-shadow: none;
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 12px;
  max-width: calc(90% - 110px);
}
.nx-list > div.nx-thumb-active {
  margin-left: 55px;
}
.nx-list > div.nx-thumb-active .nx-thumb {
  display: block;
}
.nx-list > div.nx-thumb-active.nx-rich-cnt {
  max-width: calc(90% - 115px);
}
.nx-list > div.nx-rich-cnt {
  background-color: rgb(247, 247, 247);
  max-width: calc(90% - 80px);
}
.nx-list > div.nx-rich-cnt .nx-message {
  overflow: visible;
}
.nx-list > div.nx-rich-cnt .nx-agent-name {
  display: none;
}
.nx-list > div[data-type=slider], .nx-list > div[data-type=slider-images] {
  width: 100%;
}
.nx-list > div:first-child > span {
  margin-top: 0 !important;
}
.nx-list > div:last-child {
  margin-bottom: 30px !important;
}
.nx-list > div:not(.nx-right):last-child,
.nx-list > div > [data-id=sending] {
  animation: nx-fade-bottom-animation 0.4s;
}
.nx-list > div.nx-right {
  float: right;
  margin: 2px 20px 25px 10px;
  background-color: #E6F2FC;
}
.nx-list > div.nx-right.nx-rich-cnt .nx-text {
  background-color: #E6F2FC;
}
.nx-list > div.nx-right .nx-thumb {
  right: -35px;
  left: auto;
}
.nx-list > div.nx-right .nx-message,
.nx-list > div.nx-right .nx-message a,
.nx-list > div.nx-right .nx-rich-message .nx-text,
.nx-list > div.nx-right .nx-rich-message .nx-title {
  color: #033bbe;
}
.nx-list > div.nx-right.nx-thumb-active {
  margin-right: 50px;
}
.nx-list > div.nx-right .nx-time {
  right: 0;
  left: auto;
}
.nx-list > div.nx-right .nx-message:not(:empty) + .nx-message-attachments .nx-player {
  border-color: rgba(0, 76, 125, 0.17);
}
.nx-list > div:not(.nx-right):not(.nx-label-date) + .nx-right, .nx-list > div.nx-right + div:not(.nx-right):not(.nx-label-date) {
  margin-top: 15px;
}
.nx-list .nx-thumb {
  position: absolute;
  left: -35px;
  top: 1px;
  width: 25px;
  display: none;
}
.nx-list .nx-thumb > img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.nx-list .nx-thumb > div {
  display: none;
}
.nx-list .nx-message,
.nx-list .nx-message a {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  outline: none;
  word-wrap: break-word;
}
.nx-list .nx-message {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-list .nx-message b {
  font-weight: 500;
}
.nx-list .nx-message code {
  font-family: Manrope;
  padding: 2px 7px;
  color: rgb(44, 80, 106);
  background: rgba(238, 238, 238, 0.5);
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
}
.nx-list .nx-message code a {
  color: rgb(44, 80, 106) !important;
  text-decoration: none;
}
.nx-list .nx-message pre {
  font-family: Manrope;
  margin: 0;
  color: rgb(44, 80, 106);
  overflow-x: scroll;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
}
.nx-list .nx-message pre code {
  padding: 0;
  color: rgb(44, 80, 106);
  background: none;
  display: inline;
}
.nx-list .nx-message span + pre,
.nx-list .nx-message pre + span {
  margin-top: 10px;
  display: block;
}
.nx-list .nx-message .emoji-large {
  font-size: 35px;
  line-height: 45px;
}
.nx-list .nx-message .nx-image {
  margin-top: 6px;
}
.nx-list .nx-message .nx-rich-image .nx-image {
  margin-top: 0;
}
.nx-list .nx-message .nx-agent-name {
  display: block;
  opacity: 0.8;
  font-size: 11px;
}
.nx-list .nx-message:not(.nx-message-media) > .nx-image {
  margin-bottom: 5px;
}
.nx-list .nx-message:not(:empty) + .nx-message-attachments {
  padding-top: 15px;
}
.nx-list .nx-message:not(:empty) + .nx-message-attachments .nx-player {
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-list .nx-message-attachments a {
  text-decoration: none;
  font-style: normal;
  color: rgb(86, 96, 105);
  position: relative;
  display: block;
  transition: all 0.4s;
  padding-left: 25px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-list .nx-message-attachments a:before {
  content: "e";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  left: 0;
  font-size: 15px;
  opacity: 0.8;
  line-height: 21px;
}
.nx-list .nx-message-attachments a:hover {
  color: #155CFD;
}
.nx-list .nx-message-attachments a + a {
  margin-top: 7px;
}
.nx-list .nx-message-attachments:empty {
  display: none;
}
.nx-list .nx-time {
  opacity: 0.9;
  color: rgb(86, 96, 105);
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 16px;
  bottom: -20px;
  left: 0;
  white-space: nowrap;
  position: absolute;
  display: flex;
}
.nx-list .nx-time > span:first-child {
  display: none;
}
.nx-list .nx-time i {
  padding-left: 5px;
}
.nx-list .nx-message-media {
  margin: -12px;
  background: #fff;
  text-align: right;
}
.nx-list .nx-message-media .nx-image:first-child {
  margin-top: 0;
}
.nx-list [data-id=sending] .nx-message {
  opacity: 0.5;
}
.nx-list [data-id=sending].nx-right .nx-time,
.nx-list [data-id=sending] .nx-time {
  right: 19px;
  flex-direction: row;
}
.nx-list [data-id=sending].nx-right .nx-time > i,
.nx-list [data-id=sending] .nx-time > i {
  position: relative;
}
.nx-list [data-id=sending].nx-right .nx-time > i:after,
.nx-list [data-id=sending] .nx-time > i:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% + 5px);
  bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  animation: nx-typing 1s infinite;
}
.nx-list [data-type=youtube-video] {
  padding: 0;
}
.nx-list [data-type=youtube-video] .nx-rich-message {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.nx-list .nx-reply-message {
  background: rgba(0, 0, 0, 0.06);
  padding: 10px;
  border-radius: 4px;
  margin: -12px -12px 12px -12px;
  border-left: 2px solid rgb(86, 96, 105);
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  opacity: 0.9;
}
.nx-list .nx-reply-message span {
  font-weight: 500;
  display: block;
}
.nx-list .nx-reply-message .nx-message-attachments a {
  margin: 0;
  cursor: default;
  color: rgb(86, 96, 105);
}
.nx-list .nx-right .nx-reply-message {
  border-left-color: #155CFD;
  color: #033bbe;
}

.nx-list > div.nx-label-date,
.nx-label-date-top {
  text-align: center;
  max-width: 100% !important;
  width: auto;
  float: none !important;
  background: none;
  margin: 0 !important;
}
.nx-list > div.nx-label-date span,
.nx-label-date-top span {
  display: inline-block;
  background: #f5f7fa;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin: 15px auto 15px auto;
  font-weight: 400;
  color: rgb(86, 96, 105);
  user-select: none;
}

.nx-list > div.nx-label-date:first-child {
  padding-top: 8px;
}

.nx-label-date-top {
  position: absolute;
  top: 73px;
  left: 0;
  right: 5px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.nx-label-date-top.nx-active {
  opacity: 1;
}
.nx-label-date-top:empty {
  display: none;
}

.nx-label-date + .nx-label-date {
  display: none;
}

/*

# CHAT HTML COMPONENTS
==

*/
.nx-list .nx-form + .nx-btn {
  margin-top: 25px;
}
.nx-list .nx-form + .nx-form {
  margin-top: 15px;
}
.nx-list table {
  border-collapse: collapse;
}
.nx-list table th,
.nx-list table td {
  padding: 5px 7px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.29);
  text-align: left;
  color: #000000;
  font-size: 12px;
  line-height: 23px;
}
.nx-list table th {
  border-bottom: 1px solid rgba(143, 143, 143, 0.6);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.nx-list table tr:last-child td {
  border-bottom: 0;
}
.nx-list .nx-text-list > div {
  padding-bottom: 6px;
}
.nx-list .nx-text-list > div > div:first-child {
  font-weight: 500;
}
.nx-list .nx-text-list > div:last-child {
  padding-bottom: 0;
}
.nx-list .nx-text-list-single > div {
  position: relative;
  padding-left: 15px;
}
.nx-list .nx-text-list-single > div:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(86, 96, 105);
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.nx-list .nx-text-list-single > div[data-inner=true] {
  padding-left: 35px;
}
.nx-list .nx-text-list-single > div[data-inner=true]:before {
  left: 15px;
}
.nx-list .nx-text-list-numeric {
  counter-reset: list-number;
}
.nx-list .nx-text-list-numeric > div {
  padding-left: 20px;
}
.nx-list .nx-text-list-numeric > div:not([data-inner]):before {
  content: counter(list-number) ". ";
  width: auto;
  height: auto;
  background: none;
  top: auto;
  border-radius: 0;
  counter-increment: list-number;
}
.nx-list .nx-image-list > div {
  padding: 5px 0 10px 50px;
  position: relative;
}
.nx-list .nx-image-list > div > .nx-thumb {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  margin: 0;
  background-position: center center;
}
.nx-list .nx-image-list > div .nx-list-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.nx-list .nx-image-list > div .nx-list-title span {
  opacity: 0.7;
}
.nx-list .nx-image-list > div:last-child {
  padding-bottom: 0;
}
.nx-list .nx-image-list + a {
  margin-top: 15px;
}
.nx-list iframe {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #000;
}
.nx-list iframe:not([height]) {
  height: 128px;
  display: block;
}
.nx-list.nx-reply-active {
  margin-bottom: 62px;
}

.nx-player {
  display: flex;
  align-items: center;
  margin: -6.5px -11px;
}
.nx-player > div {
  background: transparent;
  width: 20px;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  transition: all 0.4s;
}
.nx-player > div:hover {
  color: #155CFD;
}
.nx-player > div:active {
  background: rgba(0, 0, 0, 0.08) !important;
}
.nx-player .nx-player-btn {
  width: 38px;
  height: 34px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}
.nx-player .nx-player-btn:before {
  line-height: 34px;
}
.nx-player .nx-player-speed {
  display: flex;
  align-items: center;
}
.nx-player .nx-player-speed .nx-player-speed-number {
  font-weight: 500;
}
.nx-player .nx-player-speed .nx-icon-close {
  font-size: 7px;
  height: 19px;
  line-height: 21px;
  padding-left: 2px;
}
.nx-player .nx-player-speed .nx-icon-close:before {
  line-height: 20px;
}
.nx-player .nx-player-download {
  text-align: center;
}
.nx-player .nx-player-download:before {
  transform: translateY(2px);
  display: inline-block;
}
.nx-player audio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.nx-right .nx-player > div {
  background-color: #E6F2FC;
  color: #033bbe;
}

#nx-audio-clip {
  display: none;
  align-items: center;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 50px;
  left: 0;
  background: rgb(251, 251, 251);
  color: rgb(86, 96, 105);
  z-index: 2;
}
#nx-audio-clip .nx-icon {
  font-size: 15px;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  cursor: pointer;
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}
#nx-audio-clip .nx-icon:before {
  line-height: 55px;
}
#nx-audio-clip .nx-icon-mic {
  font-size: 20px;
  color: rgb(202, 52, 52);
}
#nx-audio-clip .nx-icon-close {
  font-size: 11px;
}
#nx-audio-clip .nx-icon-close:hover {
  color: rgb(202, 52, 52);
}
#nx-audio-clip .nx-btn-mic {
  color: rgb(202, 52, 52);
}
#nx-audio-clip .nx-btn-mic:hover {
  color: #000000;
}
#nx-audio-clip .nx-btn-clip-player {
  display: none;
  width: 11px;
}
#nx-audio-clip .nx-btn-clip-player.nx-active {
  display: block;
  margin-right: -15px;
}
#nx-audio-clip .nx-btn-clip-player:hover {
  color: #155CFD;
}
#nx-audio-clip .nx-audio-clip-time {
  font-size: 15px;
  font-weight: 500;
}
#nx-audio-clip .nx-audio-clip-cnt {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  border-right: 1px solid rgb(212, 212, 212);
  border-left: 1px solid rgb(212, 212, 212);
}
#nx-audio-clip.nx-active {
  display: flex;
}

/*

# EDITOR
==

*/
.nx-editor {
  background: rgb(251, 251, 251);
  padding-bottom: 0;
  padding: 15px;
  position: relative;
  margin: 0;
}
.nx-editor textarea {
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: 25px !important;
  padding: 0px !important;
  outline: none !important;
  text-align: left;
  font-weight: 400;
  resize: none !important;
  border: none !important;
  color: rgb(86, 96, 105) !important;
  background: transparent !important;
  transition: all 0.4s;
  overflow: hidden;
  display: block;
}
.nx-editor .nx-submit {
  color: #155CFD;
  display: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 19px;
  padding-left: 13px;
  height: 19px;
  transition: all 0.4s;
}
.nx-editor .nx-submit:hover {
  color: #033bbe;
}
.nx-editor .nx-bar {
  position: absolute;
  display: flex;
  align-items: center;
  max-height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
}
.nx-editor.nx-active .nx-bar .nx-submit {
  display: block;
}
.nx-editor.nx-active .nx-bar .nx-btn-attachment,
.nx-editor.nx-active .nx-bar .nx-btn-audio-clip {
  display: none;
}
.nx-editor .nx-upload-form-editor {
  display: none;
}
.nx-editor .nx-bar-icons {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.nx-editor .nx-bar-icons > div {
  width: 30px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.nx-editor .nx-bar-icons > div:last-child {
  margin-right: 0;
}
.nx-editor .nx-bar-icons > div:before {
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: rgb(86, 96, 105);
}
.nx-editor .nx-bar-icons > div.nx-btn-attachment:before {
  content: "e";
}
.nx-editor .nx-bar-icons > div.nx-btn-saved-replies:before {
  content: "q";
  font-size: 21px;
}
.nx-editor .nx-bar-icons > div.nx-btn-attachment {
  margin-right: 7px;
}
.nx-editor .nx-bar-icons > div.nx-btn-audio-clip {
  margin-right: 0;
}
.nx-editor .nx-bar-icons > div.nx-btn-emoji:before {
  content: "r";
}
.nx-editor .nx-bar-icons > div.nx-btn-audio-clip:before {
  content: "\e904";
  font-size: 22px;
  left: 3px;
}
.nx-editor .nx-bar-icons > div.nx-btn-open-ai:not(.nx-active) {
  display: none;
}
.nx-editor .nx-bar-icons > div.nx-btn-woocommerce:before {
  content: "R";
  font-size: 22px;
}
.nx-editor .nx-bar-icons > div.nx-btn-open-ai.nx-loading:before {
  left: 15px;
}
.nx-editor .nx-bar-icons > div:hover:before {
  color: #155CFD;
}
.nx-editor .nx-attachments {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nx-editor .nx-attachments > div {
  margin: 5px 5px 5px 0;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  height: 13px;
  font-weight: 500;
  cursor: default;
}
.nx-editor .nx-attachments > div > i {
  position: absolute;
  right: 5px;
  font-size: 8px;
  line-height: 8px;
  width: 8px;
  height: 8px;
  top: 50%;
  margin: -5px 0 0 0;
  color: rgb(202, 52, 52);
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s;
}
.nx-editor .nx-loader {
  height: 25px;
  width: 25px;
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
}
.nx-editor .nx-loader.nx-active {
  display: block;
}
.nx-editor.nx-drag {
  border-color: #155CFD !important;
  background-color: rgb(224, 236, 246) !important;
}
.nx-editor.nx-drag .nx-textarea,
.nx-editor.nx-drag .nx-bar,
.nx-editor.nx-drag .nx-attachments,
.nx-editor.nx-drag .nx-suggestions {
  opacity: 0 !important;
  z-index: -1 !important;
}
.nx-editor.nx-drag:before {
  content: "0";
  font-family: "Nexleon Helpdesk Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  font-size: 13px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  color: #155CFD;
}
.nx-editor [data-reply] {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -60px;
  height: 30px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.3px;
  text-align: left;
  color: rgb(86, 96, 105);
  padding: 15px 30px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #edf2f9;
  border-radius: 4px;
  border-left: 2px solid rgb(86, 96, 105);
}
.nx-editor [data-reply] span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.nx-editor [data-reply] span + .nx-icon-clip {
  margin-left: 0;
}
.nx-editor [data-reply] .nx-icon-close {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
  cursor: pointer;
}
.nx-editor [data-reply] .nx-icon-close:hover {
  color: rgb(202, 52, 52);
}
.nx-editor [data-reply] .nx-icon-clip {
  transform: translateY(2px);
  opacity: 0.8;
  display: inline-block;
  margin: 0 5px;
}
.nx-editor [data-reply] img {
  height: 15px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 3px;
}
.nx-editor [data-reply].nx-reply-color {
  border-left-color: #155CFD;
}

/*

# ARTICLES 
==

*/
.nx-article h1,
.nx-article h2,
.nx-article h3 {
  font-weight: 500;
}
.nx-article .nx-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
  word-wrap: break-word;
}
.nx-article .nx-title .nx-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.nx-article .nx-title .nx-icon-close:hover {
  color: rgb(202, 52, 52);
}
.nx-article .nx-content {
  font-size: 13px;
  line-height: 25px;
  color: rgb(86, 96, 105);
  letter-spacing: 0.3px;
  white-space: break-spaces;
}
.nx-article .nx-content > img,
.nx-article .nx-content .nx-image {
  max-width: 100%;
  margin: 15px 0;
  display: block;
  border-radius: 3px;
}
.nx-article .nx-content h1,
.nx-article .nx-content h2,
.nx-article .nx-content h3,
.nx-article .nx-content h4,
.nx-article .nx-content h5,
.nx-article .nx-content h6 {
  letter-spacing: 0.3px;
  margin: 0;
  transition: all 0.4s;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
}
.nx-article .nx-content h3 {
  font-size: 16px;
  line-height: 21px;
}
.nx-article .nx-content h4,
.nx-article .nx-content h5,
.nx-article .nx-content h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.nx-article .nx-content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(86, 96, 105);
  margin: 5px 0;
  letter-spacing: 0.3px;
}
.nx-article .nx-content p:empty {
  display: none;
}
.nx-article .nx-content b {
  font-weight: 500;
}
.nx-article .nx-content code {
  background: #edf2f9;
  border: 1px solid rgb(212, 212, 212);
  display: block;
  border-radius: 4px;
  padding: 10px;
  white-space: pre;
  overflow-x: scroll;
}
.nx-article .nx-content > *:first-child {
  margin-top: 0;
}
.nx-article .nx-btn-text {
  margin-top: 25px;
  text-decoration: none;
}
.nx-article ul {
  padding-left: 15px;
}
.nx-article ul li {
  list-style: disc;
}
.nx-article ul.nx-ul-ordered, .nx-article ul.nx-ul-unordered {
  padding-left: 15px;
}
.nx-article ul.nx-ul-ordered li {
  list-style: decimal;
}
.nx-article ul.nx-ul-unordered li {
  list-style: disc;
}
.nx-article a,
.nx-article ul a {
  color: #000000;
  text-decoration: underline;
}
.nx-article .nx-rating,
.nx-article .nx-btn-text + .nx-article-category-links {
  display: flex;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  height: 20px;
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-article .nx-rating {
  color: #000000;
}
.nx-article[data-user-rating="1"] [data-rating=positive] {
  color: rgb(26, 146, 96);
  cursor: default;
}
.nx-article[data-user-rating="1"] [data-rating=negative] {
  display: none;
}
.nx-article[data-user-rating="-1"] [data-rating=positive] {
  display: none;
}
.nx-article[data-user-rating="-1"] [data-rating=negative] {
  color: rgb(202, 52, 52);
  cursor: default;
}

.nx-chat .nx-article > .nx-title:first-child {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.nx-chat .nx-article h2 {
  font-size: 17px;
}
.nx-chat .nx-article h3,
.nx-chat .nx-article h4,
.nx-chat .nx-article h5,
.nx-chat .nx-article h6 {
  font-size: 15px;
}

.nx-panel-articles {
  animation: nx-fade-animation 0.5s;
}

.nx-panel-articles .nx-title .nx-icon-close {
  display: none;
}

.nx-article-category-links {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 15px 0 15px 0;
  height: auto !important;
}
.nx-article-category-links > span {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 13px;
  margin-right: 20px;
  letter-spacing: 0.3px;
  transition: all 0.4s;
}
.nx-article-category-links > span + span:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 1px;
  background: #155CFD;
}

.bxc-raw-html > img {
  max-width: 100%;
}

/*

# LOADING
==

*/
@keyframes nx-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nx-loading {
  position: relative;
  text-indent: -999995px;
  overflow: hidden;
}
.nx-loading i {
  display: none;
}
.nx-loading div,
.nx-loading ul,
.nx-loading h1,
.nx-loading h2,
.nx-loading h3,
.nx-loading h4,
.nx-loading p,
.nx-loading span,
.nx-loading table,
.nx-loading a,
.nx-loading hr {
  opacity: 0;
}

.nx-loading:before,
.nx-loader:before {
  content: "v";
  font-family: "Nexleon Helpdesk Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  animation: nx-loading 0.6s linear infinite;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 21px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 1;
  color: #155CFD;
}

.nx-btn.nx-loading:hover:before {
  color: #fff;
}

/*

# BUTTONS
==

*/
.nx_btn_new {
  font-weight: 500 !important;
  padding: 0 8px !important;
}
.nx_btn_new > i {
  position: unset !important;
}

.nx-btn,
a.nx-btn {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background-color: #155CFD;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
}
.nx-btn.nx-icon,
a.nx-btn.nx-icon {
  padding-left: 50px;
}
.nx-btn.nx-icon > i,
a.nx-btn.nx-icon > i {
  position: absolute;
  left: 25px;
  line-height: 36px;
}
.nx-btn.nx-icon > i:before,
a.nx-btn.nx-icon > i:before {
  line-height: 36px;
}
.nx-btn:hover, .nx-btn:active,
a.nx-btn:hover,
a.nx-btn:active {
  background-color: #033bbe;
  color: #fff;
}
.nx-btn:before,
a.nx-btn:before {
  color: #fff;
}
.nx-btn:not(.nx-hide) + a,
a.nx-btn:not(.nx-hide) + a {
  margin-left: 15px;
}
.nx-btn.nx-rich-btn,
a.nx-btn.nx-rich-btn {
  color: #fff !important;
  line-height: 35px !important;
}
.nx-btn.nx-icon-check:not(.nx-loading):before,
a.nx-btn.nx-icon-check:not(.nx-loading):before {
  margin-right: 15px;
  transform: translateY(2px);
  display: inline-block;
}

.nx-btn.nx-btn-black {
  background-color: #000000;
}
.nx-btn.nx-btn-black:hover {
  background-color: rgb(86, 96, 105);
}

.nx-btn.nx-btn-red {
  background-color: rgb(202, 52, 52);
}

.nx-btn-icon {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
  overflow: hidden;
  color: #000000;
}
.nx-btn-icon i {
  line-height: 40px;
  font-size: 18px;
  width: 33px;
}
.nx-btn-icon i:before {
  font-size: 18px;
  line-height: 35px;
}
.nx-btn-icon i.nx-icon-file:before {
  font-size: 19px;
  display: block;
  transform: translateY(1px);
}
.nx-btn-icon:before {
  font-size: 23px;
  line-height: 35px;
}
.nx-btn-icon:hover {
  opacity: 1;
  border-color: #155CFD;
  color: #155CFD;
  background-color: rgba(243, 245, 249, 0.5019607843);
}
.nx-btn-icon.nx-btn-red:hover {
  border-color: rgb(202, 52, 52);
  color: rgb(202, 52, 52);
  background-color: rgba(202, 52, 52, 0.1);
}
.nx-btn-icon.nx-btn-red:hover i {
  color: rgb(202, 52, 52) !important;
}
.nx-btn-icon.nx-loading {
  background: none !important;
  border: none !important;
  cursor: default !important;
  transition: none !important;
}
.nx-btn-icon.nx-loading:before {
  line-height: 30px;
}

.nx-btn-text {
  color: rgb(86, 96, 105);
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.nx-btn-text i {
  margin-right: 15px;
  margin-left: 1px;
  transform: translateY(2px);
  display: inline-block;
}
.nx-btn-text:hover {
  color: #155CFD;
}
.nx-btn-text.nx-btn-red:hover {
  color: rgb(202, 52, 52);
}

/*

# INPUT
==

*/
.nx-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nx-input > span {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgb(86, 96, 105);
}
.nx-input > input,
.nx-input > select,
.nx-input > textarea {
  position: static;
  border-radius: 4px !important;
  color: #000000;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  border: 1px solid #ddd !important;
  background-color: #fff;
  outline: none;
  height: 42px;
  min-height: 42px;
  padding: 0 10px;
  transition: all 0.4s;
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  box-shadow: none;
}
.nx-input > input:focus, .nx-input > input.nx-focus,
.nx-input > select:focus,
.nx-input > select.nx-focus,
.nx-input > textarea:focus,
.nx-input > textarea.nx-focus {
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background: #fff;
  color: #000000;
  outline: none !important;
}
.nx-input > input.nx-error,
.nx-input > select.nx-error,
.nx-input > textarea.nx-error {
  border: 1px solid rgb(202, 52, 52);
}
.nx-input > select {
  min-height: 37px;
}
.nx-input > textarea {
  line-height: 20px;
  min-height: 75px;
  padding: 8px 10px;
}
.nx-input > input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}
.nx-input > input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  min-height: 20px;
  outline: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px !important;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  position: relative;
}
.nx-input > input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Nexleon Helpdesk Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 18px;
  font-size: 10px;
  color: #155CFD;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.nx-input > div {
  padding-right: 30px;
  max-width: 800px;
}
.nx-input > div span {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  display: block;
}
.nx-input > div p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(86, 96, 105);
}
.nx-input > input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.nx-input + .nx-input {
  margin-top: 10px;
}
.nx-input.nx-input-btn input:first-child {
  line-height: 40px;
}
.nx-input.nx-input-btn > div {
  background-color: #155CFD;
  color: #fff;
  height: 42px;
  line-height: 47px;
  margin-left: -3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  padding: 0;
  width: 50px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s;
}
.nx-input.nx-input-btn > div:hover {
  background-color: #033bbe;
}
.nx-input.nx-input-btn > div.nx-loading:before {
  color: #fff;
}
.nx-input.nx-input-btn > div:not(.nx-loading):before {
  line-height: 42px;
}
.nx-input.nx-loading select {
  color: rgb(248, 248, 249);
}

.remember-me.nx-error {
  margin-top: 10px;
}
.remember-me.nx-error .checkbox {
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.7);
  margin-top: 0 !important;
}

.nx-input-image .image {
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  height: 100px;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.nx-input-image .image:before {
  content: "p";
  font-family: "Nexleon Helpdesk Icons" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 9px;
  color: rgb(86, 96, 105);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  text-align: center;
  transform: rotate(45deg);
}
.nx-input-image .image:hover {
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background-color: #fff;
}
.nx-input-image .image:hover:before {
  color: #155CFD;
}
.nx-input-image .image > .nx-icon-close {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  height: 21px;
  width: 21px;
  font-size: 7px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  background: rgb(86, 96, 105);
  color: #fff;
  border-radius: 50%;
  display: none;
}
.nx-input-image .image[data-value]:before {
  display: none;
}
.nx-input-image .image[data-value] > .nx-icon-close {
  display: block;
}
.nx-input-image .image[data-value] > .nx-icon-close:hover {
  background-color: rgb(202, 52, 52);
}
.nx-input-image.nx-profile-image {
  justify-content: flex-start;
}
.nx-input-image.nx-profile-image span {
  flex-grow: 0;
}
.nx-input-image.nx-profile-image .image {
  width: 65px;
  height: 65px;
  padding: 0;
  background-position: top;
}
.nx-input-image.nx-profile-image .image .nx-icon-close {
  right: -5px;
  top: -5px;
}
.nx-input-image.nx-profile-image .image .nx-icon-close:before {
  line-height: 21px;
}

.nx-input-select-input > div {
  position: absolute;
  background: none;
  left: 6px;
  top: 13px;
  opacity: 0;
  padding: 0;
  color: #000000;
  font-size: 13px;
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
}
.nx-input-select-input select {
  background: none !important;
  border: none !important;
  max-width: 50px;
  margin: 0 !important;
  transform: none !important;
  height: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
  visibility: visible !important;
}
.nx-input-select-input input {
  padding: 5px 0 0 60px;
}
.nx-input-select-input input[disabled] {
  padding: 0 5px !important;
  border: none;
  background: none;
  box-shadow: none;
  width: 35px;
}
.nx-input-select-input [type=number]::-webkit-outer-spin-button,
.nx-input-select-input [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.nx-input-select-input .nx-active + div {
  opacity: 1;
}

.nx-select-phone {
  z-index: 9;
}
.nx-select-phone li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nx-select-phone img {
  border-radius: 2px;
  height: 15px;
  width: 23px;
  margin: 0 10px 0 0;
}
.nx-select-phone > div > p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nx-select-phone .nx-select {
  top: -12px;
  z-index: 8;
}
.nx-select-phone.nx-single-prefix + input {
  padding-left: 50px;
}

.nx-input-select-input > div.nx-select-phone + input {
  padding: 5px 0 0 90px !important;
}
.nx-input-select-input > div.nx-select-phone .nx-select-search input {
  padding: 0 10px;
}
.nx-input-select-input > div.nx-select-phone ul {
  width: 110px;
  max-height: 150px;
  min-height: 0 !important;
  background: #fff !important;
  margin-left: -10px;
}

.nx-select-search {
  position: absolute;
  border-radius: 4px;
  display: none;
  z-index: 9;
}
.nx-select-search input {
  padding: 0 10px;
  min-height: 28px;
  height: 28px;
  border: none;
  margin: 0 -10px !important;
  width: 85px;
  display: block;
  background: #fff;
  color: #000000;
  font-size: 13px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nx-select-search + .nx-scroll-area {
  padding-top: 28px !important;
}
.nx-select-search.nx-active {
  display: block;
}

/*

# LIGHTBOX
==

*/
.nx-lightbox-media {
  position: static;
  box-shadow: none !important;
  background: none !important;
  animation: none;
}
.nx-lightbox-media > div > img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: auto;
  border-radius: 6px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  animation: nx-fade-animation 0.5s;
  z-index: 9999999995;
}
.nx-lightbox-media i {
  position: fixed;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 9999999995;
}
.nx-lightbox-media i:hover {
  color: rgb(202, 52, 52);
}
.nx-lightbox-media:not(.nx-active) {
  display: none;
}
.nx-lightbox-media.nx-active + .nx-lightbox-overlay {
  display: block;
}

.nx-lightbox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999995;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  animation: nx-fade-animation 0.3s;
}

/*

# OVERLAY PANEL
==

*/
.nx-overlay-panel > div:first-child {
  display: none;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  height: 35px;
}
.nx-overlay-panel > div:first-child .nx-btn-icon {
  margin-right: -10px;
}
.nx-overlay-panel > div:first-child .nx-btn-icon:before {
  font-size: 12px;
}
.nx-overlay-panel > div:last-child {
  height: calc(100% - 45px);
}
.nx-overlay-panel {
  position: absolute;
  height: 0;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: height 0.5s;
}
.nx-overlay-panel iframe {
  opacity: 0;
}
.nx-overlay-panel.nx-active {
  height: 100%;
  z-index: 11;
}
.nx-overlay-panel.nx-active > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nx-overlay-panel.nx-active iframe {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}

/*

# IMAGE LIGHTBOX
==

*/
.nx-image {
  background: #000;
  border-radius: 4px;
  max-width: 250px;
}
.nx-image > img {
  max-width: 100%;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  transition: all 0.4s;
}
.nx-image > img:hover {
  opacity: 0.8;
}
.nx-image.nx-image-png {
  background: none;
}
.nx-image.nx-image-sticker {
  background: none;
  max-width: 150px !important;
}

/*

# UPLOAD INPUT
==

*/
.nx-upload-form-admin {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}

/*

# SEARCH BUTTON
==

*/
.nx-search-btn,
.nx-filter-btn {
  position: relative;
  width: 48px;
  height: 40px;
}
.nx-search-btn > i,
.nx-filter-btn > i {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 19px;
  line-height: 14px;
  top: 10px;
  right: 0;
  cursor: pointer;
  transition: color 0.4s;
  z-index: 3;
}
.nx-search-btn i:hover, .nx-search-btn.nx-active i,
.nx-filter-btn i:hover,
.nx-filter-btn.nx-active i {
  color: #155CFD;
}

.nx-search-btn > input {
  position: absolute !important;
  right: 0;
  height: auto;
  font-size: 15px;
  line-height: 39px;
  min-width: 295px;
  padding: 0 50px 0 15px !important;
  display: none;
  background-color: #fff !important;
  border-radius: 5px;
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  z-index: 2;
}
.nx-search-btn > input:focus {
  outline: none;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
  border-color: #155CFD;
}
.nx-search-btn.nx-active input {
  display: block;
}
.nx-search-btn.nx-active i {
  right: 15px;
}

/*

# POPUP
==

*/
.nx-popup {
  width: 340px;
  height: 360px;
  position: fixed;
  transform: translateX(-50%);
  bottom: 0;
  left: 0;
  display: none;
}
.nx-popup:after {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 1px;
}
.nx-popup.nx-active {
  display: block;
}
.nx-popup .nx-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  line-height: 35px;
  height: 35px;
}
.nx-popup .nx-header .nx-search-btn > input {
  min-width: 243px;
}
.nx-popup .nx-header .nx-title {
  font-weight: 500;
}
.nx-popup .nx-header .nx-search-btn {
  height: 40px;
}
.nx-popup .nx-header .nx-search-btn > i {
  top: 7px;
}
.nx-popup .nx-header .nx-search-btn.nx-active {
  margin-top: -5px;
}
.nx-popup .nx-header .nx-search-btn.nx-active > i {
  top: 11px;
}

.nx-popup-active .nx-tooltip {
  visibility: hidden;
}

/*

# EMOJI
==

*/
.nx-popup.nx-emoji {
  bottom: 71px;
  left: 28px;
  height: 285px;
}
.nx-popup.nx-emoji .nx-emoji-list {
  height: calc(100% - 80px);
  padding-right: 15px;
  margin: 0 0 15px 15px;
}
.nx-popup.nx-emoji .nx-emoji-list > ul {
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}
.nx-popup.nx-emoji .nx-emoji-list > ul > li {
  overflow: hidden;
  min-width: 0;
  text-align: center;
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}
.nx-popup.nx-emoji .nx-emoji-list > ul > li:hover {
  transform: scale(1.2);
}
.nx-popup.nx-emoji .nx-emoji-list > ul > li.nx-emoji-title {
  grid-column: 1/9;
  text-align: left;
}
.nx-popup.nx-emoji .nx-emoji-bar {
  position: absolute;
  top: 65px;
  bottom: 15px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.nx-popup.nx-emoji .nx-emoji-bar > div {
  width: 4px;
  height: 100%;
  background: rgb(236, 236, 236);
  margin: 0;
  cursor: pointer;
}
.nx-popup.nx-emoji .nx-emoji-bar > div.nx-active, .nx-popup.nx-emoji .nx-emoji-bar > div:hover {
  background: #155CFD;
  border-radius: 5px;
}
.nx-popup.nx-emoji img + img {
  display: none !important;
}

/*

# SELECT AND MENU
==

*/
.nx-select {
  position: relative;
  color: #000000;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.nx-select p {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 13px !important;
  line-height: 35px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  transition: all 0.4s;
}
.nx-select p span {
  font-weight: 400;
  opacity: 0.7;
}
.nx-select p:after {
  content: "a";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
.nx-select p.nx-error {
  color: rgb(202, 52, 52);
}
.nx-select ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
}
.nx-select.nx-loading {
  overflow: visible;
}
.nx-select:not(.nx-hide) + .nx-select {
  margin-left: 15px;
}
.nx-select:not(.nx-disabled) p:hover {
  color: #155CFD;
}
.nx-select.nx-disabled > p {
  cursor: default !important;
}
.nx-select.nx-disabled > p:after,
.nx-select.nx-disabled > ul {
  display: none !important;
}

div ul.nx-menu,
.nx-select ul {
  position: absolute;
  margin: 0;
  z-index: 10;
  right: 12px;
  top: 50px;
}
div ul.nx-menu.nx-active,
.nx-select ul.nx-active {
  display: block;
  margin-bottom: 15px;
}
div ul.nx-menu.nx-scroll-area,
.nx-select ul.nx-scroll-area {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}
div ul.nx-menu .li,
.nx-select ul .li {
  display: block;
  width: calc(100% - 37px);
}
div ul.nx-menu li,
div ul.nx-menu .li,
.nx-select ul li,
.nx-select ul .li {
  cursor: pointer;
  padding: 6px 25px 6px 12px;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 20px;
  white-space: nowrap;
  list-style: none;
  user-select: none;
  transition: all 0.1s;
  text-decoration: none;
  color: rgb(36, 39, 42);
}
div ul.nx-menu li.nx-active,
div ul.nx-menu .li.nx-active,
.nx-select ul li.nx-active,
.nx-select ul .li.nx-active {
  color: #155CFD;
}
div ul.nx-menu li:hover,
div ul.nx-menu .li:hover,
.nx-select ul li:hover,
.nx-select ul .li:hover {
  background-color: #155CFD;
  color: #fff;
}

/*

# RICH MESSAGES
==

*/
.nx-rich-message {
  letter-spacing: 0.3px;
}
.nx-rich-message .nx-top,
.nx-rich-message .nx-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.nx-rich-message .nx-text {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
}
.nx-rich-message .nx-text + div {
  margin-top: 20px;
}
.nx-rich-message .nx-content:empty {
  display: none;
}
.nx-rich-message img {
  max-width: 100%;
}
.nx-rich-message .nx-input {
  position: relative;
  box-sizing: content-box;
}
.nx-rich-message .nx-input > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  font-size: 13px;
  line-height: 44px;
  font-weight: 400;
  width: 100%;
  cursor: text;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 8;
  transition: top 0.2s;
}
.nx-rich-message .nx-input > span.nx-active {
  font-size: 12px;
  line-height: 10px;
  height: 10px;
  top: -3px;
  left: 5px;
  right: auto;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 40%, rgb(255, 255, 255) 100%) !important;
  color: #155CFD;
  width: auto;
  min-width: 0;
  padding: 0 5px;
}
.nx-rich-message .nx-input > span.nx-filled {
  color: rgb(143, 143, 143);
}
.nx-rich-message .nx-input > span + input, .nx-rich-message .nx-input > span + select {
  padding-top: 5px;
}
.nx-rich-message .nx-input > input,
.nx-rich-message .nx-input select,
.nx-rich-message .nx-input textarea {
  background: #fff;
}
.nx-rich-message .nx-input[data-type=select] select {
  padding-left: 6px;
}
.nx-rich-message .nx-input[data-type=select] > span {
  cursor: default;
}
.nx-rich-message .nx-input[data-type=select] > span:not(.nx-filled):not(.nx-active) + select {
  background: none;
  z-index: 2;
}
.nx-rich-message .nx-input iframe {
  max-width: 100%;
  border-radius: 4px;
}
.nx-rich-message .nx-input-image {
  background: #fff;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}
.nx-rich-message .nx-input-image > span,
.nx-rich-message .nx-input-image > span.nx-active {
  position: relative;
  min-width: 50px;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 42px;
  background: none !important;
  height: auto;
  padding: 0 10px;
  color: rgb(86, 96, 105);
  width: calc(100% - 20px);
}
.nx-rich-message .nx-input-image > .image {
  background-color: #fff;
  min-width: 65px;
  border: 1px solid #fff;
}
.nx-rich-message .nx-input-btn > span {
  width: calc(100% - 42px);
}
.nx-rich-message .nx-info {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: rgb(202, 52, 52);
}
.nx-rich-message .nx-info:empty {
  display: none;
}
.nx-rich-message .nx-buttons .nx-btn {
  margin-bottom: 10px;
}
.nx-rich-message .nx-buttons .nx-btn:last-child {
  margin-bottom: 0;
}
.nx-rich-message.nx-success .nx-top {
  display: none;
}
.nx-rich-message .nx-link-area {
  font-size: 12px;
  line-height: 20px;
  color: rgb(128, 128, 128);
  padding: 15px 0;
}
.nx-rich-message .nx-link-area a {
  color: rgb(128, 128, 128);
  text-decoration: underline;
}
.nx-rich-message .nx-form + .nx-buttons {
  margin-top: 15px;
}
.nx-rich-message .nx-card .nx-card-img,
.nx-rich-message .nx-slider .nx-card-img {
  height: 175px;
  background-size: cover;
  background-position: center center;
  margin: -12px -12px 20px -12px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: block;
}
.nx-rich-message .nx-card .nx-card-header,
.nx-rich-message .nx-slider .nx-card-header {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.nx-rich-message .nx-card .nx-card-extra,
.nx-rich-message .nx-slider .nx-card-extra {
  display: inline-block;
  background: rgba(0, 0, 0, 0.59);
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 13px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-top: 15px;
}
.nx-rich-message .nx-card .nx-card-img + div + .nx-card-extra,
.nx-rich-message .nx-slider .nx-card-img + div + .nx-card-extra {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.nx-rich-message .nx-card .nx-card-description,
.nx-rich-message .nx-slider .nx-card-description {
  margin-top: 15px;
}
.nx-rich-message .nx-card .nx-card-btn,
.nx-rich-message .nx-slider .nx-card-btn {
  color: #155CFD;
  display: block;
  text-decoration: none;
  margin: 20px -15px 0 -15px;
  padding: 0 15px 7px 15px;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  background: none;
}
.nx-rich-message .nx-card .nx-card-btn:hover,
.nx-rich-message .nx-slider .nx-card-btn:hover {
  color: #033bbe;
  background: none !important;
}
.nx-rich-message .nx-card .nx-card-btn.nx-loading:before,
.nx-rich-message .nx-slider .nx-card-btn.nx-loading:before {
  margin-top: -9px;
}
.nx-rich-message .nx-card .nx-card-btn[class*=nx-icon-]:before,
.nx-rich-message .nx-slider .nx-card-btn[class*=nx-icon-]:before {
  top: 19px;
  right: 15px;
  position: absolute;
}
.nx-rich-message .nx-slider {
  margin: -13px -12px 0 -12px;
  overflow: hidden;
}
.nx-rich-message .nx-slider > div {
  display: flex;
}
.nx-rich-message .nx-slider > div > div {
  position: relative;
  min-width: 100%;
  transition: margin-left 1s;
}
.nx-rich-message .nx-slider .nx-card-img {
  margin: 0 0 20px 0;
}
.nx-rich-message .nx-slider .nx-card-header,
.nx-rich-message .nx-slider .nx-card-description {
  margin-left: 15px;
  margin-right: 15px;
}
.nx-rich-message .nx-slider .nx-card-description {
  height: 63px;
  overflow: hidden;
}
.nx-rich-message .nx-slider .nx-card-description:empty {
  display: none;
}
.nx-rich-message .nx-slider .nx-card-btn {
  margin: 20px 0 -3px 0;
}
.nx-rich-message .nx-slider-images {
  margin: -12px;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
}
.nx-rich-message .nx-slider-images .nx-card-img {
  margin: 0;
  transition: all 0.4s;
}
.nx-rich-message .nx-slider-images .nx-card-img:hover {
  opacity: 0.8;
}
.nx-rich-message[data-type=slider-images] .nx-slider-arrow {
  top: calc(50% - 15px);
}
.nx-rich-message .nx-slider-arrow {
  position: absolute;
  top: 160px;
  left: -10px;
  margin: 0;
  background: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 11px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.4s;
  display: none;
}
.nx-rich-message .nx-slider-arrow:hover {
  color: #155CFD;
}
.nx-rich-message .nx-slider-arrow.nx-active {
  display: block;
}
.nx-rich-message .nx-slider-arrow:before {
  line-height: 30px;
}
.nx-rich-message .nx-slider-arrow.nx-icon-arrow-right {
  left: auto;
  right: -10px;
}
.nx-rich-message .nx-btn {
  width: auto;
  display: block;
  border-radius: 4px;
}
.nx-rich-message[disabled] .nx-buttons .nx-btn {
  background: none;
  border: 1px solid rgb(212, 212, 212);
  color: #000000 !important;
  font-weight: 400;
  cursor: default;
}
.nx-rich-message[disabled] .nx-input-text {
  border: 1px solid rgb(212, 212, 212) !important;
  border-radius: 4px;
}
.nx-rich-message[disabled] .nx-input-text span {
  color: #000000;
  position: static;
  height: auto;
  padding: 0 10px;
  background: none !important;
  font-size: 13px;
  line-height: 44px;
}
.nx-rich-message[disabled] .nx-input-text input {
  display: none;
}
.nx-rich-message[disabled] .nx-select p {
  display: none;
}
.nx-rich-message[disabled] .nx-select ul {
  display: block;
  box-shadow: none;
  padding: 0 !important;
  margin: 0;
  background: none;
  border: 1px solid rgb(212, 212, 212) !important;
  border-radius: 4px;
  position: static;
}
.nx-rich-message[disabled] .nx-select li {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  background: none !important;
  color: #000000 !important;
}
.nx-rich-message[disabled].nx-rich-inputs .nx-submit {
  display: none;
}
.nx-rich-message[disabled][data-type=chips] .nx-content {
  display: none;
}
.nx-rich-message.nx-rich-card {
  padding: 0;
}

#ticket-comments #comments-section::-webkit-scrollbar {
  background: none;
  width: 6px;
}
#ticket-comments #comments-section::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 40px;
}

.nx-list .nx-rich-registration .nx-buttons,
.nx-list .nx-rich-login .nx-buttons {
  text-align: center;
}

.nx-rich-success {
  display: block;
}
.nx-rich-success + .nx-rich-success {
  padding-top: 10px;
}
.nx-rich-success > span + div {
  padding-top: 12px;
}

.nx-rich-loading {
  width: 30px;
  height: 30px;
}

.nx-list .nx-rich-select p {
  height: 35px;
  line-height: 35px;
  min-width: 100px;
  border-radius: 4px;
  border: 1px solid rgb(207, 207, 207);
  background: #fff;
  padding: 0 25px 0 15px;
}
.nx-list .nx-rich-select p:after {
  right: 8px;
}
.nx-list .nx-rich-select p:hover {
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.nx-list .nx-rich-select ul {
  margin-bottom: 25px;
  min-width: 140px;
}
.nx-list .nx-rich-table {
  overflow: hidden;
}
.nx-list .nx-rich-table .nx-content {
  overflow-x: scroll;
}

.nx-timetable > div > div:first-child {
  font-weight: 500;
}
.nx-timetable > div > div[data-time] {
  display: block;
}
.nx-timetable > div > div:last-child span {
  padding: 0 5px;
}
.nx-timetable > div {
  margin-bottom: 10px;
}
.nx-timetable > span {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 13px;
  font-size: 11px;
  margin-top: 20px;
  display: block;
}
.nx-timetable > span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
}

[data-id=rating] .nx-input-textarea {
  margin: 0 15px 15px 15px;
}

.nx-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-rating > span {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.nx-rating > div {
  display: flex;
  padding-left: 10px;
}
.nx-rating .nx-input-textarea {
  display: none;
}
.nx-rating .nx-input-textarea + div {
  padding: 0;
}
.nx-rating i {
  position: relative;
  overflow: visible;
  margin: 0 10px;
  font-size: 15px;
  line-height: 14px;
}
.nx-rating i span {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  font-style: normal;
  background: #000000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 7px 10px;
  top: -40px;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -20px);
}
.nx-rating i:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.nx-rating i.nx-loading span {
  display: none;
}
.nx-rating .nx-loading {
  width: 20px;
  height: 20px;
}
.nx-rating [data-rating] i {
  margin-left: 0;
}
.nx-rating div.nx-submit + .nx-submit {
  margin-left: 15px;
}
.nx-rating [data-rating=positive] {
  cursor: pointer;
}
.nx-rating [data-rating=positive] span {
  background-color: rgb(26, 146, 96);
}
.nx-rating [data-rating=positive]:hover {
  color: rgb(26, 146, 96);
}
.nx-rating [data-rating=negative] {
  cursor: pointer;
}
.nx-rating [data-rating=negative] span {
  background-color: rgb(202, 52, 52);
}
.nx-rating [data-rating=negative]:hover {
  color: rgb(202, 52, 52);
}

.nx-rating-message > div:first-child {
  color: rgb(202, 52, 52);
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.nx-rating-message > div:first-child i {
  font-size: 15px;
  margin-right: 10px;
  transform: translateY(3px);
  display: inline-block;
}
.nx-rating-message > div:first-child + div {
  margin-top: 10px;
}
.nx-rating-message.nx-rating-positive > div:first-child {
  color: rgb(26, 146, 96);
}

.nx-articles {
  text-align: left;
}
.nx-articles > div {
  letter-spacing: 0.3px;
  cursor: pointer;
}
.nx-articles > div > div {
  line-height: 25px;
  max-height: 50px;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.4s;
}
.nx-articles > div > span {
  font-weight: 400;
  padding-top: 5px;
  display: block;
  height: 17px;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: rgb(86, 96, 105);
}
.nx-articles > div > span:empty {
  display: none;
}
.nx-articles > div:hover > div {
  color: #155CFD;
}
.nx-articles > div + div {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgb(213, 213, 213);
}
.nx-articles > div + .nx-title {
  border-top: none;
}
.nx-articles > div.nx-title {
  font-weight: 500;
  font-size: 17px;
  color: #155CFD;
  cursor: default;
}
.nx-articles > div.nx-title + div {
  border-top: none;
  padding-top: 0;
}
.nx-articles > p {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgb(86, 96, 105);
}

.nx-rich-articles .nx-articles {
  margin: 25px 0;
}

.nx-rich-cnt[data-type=chips] {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  padding: 0;
}
.nx-rich-cnt[data-type=chips] .nx-top {
  margin-bottom: 6px;
}
.nx-rich-cnt[data-type=chips] .nx-text {
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 13px 15px;
}
.nx-rich-cnt[data-type=chips] .nx-content {
  margin-top: 11px;
}
.nx-rich-cnt[data-type=chips] .nx-buttons {
  margin-bottom: -8px;
  display: flex;
  flex-wrap: wrap;
}
.nx-rich-cnt[data-type=chips] .nx-buttons .nx-btn {
  overflow: hidden;
  margin: 0 10px 10px 0;
}
.nx-rich-cnt[data-type=chips] .nx-time {
  margin-top: 5px !important;
}
.nx-rich-cnt[data-type=video] {
  padding: 0;
}
.nx-rich-cnt[data-type=video] .nx-rich-message {
  padding: 0;
  border-radius: 4px;
}
.nx-rich-cnt[data-type=video] .nx-text {
  background: none;
  margin: 10px 10px -10px 10px;
}
.nx-rich-cnt[data-type=video] iframe {
  display: block;
  border-radius: 4px;
}
.nx-rich-cnt[data-type=video] .nx-time {
  margin-top: 10px !important;
}

.nx-rich-chips .nx-btn,
.nx-rich-buttons .nx-btn {
  height: auto;
  line-height: 19px;
  padding: 8px 15px;
}

.nx-social-buttons {
  margin: -5px;
}
.nx-social-buttons div {
  top: 0;
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  height: 26px;
  width: 60px;
  min-width: 60px;
  margin: 5px;
  text-align: center;
  display: inline-block;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
.nx-social-buttons div:hover {
  opacity: 0.8;
  top: -4px;
}
.nx-social-buttons .nx-icon-social-fb {
  background: #4267B2;
}
.nx-social-buttons .nx-icon-social-tw {
  background: #55ACEE;
}
.nx-social-buttons .nx-icon-social-li {
  background: #0077B5;
}
.nx-social-buttons .nx-icon-social-pi {
  background: #CB2027;
}
.nx-social-buttons .nx-icon-social-wa {
  background: #25D366;
}

/*

# MISCELLANEOUS
==

*/
.nx-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.nx-grid > div {
  margin: 0 !important;
}

.nx-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@font-face {
  font-family: "Manrope";
  src: url("../media/fonts/bold.woff2") format("woff2"), url("../media/fonts/bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterItalic";
  src: url("../media/fonts/Inter18pt-Italic.woff2") format("woff2"), url("../media/fonts/Inter18pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterExtraBold";
  src: url("../media/fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../media/fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterExtraLight";
  src: url("../media/fonts/Inter18pt-ExtraLight.woff2") format("woff2"), url("../media/fonts/Inter18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterMedium";
  src: url("../media/fonts/Inter18pt-Medium.woff2") format("woff2"), url("../media/fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterLight";
  src: url("../media/fonts/Inter18pt-Light.woff2") format("woff2"), url("../media/fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterBlack";
  src: url("../media/fonts/Inter18pt-Black.woff2") format("woff2"), url("../media/fonts/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterMediumItalic";
  src: url("../media/fonts/Inter18pt-MediumItalic.woff2") format("woff2"), url("../media/fonts/Inter18pt-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterBlackItalic";
  src: url("../media/fonts/Inter18pt-BlackItalic.woff2") format("woff2"), url("../media/fonts/Inter18pt-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterBold";
  src: url("../media/fonts/Inter18pt-Bold.woff2") format("woff2"), url("../media/fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterRegular";
  src: url("../media/fonts/Inter18pt-Regular.woff2") format("woff2"), url("../media/fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterSemiBold";
  src: url("../media/fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../media/fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes nx-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes nx-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
@keyframes nx-fade-in-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nx-fade-out {
  opacity: 0;
  animation: nx-fade-out 0.5s;
}

/* 
 *
 * -----------------------------------------------------------
 * GLOBAL
 * -----------------------------------------------------------
 *
*/
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: rgb(245, 247, 250);
}

.nx-admin,
.nx-admin input,
.nx-admin textarea,
.nx-admin select,
.nx-title,
.daterangepicker,
.ct__content {
  font-family: "Manrope";
  color: #000000;
}

.nx-admin,
.nx-admin * {
  box-sizing: content-box;
}

.nx-admin ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nx-admin li {
  margin: 0;
}

.nx-title {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}
.nx-title.nx-title-search {
  position: relative;
}
.nx-title.nx-title-search .nx-search-btn {
  position: absolute;
  right: 0;
  top: -12px;
  width: 30px;
}

.cp-color-picker {
  z-index: 9;
}

.nx-tooltip > div,
.nx-admin > .nx-header > .nx-admin-nav > div > a > span,
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div,
.nx-lightbox,
.nx-color-palette ul,
.nx-flows-blocks-nav-box .nx-close {
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 1050;
  list-style: none;
}

hr {
  background: #e6e6e6;
  height: 1px;
  border: none;
  margin: 30px 0;
}

.nx-admin-nav-right [data-value=status],
td.nx-online,
td.nx-offline {
  position: relative;
}
.nx-admin-nav-right [data-value=status]:before,
td.nx-online:before,
td.nx-offline:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: -4px;
  top: 50%;
  right: 12px;
  background: rgb(19, 202, 126);
}
.nx-admin-nav-right [data-value=status]:after,
td.nx-online:after,
td.nx-offline:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  margin-top: -7px;
  top: 50%;
  right: 9px;
  background: rgba(19, 202, 126, 0.2);
}
.nx-admin-nav-right [data-value=status].nx-offline:after,
td.nx-online.nx-offline:after,
td.nx-offline.nx-offline:after {
  display: none !important;
}

td.nx-offline:after {
  display: none !important;
}

.nx-offline:before {
  background: #d6d6d6 !important;
}

.nx-flex {
  display: flex;
  align-items: center;
  align-content: center;
}
.nx-flex .nx-btn + .nx-btn,
.nx-flex .nx-btn + .nx-btn-icon {
  margin-left: 15px;
}

.nx-menu-wide ul,
.nx-tab > .nx-nav > ul {
  display: flex;
}
.nx-menu-wide ul li,
.nx-tab > .nx-nav > ul li {
  font-weight: 600;
  color: #000000;
  font-size: 15px;
  line-height: 38px;
  margin: 0 10px 0 0;
  transition: all 0.4s;
  letter-spacing: 0.3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
.nx-menu-wide ul li span,
.nx-tab > .nx-nav > ul li span {
  font-weight: 400;
  opacity: 0.7;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1px;
  transform: translateY(0px);
}
.nx-menu-wide ul li.nx-active,
.nx-menu-wide ul li:hover,
.nx-tab > .nx-nav > ul li.nx-active,
.nx-tab > .nx-nav > ul li:hover {
  color: #155CFD;
}
.nx-menu-wide ul li.nx-active,
.nx-tab > .nx-nav > ul li.nx-active {
  border-bottom: 2px solid #155CFD;
  transition: none;
}
.nx-menu-wide ul li.nx-tab-nav-title,
.nx-tab > .nx-nav > ul li.nx-tab-nav-title {
  font-size: 16px;
  font-weight: 600;
  cursor: default;
  color: #000000;
}
.nx-menu-wide ul li + li.nx-tab-nav-title,
.nx-tab > .nx-nav > ul li + li.nx-tab-nav-title {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.nx-menu-wide > div {
  display: none;
}

.nx-menu li ul {
  position: absolute;
  left: 100%;
  margin-top: -36px;
  display: none;
}
.nx-menu li ul li {
  color: #000000;
}
.nx-menu li:hover ul {
  display: block;
  animation: nx-fade-animation 0.4s;
}

.nx-menu-wide_new ul {
  font-weight: 400;
  font-size: 12.8px;
}
.nx-menu-wide_new ul li {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.nx-menu-wide_new ul li span {
  font-weight: 600;
  font-size: 12.8px;
  color: #4b5563;
  opacity: 1;
  display: inline;
}
.nx-menu-wide_new ul li:hover {
  color: #1f2937;
}
.nx-menu-wide_new ul li.nx-active {
  color: #155CFD;
}
.nx-menu-wide_new ul li.nx-active > span {
  color: #155CFD;
}
.nx-menu-wide_new ul li.nx-active {
  transition: none;
  background: #1653fd;
  color: #fff !important;
  border: 1px solid #1653fd !important;
}
.nx-menu-wide_new ul li.nx-active span {
  color: #fff !important;
}

.settings_new .nx-tab {
  min-height: calc(100vh - 78px) !important;
}
.settings_new .nx-tab .nx-content {
  min-height: calc(100vh - 130px);
}
.settings_new .nx-scroll-area .setting_sidebar li {
  margin-bottom: 20px;
  padding-left: 20px;
  max-width: 100%;
}
.settings_new .nx-scroll-area .setting_sidebar li.nx-active,
.settings_new .nx-scroll-area .setting_sidebar li:hover {
  background: #f0f3f4;
  border-radius: unset;
  width: 100%;
  padding: 0px 7px 0px 20px;
  color: #000;
}
.settings_new .nx-scroll-area .setting_sidebar li.nx-active {
  background: #e5eaf0;
  border-radius: unset;
  padding: 0px 7px 0px 20px;
  border-bottom: none;
  width: 100%;
  color: #000;
}
.settings_new div[data-app=dialogflow] {
  display: none !important;
}
.settings_new .nx-content {
  height: calc(100vh - 138px);
}
.settings_new .nx-content .users-tab {
  border: 1px solid rgb(209, 213, 219);
  border-radius: 8px;
  padding: 0px 15px;
}

.nx-tab {
  display: flex;
}
.nx-tab > div > div,
.nx-tab > div .nx-nav > div {
  display: none;
}
.nx-tab > div > div.nx-active, .nx-tab > div > div.nx-menu-wide,
.nx-tab > div .nx-nav > div.nx-active,
.nx-tab > div .nx-nav > div.nx-menu-wide {
  display: block;
}
.nx-tab > div.nx-nav-only + div > div {
  display: block;
}
.nx-tab > div.nx-nav-only + div > div.nx-tab {
  display: flex;
}
.nx-tab > .nx-nav {
  min-width: 200px;
  min-width: 220px;
  border-right: 1px solid rgb(212, 212, 212);
  padding: 15px 0px 0px 10px;
}
.nx-tab > .nx-nav > ul {
  display: block;
  max-width: 100%;
}
.nx-tab > .nx-nav > ul li {
  margin-right: 0;
}
.nx-tab > .nx-nav > ul li.nx-active {
  border-bottom: none;
}
.nx-tab > .nx-nav.nx-scroll-area {
  border-right: none;
}
.nx-tab > .nx-nav.nx-scroll-area::-webkit-scrollbar {
  width: 0px;
}
.nx-tab .nx-content {
  width: 100%;
  padding: 20px 15px 30px 15px !important;
}
.nx-tab .nx-content > .nx-active {
  animation: nx-fade-animation 0.4s;
}
.nx-tab .nx-content > div:last-child {
  margin-bottom: 0;
}
.nx-tab h2 {
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 27px;
  margin: 2px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nx-tab > .nx-nav > .nx-menu-wide {
  margin-bottom: 15px;
}

#nx-table-chatbot-files:empty, #nx-table-chatbot-files:empty + hr,
#nx-table-chatbot-website:empty,
#nx-table-chatbot-website:empty + hr {
  display: none;
}

#nx-table-chatbot-files td:last-child i,
#nx-table-chatbot-website td:last-child i,
.nx-inner-tab .nx-nav > ul li i {
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: rgb(202, 52, 52);
  position: absolute;
  display: none;
  cursor: pointer;
  right: -5px;
  top: 4px;
}

#nx-table-chatbot-files tr:hover td:last-child i,
#nx-table-chatbot-website tr:hover td:last-child i,
.nx-inner-tab .nx-nav > ul li:hover i {
  display: block;
  animation: nx-fade-animation 0.5s;
}

#nx-table-chatbot-files td:last-child i.nx-loading,
#nx-table-chatbot-website td:last-child i.nx-loading,
.nx-inner-tab .nx-nav > ul li i.nx-loading {
  display: block;
}

.nx-inner-tab .nx-nav > ul li {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  font-size: 13px;
  color: rgb(86, 96, 105);
}
.nx-inner-tab .nx-nav > ul li span {
  position: absolute;
  right: 32px;
  top: 2px;
  padding-left: 10px;
  background: #fff;
  opacity: 1;
}
.nx-inner-tab .nx-nav > ul li i {
  background: #fff;
}
.nx-inner-tab .nx-nav > ul > .nx-no-results {
  opacity: 0.6;
  font-weight: 400;
  font-size: 13px;
  cursor: default;
  color: #000000 !important;
  cursor: default !important;
}
.nx-inner-tab .nx-nav .nx-btn {
  display: inline-block;
  margin-top: 15px;
  background: #0069f0;
}

.nx-menu-mobile > ul {
  display: flex;
  background: transparent;
}
.nx-menu-mobile > ul li a {
  margin: 0 3px;
}
.nx-menu-mobile > ul li:empty {
  display: none;
}
.nx-menu-mobile > ul .nx-loading:before {
  line-height: 30px;
}
.nx-menu-mobile > i,
.nx-menu-mobile .nx-mobile {
  display: none;
}
.nx-menu-mobile [data-value=panel]:not(.nx-active) {
  display: none;
}

.nx-area-users .nx-top-bar .nx-menu-mobile ul li a {
  display: flex;
}

.nx-list-thumbs li {
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
  padding: 5px 15px;
}
.nx-list-thumbs li > div.nx-image {
  background-size: cover;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
  background-position: center center;
  border: 1px solid rgb(212, 212, 212);
}
.nx-list-thumbs li > div {
  min-width: 0;
}
.nx-list-thumbs li > div span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.4s;
}
.nx-list-thumbs li > div span:last-child {
  color: rgb(86, 96, 105);
  font-weight: 400;
}
.nx-list-thumbs li:hover {
  background-color: #edf2f9;
}
.nx-list-thumbs li:hover span:first-child {
  color: #155CFD;
}

.status-dropdown .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nx-table {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.nx-table th {
  white-space: nowrap;
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid rgb(212, 212, 212);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(115, 115, 118);
}
.nx-table td {
  white-space: nowrap;
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid rgb(212, 212, 212);
  color: #000000;
  font-size: 14px;
  transition: all 0.4s;
}
.nx-table td a {
  position: relative;
  text-decoration: none;
  color: #000000;
}
.nx-table td .nx-profile span {
  font-size: 15px;
  padding-top: 2px;
}
.nx-table td.nx-td-ut {
  text-transform: uppercase;
  font-size: 13px;
}
.nx-table td.nx-td-language {
  text-transform: uppercase;
}
.nx-table tr:last-child td {
  border-bottom: none;
}
.nx-table input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.nx-table input[type=checkbox]:checked,
.nx-table input[type=checkbox]:hover {
  border-color: #155CFD;
}
.nx-table input[type=checkbox]:checked:before {
  content: "w";
  font-family: "Nexleon Helpdesk Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 22px;
  font-size: 10px;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #155CFD;
}
.nx-table tr:hover td {
  cursor: pointer;
  background-color: #edf2f9;
}
.nx-table .nx-no-results {
  position: absolute;
  white-space: nowrap;
  margin: 30px 0px;
  width: 100%;
  text-align: center;
}
.nx-table tr + p {
  display: none;
}
.nx-table.nx-loading {
  text-indent: unset;
  height: 175px;
}
.nx-table.nx-loading tbody:empty,
.nx-table.nx-loading thead {
  display: none;
}

.new_table {
  padding: 1rem 1rem;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.new_table .nx-td-status .span-border {
  font-weight: 500;
  font-size: 14px;
  padding: 9px 23px;
  border-radius: 800px;
}
.new_table .nx-scroll-area {
  border: 1px solid #ebecef;
  border-right: 0;
  border-radius: 8px;
  height: 178px;
}
.new_table .nx-scroll-area::-webkit-scrollbar {
  width: 0px;
}
.new_table table thead {
  position: sticky;
  top: 0;
  z-index: 5;
}

.nx_table_new thead {
  background: #f5f6fa;
}
.nx_table_new thead th {
  font-weight: 600;
  font-size: 15px;
  color: #111827;
  padding-top: 13px;
  padding-bottom: 13px;
}
.nx_table_new tbody td {
  font-weight: 400;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  white-space: normal;
}
.nx_table_new tbody td:not(:first-child) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx_table_new tbody .nx-td-status .span-border,
.nx_table_new tbody .nx-td-priority .span-border {
  font-weight: 500;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 800px;
  min-width: 74px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nx-profile {
  position: relative;
  color: #000000;
  line-height: 30px;
  padding-left: 30px;
  border-left: 1px solid #eee;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nx-profile img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-position: top;
  border-radius: 50%;
}
.nx-profile .avatar_img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  object-fit: cover;
  object-position: top;
}
.nx-profile > span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.nx-td-profile .nx-profile,
.nx-user-details .nx-profile {
  line-height: 30px;
}
.nx-td-profile .nx-profile img,
.nx-user-details .nx-profile img {
  width: 40px;
  height: 40px;
  object-position: top;
  object-fit: cover;
}

.nx-profile-list > ul > li > span,
.nx-panel-details .nx-title {
  font-weight: 500;
  padding-right: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #414141;
  text-transform: uppercase;
  transition: all 0.4s;
}
.nx-profile-list > ul > li > span span,
.nx-panel-details .nx-title span {
  color: #000000;
}

.nx-profile-list > ul > li:hover > span,
.nx-panel-details .nx-split > div:hover > .nx-title {
  color: #2a3a43;
}

.nx-profile-list > ul > li,
.nx-panel-details .nx-list-items > div,
.nx-panel-details .nx-list-items > a {
  position: relative;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nx-list-items:not(:empty) + .nx-btn {
  margin-top: 15px;
}

.nx-profile-list {
  padding: 0;
}
.nx-profile-list > ul {
  margin-top: 15px;
}
.nx-profile-list > ul > li {
  padding-left: 30px;
}
.nx-profile-list > ul > li .nx-icon,
.nx-profile-list > ul > li > img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 19px;
  color: #033bbe;
}
.nx-profile-list > ul > li .nx-icon:before,
.nx-profile-list > ul > li > img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}
.nx-profile-list > ul > li > img {
  width: 19px;
  min-height: 17px;
}
.nx-profile-list > ul > li > span {
  position: relative;
  top: 1px;
}
.nx-profile-list > ul > li > span:empty {
  display: none;
}
.nx-profile-list > ul > li label {
  font-weight: 500;
  margin: 0;
  color: #000;
  font-size: 13px;
}
.nx-profile-list > ul > li[data-id=current_url] {
  display: flex;
}
.nx-profile-list > ul > li[data-id=current_url] label {
  overflow: hidden;
  max-width: calc(100% - 90px);
  text-overflow: ellipsis;
}
.nx-profile-list > ul > li:first-child span {
  text-transform: uppercase;
}
.nx-profile-list [data-id=wp-id]:hover,
.nx-profile-list [data-id=wp-id]:hover label,
.nx-profile-list [data-id=conversation-source]:hover,
.nx-profile-list [data-id=conversation-source]:hover label,
.nx-profile-list [data-id=location]:hover,
.nx-profile-list [data-id=location]:hover label,
.nx-profile-list [data-id=timezone]:hover,
.nx-profile-list [data-id=timezone]:hover label,
.nx-profile-list [data-id=current_url]:hover,
.nx-profile-list [data-id=current_url]:hover label,
.nx-profile-list [data-id=envato-purchase-code]:hover,
.nx-profile-list [data-id=envato-purchase-code]:hover label {
  color: #155CFD;
  cursor: pointer;
}
.nx-profile-list [data-id=browser_language] img,
.nx-profile-list [data-id=language] img {
  border-radius: 50%;
}
.nx-profile-list [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}
.nx-profile-list [data-id=language] label {
  text-transform: uppercase;
}
.nx-profile-list [data-id=rating] .nx-icon-like {
  color: rgb(26, 146, 96);
}
.nx-profile-list [data-id=rating] .nx-icon-dislike {
  color: rgb(202, 52, 52);
}

.nx-panel-details {
  border-top: 1px solid rgb(212, 212, 212);
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.nx-panel-details h3 {
  justify-content: space-between;
}
.nx-panel-details h3 img {
  height: 11px;
  margin-right: 5px;
}
.nx-panel-details h3 .nx-select {
  padding: 0 !important;
}
.nx-panel-details h3 .nx-select p {
  opacity: 0.7;
}
.nx-panel-details h3 .nx-select p,
.nx-panel-details h3 .nx-select li {
  font-weight: 400;
}
.nx-panel-details h3 .nx-select ul {
  right: -2px;
  left: auto;
}
.nx-panel-details h3 .nx-select:hover p {
  opacity: 1;
}
.nx-panel-details > div {
  position: relative;
}
.nx-panel-details > div > .nx-title {
  margin: 15px 15px 0 15px;
}
.nx-panel-details > div > .nx-title > i {
  position: absolute;
  right: 12px;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.nx-panel-details > div > .nx-title > i:hover {
  color: #155CFD;
}
.nx-panel-details > div > .nx-title + .nx-list-items {
  margin: 5px 0 -3px 0;
}
.nx-panel-details > div .nx-list-items:last-child > p {
  margin-bottom: 5px;
}
.nx-panel-details .nx-split {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}
.nx-panel-details .nx-split > div {
  width: 50%;
}
.nx-panel-details .nx-split > div + div {
  border-left: 1px solid rgb(212, 212, 212);
  padding-left: 15px;
}
.nx-panel-details .nx-split > div span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.nx-panel-details .nx-list-names {
  margin: -5px 0;
}
.nx-panel-details .nx-list-names > div {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.nx-panel-details .nx-list-names > div > span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.nx-panel-details .nx-list-names > div > span:last-child {
  opacity: 0.6;
  font-weight: 400;
}
.nx-panel-details .nx-list-names > div.nx-expired > span:last-child {
  opacity: 1;
  color: rgb(202, 52, 52);
}
.nx-panel-details .nx-list-links > a {
  padding: 0 30px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.4s;
  overflow: hidden;
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nx-panel-details .nx-list-links > a > span span {
  display: inline-block;
}
.nx-panel-details .nx-list-links > a > span:last-child {
  color: #7e8c98;
}
.nx-panel-details .nx-list-links > a i {
  position: absolute;
  right: 0;
  width: 27px;
  height: 25px;
  line-height: 27px;
  text-align: left;
  font-size: 13px;
  opacity: 0.5;
  z-index: 2;
}
.nx-panel-details .nx-list-links > a i.nx-icon-file {
  font-size: 16px;
  line-height: 23px;
}
.nx-panel-details .nx-list-links > a i.nx-icon-file:hover {
  color: #155CFD;
}
.nx-panel-details .nx-list-links > a i:hover {
  opacity: 1;
  color: rgb(202, 52, 52);
}
.nx-panel-details .nx-list-links > a i.nx-loading {
  opacity: 1;
  right: 6px;
  top: 4px;
}
.nx-panel-details .nx-list-links > a i.nx-loading:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.nx-panel-details .nx-list-links > a:hover {
  color: #155CFD;
}
.nx-panel-details .nx-list-links > p {
  font-size: 13px;
  padding: 0 0 0 15px;
  margin: 0;
  opacity: 0.5;
}
.nx-panel-details .nx-list-icon > a {
  padding-right: 40px;
}
.nx-panel-details .nx-accordion > div {
  position: relative;
  overflow: hidden;
}
.nx-panel-details .nx-accordion > div > span {
  padding: 0 15px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.nx-panel-details .nx-accordion > div > span > span:first-child {
  opacity: 0.6;
}
.nx-panel-details .nx-accordion > div > span > span + span {
  margin-left: 15px;
}
.nx-panel-details .nx-accordion > div > span > a {
  position: absolute;
  right: 15px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  transition: all 0.4s;
}
.nx-panel-details .nx-accordion > div > span > a:hover {
  color: #155CFD;
}
.nx-panel-details .nx-accordion > div > span:hover {
  color: #155CFD;
}
.nx-panel-details .nx-accordion > div > div {
  height: 0;
  overflow: hidden;
}
.nx-panel-details .nx-accordion > div > div > a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  transition: all 0.4s;
}
.nx-panel-details .nx-accordion > div > div > a span:first-child {
  opacity: 0.6;
}
.nx-panel-details .nx-accordion > div > div > a span:last-child {
  opacity: 1;
}
.nx-panel-details .nx-accordion > div > div > a:hover {
  color: #155CFD;
}
.nx-panel-details .nx-accordion > div.nx-active > div {
  padding: 15px;
  height: auto;
}
.nx-panel-details .nx-accordion > div .nx-multiline {
  line-height: 20px;
  padding: 5px 0;
}
.nx-panel-details > i {
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}
.nx-panel-details > i:hover {
  opacity: 1;
  color: #155CFD;
}
.nx-panel-details > i.nx-loading {
  position: static;
  height: 60px;
  display: block;
  opacity: 1;
}
.nx-panel-details > i + .nx-list-names {
  padding-top: 15px;
}
.nx-panel-details > .nx-title {
  padding: 15px 15px 0 15px;
  display: block;
}
.nx-panel-details > .nx-title .nx-btn-text {
  margin-left: 15px;
  float: right;
  text-transform: none;
}
.nx-panel-details > .nx-title .nx-btn-text i {
  margin-right: 5px;
}
.nx-panel-details .nx-btn {
  background-color: #fff;
  color: rgb(86, 96, 105);
  border: 1px solid #ccd2d5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
}
.nx-panel-details .nx-btn:hover {
  color: #fff;
  border-color: #155CFD;
  background-color: #155CFD;
}
.nx-panel-details .nx-btn.nx-loading {
  width: 15px;
  background-color: #fff !important;
  border: 1px solid rgb(212, 212, 212) !important;
}
.nx-panel-details .nx-btn.nx-loading:before {
  color: #155CFD;
  cursor: default;
}
.nx-panel-details > .nx-btn:first-child {
  margin: 15px 15px 0 15px;
}
.nx-panel-details.nx-collapse > .nx-collapse-btn {
  margin-left: 30px;
}
.nx-panel-details:empty {
  display: none;
}

@keyframes nx-left-right-animation {
  0% {
    right: 0px;
    opacity: 0;
  }
  50% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
.nx-main main .nx-board > .nx-admin-list .nx-scroll-area li:hover {
  background-color: #155cfd !important;
}

.nx-player {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nx-panel-attachments {
  overflow: visible;
}

textarea {
  resize: none !important;
}

.nx-info-card {
  position: fixed;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  background: rgb(26, 146, 96);
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 9999995;
  width: fit-content;
  transition: 0.6s ease-in-out;
  padding: 10px 30px;
  visibility: hidden;
}
.nx-info-card.nx-active {
  animation: nx-left-right-animation 0.6s linear normal;
  visibility: visible;
}
.nx-info-card h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 23px;
  white-space: wrap;
  letter-spacing: 0.5px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-info-card p {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.nx-info-card p:empty {
  display: none;
}
.nx-info-card a {
  color: #fff;
}
.nx-info-card .nx-icon-link {
  text-decoration: none;
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}
.nx-info-card span {
  text-decoration: underline;
}
.nx-info-card span:hover {
  text-decoration: none;
}
.nx-info-card.nx-info-card-error {
  background: rgb(202, 52, 52);
}
.nx-info-card.nx-info-card-info {
  background: rgb(86, 96, 105);
}
.nx-info-card.nx-info-card-info h3 {
  font-weight: 400;
  font-size: 13px;
}

.nx-panel-notes > div > div {
  margin: 0 30px;
  background: #487fff;
  padding: 15px;
  border-radius: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  color: #fff;
}
.nx-panel-notes > div > div > span:first-child {
  display: block;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.nx-panel-notes > div > div > span:first-child i {
  position: absolute;
  right: -5px;
  font-size: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 23px;
  margin-top: -5px;
  transition: all 0.5s;
}
.nx-panel-notes > div > div > span:first-child i:hover {
  color: rgb(202, 52, 52);
}
.nx-panel-notes > div > div > span:first-child i.nx-edit-note {
  right: 17px;
  font-size: 16px;
  line-height: 26px;
}
.nx-panel-notes > div > div > span:first-child i.nx-edit-note:hover {
  color: #155CFD;
}
.nx-panel-notes > div > div > span:first-child > span {
  font-weight: 400;
  font-size: 12px;
  float: right;
  transition-delay: 1s;
}
.nx-panel-notes > div > div > span:first-child.nx-note-hide-info {
  margin-bottom: 0;
}
.nx-panel-notes > div > div > span:first-child.nx-note-hide-info + span {
  padding-right: 35px;
}
.nx-panel-notes > div > div > span:last-child {
  font-size: 13px;
  line-height: 21px;
  display: block;
  opacity: 0.9;
}
.nx-panel-notes > div > div:hover > span i {
  opacity: 1;
}
.nx-panel-notes > div > div:hover > span > span {
  opacity: 0;
  transition: none;
}
.nx-panel-notes > div > div + div {
  margin-top: 10px;
}
.nx-panel-notes > div:empty {
  margin-bottom: -15px;
}

.nx-note-text a {
  color: #000000;
  text-decoration: underline;
}

.nx-panel-tags > div:empty {
  margin-bottom: -15px;
}

.nx-tags-box .nx-main {
  float: left;
  width: calc(100% - 40px);
}

.status-list .dropdown-menu {
  transform: translate(0) !important;
  top: 32px !important;
}

.nx-tags-cnt,
.nx-panel-tags > div {
  margin: -5px;
}
.nx-tags-cnt > span,
.nx-panel-tags > div > span {
  padding: 5px 10px;
  margin: 5px;
  letter-spacing: 0.3px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s;
}

.nx-tags-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.nx-tags-cnt > span {
  border: 1px dashed transparent;
  word-wrap: break-word;
  max-width: 271px;
}
.nx-tags-cnt > span:not(.nx-active):not(:hover) {
  background: none;
  color: #000000;
  border-color: rgb(86, 96, 105);
}
.nx-tags-cnt [data-color=""].nx-active, .nx-tags-cnt [data-color=""]:hover {
  background-color: #155CFD;
  color: #fff !important;
}

.nx-panel-tags > div {
  margin: 10px 0;
  padding-inline: 30px;
}
.nx-panel-tags > div span {
  cursor: default;
  letter-spacing: 0.3px;
  font-size: 12px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-panel-tags > div [data-color=""] {
  background-color: #155CFD;
  color: #fff;
}

#nx-add-tag {
  margin: 5px;
  height: 25px;
  width: 25px;
  display: block;
  float: left;
}
#nx-add-tag:before {
  font-size: 15px;
  line-height: 25px;
}

.nx-popup {
  bottom: 70px;
}
.nx-popup .nx-scroll-area {
  height: calc(100vh - 65px);
}
.nx-popup .nx-scroll-area > p,
.nx-popup .nx-scroll-area ul > p {
  padding: 0 30px 15px 15px;
}
.nx-popup .nx-scroll-area ul.nx-loading {
  height: 100%;
  text-indent: unset;
}
.nx-popup .nx-scroll-area ul.nx-loading:not(:empty) {
  height: auto;
}
.nx-popup .nx-scroll-area ul.nx-loading:not(:empty):before {
  top: auto;
  bottom: 0;
}
.nx-popup .nx-popup-close {
  position: fixed;
  right: -25px;
  top: -25px;
  cursor: pointer;
  display: none;
  transition: all 0.4s;
}
.nx-popup .nx-popup-close:hover {
  color: rgb(202, 52, 52);
}
.nx-popup.nx-popup-lightbox {
  left: 50% !important;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.nx-popup.nx-popup-lightbox .nx-popup-close {
  display: block;
}
.nx-popup.nx-popup-lightbox:after {
  display: none;
}

.nx-save-articles.nx-btn,
.nx-main main .nx-btn {
  background: #0069f0;
}

.nx-popup.nx-replies .nx-replies-list ul li {
  display: flex;
  white-space: nowrap;
  font-size: 13px;
  height: 30px;
  line-height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.nx-popup.nx-replies .nx-replies-list ul li div {
  transition: all 0.4s;
}
.nx-popup.nx-replies .nx-replies-list ul li div:first-child {
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 15px;
  color: rgb(86, 96, 105);
}
.nx-popup.nx-replies .nx-replies-list ul li div:first-child:before {
  content: "#";
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 37px;
  opacity: 0.5;
}
.nx-popup.nx-replies .nx-replies-list ul li div:first-child:empty {
  display: none;
}
.nx-popup.nx-replies .nx-replies-list ul li div:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nx-popup.nx-replies .nx-replies-list ul li:hover {
  cursor: pointer;
}
.nx-popup.nx-replies .nx-replies-list ul li:hover > div {
  color: #155CFD;
  opacity: 1;
}

.nx-area-users #customerTable_wrapper .dt-row {
  margin-inline: 0 !important;
}
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 {
  padding: 0 !important;
}
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12::-webkit-scrollbar {
  background: none;
  width: 6px;
}
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 40px;
}
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 table {
  margin-bottom: 0 !important;
}
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 table thead tr th:nth-child(2),
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 table thead tr td:nth-child(2),
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 table tbody tr th:nth-child(2),
.nx-area-users #customerTable_wrapper .dt-row .col-sm-12 table tbody tr td:nth-child(2) {
  border-left: 1px solid #d5d5d5;
}
.nx-area-users .nx-table-users tr a.nx-profile {
  padding-left: 0;
}
.nx-area-users .nx-table-users tr a.nx-profile img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.nx-area-users .nx-table-users tr a.nx-profile span {
  font-weight: normal;
  font-size: 14px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: calc(100% - 50px);
}
.nx-area-users .nx-table-users tr th {
  pointer-events: none;
}
.nx-area-users .nx-table-users tr th::before, .nx-area-users .nx-table-users tr th::after {
  content: none !important;
}
.nx-area-users .nx-table-users tr td .user-initials {
  position: unset !important;
}
.nx-area-users .nx-table-users tr td .user-initials .initials {
  position: unset;
}
.nx-area-users .nx-table-tickets tr a.nx-profile img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: cover;
}

td.nx-td-contact p {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: calc(100% - 50px);
}

.nx-area-articles .nx-tab.nx-inner-tab {
  gap: 20px;
  margin-top: 15px;
}
.nx-area-articles .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
}
.nx-area-articles .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area ul li {
  display: none;
}
.nx-area-articles .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area ul li:not(:empty) {
  display: block;
  max-width: 300px;
}
.nx-area-articles .nx-tab.nx-inner-tab .nx-content.nx-scroll-area {
  margin-top: 0 !important;
  border-radius: 8px;
}

.nx-setting {
  position: relative;
  display: inline-block;
}
.nx-setting .input .container .row .col-md-12 {
  padding: 0;
}

.copy-button {
  cursor: pointer;
}

.tooltipcode {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipcode.show {
  visibility: visible;
  opacity: 1;
}

.token-tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.token-tooltip.show {
  visibility: visible;
  opacity: 1;
}

.nx-language-switcher-cnt label {
  min-width: fit-content !important;
}

.multi-input-checkbox .custom-switch {
  max-width: 46px;
}

.nx-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999995;
  font-family: "Nexleon Helpdesk Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  display: none;
}
.nx-tooltip:before {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  margin-left: 1px;
}
.nx-tooltip.n:before {
  top: auto;
  bottom: -11px;
  transform: translateX(-50%);
}
.nx-tooltip > div {
  font-size: 13px;
  line-height: 20px;
  padding: 8px 12px;
  max-width: 250px;
  text-align: center;
  letter-spacing: 0.3px;
  white-space: nowrap;
  color: rgb(86, 96, 105);
}

.nx-collapse > div,
.nx-collapse > ul {
  overflow: hidden;
  position: relative;
}
.nx-collapse > .nx-collapse-btn {
  margin: 15px 0 -5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding-right: 20px;
}
.nx-collapse > .nx-collapse-btn:after {
  content: "a";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}
.nx-collapse > .nx-collapse-btn.nx-active:after {
  transform: rotate(180deg);
}
.nx-collapse .nx-btn + .nx-collapse-btn {
  transform: translateY(10px);
}

.nx-filter-btn i {
  z-index: 3;
  position: relative;
  top: 0 !important;
  right: 0 !important;
}
.nx-filter-btn > div {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 4;
  padding: 15px;
  height: 38px;
}
.nx-filter-btn .nx-select {
  min-width: 0;
}
.nx-filter-btn .nx-select:last-child {
  margin-right: 30px;
}
.nx-filter-btn.nx-active {
  position: static;
}
.nx-filter-btn.nx-active i {
  z-index: 5;
  top: 25px;
  right: 15px;
}
.nx-filter-btn.nx-active > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  height: fit-content;
}
.nx-filter-btn.nx-active > div .nx-select {
  width: 100%;
  margin: 0;
}
.nx-filter-btn.nx-active:after {
  display: none;
}
.nx-filter-btn[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  right: -7px;
  top: -3px;
  background: rgb(202, 52, 52);
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}
.nx-filter-btn[data-badge="0"]:after {
  display: none;
}

.nx-filter-star {
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  transition: all 0.4s;
}
.nx-filter-star:not(:hover):not(.nx-active) {
  color: #000000;
}

.nx-admin > .nx-header {
  position: fixed;
  background: #edf2f9;
  border-right: 1px solid rgb(212, 212, 212);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.nx-admin > .nx-header > .nx-admin-nav .nx-notification-counter {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 9px;
  border-radius: 50%;
  text-align: center;
  background: #155CFD;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: nx-fade-animation 0.3s;
}
.nx-admin > .nx-header > .nx-admin-nav > img {
  height: 35px;
  margin: 18px 15px;
}
.nx-admin > .nx-header > .nx-admin-nav > div {
  padding: 5px 0;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a {
  height: 36px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  color: #000000;
  padding-top: 0 !important;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a:before {
  content: "";
  position: absolute;
  left: 20px;
  font-size: 22px;
  line-height: 50px;
  opacity: 0.6;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Nexleon Helpdesk Icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a:hover, .nx-admin > .nx-header > .nx-admin-nav > div > a.nx-active {
  color: #155CFD;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a:hover span {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a > span,
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div {
  margin: 8px 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 12px;
  text-align: center;
  letter-spacing: 0.5px;
  color: rgb(40, 40, 40);
  position: absolute;
  left: 75px;
  z-index: 9999995;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.nx-admin > .nx-header > .nx-admin-nav > div > a > span:before,
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div:before {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 10px;
  left: -13px;
  transform: rotate(90deg);
}
.nx-admin > .nx-header > .nx-admin-nav > div > a > span:after,
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div:after {
  content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: 0px;
  background-color: #fff;
}
.nx-admin > .nx-header > .nx-admin-nav-right {
  align-items: center;
  padding: 15px 0;
  width: 65px;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a {
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
  color: rgb(86, 96, 105);
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a:hover {
  color: #155CFD;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a.nx-profile {
  padding-left: 35px;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a.nx-profile img {
  width: 25px;
  height: 25px;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a > i {
  font-size: 16px;
  opacity: 0.8;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div a > i:hover {
  opacity: 1;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div {
  position: absolute;
  bottom: 30px;
  text-align: left;
  min-width: 200px;
  padding: 0;
  transition-delay: 0.5s;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account > div:before {
  top: auto;
  bottom: 45px;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-profile {
  padding: 20px 20px 20px 65px;
  border-bottom: 1px solid rgb(215, 215, 215);
  background: #fff;
  text-decoration: none;
  z-index: 9;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-profile img {
  left: 20px;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-profile span {
  white-space: nowrap;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account:hover > div {
  visibility: visible;
  opacity: 1;
  left: 65px;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu {
  position: relative;
  box-shadow: none;
  padding: 20px;
  margin: 0;
  z-index: 9;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu li {
  padding: 6px 0;
  position: relative;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu li.nx-active {
  color: #000000;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu li:hover, .nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu li.nx-active:hover {
  background: none;
  color: #155CFD;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu a {
  text-decoration: none;
  color: #000000;
}
.nx-admin > .nx-header > .nx-admin-nav-right .nx-account .nx-menu a:hover {
  color: #155CFD;
}
.nx-admin > .nx-header > .nx-admin-nav-right > div > a + a,
.nx-admin > .nx-header > .nx-admin-nav-right > div > div + a {
  margin-top: 10px;
}
.nx-admin .header_new {
  background: #edf2f9;
}
.nx-admin .header_new .sidebar {
  padding: 20px 9px;
  display: flex;
  flex-direction: column;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.nx-admin .header_new .sidebar .logo {
  display: flex;
  margin-bottom: 8px;
  padding-top: 0;
  position: relative;
  min-height: 56px;
  align-items: center;
  justify-content: center;
}
.nx-admin .header_new .sidebar .logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: 0;
  height: 1.3px;
  width: 102px;
  background: #eaedf4;
}
.nx-admin .header_new .sidebar .logo .logo-icon {
  width: auto;
  height: 40px;
}
.nx-admin .header_new .sidebar .logo .logo-text h1 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.nx-admin .header_new .sidebar .logo .logo-text p {
  margin: 0;
  font-size: 12px;
  color: #5d6165;
}
.nx-admin .header_new .sidebar nav {
  position: relative;
}
.nx-admin .header_new .sidebar .search-bar input {
  min-width: 220px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 35px;
}
.nx-admin .header_new .sidebar nav ul {
  list-style-type: none;
  padding: 0;
}
.nx-admin .header_new .sidebar nav ul li {
  margin-bottom: 15px;
  position: relative;
}
.nx-admin .header_new .sidebar nav ul li.account-menu {
  display: none;
}
.nx-admin .header_new .sidebar nav ul li:hover a {
  color: #212528;
  background-color: #e5eaf0;
  width: 100%;
  min-width: 50px;
}
.nx-admin .header_new .sidebar nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5f6465;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.nx-admin .header_new .sidebar nav ul li a.nx-active {
  color: #000;
  width: 100%;
  min-width: 50px;
  background-color: #e5eaf0;
}
.nx-admin .header_new .sidebar nav ul li a.nx-active span {
  font-weight: 500;
}
.nx-admin .header_new .sidebar nav ul li a.nx-active svg path {
  stroke-width: 1.5px;
}
.nx-admin .header_new .sidebar .powered-by {
  margin-top: auto;
  font-size: 12px;
  margin-bottom: 30px;
}
.nx-admin .header_new .sidebar .powered-by > p {
  font-weight: 500;
  font-size: 8.29px;
  line-height: 22.38px;
  vertical-align: middle;
  color: #7e7e7e;
  margin-bottom: 0;
}

@media (min-width: 465px) and (max-height: 475px) {
  .nx-admin > .nx-header > .nx-admin-nav > div > a {
    height: 35px;
  }
  .nx-admin > .nx-header > .nx-admin-nav > div > a:before {
    line-height: 35px;
  }
}
.nx-enlarger:not(.nx-active) {
  cursor: pointer;
  position: relative;
}
.nx-enlarger:not(.nx-active) > div {
  display: none !important;
}
.nx-enlarger:not(.nx-active):before {
  content: "M";
  font-family: "Nexleon Helpdesk Icons";
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}

.nx-admin {
  height: 100%;
  min-height: 100vh;
  width: calc(100% - 102px);
  padding-left: 101px;
  font-size: 14px;
  line-height: 17px;
  background: #edf2f9;
  top: 0;
  z-index: 9;
}
.nx-admin.nx-pwa {
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-admin.nx-admin-start {
  width: auto;
  padding: 30px;
  position: static;
}
.nx-admin > main {
  width: 100%;
}
.nx-admin > main > div:not(.nx-active) {
  display: none;
}
.nx-admin > main > div {
  height: 100%;
}
.nx-admin > main > div.nx-active {
  animation: nx-fade-animation 0.4s;
}
.nx-admin > main > div > .nx-top-bar {
  margin: 0;
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid rgb(212, 212, 212);
}
.nx-admin > main > div > .nx-top-bar h2 {
  margin: 0;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-admin > main > div > .nx-top-bar > div {
  display: flex;
  align-items: center;
}
.nx-admin > main > div > .nx-top-bar > div h2 {
  margin-right: 60px;
}
.nx-admin > main > div > .nx-top-bar > div h3 + .nx-setting {
  margin-left: 15px;
}
.nx-admin > main > div > .nx-top-bar > div:first-child {
  overflow: hidden;
  padding-right: 30px;
}
.nx-admin > main > div > .nx-top-bar > div:first-child > ul li {
  flex-shrink: 0;
}
.nx-admin > main > div > .nx-top-bar > div:last-child .nx-search-btn {
  margin-right: 30px;
}
.nx-admin > main > div > .nx-top-bar > div:last-child .nx-btn + .nx-btn,
.nx-admin > main > div > .nx-top-bar > div:last-child .nx-btn-icon + .nx-btn,
.nx-admin > main > div > .nx-top-bar > div:last-child .nx-btn + .nx-btn-icon {
  margin-left: 15px;
}
.nx-admin > main > div > .nx-top-bar .choices__list.choices__list--multiple {
  display: block !important;
}
.nx-admin > main > div > .nx-tab {
  height: calc(100vh - 148px);
}

.nx-search-dropdown {
  min-width: 391px;
  position: relative;
  text-align: right;
}
.nx-search-dropdown .nx-search-btn {
  margin-left: auto;
}
.nx-search-dropdown .nx-search-btn input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}
.nx-search-dropdown .nx-search-btn input:focus {
  box-shadow: none !important;
  border-color: #d5d5d5 !important;
}
.nx-search-dropdown .nx-search-dropdown-items {
  position: absolute;
  right: 30px;
  left: -1px;
  top: 40px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #155CFD;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
  clip-path: inset(0px -10px -10px -10px);
  border-top: none;
  text-align: left;
  display: none;
  z-index: 4;
}
.nx-search-dropdown .nx-search-dropdown-items div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.4s;
}
.nx-search-dropdown .nx-search-dropdown-items div:hover {
  color: #155CFD;
}
.nx-search-dropdown .nx-search-dropdown-items:empty {
  padding: 2px;
  margin-top: -2px;
}
.nx-search-dropdown .nx-active + .nx-search-dropdown-items {
  display: block;
  box-shadow: none;
  border-color: #d5d5d5;
}

.nx-td-priority .dropdown ul.priority-list {
  position: fixed;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 12 !important;
}

/*
 *
 * -----------------------------------------------------------
 * CONVERSATIONS AREA
 * -----------------------------------------------------------
 *
*/
.nx-board {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 91px);
}
.nx-board > div > .nx-top {
  padding: 15px 20px;
  height: 70px;
  min-height: 70px;
  box-sizing: border-box;
  background: #edf2f9;
}
.nx-board > div > .nx-top .nx-flex {
  justify-content: flex-end;
  gap: 8px;
}
.nx-board > .nx-admin-list {
  background: #fff;
  max-width: 386px;
  min-width: 386px;
  border-right: 1px solid rgb(212, 212, 212);
  position: relative;
}
.nx-board > .nx-admin-list > .nx-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: fit-content;
  gap: 20px;
  padding: 20px 20px 30px;
  position: relative;
}
.nx-board > .nx-admin-list > .nx-top .search-input {
  width: 100%;
  position: relative;
  display: flex;
}
.nx-board > .nx-admin-list > .nx-top .search-input i {
  position: absolute;
  left: 8px;
  top: 3px;
  bottom: 0;
  display: flex;
  margin: auto 0;
  color: #475569;
  font-size: 16px;
}
.nx-board > .nx-admin-list > .nx-top .search-input input {
  position: unset !important;
  display: flex;
  padding: 0px 10px 0px 28px !important;
  min-width: unset !important;
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #cbd5e1;
  border-radius: 40px;
  box-shadow: none;
}
.nx-board > .nx-admin-list > .nx-top .nx-select ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-board > .nx-admin-list > .nx-top .nx-select p {
  color: #1e293b;
  font-size: 13px !important;
  font-family: "InterSemiBold";
  display: flex;
  align-items: center;
  padding-right: 16px;
  max-width: fit-content;
}
.nx-board > .nx-admin-list > .nx-top .nx-select p span {
  color: #1653fd;
  font-family: "InterSemiBold";
  font-size: 12px;
  opacity: 1;
}
.nx-board > .nx-admin-list > .nx-top .nx-flex .nx-filter-btn {
  height: fit-content;
  width: fit-content;
  transition: 0.5s all;
}
.nx-board > .nx-admin-list > .nx-top .nx-flex .nx-filter-btn svg {
  position: relative;
  z-index: 5;
  transition: 0.5s all;
}
.nx-board > .nx-admin-list > .nx-top .nx-flex .nx-filter-btn.nx-active svg {
  transform: rotate(180deg);
  transition: 0.5s all;
}
.nx-board > .nx-admin-list > .nx-top .nx-flex .nx-filter-btn .nx-select p {
  display: block;
}
.nx-board > .nx-admin-list > .nx-top > .nx-select > p span {
  padding-left: 5px;
}
.nx-board > .nx-admin-list .nx-scroll-bar {
  opacity: 0.2 !important;
}
.nx-board > .nx-admin-list > .nx-loading {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
}
.nx-board > .nx-admin-list > .nx-scroll-area {
  height: calc(100vh - 223px);
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 8.4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.nx-board > .nx-admin-list > .nx-scroll-area::-webkit-scrollbar {
  width: 0px;
}
.nx-board > .nx-admin-list > .nx-scroll-area ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.nx-board > .nx-admin-list > .nx-scroll-area li {
  position: relative;
  padding: 15px 20px 15px 10px;
  max-height: 85px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 0px;
  z-index: 3;
  background: transparent;
  transition: all 0.4s;
  border-bottom: 1px solid #e2e8f0;
}
.nx-board > .nx-admin-list > .nx-scroll-area li:last-child {
  border-bottom: none;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="2"] {
  background: rgba(201, 201, 201, 0.3019607843) !important;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="3"] {
  position: relative;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="3"]::after {
  content: "Archived" !important;
  position: absolute !important;
  bottom: 7px;
  right: 20px;
  width: fit-content;
  color: #808080;
  background: #ebebeb;
  padding: 4px 5px;
  font-size: 11px;
  border-radius: 5px;
  opacity: 1 !important;
}
.nx-board > .nx-admin-list > .nx-scroll-area li > .nx-notification-counter {
  position: absolute;
  right: 19px;
  bottom: 17px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #155CFD;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: nx-fade-animation 0.3s;
}
.nx-board > .nx-admin-list > .nx-scroll-area li:hover {
  background-color: #edf2f9 !important;
}
.nx-board > .nx-admin-list > .nx-scroll-area li:hover:after {
  opacity: 0;
}
.nx-board > .nx-admin-list > .nx-scroll-area li.nx-active {
  background-color: #eef2ff !important;
}
.nx-board > .nx-admin-list > .nx-scroll-area li.nx-active:before {
  background-color: #155CFD;
}
.nx-board > .nx-admin-list > .nx-scroll-area li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 0px;
  width: 2px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 2;
  height: 100%;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile {
  align-items: flex-start;
  padding-left: 52px;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile svg {
  min-width: 20px;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile img {
  width: 45px;
  height: 45px;
  transform: none;
  top: 0;
  position: absolute;
  left: 0;
  object-fit: cover;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile .nx-name {
  height: 23px;
  line-height: 23px;
  padding-right: 10px;
  white-space: nowrap;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e293b;
  font-size: 17px;
  font-weight: 600;
  min-width: 75px;
  max-width: 75px;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile .nx-time {
  margin-left: auto;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0.8;
  color: #3c3c3c;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-profile .nx-time span {
  color: #3c3c3c;
  font-size: 10px;
}
.nx-board > .nx-admin-list > .nx-scroll-area li p {
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.3px;
  padding-left: 52px;
  margin: 0;
  color: #475569;
}
.nx-board > .nx-admin-list > .nx-scroll-area li b {
  font-weight: 400;
}
.nx-board > .nx-admin-list > .nx-scroll-area li .nx-notification-counter + div + p {
  margin-right: 30px;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="2"] {
  opacity: 1;
  font-weight: 500;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="2"]:not(.nx-active) {
  background-color: transparent;
}
.nx-board > .nx-admin-list > .nx-scroll-area li[data-conversation-status="-1"] .nx-name {
  font-weight: 600;
}
.nx-board > .nx-admin-list > .nx-scroll-area > ul > p {
  margin: 20px;
}
.nx-board > .nx-admin-list > .nx-scroll-area > ul > li + p {
  display: none;
}
.nx-board > .nx-admin-list > .nx-scroll-area.nx-loading {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 0;
  text-indent: initial;
  overflow: hidden;
  overflow-y: scroll;
}
.nx-board > .nx-admin-list > .nx-scroll-area.nx-loading > ul {
  opacity: 0;
}
.nx-board > .nx-admin-list.nx-departments-show li.nx-active:before {
  background-color: #155CFD !important;
}
.nx-board .nx-admin-list.nx-departments-show .nx-top {
  padding-bottom: 20px;
}
.nx-board .nx-area-conversations .nx-scroll-area ul li .nx-profile img {
  position: absolute;
  left: 0;
}
.nx-board .nx-conversation {
  width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}
.nx-board .nx-conversation > .nx-top {
  width: auto;
  display: flex;
  align-items: center;
  flex-grow: 0;
  justify-content: flex-start;
  border-bottom: 1px solid #cbd5e1;
  background: #f8fafc;
}
.nx-board .nx-conversation > .nx-top #convert-to-ticket-list #convert-to-ticket,
.nx-board .nx-conversation > .nx-top #convert-to-ticket-list #view-profile-button,
.nx-board .nx-conversation > .nx-top #view-profile-list #convert-to-ticket,
.nx-board .nx-conversation > .nx-top #view-profile-list #view-profile-button {
  padding: 2px 20px;
  background: #5b5b61;
  color: #fff;
  border-radius: 40px;
}
.nx-board .nx-conversation > .nx-top #convert-to-ticket-list #convert-to-ticket.converted,
.nx-board .nx-conversation > .nx-top #view-profile-list #convert-to-ticket.converted {
  text-decoration: underline;
}
.nx-board .nx-conversation > .nx-top #view-profile-list #view-profile-button {
  background: #1653fd;
}
.nx-board .nx-conversation > .nx-top .nx-menu-mobile {
  position: absolute;
  right: 15px;
}
.nx-board .nx-conversation > .nx-top .nx-menu-mobile ul {
  align-items: center;
}
.nx-board .nx-conversation > .nx-top .nx-menu-mobile ul li {
  height: fit-content;
}
.nx-board .nx-conversation > .nx-top .nx-menu-mobile ul li .nx-btn-icon {
  height: fit-content;
}
.nx-board .nx-conversation > .nx-top > .nx-btn-back {
  display: none;
}
.nx-board .nx-conversation > .nx-top > a {
  font-weight: 600;
  position: relative;
  padding: 0 0px 0 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  color: #000000;
  font-size: 20px;
  transition: all 0.4s;
  position: relative;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nx-board .nx-conversation > .nx-top > a:hover {
  color: #155CFD;
}
.nx-board .nx-conversation > .nx-top .nx-labels {
  padding-left: 5px;
}
.nx-board .nx-conversation > .nx-top .nx-labels .nx-status-online {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 5px 0 5px;
}
.nx-board .nx-conversation > .nx-top i {
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}
.nx-board .nx-conversation > .nx-top a:hover i {
  color: #155CFD;
}
.nx-board .nx-conversation .nx-list {
  height: 100%;
  padding: 10px 0 5px 0;
  overflow-y: scroll;
}
.nx-board .nx-conversation .nx-list::-webkit-scrollbar {
  width: 0;
}
.nx-board .nx-conversation .nx-list::-webkit-scrollbar-track {
  background: none;
}
.nx-board .nx-conversation .nx-list .nx-thumb img {
  object-fit: cover;
}
.nx-board .nx-conversation .nx-list .nx-message-attachments a {
  color: #1e293b;
  font-weight: 500;
  word-wrap: anywhere;
}
.nx-board .nx-conversation .nx-list .nx-time span {
  color: #475569;
  font-weight: 500;
}
.nx-board .nx-conversation .nx-list .nx-right .nx-message-attachments a {
  color: #fff !important;
}
.nx-board .nx-conversation .nx-list .nx-right .nx-time span {
  color: #fff;
}
.nx-board .nx-conversation .nx-list .nx-right.media-item .nx-time span, .nx-board .nx-conversation .nx-list .nx-right.attachment .nx-time span {
  color: #475569;
}
.nx-board .nx-conversation .nx-list .nx-right.media-item .nx-message-attachments, .nx-board .nx-conversation .nx-list .nx-right.attachment .nx-message-attachments {
  width: 100%;
  padding-top: 0;
}
.nx-board .nx-conversation .nx-list .nx-right.media-item .nx-message-attachments a, .nx-board .nx-conversation .nx-list .nx-right.attachment .nx-message-attachments a {
  color: #475569 !important;
}
.nx-board .nx-conversation .nx-list > div {
  max-width: calc(100% - 275px);
  background: #fff !important;
  box-shadow: 0px 3px 6px 0px rgba(140, 149, 159, 0.15);
  border-radius: 14px;
  padding: 8px 12px;
}
.nx-board .nx-conversation .nx-list > div.nx-label-date {
  box-shadow: none;
}
.nx-board .nx-conversation .nx-list > div .nx-message {
  color: #1e293b;
  font-weight: 500;
}
.nx-board .nx-conversation .nx-list > div .nx-message.nx-message-media {
  width: 100%;
  border-radius: 12px;
  margin: 0;
  margin-bottom: 3px;
}
.nx-board .nx-conversation .nx-list > div .nx-message .nx-image {
  margin-inline: auto;
}
.nx-board .nx-conversation .nx-list > div .nx-menu {
  width: 170px;
  right: -183px;
  top: -20px;
  display: none;
  margin-bottom: 15px;
  z-index: 9;
}
.nx-board .nx-conversation .nx-list > div .nx-menu li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-board .nx-conversation .nx-list > div .nx-menu.nx-active {
  display: block;
}
.nx-board .nx-conversation .nx-list > div .nx-menu:empty {
  display: none;
}
.nx-board .nx-conversation .nx-list > div .nx-menu-btn {
  display: block;
  height: 15px;
  width: 30px;
  position: absolute;
  right: -24px;
  text-align: right;
  top: 11px;
  color: rgb(86, 96, 105);
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  z-index: 9;
}
.nx-board .nx-conversation .nx-list > div .nx-menu-btn:hover {
  color: #155CFD;
}
.nx-board .nx-conversation .nx-list > div .nx-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.nx-board .nx-conversation .nx-list > div .nx-time {
  position: unset;
}
.nx-board .nx-conversation .nx-list > div[data-type=slider], .nx-board .nx-conversation .nx-list > div[data-type=card] {
  max-width: 380px;
}
.nx-board .nx-conversation .nx-list > div:hover .nx-menu-btn {
  opacity: 1;
}
.nx-board .nx-conversation .nx-list > div.nx-right .nx-menu-btn {
  left: auto;
  right: -15px;
  text-align: right;
}
.nx-board .nx-conversation .nx-list > div.nx-right .nx-menu {
  right: 20px;
  left: auto;
}
.nx-board .nx-conversation .nx-list > div.nx-right .nx-menu:empty {
  display: none;
}
.nx-board .nx-conversation .nx-list > div img {
  max-width: 600px;
}
.nx-board .nx-conversation .nx-list > div .nx-message img {
  max-width: 100%;
}
.nx-board .nx-conversation .nx-list > div .nx-image img {
  object-fit: cover;
  min-width: 240px;
}
.nx-board .nx-conversation .nx-list > div:last-child {
  animation: none;
}
.nx-board .nx-conversation .nx-list .nx-label-date {
  background: none !important;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  margin-bottom: 10px !important;
}
.nx-board .nx-conversation .nx-list .nx-label-date span {
  margin-top: 0 !important;
}
.nx-board .nx-conversation .nx-list .nx-label-date span::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  display: flex;
  left: 0;
  margin: auto;
  background: #cbd5e1;
  width: 100%;
  z-index: -1;
}
.nx-board .nx-conversation .nx-list div.nx-right {
  background: #1653fd !important;
}
.nx-board .nx-conversation .nx-list div.nx-right .nx-time {
  align-self: flex-end;
}
.nx-board .nx-conversation .nx-list div.nx-right .nx-message,
.nx-board .nx-conversation .nx-list div.nx-right .nx-time {
  color: #fff;
}
.nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-message-attachments {
  width: fit-content;
}
.nx-board .nx-conversation .nx-list div.nx-right.media-item, .nx-board .nx-conversation .nx-list div.nx-right.attachment {
  background: #fff !important;
  border: 0.93px solid #e2e8f0;
  padding: 6px 12px 5px;
}
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-time, .nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-time {
  padding: 5px 10px;
}
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-cnt, .nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-cnt {
  max-width: 260px;
}
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-message,
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-time, .nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-message,
.nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-time {
  color: #1e293b;
  font-weight: 500;
  margin: 0;
}
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-message .nx-agent-name,
.nx-board .nx-conversation .nx-list div.nx-right.media-item .nx-time .nx-agent-name, .nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-message .nx-agent-name,
.nx-board .nx-conversation .nx-list div.nx-right.attachment .nx-time .nx-agent-name {
  width: fit-content;
}
.nx-board .nx-conversation .nx-list .nx-highlight:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.168627451);
  border-radius: 6px;
  opacity: 0;
  animation: nx-fade-in-out 3s linear 0.5s;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) {
  position: relative;
  z-index: 1;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list):before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  right: -15px;
  top: -15px;
  z-index: 995;
  transition: all 0.4s;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list):hover > div {
  opacity: 0.5;
  transition: all 0.4s;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-card-img + div + .nx-card-extra {
  left: 0;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-slider .nx-card-img + div + .nx-card-extra {
  left: 15px;
  top: 15px;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-input-btn > div,
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-btn,
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-select p {
  transition: none;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) input,
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) textarea,
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) select {
  color: #e6f2fc;
  background-color: #e6f2fc;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-input > span.nx-active {
  background: transparent !important;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 44px;
  color: rgb(86, 96, 105);
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-input#phone span.nx-active {
  left: 30px;
}
.nx-board .nx-conversation .nx-list .nx-rich-message:not(.nx-rich-list) .nx-input#phone div {
  top: 11px;
}
.nx-board .nx-conversation .nx-list .nx-delivery-failed {
  font-size: 14px;
  transform: translateY(2px);
  margin-right: 5px;
  display: inline-block;
  cursor: help;
  position: relative;
  z-index: 2;
}
.nx-board .nx-conversation .nx-list iframe:not([height]) {
  height: 165px;
}
.nx-board .nx-conversation .nx-list.nx-touchmove {
  overflow: hidden;
}
.nx-board .nx-conversation .nx-editor {
  flex-shrink: 0;
  margin: 1px 15px 15px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  transition: box-shadow linear 40ms, border-color linear 0.2s;
  background-color: #fff;
}
.nx-board .nx-conversation .nx-editor .nx-textarea {
  border: none;
  padding: 0 !important;
}
.nx-board .nx-conversation .nx-editor .nx-textarea textarea {
  min-height: 66px !important;
}
.nx-board .nx-conversation .nx-editor .nx-bar {
  margin-top: 10px;
  position: relative;
  justify-content: end;
}
.nx-board .nx-conversation .nx-editor .nx-bar .nx-btn-attachment {
  display: block !important;
}
.nx-board .nx-conversation .nx-editor .nx-bar .nx-btn {
  background-color: #155CFD;
  color: #fff;
  border-color: #155CFD;
  font-size: 12px;
  line-height: 27px;
  height: 25px;
  transition: all 0.4s;
}
.nx-board .nx-conversation .nx-editor .nx-bar .nx-btn:hover {
  background-color: #033bbe;
  border-color: #033bbe;
}
.nx-board .nx-conversation .nx-editor .nx-attachments:not(:empty) {
  padding-top: 15px;
}
.nx-board .nx-conversation .nx-editor .nx-suggestions {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}
.nx-board .nx-conversation .nx-editor .nx-suggestions:empty {
  display: none;
}
.nx-board .nx-conversation .nx-editor .nx-suggestions span {
  display: block;
  max-width: calc(50% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 15px;
  background: #eef1f6;
  border-radius: 15px;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
.nx-board .nx-conversation .nx-editor .nx-suggestions span:hover {
  color: #fff;
  background-color: #155CFD;
}
.nx-board .nx-conversation .nx-editor .nx-suggestions span.nx-suggestion-full {
  max-width: 100%;
  white-space: normal;
}
.nx-board .nx-conversation .nx-editor.nx-audio-message-active .nx-textarea,
.nx-board .nx-conversation .nx-editor.nx-audio-message-active .nx-bar-icons,
.nx-board .nx-conversation .nx-editor.nx-audio-message-active .nx-suggestions,
.nx-board .nx-conversation .nx-editor.nx-audio-message-active .nx-attachments {
  display: none;
}
.nx-board .nx-conversation .nx-editor.nx-audio-message-active .nx-bar {
  margin-top: 0;
  justify-content: right;
}
.nx-board .nx-conversation[data-conversation-status="4"] [data-value=delete],
.nx-board .nx-conversation [data-value=inbox],
.nx-board .nx-conversation [data-value=empty-trash], .nx-board .nx-conversation[data-conversation-status="3"] [data-value=archive],
.nx-board .nx-conversation [data-value=read] {
  display: none;
}
.nx-board .nx-conversation[data-conversation-status="3"] [data-value=inbox], .nx-board .nx-conversation[data-conversation-status="4"] [data-value=inbox], .nx-board .nx-conversation[data-conversation-status="4"] [data-value=empty-trash],
.nx-board .nx-conversation [data-value=read].nx-active {
  display: block;
}
.nx-board .nx-conversation [data-value=archive] {
  color: #155CFD;
  margin-right: 5px;
}
.nx-board .nx-conversation [data-value=archive] i {
  color: rgb(26, 146, 96) !important;
  font-size: 20px;
}
.nx-board .nx-conversation [data-value=archive]:hover {
  border-color: rgb(26, 146, 96);
}
.nx-board .nx-conversation [data-value=delete]:hover i {
  color: rgb(202, 52, 52) !important;
}
.nx-board .nx-conversation[data-conversation-status="3"] .nx-top .nx-menu-mobile ul li:nth-child(3) {
  display: none;
}
.nx-board .nx-user-details {
  min-width: 400px;
  width: 400px;
  border-left: 1px solid rgb(212, 212, 212);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: width 0.3s;
  background: #f8fafc;
}
.nx-board .nx-user-details .nx-profile .nx-name {
  padding-left: 16px;
}
.nx-board .nx-user-details .nx-top {
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid rgb(212, 212, 212);
  background: #f8fafc;
  padding: 15px 30px;
}
.nx-board .nx-user-details h3 {
  margin: 15px 0;
  padding-inline: 30px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.nx-board .nx-user-details > div > h3 {
  margin: 0;
  padding: 15px 30px;
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-board .nx-user-details .nx-profile {
  cursor: pointer;
  line-height: 17px;
  transition: opacity 0.3s;
  padding: 0;
  transition: all 0.4s;
}
.nx-board .nx-user-details .nx-profile:hover {
  opacity: 0.7;
}
.nx-board .nx-user-details .nx-profile img,
.nx-board .nx-user-details .nx-profile .user-initials {
  min-width: 40px;
  min-height: 40px;
}
.nx-board .nx-user-details .nx-profile .user-initials {
  position: relative;
  margin-right: 0;
}
.nx-board .nx-user-details .nx-profile .user-initials .initials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nx-board .nx-user-details .nx-profile .nx-name {
  padding-left: 0;
  transition: all 0.4s;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.nx-board .nx-user-details .nx-profile:hover {
  transition: all 0.4s;
}
.nx-board .nx-user-details .nx-profile:hover .nx-name {
  color: #155CFD;
  transition: all 0.4s;
}
.nx-board .nx-user-details .nx-profile-list {
  padding: 15px 30px;
}
.nx-board .nx-user-details .nx-profile-list ul {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.nx-board .nx-user-details .nx-profile-list ul li i {
  font-size: 20px;
  position: absolute;
  left: 0;
}
.nx-board .nx-user-details .nx-profile-list [data-id=telegram_bcid],
.nx-board .nx-user-details .nx-profile-list [data-id=token],
.nx-board .nx-user-details .nx-profile-list [data-id=woocommerce_session_key],
.nx-board .nx-user-details .nx-profile-list [data-id=perfex-id],
.nx-board .nx-user-details .nx-profile-list [data-id=whmcs-id],
.nx-board .nx-user-details .nx-profile-list [data-id=aecommerce-id],
.nx-board .nx-user-details .nx-profile-list [data-id=facebook-id],
.nx-board .nx-user-details .nx-profile-list [data-id=viber-id],
.nx-board .nx-user-details .nx-profile-list [data-id=zalo-id],
.nx-board .nx-user-details .nx-profile-list [data-id=telegram-id],
.nx-board .nx-user-details .nx-profile-list [data-id=wechat-id],
.nx-board .nx-user-details .nx-profile-list [data-id=martfury-session],
.nx-board .nx-user-details .nx-profile-list [data-id=line-id],
.nx-board .nx-user-details .nx-profile-list [data-id=opencart_id],
.nx-board .nx-user-details .nx-profile-list [data-id=shopify_id] {
  display: none;
}
.nx-board .nx-user-details .nx-profile-list [data-id=cc] {
  margin-left: 15px;
}
.nx-board .nx-user-details .nx-profile-list [data-id=cc],
.nx-board .nx-user-details .nx-profile-list [data-em] {
  transition: all 0.4s;
}
.nx-board .nx-user-details .nx-profile-list [data-id=cc] label,
.nx-board .nx-user-details .nx-profile-list [data-em] label {
  cursor: pointer;
}
.nx-board .nx-user-details .nx-profile-list [data-id=cc]:hover,
.nx-board .nx-user-details .nx-profile-list [data-em]:hover {
  color: #155CFD;
}
.nx-board .nx-user-details .nx-user-details-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.nx-board .nx-user-details .nx-user-details-close i {
  line-height: 35px;
}
.nx-board .nx-user-details .nx-user-details-close i:before {
  font-size: 11px;
  line-height: 11px;
}
.nx-board .nx-user-details:not(.nx-active) {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.nx-board .nx-user-details .nx-select {
  padding: 0 15px 15px 15px;
}
.nx-board .nx-user-details .nx-scroll-bar {
  opacity: 0.2 !important;
}
.nx-board .nx-user-details .nx-scroll-area {
  height: calc(100vh - 70px);
}
.nx-board .nx-user-details .nx-user-conversations {
  margin: 0 15px 30px;
}
.nx-board .nx-user-details .nx-user-conversations li {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.nx-board .nx-user-details .nx-user-conversations li > div {
  padding-left: 45px;
}
.nx-board .nx-user-details .nx-user-conversations li > div .nx-message {
  font-weight: 400;
}
.nx-board .nx-user-details .nx-user-conversations li:hover, .nx-board .nx-user-details .nx-user-conversations li.nx-active {
  background-color: rgb(238, 241, 246);
}
.nx-board .nx-user-details .nx-user-conversations li:first-child {
  border-top: 1px solid #d4d4d4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.nx-board .nx-user-details .nx-user-conversations li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #d4d4d4;
}
.nx-board .nx-user-details .nx-user-conversations img {
  top: 6px;
  width: 30px;
  height: 30px;
}
.nx-board .nx-user-details .nx-user-conversations span {
  line-height: 21px;
  color: #1e293b;
  font-family: "InterSemiBold";
}
.nx-board .nx-user-details .nx-user-conversations .nx-message {
  height: 20px;
  line-height: 20px;
}
.nx-board .nx-user-details .nx-inline {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 20px 15px;
  border-top: 1px solid #cbd5e1;
}
.nx-board .nx-user-details .nx-inline h3 {
  margin-right: 15px;
  line-height: 55px;
}
.nx-board .nx-user-details .nx-inline > * {
  margin: 0;
  padding: 0;
}
.nx-board .nx-user-details .nx-inline > .nx-select {
  width: 100%;
  height: 45px;
}
.nx-board .nx-user-details .nx-inline > .nx-select > p {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 45px !important;
  border-radius: 0;
  color: #fff !important;
}
.nx-board .nx-user-details .nx-inline > .nx-select > p:after {
  line-height: 55px;
  right: 15px;
}
.nx-board .nx-user-details .nx-inline > .nx-select > ul {
  width: 100%;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments, .nx-board .nx-user-details .nx-inline.nx-inline-agents {
  padding: 0 30px;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select {
  background: #487fff;
  box-shadow: 0px 4px 7.2px -2px rgba(0, 0, 0, 0.2509803922), 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  padding: 0px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select ul {
  top: 0;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select ul li[data-value=gray] {
  color: #fff;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p {
  padding: 0 15px;
  position: unset;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p span {
  position: absolute;
  right: 0;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p:hover {
  color: #fff;
}
.nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p::after {
  color: #fff;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department {
  display: block;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department ul li {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department p {
  position: relative !important;
  padding-right: 15px;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department p::after {
  line-height: 47px;
  right: 15px;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department p span {
  top: 40%;
  right: 42px;
}
.nx-board .nx-user-details .nx-inline-departments #conversation-department ul li:hover {
  background: #1653fd !important;
  color: #fff !important;
}
.nx-board .nx-no-conversation-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 15px;
  display: none;
  z-index: 4;
}
.nx-board .nx-no-conversation-message > div {
  max-width: 650px;
}
.nx-board .nx-no-conversation-message label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.nx-board .nx-no-conversation-message p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}
.nx-board .nx-labels {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.nx-board .nx-labels span {
  font-size: 14px;
  line-height: 30px;
  padding: 1px 10px 0 10px;
  border-radius: 3px;
  margin: 0 5px;
  display: block;
  font-weight: 600;
  white-space: nowrap;
  cursor: default;
  position: relative;
}
.nx-board .nx-labels .nx-status-online {
  background: rgba(19, 202, 126, 0.21);
  color: rgb(0, 147, 65);
}
.nx-board .nx-labels .nx-status-warning {
  background: rgb(242, 227, 124);
  color: rgb(98, 87, 5);
}
.nx-board .nx-labels .nx-status-typing {
  background-color: rgb(231, 242, 252);
  color: #155CFD;
  padding-right: 32px;
}
.nx-board .nx-labels .nx-status-typing:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% - 27px);
  bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
  animation: nx-typing 1s infinite;
  text-indent: 0;
}
.nx-board .nx-editor .nx-labels {
  position: absolute;
  left: -15px;
  top: -45px;
  z-index: 95;
}
.nx-board .nx-editor .nx-labels > span {
  animation: nx-fade-bottom-animation 0.5s;
}
.nx-board .nx-list > div:not(.nx-right) .nx-thumb .nx-tooltip {
  top: 40px;
  left: -10px;
}
.nx-board .nx-list > div:not(.nx-right) .nx-thumb .nx-tooltip:before {
  top: -11px;
  left: 21px;
}
.nx-board .nx-list > div:not(.nx-right) .nx-thumb:hover .nx-tooltip {
  display: block;
  opacity: 0;
  animation: nx-fade-bottom-animation 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.nx-board.nx-no-conversation .nx-no-conversation-message {
  display: flex;
}
.nx-board .nx-tags-area {
  display: flex;
  align-items: center;
  padding-right: 5px;
  overflow: hidden;
  overflow-x: scroll;
}
.nx-board .nx-tags-area::-webkit-scrollbar {
  height: 2px;
}
.nx-board .nx-tags-area::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  height: 3px;
  border-radius: 40px;
}
.nx-board .nx-tags-area > i {
  line-height: 8px;
  font-weight: 400;
  background: none;
}

.form-select:focus {
  box-shadow: none !important;
  border-color: #dee2e6 !important;
}

.nx-profile-box.nx-lightbox.nx-agent-admin.nx-type-user.nx-active .nx-profile .nx-name {
  padding-left: 35px;
}

#banner-we-sent-you-a-secret-code {
  width: 100%;
}
#banner-we-sent-you-a-secret-code > div {
  padding-top: 20px;
}
#banner-we-sent-you-a-secret-code #btn-verify-code {
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background-color: #006ff9;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
  font-size: 14px;
  margin-left: 0;
  margin-top: 20px;
}

#add-conversation-to-ticket {
  padding: 60px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#add-conversation-to-ticket.nx-active {
  display: flex;
}
#add-conversation-to-ticket p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
#add-conversation-to-ticket .nx-close {
  background: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000;
}

.tickts-scroll-area .row.dt-row .col-sm-12 {
  max-height: calc(100vh - 302px);
  overflow: hidden;
  overflow-y: scroll;
}

#customerTable thead tr th.nx-active {
  border-bottom: 1px solid #d5d5d5;
}
#customerTable thead tr th.nx-active::after {
  content: none;
}

#customerTable_wrapper .row,
#ticketTable_wrapper .row {
  align-items: center;
  justify-content: space-between;
}
#customerTable_wrapper .row label,
#customerTable_wrapper .row .dataTables_info,
#ticketTable_wrapper .row label,
#ticketTable_wrapper .row .dataTables_info {
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
#customerTable_wrapper .row .col-md-6,
#ticketTable_wrapper .row .col-md-6 {
  width: fit-content !important;
}
#customerTable_wrapper .row .col-md-6 input,
#ticketTable_wrapper .row .col-md-6 input {
  box-shadow: none;
  border: 1px solid #dee2e6;
}
#customerTable_wrapper .row .col-md-6 #ticketTable_filter input,
#ticketTable_wrapper .row .col-md-6 #ticketTable_filter input {
  min-height: 26px;
}
#customerTable_wrapper .row .col-md-6:nth-child(2),
#ticketTable_wrapper .row .col-md-6:nth-child(2) {
  order: 1;
}
#customerTable_wrapper .row .col-md-6:nth-child(1),
#ticketTable_wrapper .row .col-md-6:nth-child(1) {
  order: 2;
}
#customerTable_wrapper .row .col-md-6 .dataTables_length label,
#ticketTable_wrapper .row .col-md-6 .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
}
#customerTable_wrapper .row .col-md-5,
#ticketTable_wrapper .row .col-md-5 {
  width: fit-content !important;
  order: 2;
}
#customerTable_wrapper .row .col-md-5 input,
#ticketTable_wrapper .row .col-md-5 input {
  box-shadow: none;
  border: 1px solid #dee2e6;
}
#customerTable_wrapper .row .col-md-5 .dataTables_info,
#ticketTable_wrapper .row .col-md-5 .dataTables_info {
  padding: 10px 0px !important;
}
#customerTable_wrapper .row .col-md-7,
#ticketTable_wrapper .row .col-md-7 {
  width: fit-content !important;
  order: 1;
}
#customerTable_wrapper .row .col-md-7 input,
#ticketTable_wrapper .row .col-md-7 input {
  box-shadow: none;
  border: 1px solid #dee2e6;
}
#customerTable_wrapper .row.dt-row,
#ticketTable_wrapper .row.dt-row {
  margin-block: 10px;
}

ul.pagination li.disabled a {
  background: #fff;
}

.nx-account-box .nx-top-bar {
  width: calc(100% - 130px);
  margin-left: auto !important;
}
.nx-account-box .nx-top-bar div h2 {
  width: fit-content;
  text-indent: unset;
  font-size: 28px;
  font-family: "InterSemiBold";
  font-weight: 600;
  margin-bottom: 0;
}
.nx-account-box .nx-top-bar div a.nx-btn {
  font-size: 14px;
}
.nx-account-box .nx-top-bar div a.nx-btn i {
  font-size: 14px;
}
.nx-account-box .nx-nav {
  min-width: 100px;
  width: 100px;
  padding: 10px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  height: 100vh;
}
.nx-account-box .nx-nav span.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 83px;
  border-bottom: 1px solid #eaedf4;
}
.nx-account-box .nx-nav span.logo img {
  width: 40px;
}
.nx-account-box .nx-nav ul.ul_account {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nx-account-box .nx-nav ul.ul_account li {
  margin-bottom: 0 !important;
  padding: 20px 0px;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  color: #5f6465;
  text-align: center;
  height: fit-content;
  line-height: 1.4;
  overflow: visible;
}
.nx-account-box .nx-nav ul.ul_account li svg {
  width: 20px;
  height: 20px;
}
.nx-account-box .nx-nav ul.ul_account li svg path {
  fill: rgb(95, 100, 101);
}
.nx-account-box .nx-nav ul.ul_account li.nx-active, .nx-account-box .nx-nav ul.ul_account li:hover {
  box-shadow: none;
  font-weight: 500 !important;
  color: #000 !important;
  background: none;
}
.nx-account-box .nx-nav ul.ul_account li.nx-active svg path, .nx-account-box .nx-nav ul.ul_account li:hover svg path {
  fill: #000 !important;
}
.nx-account-box .nx-tab .nx-content {
  width: calc(100% - 135px);
  margin-left: auto;
}

.nx-area-users .nx-top-bar div .nx-filter-btn {
  width: 38px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-area-users .nx-top-bar div .nx-filter-btn svg {
  transition: all 0.4s ease-in-out;
}
.nx-area-users .nx-top-bar div .nx-filter-btn i {
  font-size: 15px;
}
.nx-area-users .nx-top-bar div .nx-filter-btn.nx-active svg {
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}
.nx-area-users .nx-filter-btn.nx-active div {
  align-items: center;
  gap: 15px;
  border-radius: 4px;
}
.nx-area-users .nx-select p {
  padding-right: 15px;
}

.nx-setting.nx-type-textarea .codex-editor .ce-toolbar__actions {
  position: unset;
}

.nx-area-reports.nx-area-reports_new .nx-top-bar {
  border-bottom: 0;
  display: block;
  height: fit-content;
}
.nx-area-reports.nx-area-reports_new .nx-top-bar .top-bar-search {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  justify-content: flex-end;
}
.nx-area-reports.nx-area-reports_new .nx-top-bar .nx-setting.nx-type-text {
  border-bottom: 0;
  padding-block: 0 !important;
}
.nx-area-reports.nx-area-reports_new .nx-tab {
  gap: 20px;
  padding: 0px 1rem 10px;
  height: calc(100vh - 194px) !important;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only {
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only ul li {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 35px;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only ul li:hover {
  color: #155cfd !important;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only ul li img {
  width: 16px;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only ul li.nx-active {
  color: #000 !important;
  font-weight: 700;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area {
  gap: 20px;
  padding: 0 !important;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-chart {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-chart .chart-cnt.mt-3 {
  margin-top: 0 !important;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-chart .chart-cnt.mt-3 canvas {
  max-height: 100%;
}
.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-sidebar {
  background: #fff;
  border-radius: 8px;
  margin: 0 !important;
  padding: 20px 20px;
}

li#agents-ratings {
  display: none;
}

#user-additional-fields i {
  top: 21%;
}

#chat-timetable-disable,
#registration-timetable,
#chat-timetable {
  display: none;
}

body .nx-btn,
body a.nx-btn,
body div ul.nx-menu li:hover,
body .nx-select ul li:hover,
body .nx-timetable .nx-custom-select span:hover,
body .daterangepicker .ranges li.active,
body .daterangepicker td.active,
body .daterangepicker td.active:hover {
  background-color: #006ff9;
}

#tab-profile.nx-active {
  max-width: unset;
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tab-profile.nx-active #banner-verify-your-email,
#tab-profile.nx-active h2.first-title,
#tab-profile.nx-active p {
  width: 100%;
}
#tab-profile.nx-active .nx-input {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-top: 0;
}
#tab-profile.nx-active .nx-input span {
  padding-bottom: 8px;
}
#tab-profile.nx-active #email {
  flex-direction: row;
  flex-wrap: wrap;
}
#tab-profile.nx-active #email span {
  display: flex;
  width: 100%;
}
#tab-profile.nx-active #email input:last-child {
  width: 100%;
}
#tab-profile.nx-active #email input {
  width: calc(100% - 112px);
  display: inline-block;
}
#tab-profile.nx-active a.btn-verify-email {
  background-color: #006ff9;
  color: #ffffff;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  height: 42px !important;
  vertical-align: middle;
  box-shadow: none !important;
}
#tab-profile.nx-active .nx-flex {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 1rem;
}
#tab-profile.nx-active .nx-flex a {
  width: fit-content;
  margin-left: 0 !important;
}
#tab-profile.nx-active .nx-flex a i {
  font-size: 14px;
}

#tab-referral,
#tab-installation {
  max-width: unset;
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 8px;
}
#tab-referral h2.first-title,
#tab-installation h2.first-title {
  margin-top: 0 !important;
}
#tab-referral h2.addons-title,
#tab-installation h2.addons-title {
  margin-top: 20px;
}
#tab-referral textarea,
#tab-installation textarea {
  resize: none;
}

.container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;
}
.container .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

.users-tab::-webkit-scrollbar {
  width: 0;
}

.nx-area-dashboard header,
.nx-area-conversations header,
.nx-area-tickets header,
.nx-area-users header,
.nx-area-chatbot header,
.nx-area-articles header,
.nx-area-reports header,
.nx-area-settings header,
.nx-area-ticket-detail header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #eaedf4;
  background: #fff;
}
.nx-area-dashboard header .header-left,
.nx-area-dashboard header .header-right,
.nx-area-conversations header .header-left,
.nx-area-conversations header .header-right,
.nx-area-tickets header .header-left,
.nx-area-tickets header .header-right,
.nx-area-users header .header-left,
.nx-area-users header .header-right,
.nx-area-chatbot header .header-left,
.nx-area-chatbot header .header-right,
.nx-area-articles header .header-left,
.nx-area-articles header .header-right,
.nx-area-reports header .header-left,
.nx-area-reports header .header-right,
.nx-area-settings header .header-left,
.nx-area-settings header .header-right,
.nx-area-ticket-detail header .header-left,
.nx-area-ticket-detail header .header-right {
  display: flex;
  align-items: center;
  gap: 35px;
}
.nx-area-dashboard header .title,
.nx-area-conversations header .title,
.nx-area-tickets header .title,
.nx-area-users header .title,
.nx-area-chatbot header .title,
.nx-area-articles header .title,
.nx-area-reports header .title,
.nx-area-settings header .title,
.nx-area-ticket-detail header .title {
  font-weight: 600;
  font-size: 28px;
  font-family: "InterSemiBold";
}
.nx-area-dashboard header .notification,
.nx-area-conversations header .notification,
.nx-area-tickets header .notification,
.nx-area-users header .notification,
.nx-area-chatbot header .notification,
.nx-area-articles header .notification,
.nx-area-reports header .notification,
.nx-area-settings header .notification,
.nx-area-ticket-detail header .notification {
  position: relative;
  cursor: pointer;
}
.nx-area-dashboard header .notification .badge,
.nx-area-conversations header .notification .badge,
.nx-area-tickets header .notification .badge,
.nx-area-users header .notification .badge,
.nx-area-chatbot header .notification .badge,
.nx-area-articles header .notification .badge,
.nx-area-reports header .notification .badge,
.nx-area-settings header .notification .badge,
.nx-area-ticket-detail header .notification .badge {
  position: absolute;
  top: -10px;
  right: -8px;
  background-color: #155CFD;
  color: white;
  border-radius: 50%;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 11px;
}
.nx-area-dashboard header .user_menu .nx-menu,
.nx-area-conversations header .user_menu .nx-menu,
.nx-area-tickets header .user_menu .nx-menu,
.nx-area-users header .user_menu .nx-menu,
.nx-area-chatbot header .user_menu .nx-menu,
.nx-area-articles header .user_menu .nx-menu,
.nx-area-reports header .user_menu .nx-menu,
.nx-area-settings header .user_menu .nx-menu,
.nx-area-ticket-detail header .user_menu .nx-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  /* Ensure it's there for transitioning */
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.nx-area-dashboard header .user_menu .nx-menu .menu_head,
.nx-area-conversations header .user_menu .nx-menu .menu_head,
.nx-area-tickets header .user_menu .nx-menu .menu_head,
.nx-area-users header .user_menu .nx-menu .menu_head,
.nx-area-chatbot header .user_menu .nx-menu .menu_head,
.nx-area-articles header .user_menu .nx-menu .menu_head,
.nx-area-reports header .user_menu .nx-menu .menu_head,
.nx-area-settings header .user_menu .nx-menu .menu_head,
.nx-area-ticket-detail header .user_menu .nx-menu .menu_head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
  border-bottom: 1px solid #d7d7d7;
}
.nx-area-dashboard header .user_menu .nx-menu .menu_head > img,
.nx-area-conversations header .user_menu .nx-menu .menu_head > img,
.nx-area-tickets header .user_menu .nx-menu .menu_head > img,
.nx-area-users header .user_menu .nx-menu .menu_head > img,
.nx-area-chatbot header .user_menu .nx-menu .menu_head > img,
.nx-area-articles header .user_menu .nx-menu .menu_head > img,
.nx-area-reports header .user_menu .nx-menu .menu_head > img,
.nx-area-settings header .user_menu .nx-menu .menu_head > img,
.nx-area-ticket-detail header .user_menu .nx-menu .menu_head > img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.nx-area-dashboard header .user_menu .nx-menu li[data-value=status],
.nx-area-dashboard header .user_menu .nx-menu li.nx-online,
.nx-area-dashboard header .user_menu .nx-menu li.nx-offline,
.nx-area-conversations header .user_menu .nx-menu li[data-value=status],
.nx-area-conversations header .user_menu .nx-menu li.nx-online,
.nx-area-conversations header .user_menu .nx-menu li.nx-offline,
.nx-area-tickets header .user_menu .nx-menu li[data-value=status],
.nx-area-tickets header .user_menu .nx-menu li.nx-online,
.nx-area-tickets header .user_menu .nx-menu li.nx-offline,
.nx-area-users header .user_menu .nx-menu li[data-value=status],
.nx-area-users header .user_menu .nx-menu li.nx-online,
.nx-area-users header .user_menu .nx-menu li.nx-offline,
.nx-area-chatbot header .user_menu .nx-menu li[data-value=status],
.nx-area-chatbot header .user_menu .nx-menu li.nx-online,
.nx-area-chatbot header .user_menu .nx-menu li.nx-offline,
.nx-area-articles header .user_menu .nx-menu li[data-value=status],
.nx-area-articles header .user_menu .nx-menu li.nx-online,
.nx-area-articles header .user_menu .nx-menu li.nx-offline,
.nx-area-reports header .user_menu .nx-menu li[data-value=status],
.nx-area-reports header .user_menu .nx-menu li.nx-online,
.nx-area-reports header .user_menu .nx-menu li.nx-offline,
.nx-area-settings header .user_menu .nx-menu li[data-value=status],
.nx-area-settings header .user_menu .nx-menu li.nx-online,
.nx-area-settings header .user_menu .nx-menu li.nx-offline,
.nx-area-ticket-detail header .user_menu .nx-menu li[data-value=status],
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-online,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-offline {
  position: relative;
  margin-top: 8px;
}
.nx-area-dashboard header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-dashboard header .user_menu .nx-menu li.nx-online::before,
.nx-area-dashboard header .user_menu .nx-menu li.nx-offline::before,
.nx-area-conversations header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-conversations header .user_menu .nx-menu li.nx-online::before,
.nx-area-conversations header .user_menu .nx-menu li.nx-offline::before,
.nx-area-tickets header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-tickets header .user_menu .nx-menu li.nx-online::before,
.nx-area-tickets header .user_menu .nx-menu li.nx-offline::before,
.nx-area-users header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-users header .user_menu .nx-menu li.nx-online::before,
.nx-area-users header .user_menu .nx-menu li.nx-offline::before,
.nx-area-chatbot header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-chatbot header .user_menu .nx-menu li.nx-online::before,
.nx-area-chatbot header .user_menu .nx-menu li.nx-offline::before,
.nx-area-articles header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-articles header .user_menu .nx-menu li.nx-online::before,
.nx-area-articles header .user_menu .nx-menu li.nx-offline::before,
.nx-area-reports header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-reports header .user_menu .nx-menu li.nx-online::before,
.nx-area-reports header .user_menu .nx-menu li.nx-offline::before,
.nx-area-settings header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-settings header .user_menu .nx-menu li.nx-online::before,
.nx-area-settings header .user_menu .nx-menu li.nx-offline::before,
.nx-area-ticket-detail header .user_menu .nx-menu li[data-value=status]::before,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-online::before,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-offline::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background: rgb(19, 202, 126);
}
.nx-area-dashboard header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-dashboard header .user_menu .nx-menu li.nx-online::after,
.nx-area-dashboard header .user_menu .nx-menu li.nx-offline::after,
.nx-area-conversations header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-conversations header .user_menu .nx-menu li.nx-online::after,
.nx-area-conversations header .user_menu .nx-menu li.nx-offline::after,
.nx-area-tickets header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-tickets header .user_menu .nx-menu li.nx-online::after,
.nx-area-tickets header .user_menu .nx-menu li.nx-offline::after,
.nx-area-users header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-users header .user_menu .nx-menu li.nx-online::after,
.nx-area-users header .user_menu .nx-menu li.nx-offline::after,
.nx-area-chatbot header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-chatbot header .user_menu .nx-menu li.nx-online::after,
.nx-area-chatbot header .user_menu .nx-menu li.nx-offline::after,
.nx-area-articles header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-articles header .user_menu .nx-menu li.nx-online::after,
.nx-area-articles header .user_menu .nx-menu li.nx-offline::after,
.nx-area-reports header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-reports header .user_menu .nx-menu li.nx-online::after,
.nx-area-reports header .user_menu .nx-menu li.nx-offline::after,
.nx-area-settings header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-settings header .user_menu .nx-menu li.nx-online::after,
.nx-area-settings header .user_menu .nx-menu li.nx-offline::after,
.nx-area-ticket-detail header .user_menu .nx-menu li[data-value=status]::after,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-online::after,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-offline::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: rgba(19, 202, 126, 0.2);
}
.nx-area-dashboard header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-dashboard header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-dashboard header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-conversations header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-conversations header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-conversations header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-tickets header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-tickets header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-tickets header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-users header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-users header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-users header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-chatbot header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-chatbot header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-chatbot header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-articles header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-articles header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-articles header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-reports header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-reports header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-reports header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-settings header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-settings header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-settings header .user_menu .nx-menu li.nx-offline.nx-offline::before,
.nx-area-ticket-detail header .user_menu .nx-menu li[data-value=status].nx-offline::before,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-online.nx-offline::before,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-offline.nx-offline::before {
  background: #d6d6d6 !important;
}
.nx-area-dashboard header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-dashboard header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-dashboard header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-conversations header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-conversations header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-conversations header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-tickets header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-tickets header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-tickets header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-users header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-users header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-users header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-chatbot header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-chatbot header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-chatbot header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-articles header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-articles header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-articles header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-reports header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-reports header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-reports header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-settings header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-settings header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-settings header .user_menu .nx-menu li.nx-offline.nx-offline::after,
.nx-area-ticket-detail header .user_menu .nx-menu li[data-value=status].nx-offline::after,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-online.nx-offline::after,
.nx-area-ticket-detail header .user_menu .nx-menu li.nx-offline.nx-offline::after {
  display: none !important;
}
.nx-area-dashboard header .user_menu:hover .nx-menu,
.nx-area-conversations header .user_menu:hover .nx-menu,
.nx-area-tickets header .user_menu:hover .nx-menu,
.nx-area-users header .user_menu:hover .nx-menu,
.nx-area-chatbot header .user_menu:hover .nx-menu,
.nx-area-articles header .user_menu:hover .nx-menu,
.nx-area-reports header .user_menu:hover .nx-menu,
.nx-area-settings header .user_menu:hover .nx-menu,
.nx-area-ticket-detail header .user_menu:hover .nx-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

span.badge {
  background-color: rgba(252, 228, 236, 0.4196078431) !important;
  color: #000 !important;
}
span.badge[data-color=red] {
  background-color: #e22424 !important;
  color: #fff !important;
}
span.badge[data-color=green] {
  background-color: #1fa839 !important;
  color: #fff !important;
}
span.badge[data-color=pink] {
  background-color: #5b31f1 !important;
  color: #fff !important;
}
span.badge[data-color=blue] {
  background-color: #008db5 !important;
  color: #fff !important;
}
span.badge[data-color=yellow] {
  background-color: #f5a212 !important;
  color: #fff !important;
}
span.badge[data-color=gray] {
  background-color: #282828 !important;
  color: #fff !important;
}

.nx-td-tags span {
  margin-right: 5px;
}
.nx-td-tags span:last-child {
  margin-right: 0;
}

.table-responsive #ticketTable .nx-td-tags {
  max-width: 373px;
  overflow-x: auto !important;
}
.table-responsive #ticketTable .nx-td-tags::-webkit-scrollbar {
  background: none;
  height: 6px;
}
.table-responsive #ticketTable .nx-td-tags::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 40px;
}

ul.pagination li a.page-link {
  color: #696969;
  font-weight: 400;
  box-shadow: none;
}
ul.pagination li.active a.page-link {
  color: #fff;
  border-color: #dee2e6;
}

.nx-main main .nx-board > .nx-admin-list .nx-scroll-area li:hover {
  background: #eef2ff !important;
}

.nx-main main .nx-area-conversations .nx-board > .nx-admin-list .nx-flex .nx-filter-btn .nx-select ul li:hover {
  background: #155cfd !important;
}

.nx-main main .nx-area-conversations .nx-board {
  height: calc(100vh - 78px);
}
.nx-main main .nx-area-conversations .nx-admin-list.nx-departments-show .nx-scroll-area ul li:hover {
  background: #eef2ff !important;
}
.nx-main main .nx-area-conversations .nx-admin-list.nx-departments-show .nx-flex ul.nx-scroll-area.nx-active li:hover {
  background: #155cfd !important;
}
.nx-main main .nx-area-conversations .nx-admin-list.nx-departments-show .nx-flex .nx-select {
  margin-right: 0;
}
.nx-main main .nx-area-conversations .nx-scroll-area ul li:hover {
  background: #eef2ff !important;
}
.nx-main main .nx-area-conversations .nx-scroll-area .nx-flex ul.nx-scroll-area.nx-active li:hover {
  background: #155cfd !important;
}
.nx-main main .nx-area-conversations .nx-user-details.nx-active .nx-panel-attachments h3 {
  margin-bottom: 5px;
}

.nx-area-dashboard main {
  width: 100%;
}
.nx-area-dashboard main .new_container {
  overflow-y: scroll;
  background: #edf2f9;
}
.nx-area-dashboard main .new_container::-webkit-scrollbar {
  width: 0;
}
.nx-area-dashboard main .new_container .chart-placeholder {
  height: 200px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-weight: 600;
  font-size: 1.1rem;
}
.nx-area-dashboard main .new_container .dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 15px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card {
  border-radius: 10px;
  padding: 32px 17px;
  box-shadow: 0px 4px 30px 0px rgba(46, 45, 116, 0.0509803922);
  border: 1px solid #d1d5db;
  min-height: 85px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs {
  display: flex;
  gap: 10px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .new_users_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .active_users_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_created_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_resolved_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .unread_conversation_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_pending_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .avg_response_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .total_conversations_chart,
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .agent_chart {
  max-height: 60px;
  display: flex;
  justify-content: end;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper .metric-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper .metric-icon i {
  font-size: 20px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper .metric-info h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  min-width: 120px;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper .metric-info p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "InterSemiBold";
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-chart {
  height: 50px;
  margin: 10px 0;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-chart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nx-area-dashboard main .new_container .dashboard-metrics .metric-card .increase-pill {
  font-size: 12px;
  color: #45b369;
  background-color: rgba(69, 179, 105, 0.1490196078);
  padding: 5px;
  border-radius: 6px;
}
.nx-area-dashboard main .new_container .main-charts h6 {
  font-family: "InterBold";
  font-size: 18px;
}
.nx-area-dashboard main .new_container .main-charts .customer-overview {
  margin-top: 15px;
}
.nx-area-dashboard main .new_container .main-charts .monthlyBarChart {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.nx-area-dashboard main .new_container .main-charts .monthlyBarChart canvas {
  width: 100% !important;
}
.nx-area-dashboard main .new_container .main-charts .monthlyBarChart #monthlyBarChart {
  height: 380px !important;
  width: 900px;
}
.nx-area-dashboard main .new_container .main-charts .ticket_activity_chart {
  width: 100%;
  margin: 0px auto;
}
.nx-area-dashboard main .new_container .main-charts .ticket_activity_chart #ticket_activity_chart {
  height: 173px !important;
  width: 100% !important;
  margin: 0 auto;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 0;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend li {
  color: #4b5563;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend li span.total {
  background: #4caf50;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend li span.new {
  background: #ffa726;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart .legend li span.active {
  background: #4285f4;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart #chart-container {
  position: relative;
  width: 300px;
}
.nx-area-dashboard main .new_container .main-charts .overview_chart #chart-container .chart-center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
}
.nx-area-dashboard main .new_container .main-charts .card {
  box-shadow: 0px 4px 30px 0px rgba(46, 45, 116, 0.0509803922);
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 !important;
}
.nx-area-dashboard main .new_container .main-charts .card.main-charts-card, .nx-area-dashboard main .new_container .main-charts .card.tickets_activity_card {
  padding: 1.5rem !important;
}
.nx-area-dashboard main .new_container .main-charts .head, .nx-area-dashboard main .new_container .main-charts .sub_head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  color: #111827;
  font-family: "InterBold";
  margin-bottom: 8px;
}
.nx-area-dashboard main .new_container .main-charts .sub_head {
  font-weight: 500;
  font-size: 14px;
  color: #4b5563;
  font-family: "InterMedium";
}
.nx-area-dashboard main .new_container .main-charts .head2 {
  font-size: 14px;
  color: #000;
  font-family: "InterBold";
}
.nx-area-dashboard main .new_container .main-charts .sub_head2 {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  font-family: "InterRegular";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nx-area-dashboard main .new_container .main-charts .text-muted {
  color: #7e7e7e !important;
  font-family: "InterRegular";
}
@media (max-width: 374.98px) {
  .nx-area-dashboard main .new_container .main-charts .text-muted span:first-child {
    max-width: 27px;
    display: inline-block;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;
  }
}
.nx-area-dashboard main .new_container .main-charts .button_ext {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 2px 15px 2px 2px;
  flex: 1 1 139px;
}
@media (min-width: 590px) {
  .nx-area-dashboard main .new_container .main-charts .button_ext {
    flex: 0 1 139px;
  }
}
.nx-area-dashboard main .new_container .main-charts .button_ext > img {
  color: #000;
  background: #f3f4f6;
  padding: 10px;
  border-radius: 8px;
}
.nx-area-dashboard main .new_container .main-charts .button_ext div strong {
  color: #666;
  font-weight: normal;
}
.nx-area-dashboard main .new_container .main-charts .button_ext .tickets-pending,
.nx-area-dashboard main .new_container .main-charts .button_ext .tickets-resolved,
.nx-area-dashboard main .new_container .main-charts .button_ext .tickets-created {
  color: #111827;
  font-family: "InterBold";
}
.nx-area-dashboard main .new_container .main-charts .green_badge {
  background: rgba(69, 179, 105, 0.1490196078);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #45b369;
  padding: 8px;
  margin-bottom: 0;
}
.nx-area-dashboard main .new_container .main-charts .progress-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.chat .progress-fill {
  background-color: #f86624;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.chat i {
  color: #f86624;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.email .progress-fill {
  background-color: #23b7e5;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.email i {
  color: #23b7e5;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.fb .progress-fill {
  background-color: #144bd6;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.fb i {
  color: #144bd6;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.wa .progress-fill {
  background-color: #1faf38;
}
.nx-area-dashboard main .new_container .main-charts .progress-item.wa i {
  color: #1faf38;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .left i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .left .label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  user-select: none;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .right .progress-bar {
  position: relative;
  width: 140px;
  height: 10px;
  background-color: #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .right .progress-fill {
  height: 100%;
  border-radius: 10px 0 0 10px;
  transition: width 0.5s ease;
}
.nx-area-dashboard main .new_container .main-charts .progress-item .right .percentage {
  font-size: 14px;
  font-weight: 600;
  color: #6c6c6c;
  user-select: none;
  min-width: 30px;
  text-align: right;
}
.nx-area-dashboard main .new_container .main-charts .bg-white {
  padding: 1.1rem 1.5rem 0.9rem;
  border-radius: 8px 8px 0 0;
  border-bottom: 0.9px solid #f0f1f5;
  box-shadow: 0px 1.8px 3.6px 0px rgba(0, 0, 0, 0.0745098039);
}
.nx-area-dashboard main .new_container .main-charts .seprator {
  box-shadow: 0px 1.8px 3.6px 0px rgba(0, 0, 0, 0.0745098039);
  border-bottom: 0.9px solid #f0f1f5;
}
.nx-area-dashboard main .new_container .main-charts .div {
  height: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px !important;
}
.nx-area-dashboard main .new_container .main-charts .recent.card {
  box-shadow: unset;
  border-radius: 0;
  overflow-y: scroll;
  padding: 1rem 1.5rem 1.5rem !important;
}
.nx-area-dashboard main .new_container .main-charts .recent.card ul.recent-messages li:last-child {
  margin-bottom: 0 !important;
}
.nx-area-dashboard main .new_container .main-charts .recent.card .avatar {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.nx-area-dashboard main .new_container .main-charts .recent.card .reply-btn {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background: rgba(41, 83, 232, 0.1019607843);
  text-decoration: none;
  color: #2953e8;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: 0.9px solid rgba(41, 83, 232, 0.1019607843);
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
}
.nx-area-dashboard main .new_container .main-charts .recent.card .reply-btn > a {
  color: #2953e8;
  text-decoration: unset;
}
.nx-area-dashboard main .new_container .main-charts .recent.card ul.recent-messages li div.d-flex {
  margin-left: auto;
}
.nx-area-dashboard main .new_container .main-charts .agents {
  display: flex;
  flex-direction: column;
  max-height: 280px;
  overflow-y: scroll;
}
.nx-area-dashboard main .new_container .main-charts .agents .li {
  padding: 12px 0;
}
.nx-area-dashboard main .new_container .main-charts .agents .li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.nx-area-dashboard main .new_container .main-charts .agents .li .small-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  box-shadow: 0px 4px 30px 0px rgba(46, 45, 116, 0.0509803922);
}
.nx-area-dashboard main .label_blue {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background-color: #155cfd;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
}
.nx-area-dashboard main .label_blue > a {
  color: #fff;
  text-decoration: unset;
}

#tickets-height,
#tickets-height-offset,
#tickets-hide,
#close-ticket,
#tickets-conversations-title-user,
#tickets-names-title,
#tickets-names-message,
#tickets-names-panel,
#tickets-welcome-message,
#tickets-first-ticket,
#tickets-edit-profile,
#tickets-left-panel,
#tickets-right-panel,
#tickets-arrows,
#tickets-top-bar,
#tickets-profile-image,
#tickets-department,
#tickets-agent,
#tickets-agent-details,
#tickets-email-notification,
#tickets-email,
#tickets-manual-init {
  display: none;
}

.nx-area-ticket-detail {
  background-color: #edf2f9;
}
.nx-area-ticket-detail .tc_bg {
  padding: 20px 15px;
}
.nx-area-ticket-detail .tc_bg .tc_back {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  padding: 16px 22px;
  border-radius: 8px;
}
.nx-area-ticket-detail .tc_bg .tc_back .ticket-status-dropdown {
  width: auto;
  height: 35px;
  padding: 0 7px;
}
.nx-area-ticket-detail .tc_bg .tc_back .title {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.nx-area-ticket-detail .tc_bg .tc_back .title span.tno {
  min-width: fit-content;
}
.nx-area-ticket-detail .tc_bg .tc_back .sub_title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0 !important;
}
.nx-area-ticket-detail .tc_bg .tc_back .label {
  font-weight: 500;
  font-size: 14px;
}
.nx-area-ticket-detail .tc_bg .tc_back .field-label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}
.nx-area-ticket-detail .tc_bg .tc_back .msg {
  max-height: 300px;
  overflow-y: auto;
}
.nx-area-ticket-detail .tc_bg .tc_back .msg .mright,
.nx-area-ticket-detail .tc_bg .tc_back .msg .mleft {
  display: flex;
  gap: 8px;
}
.nx-area-ticket-detail .tc_bg .tc_back .msg .mright .avatar,
.nx-area-ticket-detail .tc_bg .tc_back .msg .mleft .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
.nx-area-ticket-detail .tc_bg .tc_back .msg .mright .comment-card,
.nx-area-ticket-detail .tc_bg .tc_back .msg .mleft .comment-card {
  max-width: 350px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 8px;
  font-size: 13px;
}
.nx-area-ticket-detail .tc_bg .tc_back .msg .mleft {
  justify-content: end;
}
.nx-area-ticket-detail .tc_bg .tc_back .chat-input {
  border: 1px solid #a5a7aa;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(16, 24, 40, 0.08);
}
.nx-area-ticket-detail .tc_bg .tc_back .chat-input .input-no-border {
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
}
.nx-area-ticket-detail .tc_bg .tc_back .sidepanel {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 15px;
}
.nx-area-ticket-detail .tc_bg .tc_back .sidepanel .assign-link {
  color: #155CFD;
  font-size: 14px;
  cursor: pointer;
}
.nx-area-ticket-detail .tc_bg .tc_back .sidepanel .reporter {
  height: 35px;
  border-radius: 50%;
}
.nx-area-ticket-detail .tc_bg .tc_back .sidepanel .ticket-priority {
  background-color: #fff;
  border: 1px solid #d3dced;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-flex;
}
.nx-area-ticket-detail .tc_bg .tc_back .divider {
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

a#nx-accout {
  color: #000000;
  margin: 0 10px 0 0;
  transition: all 0.4s;
  letter-spacing: 0.3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  text-decoration: none;
  align-items: flex-start;
  padding: 0rem !important;
  line-height: 1.2 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

#ticket-selector .nx-input {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#ticket-selector .nx-input .nx-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nx-area-conversations > .nx-btn-collapse {
  display: none;
  position: fixed;
  left: 70px;
  top: 20px;
  transition: color 0.4s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  z-index: 3;
}
.nx-area-conversations > .nx-btn-collapse.nx-left:not(.nx-active) {
  transform: rotate(180deg);
  left: 67px;
}
.nx-area-conversations > .nx-btn-collapse.nx-right:not(.nx-active) {
  transform: rotate(180deg);
  right: 2px;
}
.nx-area-conversations > .nx-btn-collapse.nx-right {
  left: auto;
  right: 10px;
}

#nx-audio-clip {
  bottom: 0;
  right: auto;
  left: 0;
  top: 0;
  border-radius: 6px;
  background: #fff;
}
#nx-audio-clip .nx-icon:before {
  line-height: 50px;
}

.nx-notes-box .nx-setting textarea {
  min-height: 200px;
}

#note-ai-scraping {
  margin-right: 15px;
  max-width: 200px;
}
#note-ai-scraping select {
  min-width: auto;
  padding-right: 30px;
}

.nx-list .nx-select-phone > div > p {
  display: none;
}

.nx-cc-box .nx-setting .repeater-item + .repeater-item {
  border-top: none;
  padding-top: 0;
  margin-top: 10px;
}
.nx-cc-box .nx-setting .repeater-item + .repeater-item i {
  margin-top: -6px;
}

.nx-shopify-orders > div > span {
  display: flex !important;
}
.nx-shopify-orders > div > span > span + span + span {
  margin-right: 35px;
  margin-left: auto !important;
}
.nx-shopify-orders [data-status] {
  padding: 5px 8px;
  background: #ffeb78;
  color: #4f4700;
  font-size: 11px;
  line-height: 13px;
  border-radius: 4px;
}
.nx-shopify-orders [data-status=Fulfilled] {
  color: #014b40;
  background: #affebf;
}
.nx-shopify-orders [data-product-id] {
  cursor: pointer;
}
.nx-shopify-orders [data-product-id] + .nx-title {
  margin-top: 5px;
}

.nx-shopify-cart > a > span:first-child,
.nx-shopify-orders [data-product-id] > span:first-child {
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.0705882353);
  font-size: 11px;
  line-height: 13px;
  margin-right: 10px;
  border-radius: 4px;
}

.nx-shopify-cart > a > span:last-child {
  float: right;
}

.nx-editor .nx-bar-icons > .nx-btn-shopify:before {
  content: "\e900";
  font-size: 25px;
  left: 5px;
}

span.initials.avatar_name {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ticket-comments .col-md-12 {
  padding: 0;
}
#ticket-comments .col-md-12 #comments-section .comment-row.customer .comment-bubble {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: auto auto;
  gap: 10px;
}

#test-sms-user,
#test-sms-agent {
  display: none;
}

/*
 * -----------------------------------------------------------
 * USERS AREA
 * -----------------------------------------------------------
*/
.nx-area-users {
  height: 100%;
}
.nx-area-users .nx-scroll-area {
  overflow: hidden;
  overflow-y: scroll;
  padding: 15px 15px 0;
  height: calc(100vh - 163px);
}
.nx-area-users .nx-scroll-area:hover + .nx-scroll-bar {
  opacity: 0.1 !important;
}
.nx-area-users > .nx-loading-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.nx-area-users .nx-filter-btn > div {
  left: auto;
  right: 0;
  top: 27px;
  width: auto;
  padding: 15px;
  z-index: 11;
}
.nx-area-users .nx-filter-btn > div .nx-select:last-child {
  margin-right: 0;
}
.nx-area-users .nx-filter-btn > div .nx-select {
  margin-left: 0;
}
.nx-area-users .nx-filter-btn > div .nx-select p {
  max-width: fit-content;
}
.nx-area-users .nx-filter-btn > div .nx-select ul {
  margin-top: 0 !important;
  top: 11px !important;
  margin-left: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  overflow-y: scroll;
  width: fit-content;
}
.nx-area-users .nx-filter-btn > div .nx-select ul::-webkit-scrollbar {
  width: 0;
}
.nx-area-users .nx-filter-btn.nx-active {
  position: relative;
}
.nx-area-users .nx-filter-btn.nx-active i {
  top: 10px;
  right: 0;
}
.nx-area-users .nx-filter-star {
  display: none;
}
.nx-area-users .nx-top-bar > div:first-child {
  overflow: visible !important;
}

.nx-table-users .nx-profile {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.nx-table-users th:first-child {
  max-width: 15px;
  width: 15px;
  border-bottom-color: rgb(212, 212, 212) !important;
}
.nx-table-users th {
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
.nx-table-users th.nx-active, .nx-table-users th:hover {
  border-bottom: 1px solid rgb(131, 131, 131);
  color: rgb(0, 0, 0);
}
.nx-table-users th.nx-active:after {
  content: "a";
  font-family: "Nexleon Helpdesk Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  right: 15px;
}
.nx-table-users th.nx-order-asc:after {
  transform: rotate(180deg);
}
.nx-table-users td:not(:first-child),
.nx-table-users th:not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-table-users.nx-loading tbody,
.nx-table-users.nx-loading thead {
  display: none;
}

.nx-profile-box .nx-profile-list {
  padding-right: 30px;
}
.nx-profile-box .nx-profile-list ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.nx-profile-box .nx-profile-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 0;
}
.nx-profile-box .nx-profile-list ul li i {
  font-size: 18px;
}
.nx-profile-box .nx-profile-list ul li img {
  position: unset;
}
.nx-profile-box .nx-user-conversations > p {
  padding: 10px 15px 8px 15px;
}
.nx-profile-box .nx-top-bar .nx-profile {
  font-weight: 600;
}
.nx-profile-box .nx-top-bar .nx-profile img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.nx-profile-box .nx-top-bar .nx-profile span {
  margin-left: 20px;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
  padding-left: 50px;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nx-profile-box .nx-top-bar .nx-profile span.initials {
  padding-left: 0;
}
.nx-profile-box .nx-top-bar > div > [data-value] + .nx-btn {
  margin-left: 15px;
}
.nx-profile-box .nx-top-bar > div > [data-value]:not(.nx-active) {
  display: none;
}
.nx-profile-box .nx-user-conversations {
  max-width: 600px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}
.nx-profile-box .nx-user-conversations > li {
  padding: 15px;
  border-left: none;
}
.nx-profile-box .nx-user-conversations > li:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nx-profile-box .nx-user-conversations > li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nx-profile-box .nx-user-conversations .nx-profile {
  padding: 0 0 5px 0;
}
.nx-profile-box .nx-user-conversations .nx-profile .nx-name {
  font-size: 14px;
}
.nx-profile-box .nx-user-conversations .nx-profile img {
  display: none;
}
.nx-profile-box .nx-user-conversations .nx-profile .nx-time {
  float: right;
}
.nx-profile-box .nx-agent-area {
  padding-top: 30px;
}
.nx-profile-box .nx-agent-area .nx-title {
  margin-bottom: 30px;
}
.nx-profile-box .nx-agent-area .nx-rating-area {
  min-height: 30px;
}
.nx-profile-box .nx-agent-area .nx-rating-area > div {
  display: flex;
  height: 35px;
  align-items: center;
}
.nx-profile-box .nx-agent-area .nx-rating-area > div > div:first-child {
  font-weight: 500;
  padding-right: 10px;
  font-size: 13px;
  width: 80px;
}
.nx-profile-box .nx-agent-area .nx-rating-area > div > span {
  height: 3px;
  background-color: rgb(26, 146, 96);
  margin-right: 10px;
}
.nx-profile-box .nx-agent-area .nx-rating-area > div > span[data-count="0"] {
  display: none;
}
.nx-profile-box .nx-agent-area .nx-rating-area > div + div > span {
  background-color: rgb(202, 52, 52);
}
.nx-profile-box .nx-agent-area .nx-rating-area > div > div:last-child {
  font-size: 13px;
}
.nx-profile-box .nx-agent-area .nx-rating-area .nx-rating-count {
  font-size: 12px;
  line-height: 40px;
  color: rgb(86, 96, 105);
  opacity: 0.7;
}
.nx-profile-box .nx-agent-area .nx-rating-area:before {
  left: 10px;
}
.nx-profile-box.nx-type-agent .nx-start-conversation, .nx-profile-box.nx-type-admin .nx-start-conversation,
.nx-profile-box .nx-agent-area,
.nx-profile-box .nx-hide + .nx-user-conversations {
  display: none;
}
.nx-profile-box.nx-type-agent .nx-agent-area, .nx-profile-box.nx-type-admin .nx-agent-area {
  display: block;
}

.nx-profile-box.nx-lightbox.nx-agent-admin.nx-type-user.nx-active .nx-top-bar .nx-profile img {
  position: absolute;
}

.nx-profile-edit-box .nx-top-bar .nx-profile {
  font-weight: 600;
  padding-left: 65px;
  padding-right: 15px;
}
.nx-profile-edit-box .nx-top-bar .nx-profile img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.nx-profile-edit-box .nx-top-bar .nx-profile span {
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}
.nx-profile-edit-box .nx-main {
  justify-content: flex-start;
}
.nx-profile-edit-box .nx-main > div {
  width: 50%;
}
.nx-profile-edit-box .nx-main > div + div {
  margin-left: 30px;
}
.nx-profile-edit-box.nx-user-new .nx-top-bar .nx-profile {
  padding-left: 0;
}
.nx-profile-edit-box.nx-user-new .nx-top-bar .nx-profile img {
  display: none;
}
.nx-profile-edit-box.nx-user-new .nx-delete {
  display: none;
}
.nx-profile-edit-box .nx-delete {
  margin-top: 60px;
  font-size: 14px;
  display: none;
}
.nx-profile-edit-box #user_type,
.nx-profile-edit-box #department {
  display: none;
}
.nx-profile-edit-box.nx-agent-admin.nx-type-admin #user_type, .nx-profile-edit-box.nx-agent-admin.nx-type-admin #department, .nx-profile-edit-box.nx-agent-admin.nx-type-agent #user_type, .nx-profile-edit-box.nx-agent-admin.nx-type-agent #department, .nx-profile-edit-box.nx-agent-admin.nx-user-new #user_type {
  display: flex;
}
.nx-profile-edit-box.nx-agent-admin .nx-delete {
  display: inline-block;
}

.nx-direct-message-subject:not(.nx-active) {
  display: none;
}

#open-ai-assistants .nx-repeater .repeater-item,
#dialogflow-departments .nx-repeater .repeater-item {
  width: 97%;
}

.ql-editor li[data-list=bullet] {
  list-style-type: disc;
}
.ql-editor li[data-list=bullet]::before {
  content: none !important;
}

.ql-editor li[data-list=ordered] {
  list-style-type: decimal;
}
.ql-editor li[data-list=ordered]::before {
  content: none !important;
}

.codex-editor ul {
  list-style-type: disc !important;
  margin-left: 30px;
}

.nx-tab .nx-content-articles,
.nx-tab .nx-content-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: fit-content;
}
.nx-tab .nx-content-articles #nx-article-id,
.nx-tab .nx-content-categories #nx-article-id {
  width: 100%;
}
.nx-tab .nx-content-articles .input_container,
.nx-tab .nx-content-categories .input_container {
  width: 48%;
}
.nx-tab .nx-content-articles .input_container select option,
.nx-tab .nx-content-categories .input_container select option {
  display: none;
}
.nx-tab .nx-content-articles .input_container select option:not(:empty),
.nx-tab .nx-content-categories .input_container select option:not(:empty) {
  display: block;
}
.nx-tab .nx-content-articles .input_container:last-child,
.nx-tab .nx-content-categories .input_container:last-child {
  width: 100%;
}
.nx-tab .nx-content-articles .input_container:last-child h2,
.nx-tab .nx-content-categories .input_container:last-child h2 {
  margin-bottom: 12px !important;
}
.nx-tab .nx-content-articles .input_container h2,
.nx-tab .nx-content-articles .input_container input,
.nx-tab .nx-content-categories .input_container h2,
.nx-tab .nx-content-categories .input_container input {
  width: 100%;
}
.nx-tab .nx-content-articles .input_container #editorjs,
.nx-tab .nx-content-categories .input_container #editorjs {
  border: 1px solid rgb(212, 212, 212);
  padding: 10px;
  border-radius: 8px;
  min-height: 300px;
  max-height: 450px;
  overflow-y: scroll;
}
.nx-tab .nx-content-articles .input_container #editorjs::-webkit-scrollbar,
.nx-tab .nx-content-categories .input_container #editorjs::-webkit-scrollbar {
  width: 0;
}
.nx-tab .nx-content-articles .input_container #editorjs .codex-editor,
.nx-tab .nx-content-categories .input_container #editorjs .codex-editor {
  min-height: 300px;
}
.nx-tab .nx-content-articles .input_container #editorjs .codex-editor::after,
.nx-tab .nx-content-categories .input_container #editorjs .codex-editor::after {
  font-size: 20px;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: none;
}
.nx-tab .nx-content-articles .input_container #editorjs .codex-editor .ce-toolbar__actions,
.nx-tab .nx-content-categories .input_container #editorjs .codex-editor .ce-toolbar__actions {
  position: unset;
}
.nx-tab .nx-content-articles .input_container #editorjs .codex-editor .image-tool__image-picture,
.nx-tab .nx-content-categories .input_container #editorjs .codex-editor .image-tool__image-picture {
  display: flex;
  margin-inline: auto;
}
.nx-tab .nx-content-articles .input_container #editorjs .codex-editor .codex-editor__redactor,
.nx-tab .nx-content-categories .input_container #editorjs .codex-editor .codex-editor__redactor {
  padding-top: 25px;
}
.nx-tab .nx-content-articles .nx-article-categories,
.nx-tab .nx-content-categories .nx-article-categories {
  width: 100%;
}
.nx-tab .nx-content-articles .nx-article-categories div,
.nx-tab .nx-content-categories .nx-article-categories div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nx-tab .nx-content-articles h2,
.nx-tab .nx-content-articles p.head,
.nx-tab .nx-content-articles .nx-area-dashboard main .new_container .main-charts p.sub_head,
.nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-articles p.sub_head,
.nx-tab .nx-content-categories h2,
.nx-tab .nx-content-categories p.head,
.nx-tab .nx-content-categories .nx-area-dashboard main .new_container .main-charts p.sub_head,
.nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-categories p.sub_head {
  margin: 0 !important;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.nx-tab .nx-content-articles p.head, .nx-tab .nx-content-articles .nx-area-dashboard main .new_container .main-charts p.sub_head, .nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-articles p.sub_head,
.nx-tab .nx-content-categories p.head,
.nx-tab .nx-content-categories .nx-area-dashboard main .new_container .main-charts p.sub_head,
.nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-categories p.sub_head {
  margin-bottom: 7px !important;
  font-size: 18px;
}
.nx-tab .nx-content-articles p.des,
.nx-tab .nx-content-categories p.des {
  font-size: 14px;
}
.nx-tab .nx-content-articles .nx-setting,
.nx-tab .nx-content-categories .nx-setting {
  width: 100%;
  padding-top: 10px !important;
}
.nx-tab .nx-content-articles .nx-setting #editorjs .image-tool__image img,
.nx-tab .nx-content-categories .nx-setting #editorjs .image-tool__image img {
  max-height: 200px;
}

.tickts-scroll-area .row.dt-row .col-sm-12 {
  overflow: auto;
}
.tickts-scroll-area .row.dt-row .col-sm-12::-webkit-scrollbar {
  height: 0px;
}

/*
 *
 * -----------------------------------------------------------
 * SETTINGS AREA
 * -----------------------------------------------------------
 *
*/
.nx-area-settings .nx-input {
  align-items: flex-start;
  margin-bottom: 30px;
}
.nx-area-settings > .nx-tab > .nx-content {
  padding-left: 30px;
  background-color: #fff;
}
.nx-area-settings > .nx-tab > .nx-content > div > .nx-setting + .nx-setting {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 230, 230);
}
.nx-area-settings > .nx-tab > .nx-content .nx-inner-tab > .nx-nav {
  border: none;
  padding: 0;
}
.nx-area-settings > .nx-tab > .nx-content .nx-inner-tab > .nx-content {
  margin-top: -37px;
  padding: 0;
}

#registration-fields .input > div:nth-child(2n) {
  margin-top: -10px;
}

#user-additional-fields .repeater-item > div:nth-child(2) {
  display: none !important;
}

#messenger-path-btn:not(.nx-active),
#messenger-key:not(.nx-active),
#open-ai-assistant-id:not(.nx-active) {
  display: none !important;
}

#tags [data-id=tag-name] {
  min-width: 230px;
  margin-right: 50px;
}
#tags .repeater-item div + div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#tags .repeater-item div + div label {
  display: none;
}

.nx-type-multi-input > .input > div:not(.multi-input-textarea),
.nx-setting .nx-language-switcher-cnt,
.nx-select-checkbox > div,
#open-ai-prompt {
  display: flex;
  align-items: center;
}
.nx-type-multi-input > .input > div:not(.multi-input-textarea) > label,
.nx-setting .nx-language-switcher-cnt > label,
.nx-select-checkbox > div > label,
#open-ai-prompt > label {
  margin: 0 15px 5px 0;
  height: fit-content;
}
.nx-type-multi-input > .input > div:not(.multi-input-textarea) > label.custom-switch,
.nx-setting .nx-language-switcher-cnt > label.custom-switch,
.nx-select-checkbox > div > label.custom-switch,
#open-ai-prompt > label.custom-switch {
  height: 23px;
}

#view-ticket-attachments {
  background: #ededed;
  padding: 5px 5px !important;
  border-radius: 4px;
  margin-bottom: 15px;
}

#open-ai-prompt {
  align-items: baseline;
}

.nx-type-multi-input > .input > div input,
.nx-type-multi-input > .input > div select {
  min-width: 170px;
}

.nx-menu-wide.nx-menu-users.nx-menu-wide_new ul {
  position: relative;
}
.nx-menu-wide.nx-menu-users.nx-menu-wide_new ul li:last-child {
  margin-left: 0px !important;
  margin-right: 0 !important;
  background: #0069f0;
  color: #fff;
  border-radius: 10px;
  border: 0;
  padding-inline: 14px;
}

.nx-type-select-checkbox > .input,
.multi-input-select-checkbox {
  position: relative;
}

.nx-select-checkbox-input {
  opacity: 1;
  cursor: pointer;
}
.nx-select-checkbox-input.nx-active + div {
  display: block;
}

.nx-select-checkbox {
  position: absolute;
  z-index: 2;
  background: #fff;
  right: 0;
  left: 0;
  top: 40px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  display: none;
}
.nx-select-checkbox > div {
  margin: 5px 0;
}
.nx-select-checkbox label {
  margin: 0 0 0 15px !important;
}

.nx-select.nx-select-colors > p {
  border-radius: 4px;
  transition: none;
  background: none !important;
}
.nx-select.nx-select-colors > p span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  opacity: 1;
}
.nx-select.nx-select-colors > p:after {
  right: 15px;
}
.nx-select.nx-select-colors > p:not(:hover):after {
  color: rgb(86, 96, 105);
}
.nx-select.nx-select-colors > p:not([data-value]), .nx-select.nx-select-colors > p[data-value=""], .nx-select.nx-select-colors > p[data-value="-1"] {
  background-color: #fff;
}
.nx-select.nx-select-colors > ul {
  padding: 0 !important;
}
.nx-select.nx-select-colors:not(.nx-disabled) > p:hover span {
  background-color: #155CFD;
}
.nx-select.nx-select-colors.nx-loading > ul {
  display: none;
}
.nx-select.nx-select-colors.nx-loading:before {
  line-height: 30px;
}
.nx-select.nx-select-colors:hover:before {
  color: #fff;
}

#user-table-extra-columns .repeater-item,
#saved-replies .repeater-item {
  width: fit-content;
}

#email-piping .repeater-item .nx-icon-close {
  right: 0;
}

.nx-setting .nx-language-switcher-cnt {
  margin-top: 10px;
}

.nx-setting p,
.nx-text-gray {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(120, 134, 146);
}

.nx-direct-message-box .nx-setting,
#nx-whatsapp-send-template-box .nx-setting {
  padding: 0px 0px 0px 0px !important;
}

.nx-setting {
  display: flex;
  padding: 20px 0px 20px 0px !important;
}
.nx-setting > .nx-setting-content {
  max-width: 420px;
  width: 420px;
  padding-right: 60px;
  flex-shrink: 0;
  margin-bottom: auto;
}
.nx-setting > .input {
  width: 100%;
}
.nx-setting h2 {
  display: inline-block;
  min-width: 150px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin: 0;
  color: #111827;
}
.nx-setting .nx-icon-help {
  transform: translateY(1px);
  margin: 0 0 0 5px;
  color: #889aaa;
  text-decoration: none;
  display: inline-block;
}
.nx-setting .nx-icon-help:hover {
  color: #155CFD;
}
.nx-setting input,
.nx-setting select,
.nx-setting textarea {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  outline: none;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  transition: all 0.4s;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  color: rgb(36, 39, 42);
  background-color: #fff;
  resize: none;
}
.nx-setting input:focus,
.nx-setting select:focus,
.nx-setting textarea:focus {
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  color: rgb(36, 39, 42);
  outline: none;
}
.nx-setting input.nx-error,
.nx-setting select.nx-error,
.nx-setting textarea.nx-error {
  border: 1px solid rgb(202, 52, 52);
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}
.nx-setting select {
  padding: 0 5px;
  min-width: fit-content;
}
.nx-setting textarea {
  box-sizing: content-box;
  width: calc(100% - 22px);
  min-width: 280px;
  line-height: 22px;
  padding: 6px 10px;
  min-height: 86px;
}
.nx-setting input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px !important;
  min-height: 20px !important;
  outline: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px !important;
  min-width: 20px !important;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative !important;
}
.nx-setting input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Nexleon Helpdesk Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 18px !important;
  font-size: 10px !important;
  color: #155CFD;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
}
.nx-setting label {
  color: rgb(86, 96, 105);
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  display: block;
  min-width: 160px;
  letter-spacing: 0.3px;
  height: 23px;
}
.nx-setting label .slider::before {
  height: 19px;
  width: 19px;
}
.nx-setting label:empty {
  display: none !important;
}
.nx-setting label.custom-switch {
  margin-right: 0 !important;
  width: 40px !important;
}
.nx-setting input[type=number] {
  padding-right: 0;
}
.nx-setting .input > .nx-loading:not(.nx-btn):not(.image) {
  width: 30px;
  height: 30px;
}
.nx-setting .multi-input-upload-image[data-type=upload-image] .image {
  min-width: 50px;
  width: 100%;
}
.nx-setting.nx-type-multi-input .input > div {
  margin-bottom: 15px;
}
.nx-setting.nx-type-input-button .input {
  display: flex;
  width: 100%;
}
.nx-setting.nx-type-input-button .input input {
  min-width: 0;
  flex-shrink: 10;
}
.nx-setting.nx-type-input-button .input a {
  margin-left: 15px;
  min-width: 0;
}
.nx-setting.nx-type-upload-image .image,
.nx-setting [data-type=upload-image] .image {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  height: 150px;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.nx-setting.nx-type-upload-image .image:before,
.nx-setting [data-type=upload-image] .image:before {
  content: "p";
  font-family: "Nexleon Helpdesk Icons" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 9px;
  color: rgb(86, 96, 105);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  text-align: center;
  transform: rotate(45deg);
}
.nx-setting.nx-type-upload-image .image:hover,
.nx-setting [data-type=upload-image] .image:hover {
  border: 1px solid #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.nx-setting.nx-type-upload-image .image:hover:before,
.nx-setting [data-type=upload-image] .image:hover:before {
  color: #155CFD;
}
.nx-setting.nx-type-upload-image .image > i,
.nx-setting [data-type=upload-image] .image > i {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  height: 21px;
  width: 21px;
  font-size: 7px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  background: rgb(86, 96, 105);
  color: #fff;
  border-radius: 50%;
  display: none;
}
.nx-setting.nx-type-upload-image .image[data-value]:before,
.nx-setting [data-type=upload-image] .image[data-value]:before {
  display: none;
}
.nx-setting.nx-type-upload-image .image[data-value] > i,
.nx-setting [data-type=upload-image] .image[data-value] > i {
  display: block;
}
.nx-setting.nx-type-upload-image .image[data-value] > i:hover,
.nx-setting [data-type=upload-image] .image[data-value] > i:hover {
  background-color: rgb(202, 52, 52);
}
.nx-setting.nx-type-upload-image .image[data-value=""] > i,
.nx-setting [data-type=upload-image] .image[data-value=""] > i {
  display: none;
}
.nx-setting.nx-type-upload-image .image[data-value=""]:before,
.nx-setting [data-type=upload-image] .image[data-value=""]:before {
  display: block;
}
.nx-setting .multi-input-upload-image .image {
  height: 100px;
  background-size: auto 64px;
}
.nx-setting.nx-type-color .input {
  position: relative;
}
.nx-setting.nx-type-color .input i {
  position: absolute;
  right: 12px;
  font-size: 10px;
  top: 11px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.nx-setting.nx-type-color .input i:hover {
  opacity: 1;
}
.nx-setting.nx-type-color .input:after {
  content: "";
  position: absolute;
  background: #fff;
  right: 1px;
  top: 1px;
  width: 32px;
  height: 33px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 0;
}
.nx-setting.nx-type-double-select .input > div {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.nx-setting.nx-type-double-select .input label {
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.nx-setting.nx-type-double-select .input select {
  min-width: 100px;
}
.nx-setting .nx-repeater {
  margin-bottom: 15px;
  display: block;
}
.nx-setting .repeater-item {
  position: relative;
  padding-right: 20px;
}
.nx-setting .repeater-item .nx-repeater-add {
  padding: 0;
  margin-top: -5px;
  width: 30px;
}
.nx-setting .repeater-item + .repeater-item {
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 20px;
  margin-top: 20px;
}
.nx-setting .repeater-item > div {
  display: block;
}
.nx-setting .repeater-item > div + div {
  margin-top: 10px;
}
.nx-setting .repeater-item > div:empty {
  display: none;
}
.nx-setting .repeater-item > div [readonly] {
  min-width: 0 !important;
  border: none;
  padding: 0;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  width: 20px;
}
.nx-setting .repeater-item > div [readonly]:hover {
  opacity: 1;
}
.nx-setting .repeater-item > div label {
  margin: 0 15px 5px 0;
}
.nx-setting .repeater-item > div label + div {
  flex-grow: 1;
}
.nx-setting .repeater-item input,
.nx-setting .repeater-item select {
  min-width: 285px;
}
.nx-setting .repeater-item textarea {
  min-width: 260px;
  max-width: fit-content;
}
.nx-setting .repeater-item .nx-enlarger:before {
  font-size: 13px;
  top: 4px;
  transition: all 0.4s;
}
.nx-setting .repeater-item .nx-enlarger:hover:before {
  color: #155CFD;
}
.nx-setting .repeater-item > i {
  position: absolute;
  right: 0px;
  top: 10px;
  color: red;
  margin-top: 4px;
  width: 14px;
  font-size: 9px;
  height: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.nx-setting .repeater-item > i:hover {
  color: rgb(202, 52, 52);
}
.nx-setting .repeater-item:first-child > i {
  margin-top: 0px;
}
.nx-setting .nx-repeater-add + .nx-btn-icon {
  transform: translate(11px, 13px);
  margin-top: -35px;
}
.nx-setting .nx-repeater-add + .nx-btn-icon.nx-icon-clip:before {
  font-size: 16px;
}
.nx-setting input + input {
  margin-top: 8px;
}
.nx-setting.nx-type-select-images .input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 27px;
}
.nx-setting.nx-type-select-images .input > div {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}
.nx-setting.nx-type-select-images .input > div.nx-icon-close {
  text-align: center;
  line-height: 82px;
  color: rgb(212, 212, 212);
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
  opacity: 1;
}
.nx-setting.nx-type-select-images .input > div:hover, .nx-setting.nx-type-select-images .input > div.nx-active:not(.nx-icon-close) {
  color: #155CFD;
  border-color: #155CFD;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  opacity: 1;
}
.nx-setting [data-type=upload-file] {
  width: 100%;
  overflow: hidden;
}
.nx-setting [data-type=upload-file] input {
  min-width: 100px;
}
.nx-setting [data-type=upload-file] .nx-btn {
  margin-left: 5px;
  flex: 0 0 auto;
}
.nx-setting:last-child {
  border-bottom: 0 !important;
}

#tags .input {
  width: fit-content;
}

.custom-switch input:checked + .slider:before {
  transform: translateX(94%) !important;
  left: 1px;
}

#tickets-statuses-fields .card-body,
#tickets-custom-fields .card-body {
  padding-inline: 0;
}

.repeater-item .nx-enlarger label {
  min-width: 160px;
}
.repeater-item .repeater-item > div input:last-child,
.repeater-item .repeater-item > div select:last-child,
.repeater-item .repeater-item > div textarea:last-child {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.repeater-item .repeater-item > div + div {
  margin-top: 0;
}
.repeater-item .repeater-item > div + div input:first-child,
.repeater-item .repeater-item > div + div select:first-child,
.repeater-item .repeater-item > div + div textarea:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.repeater-item .repeater-item > div:last-of-type input,
.repeater-item .repeater-item > div:last-of-type select,
.repeater-item .repeater-item > div:last-of-type textarea {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.repeater-item .repeater-item input:focus,
.repeater-item .repeater-item select:focus,
.repeater-item .repeater-item textarea:focus {
  z-index: 2;
}
.repeater-item .repeater-item .nx-sub-repeater-close {
  right: 10px;
  background: #fff;
  border-radius: 50%;
  color: rgb(86, 96, 105);
  z-index: 9;
}
.repeater-item .repeater-item + .repeater-item {
  border-top: none;
  padding-top: 0;
  margin-top: 10px;
}
.repeater-item .repeater-item + .repeater-item > i {
  margin-top: -6px;
}

.nx-translations .nx-setting,
.nx-automations-area .nx-setting {
  display: block;
  margin-bottom: 15px;
}

.nx-type-select.nx-loading select {
  visibility: hidden;
  transition: none;
}

span.user-initials {
  width: 36px;
  height: 36px;
  min-width: 36px;
}

.nx-area-settings .nx-tab .nx-btn,
.nx-btn-white,
a.nx-btn-white,
.nx-lightbox .nx-btn-white {
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 8px;
  height: 35px;
  line-height: 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-width: 35px;
  background: #0069f0;
}
.nx-area-settings .nx-tab .nx-btn.nx-save-changes,
.nx-btn-white.nx-save-changes,
a.nx-btn-white.nx-save-changes,
.nx-lightbox .nx-btn-white.nx-save-changes {
  height: 35px !important;
  width: fit-content !important;
}
.nx-area-settings .nx-tab .nx-btn.nx-icon,
.nx-btn-white.nx-icon,
a.nx-btn-white.nx-icon,
.nx-lightbox .nx-btn-white.nx-icon {
  padding-left: 30px;
}
.nx-area-settings .nx-tab .nx-btn.nx-icon > i,
.nx-btn-white.nx-icon > i,
a.nx-btn-white.nx-icon > i,
.nx-lightbox .nx-btn-white.nx-icon > i {
  left: 10px;
  font-size: 14px;
  line-height: 14px;
}
.nx-area-settings .nx-tab .nx-btn.nx-icon > i:before,
.nx-btn-white.nx-icon > i:before,
a.nx-btn-white.nx-icon > i:before,
.nx-lightbox .nx-btn-white.nx-icon > i:before {
  line-height: 33px;
}
.nx-area-settings .nx-tab .nx-btn:hover,
.nx-btn-white:hover,
a.nx-btn-white:hover,
.nx-lightbox .nx-btn-white:hover {
  color: #fff;
  border-color: #155CFD;
  background-color: #155CFD;
}
.nx-area-settings .nx-tab .nx-btn.nx-loading,
.nx-btn-white.nx-loading,
a.nx-btn-white.nx-loading,
.nx-lightbox .nx-btn-white.nx-loading {
  width: 15px;
  background: #fff;
  color: #155CFD;
  border-color: #ccd2d5;
  cursor: default;
}
.nx-area-settings .nx-tab .nx-btn.nx-loading:before, .nx-area-settings .nx-tab .nx-btn.nx-loading:hover:before,
.nx-btn-white.nx-loading:before,
.nx-btn-white.nx-loading:hover:before,
a.nx-btn-white.nx-loading:before,
a.nx-btn-white.nx-loading:hover:before,
.nx-lightbox .nx-btn-white.nx-loading:before,
.nx-lightbox .nx-btn-white.nx-loading:hover:before {
  color: rgb(38, 67, 92);
}

.nx-translations {
  width: 100%;
}
.nx-translations h2 {
  font-size: 15px;
  line-height: 27px;
  margin: 2px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nx-translations .nx-content {
  padding: 0;
}
.nx-translations .nx-content > div:first-child {
  display: flex;
  justify-content: space-between;
}
.nx-translations .nx-content.nx-loading:before {
  top: 15px;
}
.nx-translations .nx-translations-list {
  padding-top: 30px;
}
.nx-translations .nx-translations-list > div:not(.nx-active) {
  display: none;
}
.nx-translations .nx-nav {
  padding: 0;
  border: none;
}
.nx-translations .nx-nav li {
  padding-left: 30px !important;
  position: relative;
}
.nx-translations .nx-nav li img {
  position: absolute;
  left: 0;
  width: 17px;
  top: 13px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.nx-translations .nx-new-translation {
  margin-bottom: 25px;
}

.nx-automations-area > .nx-tab > .nx-content {
  margin-top: -35px;
}
.nx-automations-area .nx-nav-only {
  margin-right: 30px;
}

.nx-automation-values [data-id=profile_image],
.nx-automation-values [data-id=icon],
.nx-automation-values [data-id=brand] {
  width: 70px;
  height: 70px;
  max-height: 70px;
}

#ticketTable_wrapper {
  min-height: calc(100vh - 240px);
  overflow: hidden;
}
#ticketTable_wrapper .row {
  gap: 15px;
}
#ticketTable_wrapper .row.dt-row {
  overflow-x: scroll;
}
#ticketTable_wrapper .row.dt-row::-webkit-scrollbar {
  height: 0;
}

ul.status-list.dropdown-menu {
  max-height: 415px;
  overflow-y: scroll;
  position: fixed;
}
ul.status-list.dropdown-menu::-webkit-scrollbar {
  width: 0px;
}

[data-automation-type=more] .nx-automation-values > h2 + div + h2,
[data-automation-type=more] .nx-automation-values > h2 + div + h2 + div {
  display: none;
}

.nx-conditions > div,
.nx-flow-conditions > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns by default */
  grid-gap: 15px;
}
.nx-conditions select,
.nx-conditions input,
.nx-flow-conditions select,
.nx-flow-conditions input {
  min-width: 50px;
}

@media (max-width: 575.98px) {
  .nx-languages-box .nx-main {
    grid-template-columns: repeat(1, 1fr) !important; /* 1 columns by default */
  }
  .nx-type-multi-input > .input > div:not(.multi-input-textarea),
  .nx-setting .nx-language-switcher-cnt,
  .nx-select-checkbox > div,
  #open-ai-prompt {
    flex-direction: column;
    align-items: stretch;
  }
  .nx-btn:not(.nx-hide) + a,
  a.nx-btn:not(.nx-hide) + a {
    margin-left: 0px !important;
  }
}
.nx-timetable > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nx-timetable > div > div span {
  padding: 0 10.5px;
  font-size: 12px;
}
.nx-timetable > div > div > div {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  min-width: 88px;
  padding: 0 0 0 7px;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
}
.nx-timetable > div > div > div:after {
  content: "a";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  right: 8px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.nx-timetable > div > div > div:hover {
  cursor: pointer;
  border: 1px solid rgb(2, 139, 229);
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.nx-timetable > div + div {
  margin-top: 12px;
}
.nx-timetable label {
  min-width: 95px;
  margin: 0 0 10px 0;
}
.nx-timetable .nx-custom-select {
  position: absolute;
  top: 31px;
  left: -1px;
  width: 95px;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  z-index: 9;
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 25px;
  height: 250px;
  overflow-y: scroll;
}
.nx-timetable .nx-custom-select span {
  display: block;
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  min-height: 22px;
}
.nx-timetable .nx-custom-select span:hover {
  background-color: #155CFD;
  color: #fff;
}
.nx-timetable .nx-custom-select span:empty {
  position: relative;
}
.nx-timetable .nx-custom-select span:empty:before {
  content: "--";
  position: absolute;
  left: 5px;
}
.nx-timetable > .nx-custom-select {
  display: none;
}

.nx-color-palette {
  background: none !important;
}
.nx-color-palette span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  position: relative;
  border: 1px solid rgb(212, 212, 212);
}
.nx-color-palette span:hover {
  opacity: 0.7;
}
.nx-color-palette span.nx-active + ul {
  display: block;
}
.nx-color-palette ul {
  padding: 5px 10px;
  position: absolute;
  margin: 15px 0 0 -10px;
  display: none;
}
.nx-color-palette ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  margin: 5px 0;
  transition: all 0.4s;
}
.nx-color-palette ul li:hover {
  opacity: 0.7;
}
.nx-color-palette ul li[data-value=""] {
  box-shadow: inset 0px 0px 1px rgb(145, 145, 145);
  margin-bottom: 6px;
}

.nx-color-palette:not([data-value]) span,
.nx-color-palette[data-value=""] span {
  background-color: #f2f5f5;
}

[data-color=red],
[data-value=red],
[data-value=red] > span {
  background-color: #e22424;
  color: #fff;
}

[data-color=yellow],
[data-value=yellow],
[data-value=yellow] > span {
  background-color: #f5a212;
  color: #fff;
}

[data-color=green],
[data-value=green],
[data-value=green] > span {
  background-color: #1fa839;
  color: #fff;
}

[data-color=pink],
[data-value=pink],
[data-value=pink] > span {
  background-color: #5b31f1;
  color: #fff;
}

[data-color=gray],
[data-value=gray],
[data-value=gray] > span {
  background-color: #282828;
  color: #fff;
}

[data-color=blue],
[data-value=blue],
[data-value=blue] > span {
  background-color: #008db5;
  color: #fff;
}

[data-color-text=red] {
  color: #e22424;
}

[data-color-text=yellow] {
  color: #f5a212;
}

[data-color-text=green] {
  color: #1fa839;
}

[data-color-text=pink] {
  color: #5b31f1;
}

[data-color-text=gray] {
  color: #282828;
}

[data-color-text=blue] {
  color: #008db5;
}

.nx-select-colors > [data-value=red] {
  color: #e22424;
}
.nx-select-colors > [data-value=yellow] {
  color: #f5a212;
}
.nx-select-colors > [data-value=green] {
  color: #1fa839;
}
.nx-select-colors > [data-value=pink] {
  color: #5b31f1;
}
.nx-select-colors > [data-value=gray] {
  color: #282828;
}
.nx-select-colors > [data-value=blue] {
  color: #008db5;
}

.nx-board > .nx-admin-list .nx-scroll-area li[data-color=red]:before {
  background-color: #e22424;
}
.nx-board > .nx-admin-list .nx-scroll-area li[data-color=yellow]:before {
  background-color: #f5a212;
}
.nx-board > .nx-admin-list .nx-scroll-area li[data-color=green]:before {
  background-color: #1fa839;
}
.nx-board > .nx-admin-list .nx-scroll-area li[data-color=pink]:before {
  background-color: #5b31f1;
}
.nx-board > .nx-admin-list .nx-scroll-area li[data-color=gray]:before {
  background-color: #282828;
}
.nx-board > .nx-admin-list .nx-scroll-area li[data-color=blue]:before {
  background-color: #008db5;
}

#departments > .input {
  width: 100%;
}
#departments .repeater-item {
  display: flex;
  border: none;
  padding-top: 0;
}
#departments .repeater-item > div {
  margin: 0;
}
#departments .repeater-item > div:first-child {
  min-width: calc(100% - 128px);
}
#departments .repeater-item input:not([readonly]) {
  min-width: 100px !important;
}
#departments .repeater-item > div + div {
  padding-left: 15px;
}
#departments .repeater-item > div + div label {
  display: none;
}
#departments .repeater-item > i {
  top: 50%;
  margin-top: -7px;
}
#departments .repeater-item label {
  margin-bottom: 0;
  line-height: 35px;
  min-width: 80px;
}
#departments .repeater-item .image {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
#departments .repeater-item .image:before {
  font-size: 7px;
  color: rgb(182, 182, 182);
  margin: -15px 0 0 -16px;
}
#departments .repeater-item .image:hover:before {
  color: #155CFD;
}

#chat-nx-icons .input > div:not(.nx-icon-close) {
  background-color: rgb(212, 212, 212);
  border-radius: 50%;
}

#chat-nx-icons .input > .nx-active:not(.nx-icon-close),
#chat-nx-icons .input > div:not(.nx-icon-close):hover {
  background-color: #155CFD !important;
}

.nx-open-ai-faq-box {
  top: 30px !important;
  bottom: 30px;
  margin-top: 0 !important;
  max-height: none !important;
}
.nx-open-ai-faq-box textarea {
  min-height: 66px;
}

/*
 *
 * -----------------------------------------------------------
 * REPORTS AREA
 * -----------------------------------------------------------
 *
*/
.nx-area-reports > .nx-tab > .nx-content {
  display: flex;
  padding-left: 0;
}
.nx-area-reports > .nx-tab > .nx-content > .nx-reports-chart {
  flex: 1;
  padding-left: 15px;
}
.nx-area-reports > .nx-tab > .nx-content > .nx-reports-sidebar {
  flex: 1 0 280px;
  max-width: 280px;
  padding: 5px 0 0 15px;
}
.nx-area-reports > .nx-tab > .nx-content > .nx-reports-sidebar .nx-collapse {
  padding-bottom: 30px;
}
.nx-area-reports > .nx-tab > .nx-content.nx-no-results-active {
  overflow-y: hidden;
  justify-content: center;
  align-items: center;
}
.nx-area-reports > .nx-tab > .nx-content > .nx-no-results {
  display: none;
}
.nx-area-reports > .nx-tab .nx-nav > ul li:not(.nx-tab-nav-title) {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.nx-area-reports p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 15px 0;
  color: rgb(120, 134, 146);
}
.nx-area-reports .nx-table th,
.nx-area-reports .nx-table td {
  padding: 9px 0;
}
.nx-area-reports table td {
  font-size: 13px;
}
.nx-area-reports .nx-reports-text {
  margin-top: 15px;
}
.nx-area-reports .nx-report-export {
  margin-left: 5px;
}
.nx-area-reports .nx-report-export:not(:hover) {
  border: 1px solid rgb(212, 212, 212);
  opacity: 1;
}
.nx-area-reports td .nx-icon-check,
.nx-area-reports td .nx-icon-close,
.nx-area-reports td .nx-icon-like,
.nx-area-reports td .nx-icon-dislike {
  color: rgb(26, 146, 96);
  font-size: 13px;
  transform: translateY(1px);
  display: inline-block;
}
.nx-area-reports td .nx-icon-close,
.nx-area-reports td .nx-icon-dislike {
  color: rgb(202, 52, 52);
}
.nx-area-reports td .nx-icon-close {
  font-size: 11px;
}
.nx-area-reports td div {
  margin: 5px 0 0 0;
}
.nx-area-reports td img {
  border-radius: 3px;
  width: 20px;
  margin: 0 10px 0 0;
  transform: translateY(2px);
}
.nx-area-reports td img.nx-flag {
  height: 13px;
}
.nx-area-reports td:first-child > div {
  margin: 0 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.chart-cnt {
  padding-bottom: 30px;
}

#nx-date-picker {
  text-align: center;
  font-weight: 500;
  min-width: 255px;
}

.nx-report-agents-ratings td .nx-icon-check,
.nx-report-agents-ratings td .nx-icon-like,
.nx-report-articles-ratings td .nx-icon-check,
.nx-report-articles-ratings td .nx-icon-like {
  margin: 0 10px 0 0;
}
.nx-report-agents-ratings td .nx-icon-close,
.nx-report-agents-ratings td .nx-icon-dislike,
.nx-report-articles-ratings td .nx-icon-close,
.nx-report-articles-ratings td .nx-icon-dislike {
  margin: 0 10px 0 15px;
}

/*
 *
 * -----------------------------------------------------------
 * CHATBOT AREA
 * -----------------------------------------------------------
 *
*/
.nx-qea-repeater-answer > label {
  position: relative;
}
.nx-qea-repeater-answer > label i {
  position: absolute;
  right: 0;
  top: 0;
}
.nx-qea-repeater-answer > label i:before {
  font-size: 17px;
  line-height: 35px;
}
.nx-qea-repeater-answer > label i:not(.nx-active) {
  display: none;
}

.nx-area-chatbot .nx-repeater {
  margin-right: 30px;
}
.nx-area-chatbot .nx-repeater .nx-repeater {
  margin-right: 0;
}
.nx-area-chatbot > [data-id]:not(.nx-active) {
  display: none;
}
.nx-area-chatbot .nx-top-bar h2 {
  display: none;
}
.nx-area-chatbot .nx-menu-wide.nx-menu-chatbot ul li {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 30px;
  background: #fff;
}
.nx-area-chatbot .nx-menu-wide.nx-menu-chatbot ul li:hover {
  background: #1653fd;
  color: #fff;
}
.nx-area-chatbot .nx-menu-wide.nx-menu-chatbot ul li.nx-active {
  background: #1653fd;
  color: #fff !important;
  border: 1px solid #1653fd !important;
}
.nx-area-chatbot .nx-nav {
  background: #fff;
  border-radius: 8px;
  margin: 16px;
  padding: 15px;
  border: none !important;
}
.nx-area-chatbot .nx-nav ul li {
  font-size: 14px !important;
  color: #000;
}
.nx-area-chatbot .nx-nav ul li.nx-active, .nx-area-chatbot .nx-nav ul li:hover {
  color: #1653fd;
}
.nx-area-chatbot .nx-content.nx-scroll-area {
  padding: 20px 15px 30px 15px !important;
  background: #ffffff;
  margin-top: 20px;
  border-radius: 8px;
}

.nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-sidebar {
  overflow-y: auto !important;
  overflow: hidden;
}

#nx-table-chatbot-files,
#nx-table-chatbot-website {
  letter-spacing: 0.3px;
}
#nx-table-chatbot-files td:first-child, #nx-table-chatbot-files td:last-child,
#nx-table-chatbot-website td:first-child,
#nx-table-chatbot-website td:last-child {
  max-width: 25px;
  width: 25px;
}
#nx-table-chatbot-files td:last-child,
#nx-table-chatbot-website td:last-child {
  padding-right: 0;
}
#nx-table-chatbot-files td:last-child i,
#nx-table-chatbot-website td:last-child i {
  right: 5px;
  top: 12px;
}
#nx-table-chatbot-files td,
#nx-table-chatbot-website td {
  position: relative;
  transition: background-color 0.4s;
}
#nx-table-chatbot-files td:nth-child(3),
#nx-table-chatbot-website td:nth-child(3) {
  width: 100px;
  max-width: 100px;
}
#nx-table-chatbot-files label,
#nx-table-chatbot-website label {
  letter-spacing: 0.3px;
  font-size: 12px;
  line-height: 12px;
  color: rgb(246, 158, 0);
  font-weight: 500;
  margin: 0 15px;
}
#nx-table-chatbot-files:empty + div .nx-btn-red,
#nx-table-chatbot-website:empty + div .nx-btn-red {
  display: none;
}

.nx-enlarger-function-calling.nx-active > div,
.nx-enlarger-rest-api.nx-active > div {
  display: flex;
}
.nx-enlarger-function-calling.nx-active > div:not(:last-child),
.nx-enlarger-rest-api.nx-active > div:not(:last-child) {
  margin-bottom: 10px;
}

[data-id=open-ai-faq-set-data] .nx-setting {
  width: 50%;
}
[data-id=open-ai-faq-set-data] .nx-setting + .nx-setting {
  margin-left: 10px;
}

#nx-chatbot-info p {
  line-height: 30px;
  font-size: 13px;
}

[data-id=playground] {
  height: 100%;
}

[data-id=playground] > div {
  height: calc(100vh - 148px);
}

[data-id=playground] > div > div {
  height: calc(100vh - 183px);
  padding: 15px 20px 20px 20px;
  position: relative;
}

.nx-playground {
  flex-grow: 1;
}
.nx-playground .nx-scroll-area {
  height: calc(100vh - 320px);
  letter-spacing: 0.3px;
}
.nx-playground .nx-scroll-area > div {
  margin: 0 15px 0 0;
  min-width: 70px;
  animation: none !important;
}
.nx-playground .nx-scroll-area > div > div:first-child {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}
.nx-playground .nx-scroll-area > div > div:first-child div {
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.nx-playground .nx-scroll-area > div > div:first-child i {
  width: 17px;
  height: 17px;
}
.nx-playground .nx-scroll-area > div > div:first-child i:before {
  font-size: 10px;
  line-height: 18px;
}
.nx-playground .nx-scroll-area > div > div:last-child,
.nx-playground .nx-scroll-area > div > div a:not(.nx-btn) {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
}
.nx-playground .nx-scroll-area > div:hover div div {
  opacity: 1;
}
.nx-playground .nx-scroll-area > div + div {
  margin-top: 15px;
}
.nx-playground .nx-scroll-area .nx-menu-btn,
.nx-playground .nx-scroll-area .nx-menu,
.nx-playground .nx-scroll-area .nx-time {
  display: none !important;
}
.nx-playground .nx-scroll-area:empty {
  height: 0;
}
.nx-playground .nx-scroll-area:empty + .nx-no-results {
  display: none;
}
.nx-playground .nx-scroll-area .nx-rich-message .nx-slider {
  margin: 0;
}
.nx-playground .nx-scroll-area .nx-rich-message .nx-card .nx-card-img + div + .nx-card-extra {
  top: 45px;
  left: 25px;
}
.nx-playground .nx-no-results {
  display: none;
  min-height: 50px;
}
.nx-playground .nx-rich-cnt[data-type=chips] .nx-text {
  padding: 0;
}

#nx-playground-query-panel {
  max-width: 800px;
}
#nx-playground-query-panel pre {
  text-align: left;
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}

#nx-playground-embeddings-panel p {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
#nx-playground-embeddings-panel p b {
  font-weight: 500;
}
#nx-playground-embeddings-panel p a {
  margin: 0;
  color: #000000;
}
#nx-playground-embeddings-panel p span {
  display: block;
}
#nx-playground-embeddings-panel p span + span {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(212, 212, 212);
}
#nx-playground-embeddings-panel p span span {
  line-height: 20px;
  margin-top: 10px;
}

.nx-playground-info {
  min-width: 250px;
  border-left: 1px solid rgb(212, 212, 212);
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.nx-playground-info b {
  font-weight: 500;
}
.nx-playground-info .nx-btn-text {
  text-decoration: underline;
  margin-top: 15px;
}
.nx-playground-info .nx-btn-text + .nx-btn-text {
  margin-left: 15px;
}

.nx-playground-editor {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.nx-playground-editor > .nx-flex {
  justify-content: space-between;
  margin: 15px 0 0 0;
}
.nx-playground-editor > .nx-flex [data-value=add]:not(:hover) {
  opacity: 0.6;
}
.nx-playground-editor textarea {
  min-height: 25px;
}
.nx-playground-editor [data-value=clear]:before {
  font-size: 10px;
}

[data-id=flows] > .nx-content {
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
[data-id=flows] > .nx-content > div {
  width: 200px;
  min-width: 200px;
  margin-right: 50px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
[data-id=flows] > .nx-content > div > div:not(.nx-flow-add-step) {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 20px 0;
  width: 100%;
}
[data-id=flows] > .nx-content > div:first-child .nx-flow-add-block, [data-id=flows] > .nx-content > div:last-child .nx-flow-add-step {
  display: none;
}

.nx-flow-add-block {
  height: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px dashed rgb(86, 96, 105);
  position: relative;
  transition: all 0.4s;
}
.nx-flow-add-block:hover {
  background: #155CFD;
  border-color: #155CFD;
}
.nx-flow-add-block:hover:before {
  color: #fff;
}

.nx-flow-add-step {
  position: absolute;
  right: -40px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  cursor: default;
  transition: all 0.4s;
}

.nx-flow-block {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
  background: #fff;
  cursor: pointer;
  letter-spacing: 0.3px;
}
.nx-flow-block > div {
  padding: 10px;
  font-size: 13px;
  line-height: 23px;
  user-select: none;
  position: relative;
}
.nx-flow-block > div:first-child {
  transition: all 0.4s;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
.nx-flow-block > div + div {
  transition: all 0.4s;
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-flow-block > div + div:empty {
  display: none;
}
.nx-flow-block + div {
  margin-top: 10px;
}
.nx-flow-block:hover {
  border-color: #155CFD;
}
.nx-flow-block[data-type=video] > div + div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nx-flow-block[data-type=set_data] > div > div, .nx-flow-block[data-type=action] > div > div, .nx-flow-block[data-type=rest_api] > div, .nx-flow-block[data-type=condition] > div > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nx-flow-connectors {
  padding: 0 !important;
}
.nx-flow-connectors > div {
  padding: 5px 50px 5px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  transition: all 0.4s;
}
.nx-flow-connectors > div:hover, .nx-flow-connectors > div.nx-active {
  color: #155CFD;
}
.nx-flow-connectors > div + div {
  border-top: 1px solid rgb(212, 212, 212);
}
.nx-flow-connectors:empty {
  display: none;
}

.nx-flow-connectors > div > span,
.nx-flow-block-cnt-name {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-left: 1px solid rgb(212, 212, 212);
}

#nx-flows-blocks-nav {
  position: fixed;
}
#nx-flows-blocks-nav:not(.nx-active) {
  display: none;
}

.nx-flow-block-cnt {
  background: #edf2f9;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
.nx-flow-block-cnt + .nx-flow-block-cnt {
  margin-top: 15px;
}
.nx-flow-block-cnt.nx-active {
  background: #e6f2fc;
}
.nx-flow-block-cnt.nx-active .nx-flow-block-cnt-name {
  color: #155CFD;
  border-color: #155CFD;
}

.nx-flow-block-cnt-name {
  left: auto;
  right: 0;
  bottom: auto;
  background: #edf2f9;
  border-radius: 4px;
  line-height: 25px;
  width: 30px;
  border: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
  z-index: 1;
}

.nx-flows-blocks-nav-box {
  background: none;
  box-shadow: none;
  width: 170px !important;
}
.nx-flows-blocks-nav-box .nx-top-bar {
  padding: 0 !important;
  border: none !important;
  margin: 0 0 10px 0 !important;
}
.nx-flows-blocks-nav-box .nx-top-bar .nx-close {
  background-color: #fff;
  opacity: 1;
  padding: 0;
  z-index: 0;
}
.nx-flows-blocks-nav-box .nx-main {
  padding: 0 !important;
}
.nx-flows-blocks-nav-box .nx-menu {
  width: 100%;
  position: relative;
}

#nx-block-delete {
  margin-top: 60px;
  font-size: 15px;
  letter-spacing: 0.3px;
}
#nx-block-delete:hover {
  color: rgb(202, 52, 52);
}

.nx-flow-block-box {
  height: calc(100vh - 50px) !important;
}
.nx-flow-block-box .nx-setting + .nx-setting {
  margin-top: 30px;
}
.nx-flow-block-box .nx-setting .repeater-item + .repeater-item,
.nx-flow-block-box .nx-flow-conditions > div + div {
  border-top: none;
  padding-top: 10px;
  margin-top: 0;
}
.nx-flow-block-box .nx-setting .repeater-item + .repeater-item > i,
.nx-flow-block-box .nx-flow-conditions > div + div > i {
  margin-top: -1px;
}
.nx-flow-block-box .nx-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.nx-flow-block-box .nx-title.nx-hide + .nx-setting {
  display: none;
}
.nx-flow-block-box .nx-flow-conditions .nx-setting {
  margin-top: 0;
}
.nx-flow-block-box .nx-flow-conditions:empty + div {
  margin-top: 0;
}
.nx-flow-block-box .nx-flow-conditions [value=custom_variable],
.nx-flow-block-box .nx-flow-conditions [value=repeat],
.nx-flow-block-box .nx-flow-conditions [value=browsing_time],
.nx-flow-block-box .nx-flow-conditions [value=scroll_position] {
  display: none !important;
}
.nx-flow-block-box .nx-main .nx-add-condition {
  margin: 10px 0 30px 0;
  width: auto;
}

.nx-repeater-block-user-details .repeater-item > div {
  display: block;
}
.nx-repeater-block-user-details .repeater-item + .repeater-item {
  padding-top: 20px !important;
}
.nx-repeater-block-user-details .nx-setting label {
  margin: 0 15px 5px 0;
  min-width: 0;
  line-height: 25px;
  font-weight: 400;
  font-size: 13px;
}
.nx-repeater-block-user-details .nx-setting + .nx-setting {
  margin: 10px 0 0 0;
  align-items: center;
}
.nx-repeater-block-user-details input[type=checkbox] {
  height: 25px;
  min-height: 25px;
  width: 25px;
  min-width: 25px !important;
}
.nx-repeater-block-user-details input[type=checkbox]:checked:before {
  line-height: 25px;
  font-size: 12px;
}

.nx-repeater-block-data .nx-setting + .nx-setting,
.nx-repeater-block-actions .nx-setting + .nx-setting,
.nx-repeater-block-rest-api .nx-setting + .nx-setting {
  margin: 0 0 0 15px;
}

.nx-repeater-block-actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.nx-flow-scroll {
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  width: 35px;
  line-height: 40px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.nx-flow-scroll:not(.nx-active) {
  display: none;
}
.nx-flow-scroll:before {
  color: rgb(86, 96, 105);
}
.nx-flow-scroll:hover {
  background-color: #155CFD;
  border-color: #155CFD;
}
.nx-flow-scroll:hover:before {
  color: #fff;
}
.nx-flow-scroll.nx-icon-arrow-left {
  right: 60px;
}

.nx-flow-start-messages [data-id=message] {
  min-height: 45px;
}

/*
 *
 * -----------------------------------------------------------
 * ARTICLES AREA
 * -----------------------------------------------------------
 *
*/
.nx-area-articles > .nx-tab > .nx-content .nx-loading:before {
  left: 20px;
  top: 30px;
}
.nx-area-articles > .nx-tab > .nx-content .nx-article-content {
  padding-left: 40px;
  max-width: 1326px;
}
.nx-area-articles .nx-add-category,
.nx-area-articles .ul-categories {
  display: none !important;
}
.nx-area-articles #editorjs {
  margin-top: -5px;
}
.nx-area-articles[data-type=categories] .nx-nav .nx-add-category {
  display: inline-block !important;
}
.nx-area-articles[data-type=categories] .nx-nav .ul-categories {
  display: block !important;
  margin-top: 15px;
}
.nx-area-articles[data-type=categories] .nx-nav .ul-articles,
.nx-area-articles[data-type=categories] .nx-nav .nx-add-article, .nx-area-articles[data-type=categories] .nx-nav + .nx-content-articles {
  display: none !important;
}
.nx-area-articles[data-type=categories] .nx-nav + div + .nx-content-categories:not(.nx-hide) {
  display: block !important;
}
.nx-area-articles[data-type=categories] .nx-view-article {
  display: none;
}
.nx-area-articles .nx-content-categories {
  display: none !important;
}
.nx-area-articles .nx-content-categories .nx-setting {
  display: block;
}
.nx-area-articles #nx-article-id {
  display: block;
  margin-bottom: 0;
}
.nx-area-articles #nx-article-id span {
  font-weight: 400;
  padding-left: 15px;
}
.nx-area-articles .nx-setting + h2,
.nx-area-articles .nx-article-categories,
.nx-area-articles #nx-article-id {
  margin-top: 30px;
}

.nx-content-articles:not([data-id]) .nx-language-switcher {
  display: none;
}

.nx-content-articles,
.nx-content-categories {
  background: #edf2f9;
}
.nx-content-articles::before,
.nx-content-categories::before {
  content: none !important;
}
.nx-content-articles h2,
.nx-content-categories h2 {
  font-weight: 500 !important;
}
.nx-content-articles .nx-top-bar .topbar_menu,
.nx-content-categories .nx-top-bar .topbar_menu {
  background: #fff;
  padding: 0 20px;
  border-radius: 8px;
}
.nx-content-articles .content_article,
.nx-content-categories .content_article {
  display: block;
}
.nx-content-articles .articleHEad,
.nx-content-categories .articleHEad {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 30px;
}
.nx-content-articles .articleHEad .head, .nx-content-articles .articleHEad .nx-area-dashboard main .new_container .main-charts .sub_head, .nx-area-dashboard main .new_container .main-charts .nx-content-articles .articleHEad .sub_head,
.nx-content-categories .articleHEad .head,
.nx-content-categories .articleHEad .nx-area-dashboard main .new_container .main-charts .sub_head,
.nx-area-dashboard main .new_container .main-charts .nx-content-categories .articleHEad .sub_head {
  font-weight: 700;
  font-size: 25px;
}
.nx-content-articles .articleHEad .des,
.nx-content-categories .articleHEad .des {
  font-weight: 300;
  font-size: 16px;
  color: #475367;
}
.nx-content-articles .articles_bg,
.nx-content-categories .articles_bg {
  border: 0.5px solid #d1d5db;
  border-radius: 10px;
  padding: 20px 15px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.nx-content-articles .articles_bg .input_container,
.nx-content-categories .articles_bg .input_container {
  width: 100%;
}

.nx-active .nx-apps h2 {
  font-size: 18px;
  color: #1e293b;
  font-weight: 700;
}

.nx-article-categories .nx-setting > div {
  width: 100%;
}

.nx-view-article[href=""] {
  display: none;
}

#category-image-container {
  max-width: 100%;
  border: 1px dashed #d5d5d5;
  min-height: 150px;
  background-size: 60px;
}
#category-image-container input {
  display: none;
}

.nx-menu-articles .nx-docs,
.nx-menu-chatbot .nx-docs {
  text-decoration: none;
  color: rgb(86, 96, 105);
  line-height: 42px;
  opacity: 0.8;
}

.nx-area-articles .nx-menu-articles > ul li {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 30px;
  background: #fff;
}
.nx-area-articles .nx-menu-articles > ul li.nx-active {
  background: #1653fd;
  color: #fff !important;
  border: 1px solid #1653fd !important;
}
.nx-area-articles .nx-inner-tab .nx-content-categories {
  height: calc(100vh - 180px);
  background: #fff;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container {
  width: 100%;
  margin-bottom: 20px;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container .nx-setting {
  margin: 0 !important;
  width: 100% !important;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container h2 {
  padding-bottom: 10px;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container .nx-setting.nx-type-checkbox.category-parent {
  width: fit-content !important;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .nx-setting {
  padding-top: 0 !important;
}
.nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .nx-setting:last-child {
  padding: 0 !important;
  margin-right: auto;
  margin-left: 10px;
  width: fit-content;
}
.nx-area-articles .nx-inner-tab .ul-articles li,
.nx-area-articles .nx-inner-tab .ul-categories li {
  padding: 0 10px;
  margin-bottom: 8px;
}
.nx-area-articles .nx-inner-tab .ul-articles li.nx-active, .nx-area-articles .nx-inner-tab .ul-articles li:hover,
.nx-area-articles .nx-inner-tab .ul-categories li.nx-active,
.nx-area-articles .nx-inner-tab .ul-categories li:hover {
  background: #e5eaf0;
  border-radius: 6px;
  border-bottom: none;
}
.nx-area-articles .nx-inner-tab .ul-articles li.nx-active i, .nx-area-articles .nx-inner-tab .ul-articles li:hover i,
.nx-area-articles .nx-inner-tab .ul-categories li.nx-active i,
.nx-area-articles .nx-inner-tab .ul-categories li:hover i {
  top: 3px;
  background: unset;
}

.nx-account-box .ul_account li {
  border-radius: 6px;
  border-bottom: none;
  padding: 0 10px;
  margin-bottom: 8px !important;
  color: rgb(86, 96, 105);
  font-weight: 500 !important;
  font-size: 13px !important;
}
.nx-account-box .ul_account li.nx-active, .nx-account-box .ul_account li:hover {
  color: #155CFD !important;
  background: #e5eaf0;
  border-radius: 6px;
}

.nx-area-reports_new .nx-tab {
  height: calc(100vh - 170px) !important;
}
.nx-area-reports_new .nx-nav-only .nx-tab-nav-title {
  border-bottom: none !important;
  padding: 0 10px;
  margin-bottom: 4px;
}
.nx-area-reports_new .nx-nav-only .li {
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 8px;
}
.nx-area-reports_new .nx-nav-only .li.nx-active {
  background: #e5eaf0;
  border-radius: 6px;
  padding: 0 10px;
  border-bottom: none;
}
.nx-area-reports_new .chart-cnt {
  border: 0.5px solid #d1d5db;
  padding: 20px;
  border-radius: 10px;
}
.nx-area-reports_new .nx-reports-sidebar .nx-title {
  font-weight: 600;
  font-size: 16px;
}
.nx-area-reports_new .nx-reports-sidebar .nx-reports-text {
  margin: 5px 0;
}

.nx-setting label {
  font-weight: 600;
  font-size: 14px;
  color: black !important;
}

.nx-admin.nx-main .nx-input {
  display: flex;
}

/*
 *
 * -----------------------------------------------------------
 * MISCELLANEOUS
 * -----------------------------------------------------------
 *
*/
#nx-whatsapp-alert-btn {
  transform: translate(10px, 2px);
  display: inline-block;
  transition: all 0.4s;
}
#nx-whatsapp-alert-btn:hover {
  opacity: 0.6;
}

.nx-btn-app-disable {
  display: none !important;
}

@keyframes nx-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
[data-provider=twilio] .nx-whatsapp-box-header,
[data-provider=twilio] .nx-whatsapp-box-header + div {
  display: none;
}

.nx-lightbox {
  position: fixed;
  width: calc(100% - 50px);
  height: 100%;
  padding: 0;
  max-width: 700px;
  max-height: calc(100% - 50px);
  left: 50% !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  border-radius: 6px;
  display: none;
  transition: opacity 0.4s, transform 0.4s;
}
.nx-lightbox.nx-active {
  display: block;
}
.nx-lightbox.nx-dialogflow-intent-box, .nx-lightbox.nx-updates-box {
  height: calc(100vh - 100px);
}
.nx-lightbox .nx-top-bar {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(212, 212, 212);
  margin-bottom: 30px;
}
.nx-lightbox .nx-top-bar > div {
  display: flex;
  align-items: center;
}
.nx-lightbox .nx-top-bar > div:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
  padding-left: 0;
}
.nx-lightbox .nx-top-bar > div:first-child a {
  text-decoration: none;
}
.nx-lightbox .nx-top-bar > div:first-child a i {
  font-size: 13px;
  color: #b1c2d1;
  margin-left: 15px;
}
.nx-lightbox .nx-top-bar > div:first-child a i:hover {
  color: #155CFD;
}
.nx-lightbox .nx-main {
  display: block;
  padding: 0 20px 30px 20px;
  justify-content: space-between;
  height: calc(100% - 145px);
}
.nx-lightbox .nx-main > div {
  height: auto;
  width: 100%;
}
.nx-lightbox .nx-main > div .nx-details {
  flex: 100%;
  width: 100%;
}
.nx-lightbox .nx-main > div .nx-edit-box {
  flex: 100%;
}
.nx-lightbox .nx-main > .nx-title + *,
.nx-lightbox .nx-main > div > .nx-title + *,
.nx-lightbox .nx-main p + .nx-title {
  margin-top: 7px;
}
.nx-lightbox .nx-main > .nx-title + * *:first-child,
.nx-lightbox .nx-main > div > .nx-title + * *:first-child,
.nx-lightbox .nx-main p + .nx-title *:first-child {
  margin-top: 0;
  margin-bottom: 0px;
}
.nx-lightbox .nx-main > .nx-setting + .nx-title,
.nx-lightbox .nx-main > div > .nx-setting + .nx-title {
  margin-top: 30px;
}
.nx-lightbox .nx-main p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(86, 96, 105);
}
.nx-lightbox .nx-main p a:not([class]) {
  color: #155CFD;
  text-decoration: none;
}
.nx-lightbox .nx-main p b {
  font-weight: 500;
}
.nx-lightbox .nx-main > .nx-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.nx-lightbox .nx-info {
  padding: 20px;
  background: rgb(202, 52, 52);
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  letter-spacing: 0.3px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 5;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  display: none;
}
.nx-lightbox .nx-info a {
  color: #fff;
  padding-left: 4px;
}
.nx-lightbox .nx-info.nx-active {
  display: flex;
  animation: nx-fade-animation 0.4s;
}
.nx-lightbox .nx-repeater {
  width: calc(100% - 25px);
}
.nx-lightbox.nx-lightbox-media {
  animation: none;
  background: #000;
}

.nx-lightbox-overlay {
  z-index: 995 !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.nx-lightbox-overlay.nx-active {
  display: block;
}

.nx-lightbox-media.nx-active + .nx-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.nx-profile-edit-box,
.nx-profile-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}
.nx-profile-edit-box .nx-main,
.nx-profile-box .nx-main {
  display: flex;
  padding: 0 20px;
}
.nx-profile-edit-box .nx-main > div,
.nx-profile-box .nx-main > div {
  height: 100%;
  width: 50%;
}

.nx-ticket-edit-box,
.nx-ticket-custom-fields-edit-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}

.ticket-attachments {
  height: calc(80% - 50px);
  max-width: 1000px;
}

#view-ticket-attachments {
  cursor: pointer;
}

.nx-direct-message-box,
#nx-whatsapp-send-template-box {
  height: calc(100vh - 50px);
  max-width: 1000px;
}
.nx-direct-message-box .nx-bottom div + a,
#nx-whatsapp-send-template-box .nx-bottom div + a {
  margin-left: 15px;
}
.nx-direct-message-box .nx-bottom > div,
#nx-whatsapp-send-template-box .nx-bottom > div {
  font-weight: 500;
  margin: 0 15px;
  color: #155CFD;
}
.nx-direct-message-box .nx-bottom > div:empty,
#nx-whatsapp-send-template-box .nx-bottom > div:empty {
  display: none;
}

.nx-updates-box .nx-input,
.nx-requirements-box .nx-input {
  justify-content: flex-start;
}
.nx-updates-box .nx-input > span,
.nx-requirements-box .nx-input > span {
  max-width: 200px;
  min-width: 200px;
}
.nx-updates-box .nx-input > div,
.nx-requirements-box .nx-input > div {
  font-size: 13px;
  letter-spacing: 0.3px;
  background: rgba(255, 196, 88, 0.15);
  color: rgb(155, 116, 36);
  width: 100%;
  line-height: 20px;
  padding: 13px;
  border-radius: 4px;
}
.nx-updates-box .nx-input > div.nx-green,
.nx-requirements-box .nx-input > div.nx-green {
  background-color: rgba(26, 146, 96, 0.07);
  color: rgb(21, 116, 77);
}

.nx-requirements-box .nx-input > div {
  display: inline-block;
  padding: 5px 10px;
  width: auto;
}
.nx-requirements-box .nx-main > p {
  margin-top: 30px;
}

.nx-dialog-box {
  max-width: 500px;
  height: auto;
  min-height: 75px;
  text-align: center;
  padding: 30px;
  z-index: 999998;
}
.nx-dialog-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
  word-wrap: break-word;
}
.nx-dialog-box a {
  margin: 0 7px;
}
.nx-dialog-box .nx-link-text {
  margin: 0;
  color: #000000;
}
.nx-dialog-box[data-type=choice] .nx-close, .nx-dialog-box[data-type=alert] .nx-close, .nx-dialog-box[data-type=info] .nx-cancel, .nx-dialog-box[data-type=info] .nx-confirm, .nx-dialog-box[data-type=map] .nx-cancel, .nx-dialog-box[data-type=map] .nx-confirm {
  display: none;
}
.nx-dialog-box[data-type=alert] {
  padding: 60px 30px;
}
.nx-dialog-box iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
  display: block;
}
.nx-dialog-box pre {
  font-family: Manrope;
  margin: 10px 0 0 0;
  overflow-x: scroll;
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid rgb(212, 212, 212);
  font-weight: 400;
}
.nx-dialog-box#error pre {
  white-space: normal;
}
.nx-dialog-box .nx-title {
  font-size: 21px;
  line-height: 50px;
  margin-top: -10px;
  color: #155CFD;
}
.nx-dialog-box .nx-title:empty {
  display: none;
}
.nx-dialog-box[data-type=map] {
  max-width: 1000px;
  padding: 0;
}
.nx-dialog-box[data-type=map] p {
  margin: 0;
}
.nx-dialog-box[data-type=map] > div {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 0;
}

.nx-dialogflow-intent-box .nx-intent-add,
.nx-dialogflow-intent-box .nx-bot-response {
  position: relative;
}
.nx-dialogflow-intent-box .nx-intent-add i,
.nx-dialogflow-intent-box .nx-bot-response i {
  position: absolute;
  margin-left: 15px;
  top: -10px;
}
.nx-dialogflow-intent-box .nx-intent-add i:before,
.nx-dialogflow-intent-box .nx-bot-response i:before {
  font-size: 16px;
}
.nx-dialogflow-intent-box .nx-intent-add i.nx-loading:before,
.nx-dialogflow-intent-box .nx-bot-response i.nx-loading:before {
  line-height: 30px;
  font-size: 20px;
}
.nx-dialogflow-intent-box .nx-intent-add {
  margin-top: 10px;
}
.nx-dialogflow-intent-box .nx-intent-add i {
  position: absolute;
  margin-left: 15px;
  top: -10px;
}
.nx-dialogflow-intent-box .nx-intent-add i + i {
  margin-left: 50px;
}
.nx-dialogflow-intent-box .nx-intent-add i + i + i {
  margin-left: 85px;
}
.nx-dialogflow-intent-box .nx-type-text + .nx-type-text {
  margin-top: 5px;
}
.nx-dialogflow-intent-box .nx-title.nx-title-search .nx-search-btn {
  right: 36px;
}

.nx-bot-response.nx-disabled {
  position: relative;
}
.nx-bot-response.nx-disabled textarea {
  opacity: 0.5;
}
.nx-bot-response.nx-disabled i {
  display: none !important;
}
.nx-bot-response.nx-disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#nx-intent-preview,
#nx-qea-preview {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s;
}
#nx-intent-preview:hover,
#nx-qea-preview:hover {
  color: #155CFD;
}

#nx-envato-box p,
.nx-bold-list p {
  font-weight: 400;
  text-align: left;
}
#nx-envato-box b,
.nx-bold-list b {
  display: inline-block;
  width: 150px;
  font-weight: 500;
}

#opencart-order-details {
  padding: 20px 30px;
}
#opencart-order-details .nx-title {
  text-align: left;
}
#opencart-order-details .nx-panel-details {
  border: none;
}
#opencart-order-details .nx-title-opencart-products {
  color: #000000;
  margin-top: -30px;
  font-weight: 500;
  font-size: 16px;
}
#opencart-order-details .nx-list-links {
  text-align: left;
}
#opencart-order-details .nx-list-links > a {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#opencart-order-details .nx-list-links > a span:last-child {
  float: right;
}
#opencart-order-details .nx-panel-details {
  display: inline-block;
  width: calc(100% - 150px);
  padding: 0;
}
#opencart-order-details .oc-b-products {
  transform: translateY(-10px);
}

#intent-preview-box,
#qea-preview-box {
  max-width: 350px;
  padding: 30px;
  text-align: left;
}
#intent-preview-box > p,
#qea-preview-box > p {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}
#intent-preview-box > p span,
#qea-preview-box > p span {
  display: block;
  line-height: 20px;
  overflow: hidden;
}
#intent-preview-box > p span + span,
#qea-preview-box > p span + span {
  margin-top: 8px;
}
#intent-preview-box .nx-btn,
#qea-preview-box .nx-btn {
  margin: 0;
}

#nx-errors-list-box {
  max-width: 600px;
}
#nx-errors-list-box pre {
  white-space: normal;
  text-align: left;
  padding: 7px 10px;
}

.nx-loading-global {
  height: 36px;
  width: 36px;
  max-width: 36px;
  max-height: 36px;
  margin: -18px 0 0 -18px;
  color: #155CFD;
  border-radius: 3px;
}

.nx-admin-box {
  max-width: 500px;
  margin: 30px auto;
  padding: 48px 40px 36px;
  background: #fff;
  position: relative;
}
.nx-admin-box .nx-top-bar {
  padding-bottom: 30px;
}
.nx-admin-box .nx-top-bar img {
  max-width: 300px;
}
.nx-admin-box .nx-top-bar .nx-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 30px 0px 15px 0px;
}
.nx-admin-box .nx-text {
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}
.nx-admin-box .nx-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.nx-admin-box .nx-info {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: rgb(202, 52, 52);
  right: 0;
  left: 0;
  top: 0;
  margin: 0 0 40px 0;
  padding: 15px 20px;
  border-radius: 4px;
  display: none;
}
.nx-admin-box .nx-info.nx-active {
  display: block;
  animation: nx-fade-animation 0.4s;
}
.nx-admin-box .nx-text + .nx-input,
.nx-admin-box .nx-input + .nx-text {
  margin-top: 30px;
}

.nx-rich-login {
  max-width: 500px;
}
.nx-rich-login .nx-forgot {
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
  color: rgb(86, 96, 105);
}
.nx-rich-login .nx-register {
  font-weight: 600;
  font-size: 15px;
}
.nx-rich-login .nx-forgot,
.nx-rich-login .nx-register {
  cursor: pointer;
  transition: all 0.4s;
  text-decoration: none;
}
.nx-rich-login .nx-forgot:hover,
.nx-rich-login .nx-register:hover {
  color: #155CFD;
}

#nx-error-check {
  display: none !important;
}

.nx-language-switcher {
  display: flex;
  align-items: center;
}
.nx-language-switcher img,
.nx-language-switcher > i {
  display: block;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}
.nx-language-switcher img {
  border-radius: 2px;
  margin: 0 5px;
  width: 20px;
  height: 13px;
  position: relative;
  z-index: 2;
}
.nx-language-switcher span {
  position: relative;
  transition: all 0.4s;
}
.nx-language-switcher span i {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 18px;
  cursor: pointer;
  font-size: 9px;
  opacity: 0;
  z-index: 0;
  transition: all 0.4s;
}
.nx-language-switcher span i:hover {
  color: rgb(202, 52, 52);
}
.nx-language-switcher span:hover {
  padding-left: 15px;
  transition-delay: 1s;
}
.nx-language-switcher span:hover i {
  opacity: 1;
  transition-delay: 1s;
}
.nx-language-switcher span:hover i:hover {
  transition-delay: 0s;
}
.nx-language-switcher > i {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: 10px;
}
.nx-language-switcher .nx-active img,
.nx-language-switcher span:hover i,
.nx-language-switcher span:hover img {
  opacity: 1;
}
.nx-language-switcher > i:hover {
  opacity: 1;
  color: #155CFD;
}

.nx-languages-box .nx-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-height: 300px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.nx-languages-box .nx-main > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.4s;
}
.nx-languages-box .nx-main > div > img {
  margin-right: 15px;
  border-radius: 3px;
  width: 26px;
  height: 15px;
}
.nx-languages-box .nx-main > div:hover {
  color: #155CFD;
}

.nx-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.nx-apps > div {
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 30px 130px;
  border-radius: 6px;
  border: 1px solid rgb(205, 210, 215);
  cursor: pointer;
  transition: all 0.4s;
}
.nx-apps > div img {
  max-width: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.nx-apps > div h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  color: rgb(86, 96, 105);
}
.nx-apps > div p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(120, 134, 146);
}
.nx-apps > div i {
  position: absolute;
  right: 30px;
  top: 30px;
  color: rgb(26, 146, 96);
}
.nx-apps > div:hover {
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.nx-apps > div.nx-disabled {
  opacity: 0.5;
}

.nx-panel-details .nx-whmcs-link {
  margin: 15px 15px 0 15px;
}

.nx-panel-whmcs .nx-list-items {
  margin: 0 15px 0 15px;
}

.nx-panel-aecommerce .nx-list-items > a > span:first-child,
.nx-panel-martfury .nx-list-items > a > span:first-child,
.nx-panel-opencart .nx-list-items > a > span:first-child {
  opacity: 0.6;
  margin-right: 5px;
}
.nx-panel-aecommerce .nx-list-links > a > span:last-child,
.nx-panel-martfury .nx-list-links > a > span:last-child,
.nx-panel-opencart .nx-list-links > a > span:last-child {
  float: right;
}

.nx-panel-zendesk .nx-list-items > a {
  margin-bottom: 5px;
}
.nx-panel-zendesk .nx-list-items > a > span:first-child {
  display: block;
  line-height: 15px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nx-panel-zendesk .nx-list-items > a > span:first-child i {
  right: auto;
  left: 15px;
  font-style: normal;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  font-size: 9px;
  opacity: 1;
  font-weight: 500;
  color: #fff;
}
.nx-panel-zendesk .nx-btn {
  margin-left: 15px;
}
.nx-panel-zendesk #nx-zendesk-update-ticket {
  top: 10px;
}
.nx-panel-zendesk #nx-zendesk-update-ticket:hover {
  color: #155CFD;
}

.nx-zendesk-status-n {
  background-color: rgb(255, 176, 87);
  color: rgb(112, 56, 21) !important;
}

.nx-zendesk-status-o {
  background-color: rgb(227, 79, 50);
}

.nx-zendesk-status-c {
  background-color: rgb(19, 202, 126);
}

.nx-zendesk-status-p {
  background-color: rgb(48, 145, 236);
  color: rgb(255, 255, 255);
}

.nx-zendesk-status-s {
  background-color: rgb(135, 146, 157);
}

.nx-zendesk-sync:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #155CFD;
  height: calc(100vh - 7px);
  left: 0;
  top: 0;
}

.nx-aecommerce-orders > a > span:last-child {
  margin-left: 15px;
}

.nx-panel-details .nx-woocommerce-cart > a {
  padding-right: 35px;
}

.nx-btn-app-setting:not(.nx-active) {
  display: none;
}
.nx-btn-app-setting:not(.nx-active) + .nx-btn {
  margin-left: 0;
}

#nx-embeddings-box {
  min-height: 25px;
}
#nx-embeddings-box p {
  margin: 0;
}
#nx-embeddings-box p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0 0 0;
}
#nx-embeddings-box p + div {
  display: none !important;
}

/*
 *
 * -----------------------------------------------------------
 * 3TH PARTY SCRIPTS
 * -----------------------------------------------------------
 *
*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  right: 20px !important;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.nx-list .nx-right .nx-reply-message {
  border-left-color: #fff;
  color: #fff;
  background: rgba(3, 59, 190, 0.5490196078);
  margin: 0 0 0 0;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table th {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #155CFD;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #155CFD;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  overflow: hidden;
}

.nx-rich-message[disabled] .nx-input-text {
  background: #fff;
}

.nx-list > div.nx-right.nx-rich-cnt .nx-text {
  background-color: #e6f2fc;
  padding: 0 5px;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.codex-editor:after {
  content: "M";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  left: 0;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  bottom: 25px;
  opacity: 0.5;
  z-index: -1;
}

.ce-block a {
  color: #000000;
}

.ce-header {
  font-size: 16px !important;
  color: #000000 !important;
}

.ce-toolbar__actions {
  padding-right: 15px;
}

.ce-block__content,
.ce-toolbar__content {
  max-width: 100% !important;
  margin: 0;
}

.cdx-input {
  width: auto;
}

.ce-rawtool__textarea {
  min-height: 0 !important;
  background: #edf2f9 !important;
}

.cdx-search-field__icon {
  height: 35px !important;
}

.ct__content {
  color: #fff;
}

.cdx-block {
  max-width: 100% !important;
}

.image-tool__image-picture {
  border-radius: 3px;
}

/*
 *
 * -----------------------------------------------------------
 * CLOUD VERSION
 * -----------------------------------------------------------
 *
*/
#whatsapp-cloud-sync-btn,
#whatsapp-cloud-reconnect-btn {
  display: none;
}

.nx-cloud-admin [id=user_type],
.nx-cloud-admin [id=first_name],
.nx-cloud-admin [id=last_name],
.nx-cloud-admin [id=password],
.nx-cloud-admin [id=email],
.nx-cloud-admin .nx-delete {
  display: none !important;
}

.nx-cloud #whatsapp-cloud-sync-btn,
.nx-cloud #whatsapp-cloud-reconnect-btn {
  display: flex;
}
.nx-cloud .nx-active-app .nx-btn-app-disable {
  display: block !important;
}
.nx-cloud .nx-active-app .nx-activate {
  display: none;
}

.sidebar-notification-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 9px;
  border-radius: 50%;
  text-align: center;
  background: #155cfd;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: nx-fade-animation 0.3s;
  right: 1px;
  top: 0px;
}

.nx-main:not(.nx-cloud) #google-sync-mode,
.nx-main:not(.nx-cloud) #open-ai-sync-mode,
.nx-main:not(.nx-cloud) #whatsapp-cloud-sync-mode,
.nx-main:not(.nx-cloud) #open-ai-training-cron-job {
  display: none !important;
}

.nx-credits-panel-box p b a {
  display: none !important;
}

.nx-onboarding-box {
  height: calc(100vh - 50px);
}
.nx-onboarding-box .nx-setting {
  align-items: center;
}
.nx-onboarding-box .nx-setting > div:first-child {
  padding-right: 30px;
  width: 100%;
}
.nx-onboarding-box .nx-setting > div:last-child {
  flex: 1;
}
.nx-onboarding-box .nx-setting h2 {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.nx-onboarding-box .nx-setting h2 img,
.nx-onboarding-box .nx-setting h2 i {
  font-size: 18px;
  line-height: 20px;
  margin-left: 15px;
  height: 18px;
  display: block;
  transform: none;
}
.nx-onboarding-box .nx-setting h2 a {
  text-decoration: none;
}
.nx-onboarding-box .nx-setting .nx-btn {
  width: 70px;
}
.nx-onboarding-box .nx-setting .nx-btn.nx-active {
  background-color: rgb(26, 146, 96);
  color: rgb(26, 146, 96);
  cursor: default;
}
.nx-onboarding-box .nx-setting .nx-btn.nx-active:after {
  content: "w";
  font-family: "Nexleon Helpdesk Icons";
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}
.nx-onboarding-box .nx-setting + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 230, 230);
}
.nx-onboarding-box .nx-main > p {
  margin-bottom: 30px;
}

.nx-menu [data-value=switch] {
  position: static !important;
}
.nx-menu [data-value=switch] > div {
  position: absolute;
  left: -50px;
  top: 75%;
  height: fit-content;
  padding: 8px 15px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s linear 0.2s;
}
.nx-menu [data-value=switch] > div::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.nx-menu [data-value=switch] > div a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #000;
}
.nx-menu [data-value=switch] > div a:hover {
  color: #0069f0;
}
.nx-menu [data-value=switch]:hover > div {
  opacity: 1;
}

.tag-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  min-width: 10px;
  min-height: 10px;
}

.choices__list--dropdown .choices__item--selectable::before {
  display: none !important;
}
.choices__list--dropdown .choices__item {
  padding: 8px 12px !important;
  border-radius: 4px !important;
  margin: 2px 0 !important;
  transition: all 0.2s ease !important;
  background-color: white !important;
  color: #222 !important;
  font-weight: 500 !important;
  align-items: center !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.choices__list--dropdown .choices__item[data-color]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #0d6efd;
  border: 2px solid #f8f9fa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.choices__list--dropdown .choices__item:hover {
  background-color: #f8f9fa !important;
  color: #222 !important;
}
.choices__list--dropdown .choices__item:hover::before {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px !important;
  overflow: hidden;
  margin-top: 2px !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.choices__list--multiple {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: flex-start !important;
  padding: 4px 0 0 4px !important;
}
.choices__list--multiple .choices__item {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 4px !important;
  padding: 4px 32px 4px 12px !important;
  border-radius: 12px !important;
  background: #f8f9fa !important;
  color: #222 !important;
  font-size: 0.95em !important;
  font-weight: 500 !important;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #0d6efd !important;
  white-space: nowrap;
  overflow: visible !important;
}
.choices__list--multiple .choices__item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #0d6efd;
  border: 2px solid #f8f9fa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.choices__list--multiple .choices__item[data-color]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #0d6efd;
  border: 2px solid #f8f9fa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.choices__button,
.choices__button--remove {
  color: #d32f2f !important;
  background: none !important;
  border: none !important;
  font-size: 1.2em !important;
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}
.choices__button:hover,
.choices__button--remove:hover {
  color: #b71c1c !important;
}
.choices__button,
.choices__button--remove {
  /*&::before {
    content: '×' !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }*/
}

.choices__button--remove--active {
  color: #0d6efd !important;
}

.choices__button i {
  font-size: 14px;
}

.tag-option {
  padding: 8px 12px;
  border-radius: 4px;
  margin: 2px 0;
  transition: all 0.2s ease;
  background-color: #fff !important;
  color: #222 !important;
  font-weight: 500;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.tag-option[data-color]::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: attr(data-color);
  border: 1px solid attr(data-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.tag-option:hover {
  background-color: #f8f9fa;
  color: #222;
}
.tag-option:hover::before {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.tag-option.selected {
  background-color: #f8f9fa;
  color: #222;
  font-weight: 600;
}
.tag-option.selected::before {
  background-color: #0d6efd;
  border: 2px solid #f8f9fa;
}

.nx-account-box > .nx-tab {
  height: calc(100% - 95px) !important;
}

.choices[data-type*=select-multiple] .choices__inner .choices__button,
.choices[data-type*=text] .choices__button {
  margin-left: 2px;
}

.choices__list.choices__list--multiple > div {
  padding: 4px 4px 4px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 5px 0;
  background-color: rgb(from var(--tagColor) r g b/0.2);
  border: 1px solid rgb(from var(--tagColor) r g b/0.3) !important;
}
.choices__list.choices__list--multiple > div > button {
  border: none;
  color: red;
}
.choices__list.choices__list--multiple > div.undefined.undefined span.tag-label {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
  word-wrap: revert !important;
  white-space: nowrap;
  justify-content: start;
}

.table-responsive::-webkit-scrollbar,
#ticketTable_wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}

#ticketTable_wrapper .row:nth-child(2) {
  margin: 0;
  overflow: visible;
}
#ticketTable_wrapper .row:nth-child(2) .col-sm-12 {
  padding: 0;
  overflow-x: unset;
  margin-block: 10px;
}
#ticketTable_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar {
  background: none;
  width: 0px;
  max-height: 8px;
}
#ticketTable_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 20px;
  width: 0px;
}

.nx-area-tickets .tags-filter {
  min-height: 34px;
  padding: 0 7.5px;
  width: fit-content;
}
.nx-area-tickets .tags-filter .choices__inner {
  width: 200px;
  min-height: 34px;
}
.nx-area-tickets .table-responsive .nx-scroll-area.scroll-table {
  scrollbar-width: none;
  max-height: unset;
  overflow: hidden;
}
.nx-area-tickets .table-responsive .nx-scroll-area.scroll-table #ticketTable_wrapper .row.dt-row .col-sm-12 {
  max-height: calc(100vh - 290px);
  overflow-y: scroll;
}
.nx-area-tickets .table-responsive .nx-scroll-area.scroll-table::-webkit-scrollbar {
  width: 0;
  height: 0;
}

table {
  position: relative;
}
table.table.dataTable {
  margin-top: 0 !important;
}
table.table.dataTable tbody tr td:nth-child(1) {
  min-width: 125px;
}
table thead {
  position: sticky;
  top: 0;
  z-index: 8;
}

.choices {
  width: 100%;
  max-width: 100% !important;
}
.choices .choices__inner,
.choices .choices__input {
  background-color: #fff;
  border-radius: 4px;
}

.tag-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}
.tag-palette .tag-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s;
}
.tag-palette .tag-circle:hover {
  transform: scale(1.1);
}

.nx-admin-box_new {
  max-width: unset;
  padding: unset;
  margin: unset;
}
.nx-admin-box_new .container {
  max-width: unset !important;
  height: 100%;
}
.nx-admin-box_new .row {
  height: 100%;
}
.nx-admin-box_new .top_left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a73fe;
}
.nx-admin-box_new .left_section {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nx-admin-box_new .logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  filter: brightness(0) invert(1);
}
.nx-admin-box_new .logo-text {
  font-family: Inter;
  font-size: 36px;
  color: #fff;
}
.nx-admin-box_new .laptop-image {
  margin-bottom: 30px;
}
.nx-admin-box_new .laptop-image img {
  width: 100%;
}
.nx-admin-box_new .welcome-title {
  font-family: Manrope;
  max-width: 420px;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.nx-admin-box_new .welcome-description {
  margin-top: 20px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.nx-admin-box_new .top_right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.nx-admin-box_new .right_section {
  max-width: 448px;
  width: 100%;
  padding: 50px 40px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nx-admin-box_new .right_section .login-form .form-fields .field-container .input-wrapper {
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.nx-admin-box_new .right_section .login-form .form-fields .field-container .input-wrapper svg {
  position: absolute;
  right: 0px;
  top: 16px;
  z-index: 3;
}
.nx-admin-box_new .login-title {
  font-size: 36px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 8px;
  font-family: Manrope;
}
.nx-admin-box_new .login-description {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px !important;
  font-family: Manrope;
}
.nx-admin-box_new .form-fields {
  display: flex;
  flex-direction: column;
}
.nx-admin-box_new .nx-errors-area {
  font-size: 15px;
  line-height: unset;
}
.nx-admin-box_new .field-label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  font-family: Manrope;
  margin-bottom: 4px;
}
.nx-admin-box_new .nx-input .form-input {
  padding: 10px 15px;
  width: 100%;
  min-height: 55px;
  border-radius: 10px !important;
  background-color: white;
}
.nx-admin-box_new .nx-input .form-input::placeholder {
  color: #666666;
}
.nx-admin-box_new .eye-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.nx-admin-box_new .auth-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.nx-admin-box_new .remember-me {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.nx-admin-box_new .checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 19px;
  min-width: 18px;
  min-height: 19px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.nx-admin-box_new .checkbox:checked {
  border-color: #0a73fe;
  background-color: #0a73fe;
}
.nx-admin-box_new .checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.nx-admin-box_new .remember-text {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  font-family: Manrope, sans-serif;
}
.nx-admin-box_new .forgot-password {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px !important;
  color: #0a73fe !important;
  cursor: pointer;
  font-family: Manrope;
}
.nx-admin-box_new .btn-cancel-reset-password {
  font-size: 13px;
  text-align: end;
  margin-bottom: 24px;
}
.nx-admin-box_new .login-button {
  background-color: #0a73fe;
  height: 45px;
  width: 100%;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 0;
}
.nx-admin-box_new .login-button.btn-reset-password {
  margin-bottom: 30px;
}
.nx-admin-box_new .login-button:hover {
  background-color: #0a73fe !important;
}
.nx-admin-box_new .register-prompt {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.nx-admin-box_new .no-account {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  white-space: pre;
  font-family: Manrope;
}
.nx-admin-box_new .register-link {
  font-weight: 500;
  font-size: 16px;
  color: #0068ff;
  cursor: pointer;
  white-space: pre;
  font-family: Manrope;
}

.header-right .logout {
  cursor: pointer;
}
.header-right .logout:hover img {
  filter: brightness(0.1);
}

.nx-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 0 !important;
}
.nx-profile .user-details {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
}
.nx-profile .user-details .nx-name {
  font-weight: 600;
  color: #000;
}
.nx-profile .user-details .nx-role {
  font-size: 12px;
  color: #777;
}

.menu_head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.menu_head .avatar_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.menu_head .user-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
.menu_head .user-details .nx-name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.menu_head .user-details .nx-role {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}

div ul.nx-menu {
  right: 30px;
  top: 60px;
  z-index: 10000;
}

.nx-select ul {
  top: 60px;
  right: 30px;
}

li.menu_head:hover {
  background-color: transparent !important;
}

.disclaimer a {
  color: #0a73fe !important;
  text-decoration: none;
}

#nx-dashboard:hover path, #nx-dashboard.nx-active path,
#nx-conversations:hover path,
#nx-conversations.nx-active path,
#nx-tickets:hover path,
#nx-tickets.nx-active path,
#nx-users:hover path,
#nx-users.nx-active path,
#nx-articles:hover path,
#nx-articles.nx-active path,
#nx-reports:hover path,
#nx-reports.nx-active path,
#nx-settings:hover path,
#nx-settings.nx-active path,
#nx-chatbot:hover path,
#nx-chatbot.nx-active path,
#nx-accout:hover path,
#nx-accout.nx-active path {
  stroke: black;
  fill: none;
}

/* Parent container */
.main-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.sidebar {
  width: 230px;
  transition: width 0.3s ease;
  overflow: hidden;
  background: #fff;
  height: 100vh;
  z-index: 1002;
}
.sidebar.collapsed {
  width: 82px;
}
.sidebar.collapsed .logo-text,
.sidebar.collapsed .label,
.sidebar.collapsed .powered-by {
  display: none;
}
.sidebar nav ul {
  list-style: none;
  padding-left: 0;
}
.sidebar nav ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.sidebar nav ul li a span {
  word-break: break-word !important;
  font-size: 13px !important;
}

.row.tablet-sizee .nav-tabs .nav-item {
  width: fit-content;
}

.toggle-btn,
.account-toggle-btn {
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

#user-additional-fields .input .repeater-item i,
#rich-messages .input .repeater-item i {
  right: -14px;
}

.main-content {
  transition: margin-left 0.3s ease;
  position: relative;
}

.settings-header {
  position: sticky;
  top: -24px;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  padding: 5px 5px 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #d1d5db;
  border-radius: 0px;
  padding: 20px 10px;
  box-sizing: border-box;
}
.settings-header .head, .settings-header .nx-area-dashboard main .new_container .main-charts .sub_head, .nx-area-dashboard main .new_container .main-charts .settings-header .sub_head {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px !important;
}
.settings-header .des {
  font-weight: 300;
  font-size: 14px;
  color: #475367;
  line-height: 1.5;
}

.settings-tab {
  border: 1px solid rgb(209, 213, 219) !important;
  border-radius: 8px;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.settings-tab::-webkit-scrollbar {
  width: 0;
}
.settings-tab .settings-head p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.settings-tab .settings-head p svg {
  width: 18px;
  height: 18px;
}
.settings-tab .settings-head p svg path {
  stroke: #40404e;
}
.settings-tab .settings-head p:nth-child(2) {
  font-size: 14px;
  color: #717182;
  line-height: 1.5;
}
.settings-tab .nx-repeater .repeater-item input {
  width: fit-content;
  min-width: fit-content;
}
.settings-tab .nx-setting {
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
  padding: 15px !important;
  border-radius: 8px;
  gap: 20px 0;
}
.settings-tab .nx-setting.nx-type-upload-image .input .image {
  min-width: 195px;
}
.settings-tab #supervisors .input {
  width: fit-content !important;
}
.settings-tab #departments .nx-repeater .repeater-item .item-index:nth-child(4) {
  padding-left: 5px;
  width: 14px;
  min-width: 14px;
}
.settings-tab #departments i {
  position: unset;
  margin-top: 11px;
  margin-left: 2px;
}

.sidebar.collapsed + .main-content {
  margin-left: 60px;
}

#mainContent.sidebar-collapsed {
  margin-left: 180px !important;
  width: 90% !important;
}

.nav-tabs .nav-item {
  width: 120px;
  position: relative;
}
.nav-tabs .nav-item .nx-notification-counter {
  position: absolute;
  right: 4px;
  bottom: 6px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #155cfd;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: nx-fade-animation 0.3s;
}

.nx-table-tickets td {
  position: relative;
}
.nx-table-tickets td .nx-notification-counter {
  position: absolute;
  margin-left: 10px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #155cfd;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: nx-fade-animation 0.3s;
}

.high-insr .card {
  min-height: 350px !important;
}

.nx-select ul {
  position: relative;
  top: 50%;
  left: 0;
  z-index: 9999;
}

.choices .choices__inner {
  padding: 3px 10px 3px 10px;
  min-height: 30px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 10px !important;
}

.ticket-fields .tags-filter {
  margin-right: 0 !important;
}
.ticket-fields .choices {
  display: flex;
}
.ticket-fields .choices .choices__inner {
  max-width: 100%;
}

.select2-container--default .select2-selection--single {
  min-height: 48px !important;
  border-radius: 10px !important;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12% !important;
  transform: translateY(0%) !important;
  position: absolute;
  right: 8px;
  margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0px 5px;
  top: 57%;
  margin-top: unset !important;
}

.nx-input > div {
  padding-right: unset;
  max-width: 800px;
}

#subject span {
  padding-bottom: 6px;
}

#department_id span {
  padding-bottom: 6px;
}

#tags-div span {
  padding-bottom: 8px;
}
#tags-div .tag-dot {
  min-width: 10px;
  min-height: 10px;
  max-height: 10px;
  padding-bottom: 0;
}

.nx-scroll-area .nx-list,
.nx-conversation .nx-list {
  overflow: unset;
  overflow-y: unset;
}

.nx-list .nx-message pre {
  overflow: unset;
  overflow-y: unset;
}

.nx-tab.nx-inner-tab .clr-change {
  background-color: #155cfd;
  color: #fff;
  border: unset;
  border-radius: 7px;
  height: 35px !important;
}

.nx-board .nx-user-details .nx-user-details-close i::before {
  font-size: 11px;
  line-height: 30px;
}

.powered-by .all-reserved {
  font-size: 13px !important;
}
.powered-by .nexln-help {
  font-size: 15px !important;
  color: #000 !important;
}

section.main-charts.recent-message {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.main-charts.recent-message .user-initials {
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.icon-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.icon-tooltip span[data-tooltip]::after {
  content: attr(data-tooltip);
  position: fixed;
  top: var(--tooltip-top, -99999);
  left: var(--tooltip-left, -99999);
  transform: translateY(-25%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
  font-style: normal !important;
}
.icon-tooltip:hover span[data-tooltip]::after {
  opacity: 1;
}

li.filter-tags {
  width: 100%;
  max-width: 100px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.sidebar,
.sidebar nav,
.sidebar nav ul,
.sidebar nav ul li,
#nx-dashboard,
#nx-dashboard .icon-wrapper {
  overflow: visible !important;
}

.attachment-card i.fa-solid.fa-x.remove-file {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  font-size: 10px;
}

i.fa-solid.fa-x.delete-attachment {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  font-size: 10px;
}

.setting_sidebar li {
  margin: 0 !important;
  padding: 12px 1rem !important;
  line-height: 1.2 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.nx-account-box.nx-admin .nx-nav {
  padding-top: 2px;
}

.nx-account-box .nx-top-bar {
  padding: 24px 15px !important;
  height: 37px;
}

@media (max-width: 1540px) {
  .nx-menu-wide_new ul {
    max-width: 372px;
    overflow-x: auto;
    padding: 4px;
  }
  .nx-menu-wide_new ul::-webkit-scrollbar {
    background: #d5d5d5;
    height: 6px;
    border-radius: 10px;
    border: 1px solid rgb(179, 179, 179);
  }
  .nx-menu-wide_new ul::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 10px;
  }
  .nx-menu-wide_new ul li {
    min-width: fit-content;
  }
  .new-ticket-button {
    white-space: nowrap;
    padding: 10px 15px;
    gap: 10px;
  }
  .new-ticket-button > * {
    flex-shrink: 0;
  }
  .tablet-sizee .table-align {
    width: 100%;
  }
  .tablet-sizee .table-rightside {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .tablet-sizee .pl-5 {
    padding-left: 0;
  }
}
#nx-dashboard,
#nx-conversations,
#nx-tickets,
#nx-users,
#nx-articles,
#nx-reports,
#nx-settings,
#nx-chatbot,
#nx-accout {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 6px;
}

#nx-dashboard .icon-wrapper,
#nx-conversations .icon-wrapper,
#nx-tickets .icon-wrapper,
#nx-users .icon-wrapper,
#nx-articles .icon-wrapper,
#nx-reports .icon-wrapper,
#nx-settings .icon-wrapper,
#nx-accout .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#nx-dashboard .label,
#nx-conversations .label,
#nx-tickets .label,
#nx-users .label,
#nx-articles .label,
#nx-reports .label,
#nx-settings .label,
#nx-accout .label,
#nx-chatbot .label {
  margin-top: 6px;
  display: block;
  font-size: 11px;
  word-break: break-all;
}

.sidebar nav ul li {
  width: 100%;
  display: flex;
  justify-content: center;
}

div#chat-login-init,
div#auto-open,
div#chat-manual-init,
div#messaging-channels {
  display: none;
}

#ticketTable th {
  pointer-events: none;
}
#ticketTable th::before, #ticketTable th::after {
  content: none;
}
#ticketTable td a.ml-2 {
  background: #d5d5d5;
  padding: 2px 12px;
  border-radius: 20px;
  color: #000000;
}

.nx-area-dashboard main .customer-overview-chart {
  border: 0;
}
.nx-area-dashboard main .customer-overview-chart h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  color: #111827;
  font-family: "InterBold";
}
.nx-area-dashboard main .customer-overview-chart .overview_chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 40%;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart ul li {
  position: relative;
  padding-left: 14px;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: #000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart ul li:nth-child(2)::before {
  background: #45b369;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart ul li:nth-child(3)::before {
  background: #ff9f29;
}
.nx-area-dashboard main .customer-overview-chart .overview_chart #chart-container {
  width: 60%;
}

.overview_chart.my-auto div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.my-tabs-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.my-tabs-container button.tab-arrow {
  background: #fff;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
  outline: none;
  border: 1px solid #d5d5d5;
  margin-bottom: 40px;
}

.my-tabs {
  padding: 6px 8px;
  background: #ececf0;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
}
.my-tabs::-webkit-scrollbar {
  height: 0px;
}
.my-tabs::-webkit-scrollbar-track {
  height: 3px;
  margin-inline: 20px;
  background-color: transparent;
  border-radius: 20px;
}
.my-tabs::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 20px;
}
.my-tabs .my-tab {
  background: none;
  gap: 6px;
  position: relative;
  z-index: 2;
  margin: 0;
  min-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
}
.my-tabs .my-tab.active {
  background: none;
  color: #000;
  font-weight: 800;
}
.my-tabs .my-tab svg {
  height: 20px;
  width: 20px;
}
.my-tabs .tab-slider {
  background: #fff !important;
  border-radius: 40px;
  height: 34px;
  position: absolute;
  z-index: 0;
  display: inline-block;
  transition: all 0.1s linear;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #dee2e6 !important;
}

.articles-card .my-tabs {
  min-width: fit-content;
}

.toggle-btn,
.account-toggle-btn {
  display: none;
  background: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: 0;
}

.table-responsive .nx-scroll-area.scroll-table {
  height: unset !important;
  max-height: 700px;
  overflow-x: scroll;
}
.table-responsive .nx-scroll-area.scroll-table::-webkit-scrollbar {
  width: 0px;
  height: 0;
}

.nx-area-articles.nx-active .nx-tab.nx-inner-tab {
  height: calc(100vh - 185px);
}

.nx-area-users .nx-scroll-area {
  overflow: hidden;
  overflow-x: scroll;
}
.nx-area-users.nx-active .nx-filter-btn.nx-active > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.nx-area-users.nx-active .nx-filter-btn.nx-active > div .nx-select {
  position: relative;
}
.nx-area-users.nx-active .nx-filter-btn.nx-active > div .nx-select ul li {
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: 170px;
}

.nx-scroll-area .bulk-users-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nx-scroll-area .bulk-users-container .select-user {
  width: 100%;
}
.nx-scroll-area .bulk-users-container .form-check.d-flex,
.nx-scroll-area .bulk-users-container .selectedCount {
  width: fit-content;
  margin-bottom: 0 !important;
  display: flex;
  gap: 10px;
  height: fit-content;
}
.nx-scroll-area .bulk-users-container .selectedCount {
  margin-left: auto;
  background: #eceef2;
  border-radius: 20px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 12px;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 10px !important;
  width: 100%;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check label span.profile-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check label p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1 !important;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check label p span:nth-child(1) {
  color: #242424;
  font-weight: 600;
  font-size: 14px;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper .form-check label p span:nth-child(2) {
  color: #717182;
  font-size: 12px;
}
.nx-scroll-area .bulk-users-container .bulk-users-wrapper.nx-error {
  border: 1px solid rgb(202, 52, 52) !important;
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}
.nx-scroll-area .nx-type-textarea {
  display: flex;
  flex-direction: column;
  padding-top: 5px !important;
  width: 100%;
}
.nx-scroll-area .nx-type-textarea textarea {
  min-height: 100px;
}

#nx-article-id {
  display: none !important;
}

/*
 *
 * -----------------------------------------------------------
 * RESPONSIVE
 * -----------------------------------------------------------
 *
*/
.nx-account-box.nx-admin .nx-scroll-area {
  background: #f9fafb;
}

#tab-membership {
  max-width: 100%;
}
#tab-membership .box-membership .box-black {
  background: #111827;
  padding: 32px 30px;
  border-radius: 16px;
}
#tab-membership .box-membership .box-black h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
}
#tab-membership .box-membership .box-black .membership-detail-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box span {
  font-size: 16px;
  color: #d1d5db;
  text-transform: capitalize;
  font-weight: 400;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box span:nth-child(1) {
  width: fit-content;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box .progress {
  width: 100%;
  height: 11px;
  background: #374151;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box:nth-child(1) .progress .progress-bar {
  background: #3b82f6;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box:nth-child(2) {
  margin-left: 0;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box:nth-child(2) .progress .progress-bar {
  background: #22c55e;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box p span:nth-child(2) {
  font-size: 26px;
  font-weight: 700;
  color: #4ade80;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box .check {
  width: 65px !important;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #22c55e;
  position: relative;
}
#tab-membership .box-membership .box-black .membership-detail-list .detail-box .check::before {
  content: "";
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 17px;
}
#tab-membership p.first-p {
  margin: 0 0 37px 0 !important;
  font-size: 20px;
  color: #4b5563;
}
#tab-membership .plans-box-menu {
  margin: 7px 0 37px;
}
#tab-membership .plans-box-menu ul {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  width: fit-content;
  padding: 4.5px;
  border-radius: 10px;
}
#tab-membership .plans-box-menu ul li {
  padding: 3px 24px;
  font-size: 14px;
}
#tab-membership .plans-box-menu ul li.nx-active {
  background: #fff;
  border-radius: 10px;
  color: #000;
  border-bottom: 0;
}
#tab-membership .addons-title {
  border-bottom: 0;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin: 70px 0px 37px;
  padding: 0;
}
#tab-membership .plans-box {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#tab-membership .plans-box p {
  font-size: 21px;
}
#tab-membership .plans-box div.nx-visible {
  background: #fff;
  border: 1.33px solid #e5e7eb;
  box-shadow: 0px 1.33px 2.67px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  color: #000;
  flex-direction: column;
  transition: all 0.3s;
}
#tab-membership .plans-box div.nx-visible.nx-visible {
  display: flex;
  border-color: #e5e7eb;
  flex: 1 1 340px;
  max-width: 340px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  transition: all 0.3s;
}
#tab-membership .plans-box div.nx-visible.nx-visible p {
  margin-top: 21px !important;
}
#tab-membership .plans-box div.nx-visible h3 span {
  font-size: 12px;
  color: #4b5563;
}
#tab-membership .plans-box div.nx-visible h4 {
  font-size: 22px;
  color: #111827;
  line-height: 37px;
  margin-bottom: 10px;
}
#tab-membership .plans-box div.nx-visible h3 {
  font-size: 40px;
  font-weight: 700;
}
#tab-membership .plans-box div.nx-visible h3 span {
  font-size: 16px;
  font-weight: 400;
}
#tab-membership .plans-box div.nx-visible ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
#tab-membership .plans-box div.nx-visible ul li {
  color: #374151;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 24px;
}
#tab-membership .plans-box div.nx-visible ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 14px;
  border-bottom: 3px solid #22c55e;
  border-right: 3px solid #22c55e;
}
#tab-membership .plans-box div.nx-visible button {
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: #101828;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
  margin-top: 15px;
  font-size: 15px;
  height: 44px;
  transition: all 0.3s;
}
#tab-membership .plans-box div.nx-visible:hover {
  border-color: #2b7fff;
  box-shadow: 0px 4px 6px -4px rgba(43, 127, 255, 0.2), 0px 10px 15px -3px rgba(43, 127, 255, 0.2);
  margin-top: -10px;
}
#tab-membership .plans-box div.nx-visible:hover button {
  background-color: #2b7fff;
  color: #fff;
}
#tab-membership .plans-box div.nx-visible[data-active-membership]:not([data-expired]) {
  border-color: #2b7fff;
  border-width: 2px;
  box-shadow: 0px 4px 6px -4px rgba(43, 127, 255, 0.2), 0px 10px 15px -3px rgba(43, 127, 255, 0.2);
}
#tab-membership .plans-box div.nx-visible[data-active-membership]:not([data-expired]) button {
  background-color: #2b7fff;
  color: #fff;
}
#tab-membership #plans .nx-visible[data-active-membership=true] {
  position: relative;
}
#tab-membership #plans .nx-visible[data-active-membership=true]::before {
  content: "Current";
  position: absolute;
  top: 20px;
  right: 20px;
  background: #dbfedf;
  border: 1px solid #e5e7eb;
  color: #1a9260;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 20px;
}

main .nx-area-users .nx-scroll-area .nx-table-users thead th:nth-child(1) {
  display: none !important;
}
main .nx-area-users .nx-scroll-area .nx-table-users thead th:last-child {
  color: rgb(36, 39, 42) !important;
}
main .nx-area-users .nx-scroll-area .nx-table-users tbody tr td:nth-child(1) {
  display: none !important;
}

.nx-search-dropdown .nx-search-btn {
  margin-right: 30px;
}
.nx-search-dropdown .nx-search-dropdown-items {
  border-color: #2d9cdb;
}

.nx-board .nx-user-details #nx-attachments-filter ul li:hover {
  color: #000 !important;
}

.main-content #bot-image .input {
  width: 100% !important;
}

@media (max-width: 1600px) {
  .nx-admin > main > .nx-area-users > .nx-top-bar h2 {
    max-width: 200px;
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .nx-admin > main > .nx-area-users > .nx-top-bar h2 {
    max-width: 100px;
  }
  .nx-area-users .nx-menu-wide ul li {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .nx-setting .repeater-item > div label {
    margin: 0 0 15px 0;
  }
  .nx-setting .input > div:not([data-type=textarea]):not(.nx-repeater-add) > label {
    margin: 0 30px 10px 0;
  }
  .nx-setting > .nx-setting-content {
    flex-shrink: 1;
  }
  .nx-setting input,
  .nx-setting select,
  .nx-setting textarea,
  .nx-setting input,
  .nx-setting select,
  .nx-setting textarea {
    min-width: 0;
  }
  [data-id=open-ai-faq-set-data] .repeater-item > div {
    display: flex;
  }
  #nx-chatbot-qea .nx-enlarger {
    min-height: 30px;
  }
  .nx-type-timetable > .input {
    overflow: hidden;
  }
  .nx-type-timetable .nx-timetable > div > div {
    flex-wrap: wrap;
  }
  .nx-type-timetable .nx-timetable > div > div [data-day] {
    margin-bottom: 5px;
  }
  .nx-area-reports > .nx-tab > .nx-content {
    display: block;
  }
  .nx-area-reports > .nx-tab > .nx-content .nx-reports-chart {
    width: auto;
  }
  .nx-area-reports > .nx-tab > .nx-content .nx-reports-sidebar {
    max-width: 100%;
  }
  .nx-content.nx-scroll-area.nx-no-results-active {
    display: flex;
  }
  .nx-repeater-block-data .nx-setting + .nx-setting,
  .nx-repeater-block-actions .nx-setting + .nx-setting,
  .nx-repeater-block-rest-api .nx-setting + .nx-setting {
    margin: 5px 0 0 0;
  }
}
@media (min-width: 465px) {
  .nx-menu-mobile > ul {
    box-shadow: none;
  }
}
@media (min-width: 465px) and (max-width: 1200px) {
  .nx-board > .nx-admin-list {
    min-width: 300px;
  }
  .nx-board .nx-labels .nx-status-online {
    text-indent: 999px;
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(26, 146, 96);
  }
  .nx-board .nx-labels .nx-status-typing {
    padding: 0;
    text-indent: 999px;
    width: 30px;
    height: 25px;
    overflow: hidden;
    background: none;
  }
  .nx-board .nx-conversation .nx-list > div {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 465px) and (max-width: 1366px) {
  .nx-board > .nx-admin-list,
  .nx-board .nx-user-details {
    max-width: 330px;
    min-width: 330px;
  }
  .nx-admin-list .nx-search-btn > input {
    min-width: 225px;
  }
}
@media (min-width: 465px) and (max-width: 1140px) {
  .nx-admin > main > div > .nx-top-bar > div:first-child > ul {
    overflow-x: scroll;
  }
}
@media (min-width: 465px) and (max-width: 1024px) {
  .screen-size .row > .col-md-8,
  .screen-size .row > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-board > .nx-admin-list,
  .nx-board .nx-user-details {
    max-width: 250px;
    min-width: 250px;
  }
  .nx-admin-list .nx-search-btn > input {
    min-width: 145px;
    max-width: 145px;
  }
  .nx-setting,
  .nx-setting {
    display: block;
  }
  .nx-setting > .nx-setting-content,
  .nx-setting > .nx-setting-content {
    max-width: 100%;
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .nx-area-settings > .nx-tab > .nx-nav > ul,
  .nx-area-reports > .nx-tab > .nx-nav > ul {
    min-width: 180px;
  }
  .nx-area-users .nx-top-bar h2 {
    display: none;
  }
  .nx-menu-wide ul li,
  .nx-tab > .nx-nav > ul li {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 465px) and (max-width: 912px) {
  .nx-board > .nx-admin-list,
  .nx-board .nx-user-details {
    position: fixed;
    z-index: 2;
    background: #fff;
    left: 65px;
    top: 0;
    bottom: 0;
    max-width: 330px;
    min-width: 330px;
    display: none;
  }
  .nx-board > .nx-admin-list.nx-active,
  .nx-board .nx-user-details.nx-active {
    display: block;
  }
  .nx-board > .nx-admin-list .nx-top {
    padding-left: 45px;
  }
  .nx-board .nx-user-details {
    left: auto;
    right: 0;
  }
  .nx-board .nx-conversation > .nx-top {
    padding-left: 20px;
  }
  .nx-board .nx-conversation > .nx-top .nx-menu-mobile {
    right: 8px;
  }
  .nx-admin-list .nx-search-btn > input {
    min-width: 200px;
    max-width: 200px;
  }
  .nx-admin-list .nx-filter-btn.nx-active > div {
    min-width: 265px;
    max-width: 265px;
    left: auto;
  }
  .nx-area-conversations > .nx-btn-collapse {
    display: block;
  }
}
@media (min-width: 768px) {
  .nx-board > .nx-admin-list {
    position: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    display: block !important;
    max-width: 300px;
    min-width: 300px;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper {
    width: 53%;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .metric-card-upper .metric-icon {
    min-width: 45px;
  }
  .nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container {
    width: 48%;
  }
  .nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container textarea {
    min-height: 140px;
  }
  .nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container:nth-child(2) {
    margin-bottom: 0 !important;
  }
  .nx-area-articles .nx-inner-tab .nx-content-categories .articles_bg .input_container:nth-child(4) h2 {
    margin-bottom: 0 !important;
  }
  .nx-board .nx-admin-list .nx-top .nx-select ul.nx-active {
    top: -10%;
  }
}
@media (min-width: 1440px) {
  .nx-area-dashboard main .new_container .dashboard-metrics {
    grid-template-columns: repeat(auto-fit, minmax(32.2%, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1449px) {
  .nx-board .nx-conversation .nx-menu-mobile ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 0px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li a {
    padding-inline: 3px;
    width: fit-content;
    z-index: 0;
    margin-inline: 1.5px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li a svg {
    width: 18px;
    height: 18px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1), .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) {
    width: fit-content;
    min-width: unset;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a {
    width: 80%;
    font-size: 11px;
    padding: 0px 8px !important;
    min-width: unset;
    padding: 0 !important;
    background: none !important;
    height: fit-content;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a span, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a span {
    display: none !important;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a svg, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a svg {
    display: block !important;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(3) {
    margin-left: 0rem;
  }
  .nx-board .nx-conversation .nx-top a {
    font-size: 16px;
    position: relative;
    z-index: 2;
  }
  .nx-board .nx-admin-list .nx-top {
    height: fit-content !important;
    padding-inline: 10px !important;
  }
  .nx-board .nx-admin-list .nx-top .search-input i {
    top: 5px !important;
  }
  .nx-board .nx-admin-list .nx-top .nx-flex .nx-filter-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
  }
  .nx-board .nx-admin-list .nx-top .nx-flex .nx-filter-btn svg {
    right: 10px;
    width: 20px;
  }
  .nx-board .nx-admin-list .nx-top .nx-select ul {
    left: 21px;
  }
  .nx-board .nx-admin-list .nx-top .nx-select ul li {
    font-size: 11px;
  }
  .nx-board .nx-admin-list .nx-scroll-area li .nx-profile .nx-name {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .nx-board .nx-admin-list .nx-scroll-area li .nx-profile .nx-time {
    font-size: 11px;
  }
  .nx-board .nx-admin-list .nx-scroll-area li p {
    font-size: 12px;
  }
  .nx-board .nx-user-details .nx-inline.nx-inline-departments {
    padding-right: 15px;
  }
  .nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select {
    width: 90%;
  }
  .nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p {
    width: 100%;
  }
  .nx-board .nx-user-details .nx-inline.nx-inline-departments .nx-select p::after {
    line-height: 45px;
  }
  .nx-area-conversations .nx-admin-list {
    max-width: 265px;
    min-width: 265px;
  }
  .nx-area-conversations .nx-admin-list .nx-top .nx-flex {
    gap: 20px;
  }
  .nx-area-conversations .nx-admin-list .nx-top .nx-flex .nx-filter-btn {
    padding-top: 0;
  }
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile {
    padding-left: 38px;
  }
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile img {
    min-width: 30px;
  }
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile .user-initials,
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile img {
    width: 30px;
    height: 31px;
    line-height: 32px;
  }
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile .user-initials .initials,
  .nx-area-conversations .nx-admin-list .nx-scroll-area li .nx-profile img .initials {
    font-size: 11px;
  }
  .nx-area-conversations .nx-admin-list .nx-scroll-area li p {
    padding-left: 38px;
  }
  .nx-area-conversations .nx-admin-list .nx-select p {
    font-size: 11px !important;
  }
  .nx-area-conversations .nx-admin-list .nx-filter-btn svg {
    width: 20px;
  }
  .nx-area-conversations .nx-admin-list .nx-filter-btn.nx-active > div {
    min-width: fit-content;
  }
  .nx-area-conversations .nx-admin-list .nx-filter-btn.nx-active .nx-select p {
    font-size: 11px !important;
  }
  .nx-area-conversations > i.nx-btn-collapse.nx-right.nx-icon-arrow-right {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nx-area-dashboard main .new_container .main-charts.recent-message .messages-list .recent.card {
    min-height: 434px;
    max-height: 434px;
  }
  .nx-area-dashboard main .new_container .main-charts.recent-message .messages-list .recent.card::-webkit-scrollbar {
    width: 0px;
  }
  .nx-area-dashboard main .new_container .main-charts .ticket_activity_chart #ticket_activity_chart {
    height: 193px !important;
  }
  .nx-admin .header_new .sidebar {
    padding-top: 16px;
  }
  #view-ticket-attachments {
    max-width: 74.6%;
  }
}
@media (min-width: 768px) {
  .my-tabs {
    overflow-x: scroll;
  }
  .my-tabs .my-tab {
    min-width: fit-content;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) {
    min-width: 56%;
    display: flex;
    flex-direction: column;
    max-width: 48%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) input {
    max-width: 100%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) label {
    line-height: 23px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(2), .settings-tab #departments .repeater-item .item-index:nth-child(3) {
    padding-top: 24px;
    padding-left: 12px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) {
    padding-top: 20px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) input {
    max-width: 14px;
  }
  .settings-tab #departments .repeater-item i {
    position: unset;
    margin-top: 24px;
    margin-left: 2px;
  }
  .settings-header {
    top: -24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .my-tabs {
    overflow-x: scroll;
  }
  .my-tabs .my-tab {
    min-width: fit-content;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) {
    min-width: 56%;
    display: flex;
    flex-direction: column;
    max-width: 48%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) input {
    max-width: 100%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) label {
    line-height: 23px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(2), .settings-tab #departments .repeater-item .item-index:nth-child(3) {
    padding-top: 24px;
    padding-left: 12px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) {
    padding-top: 20px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) input {
    max-width: 14px;
  }
  .settings-tab #departments .repeater-item i {
    position: unset;
    padding-top: 24px;
    margin-left: 2px;
  }
  .settings-header {
    top: -24px;
  }
}
@media (1024px < width < 1600px) {
  .nx-admin main .recent .recent-messages li .col-8 {
    width: 9vw !important;
  }
}
@media only screen and (max-width: 1540px) {
  .nx-menu-wide.nx-menu-users.nx-menu-wide_new ul::before {
    content: none;
  }
}
@media only screen and (max-width: 1200px) {
  .settings-header {
    flex-direction: column;
    padding-bottom: 18px !important;
  }
  .settings-header p {
    margin-bottom: 5px !important;
  }
  .settings-header .d-flex {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
  }
  .settings-header .nx-search-dropdown {
    min-width: 65.5%;
    margin-right: auto;
  }
  .settings-header .nx-search-dropdown input {
    min-width: fit-content;
  }
  .settings-header .nx-search-dropdown .nx-search-dropdown-items {
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nx-admin .header_new .sidebar .logo::before {
    bottom: 4px;
    width: 118px;
    left: -14px;
  }
  .nx-menu-wide_new ul {
    max-width: 160px;
    overflow-x: auto;
    margin-left: auto !important;
    margin-right: 10px !important;
    border-radius: 14px !important;
    border-top: 1px solid #f2f2f2;
  }
  .nx-menu-wide_new ul li {
    min-width: fit-content;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area {
    overflow-x: scroll;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area::-webkit-scrollbar {
    height: 0;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area table {
    table-layout: unset;
  }
  .nx-conversation.nx-active .nx-admin-list {
    display: block;
  }
  .nx-conversation.nx-active .nx-admin-list i.nx-btn-collapse.nx-right.nx-icon-arrow-right.nx-active {
    top: 119px;
  }
}
@media only screen and (max-width: 767px) {
  .nx-area-dashboard main .new_container .main-charts .sub_head2 {
    max-width: 94px;
  }
  #tab-membership .box-membership .box-black .membership-detail-list .detail-box .check {
    width: 55px !important;
    height: 55px;
  }
  #tab-membership .box-membership .box-black .membership-detail-list .detail-box .check::before {
    top: 12px;
  }
  #tab-membership p.first-p {
    font-size: 18px;
  }
  #tab-membership .addons-title {
    font-size: 30px;
  }
  #tab-membership .plans-box p {
    font-size: 16px;
  }
  #tab-membership .plans-box div ul {
    gap: 20px;
  }
  #tab-membership .plans-box div ul li {
    font-size: 16px;
  }
  #tab-membership .plans-box div h3 {
    font-size: 32px;
  }
  #tab-membership .plans-box div h4 {
    font-size: 18px;
  }
  .nx-input svg {
    margin-left: -23px !important;
  }
  .nx-admin-box_new .right_section {
    max-height: fit-content;
    margin-top: 30px;
  }
  .nx-admin-box_new .left_section {
    max-height: fit-content;
    padding: 20px 0 30px;
  }
  .nx-admin-box_new .login-description {
    font-size: 16px;
    text-align: center;
  }
  .nx-admin-box_new .remember-text,
  .nx-admin-box_new .forgot-password,
  .nx-admin-box_new .no-account,
  .nx-admin-box_new .register-link,
  .nx-admin-box_new .field-label {
    font-size: 14px !important;
  }
  .nx-admin-box_new .laptop-image img {
    width: 100%;
    max-width: 320px;
  }
  .nx-admin-box_new .logo-container img {
    max-width: 170px;
  }
  .nx-admin-box_new .welcome-description {
    margin-top: 10px;
    font-size: 16px;
  }
  .nx-admin-box_new .login-title {
    text-align: center;
  }
  .nx-admin-box_new .field-label {
    margin-bottom: 0;
  }
  .nx-admin-box_new .nx-input .form-input::placeholder {
    font-size: 14px;
  }
  .nx-admin-box_new .register-prompt {
    margin-bottom: 30px;
  }
  .nx-admin .nx-area-reports > .nx-tab > .nx-nav:not(.nx-active) {
    height: fit-content !important;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  .nx-area-reports.nx-area-reports_new .nx-top-bar .top-bar-search {
    padding: 10px 15px;
  }
  .new_container .clmn-gap {
    padding-inline: 10px !important;
  }
  .nx-area-dashboard header .header-right {
    gap: 10px;
  }
  .nx-area-dashboard header .title {
    font-size: 20px;
  }
  .nx-area-dashboard main .new_container .main-charts .customer-overview {
    grid-template-columns: 1fr;
  }
  .my-tabs {
    overflow-x: scroll;
    min-width: 62%;
    max-width: 95%;
    max-height: 34px;
  }
  .my-tabs .my-tab {
    min-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) {
    min-width: 56%;
    display: flex;
    flex-direction: column;
    max-width: 48%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) input {
    max-width: 100%;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(1) label {
    line-height: 23px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(2), .settings-tab #departments .repeater-item .item-index:nth-child(3) {
    padding-top: 24px;
    padding-left: 12px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) {
    padding-top: 20px;
  }
  .settings-tab #departments .repeater-item .item-index:nth-child(4) input {
    max-width: 14px;
  }
  .settings-tab #departments .repeater-item i {
    position: unset;
    padding-top: 24px;
    margin-left: 2px;
  }
  .settings-tab .nx-setting {
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .tickts-scroll-area .row.dt-row .col-sm-12 {
    overflow: auto;
  }
  .tickts-scroll-area .row.dt-row .col-sm-12::-webkit-scrollbar-track {
    height: 6px;
  }
  .nx-admin .nx-area-users .nx-top-bar {
    overflow: visible;
  }
  .nx-admin .nx-area-users .nx-top-bar div .nx-btn.nx-icon {
    text-indent: unset;
    background: #0069f0;
    height: fit-content;
    width: fit-content;
    font-size: 0px;
    max-width: 40px;
    min-width: 40px !important;
  }
  .nx-admin .nx-area-users .nx-top-bar div .nx-btn.nx-icon i {
    color: #fff;
    font-size: 13px;
    line-height: 49px;
  }
  .toggle-btn,
  .account-toggle-btn {
    display: block;
  }
  header .title {
    font-size: 14px !important;
  }
  .nx-area-reports .nx-top-bar {
    height: fit-content !important;
  }
  .nx-setting.nx-type-repeater > .input {
    width: 100%;
  }
  .nx-admin .nx-area-settings > .nx-tab {
    position: relative !important;
  }
  .nx-admin .nx-area-settings > .nx-tab > .nx-nav {
    position: sticky !important;
    border-bottom: 1px solid #b5b5b5;
    padding: 15px !important;
    top: 0px !important;
    background: #f5f5f5;
    z-index: 93;
  }
  .nx-admin .nx-area-settings > .nx-tab > .nx-nav:not(.nx-active) {
    height: fit-content !important;
  }
  header {
    padding-inline: 15px;
  }
  header .nx-profile {
    padding-left: 15px;
  }
  .settings-header {
    align-items: center;
    z-index: 92;
  }
  .settings-header p.des {
    line-height: 22px;
  }
  .settings-header div:last-child {
    height: fit-content;
  }
  .settings-tab .nx-setting-content p {
    font-size: 14px;
  }
  .settings-tab .input label {
    font-size: 14px;
    margin-right: 0 !important;
  }
  .settings-tab .nx-repeater .repeater-item i.nx-icon-close {
    right: 0;
    top: 0;
  }
  .settings-tab #supervisors .input {
    width: 100% !important;
  }
  .settings-tab #supervisors .input input {
    width: 100%;
  }
  .settings-tab .nx-setting .input {
    width: 100% !important;
  }
  .powered-by .nexln-help {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .nx-header.header_new {
    box-shadow: none !important;
    height: 0 !important;
    width: 0 !important;
    display: block !important;
  }
  .nx-admin main {
    padding-top: 0 !important;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button {
    height: fit-content;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
    position: relative;
    padding-block: 10px;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button div {
    padding-right: 0;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button div a {
    text-indent: unset;
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    overflow: unset;
    background: #155cfd;
    color: #fff;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button div a i {
    line-height: 1;
    color: #fff;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button div span.tag-label {
    max-width: 40px;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button .tags-filter {
    width: fit-content;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button .tags-filter .choices {
    width: fit-content;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button .tags-filter .choices .choices__inner {
    width: 100px;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button .tags-filter .choices .choices__inner input {
    min-width: 94px !important;
  }
  .nx-admin main .nx-area-tickets .nx-top-bar.new-ticket-button .nx-menu-wide.nx-menu-tickets.nx-menu-wide_new div {
    padding-right: 15px;
  }
  .nx-admin main .recent .recent-messages li .col-8 {
    width: fit-content !important;
  }
  .nx-admin .header_new .sidebar .powered-by .all-reserved {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px;
  }
  #ticketTable_length {
    margin-bottom: 15px;
  }
  #ticketTable_info {
    padding-bottom: 0.85rem;
  }
  #ticketTable_wrapper {
    min-height: calc(100vh - 240px);
    overflow: hidden;
  }
  #ticketTable_wrapper .row:last-child {
    margin-top: 15px;
  }
  .nx-admin .nx-menu-mobile > i.nx-active + ul {
    display: flex !important;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul {
    background: #fff;
    top: 131px;
    right: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li a {
    padding-inline: 3px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1), .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) {
    width: fit-content;
    min-width: unset;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
    padding: 0 15px !important;
    background: none !important;
    height: fit-content;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a svg, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a svg {
    width: 26px;
    height: 26px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a svg path, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a svg path {
    stroke: #5e5e5e;
    fill: #ffffff;
    stroke-width: 1.5px;
  }
  .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(1) a span, .nx-board .nx-conversation .nx-menu-mobile ul li:nth-child(2) a span {
    display: none;
  }
  .nx-board .nx-admin-list .nx-top {
    height: fit-content !important;
    padding-inline: 10px !important;
    padding-bottom: 15px !important;
  }
  .nx-board .nx-admin-list .nx-top .search-input i {
    top: 26px !important;
  }
  .nx-board .nx-admin-list .nx-top .nx-flex .nx-filter-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
  }
  .nx-board .nx-admin-list .nx-top .nx-flex .nx-filter-btn svg {
    right: 10px;
  }
  .nx-board .nx-admin-list .nx-top .nx-select ul {
    top: 0px !important;
    max-width: fit-content;
    min-width: 180px;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }
  main .nx-area-users.nx-active {
    display: revert !important;
  }
  main .nx-area-users.nx-active #customerTable_wrapper .row .col-md-6 {
    margin-top: 10px;
  }
  main .nx-area-users.nx-active .nx-scroll-area {
    padding-inline: 1rem !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area::-webkit-scrollbar {
    height: 0;
  }
  main .nx-area-users.nx-active .nx-scroll-area .row.dt-row {
    overflow: hidden;
    overflow-x: scroll;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users {
    display: revert !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tr {
    display: revert !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead {
    display: revert;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead th {
    display: revert !important;
    padding-left: 26px;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead th:nth-child(2) {
    border-left: 1px solid #d5d5d5;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead th:not(:first-child) {
    display: revert;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead th:nth-child(1) {
    display: none !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users thead th:last-child {
    border-top: 1px solid #d5d5d5;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tbody {
    display: revert !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tbody tr {
    float: none;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tbody tr td:not(.nx-td-profile):not(:first-child) {
    display: revert;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tbody tr td:nth-child(1) {
    display: none !important;
  }
  main .nx-area-users.nx-active .nx-scroll-area .nx-table-users tbody tr td.nx-td-profile {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area {
    overflow-x: scroll;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area::-webkit-scrollbar {
    height: 0;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area table {
    table-layout: unset;
  }
  main .new_table.nx-area-tickets-dash .nx-scroll-area #customerTable {
    display: none !important;
  }
  .nx-area-articles.nx-active .nx-top-bar {
    padding-block: 8px;
  }
  .nx-area-articles.nx-active .nx-top-bar .nx-menu-wide.nx-menu-articles ul {
    position: unset;
    display: flex;
    border-radius: 8px;
  }
  .nx-area-articles.nx-active .nx-top-bar .nx-menu-wide.nx-menu-articles ul li {
    padding: 10px 15px;
    font-size: 14px;
  }
  .nx-area-articles.nx-active .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area {
    padding: 1rem;
  }
  .nx-area-articles.nx-active .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area .nx-add-article {
    margin-top: 0;
  }
  .nx-area-articles.nx-active .nx-tab.nx-inner-tab .nx-nav.nx-nav-only.nx-scroll-area ul li {
    padding-inline: 15px;
  }
  .nx-area-articles.nx-active .nx-tab.nx-inner-tab .nx-content.nx-scroll-area {
    border-radius: 0;
    padding-inline: 0;
  }
  .nx-area-settings.nx-active .nx-top-bar div a.nx-btn {
    background: #0069f0;
    text-indent: unset;
    font-size: 14px;
  }
  .nx-area-settings.nx-active .nx-top-bar div a.nx-btn i {
    color: #fff;
    height: 45px;
  }
  #ticketTable_wrapper .row:last-child {
    justify-content: center;
  }
  .nx-content-categories .articles_bg .input_container {
    width: 100%;
  }
  .nx-tab .nx-content-articles h2#nx-article-id,
  .nx-tab .nx-content-categories h2#nx-article-id {
    padding-bottom: 20px;
  }
  .nx-tab .nx-content-articles h2,
  .nx-tab .nx-content-articles p.head,
  .nx-tab .nx-content-articles .nx-area-dashboard main .new_container .main-charts p.sub_head,
  .nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-articles p.sub_head,
  .nx-tab .nx-content-categories h2,
  .nx-tab .nx-content-categories p.head,
  .nx-tab .nx-content-categories .nx-area-dashboard main .new_container .main-charts p.sub_head,
  .nx-area-dashboard main .new_container .main-charts .nx-tab .nx-content-categories p.sub_head {
    font-size: 16px;
    line-height: 10px;
  }
  .nx-tab .nx-content-articles p.des,
  .nx-tab .nx-content-categories p.des {
    line-height: 22px;
  }
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area::-webkit-scrollbar {
    width: 0;
  }
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-chart {
    margin-bottom: 20px;
  }
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-chart,
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-sidebar {
    padding-inline: 15px;
    border: 1px solid rgba(213, 213, 213, 0.4705882353);
  }
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-content.nx-scroll-area .nx-reports-sidebar {
    margin-top: 20px !important;
  }
  .nx-area-reports.nx-area-reports_new .nx-tab .nx-nav.nx-nav-only ul {
    width: calc(100% - 40px);
    margin-top: 12px;
    background: #fff;
    margin-inline: auto;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    box-shadow: none;
    padding-inline: 10px;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .nx-account-box #tab-installation {
    padding-inline: 1rem;
  }
  .nx-account-box #tab-installation .nx-setting {
    display: flex;
  }
  .nx-account-box #tab-installation .nx-setting textarea {
    width: 100% !important;
    margin: 5px 0 20px;
  }
  .nx-account-box #tab-membership .plans-box-menu ul {
    display: flex;
    align-items: center;
  }
  .nx-account-box #tab-membership .plans-box-menu ul li {
    padding: 10px 24px !important;
  }
  .nx-account-box .nx-top-bar {
    width: auto;
  }
  .nx-admin .header_new .sidebar {
    position: fixed;
    top: 0%;
    left: -150%;
    transition: 0.5s ease-in-out;
  }
  .nx-admin .header_new .sidebar.side-open {
    left: 0;
    transition: 0.5s ease-in-out;
    overflow-y: scroll !important;
    width: 95px;
  }
  .nx-admin .header_new .sidebar.side-open::-webkit-scrollbar {
    width: 0;
  }
  .nx-admin .header_new .sidebar .powered-by {
    flex-direction: column;
    text-align: center;
  }
  .nx-area-ticket-detail .tc_bg .tc_back {
    padding-inline: 15px;
  }
  .nx-area-ticket-detail .tc_bg .tc_back .tablet-sizee .row div a.nx-btn {
    min-width: fit-content;
  }
  .nx-area-ticket-detail .tc_bg .tc_back .tablet-sizee .row .table-rightside {
    margin-bottom: 0;
  }
  .nx-area-ticket-detail .tc_bg .tc_back .ql-toolbar.ql-snow .ql-formats {
    margin-right: 0;
  }
  .nx-account-box.nx-admin .nx-nav {
    position: fixed;
    top: 0%;
    left: -150%;
    transition: 0.5s ease-in-out;
    padding-inline: 0;
    padding-top: 3px;
  }
  .nx-account-box.nx-admin .nx-nav.side-open {
    left: 0;
    transition: 0.5s ease-in-out;
    overflow-y: scroll !important;
  }
  .nx-account-box.nx-admin .nx-nav .powered-by {
    flex-direction: column;
  }
  .nx-account-box.nx-admin .nx-nav div:not(.nx-btn) {
    display: none;
  }
  .nx-account-box.nx-admin .nx-nav ul.ul_account li {
    padding-inline: 15px !important;
    margin-bottom: 15px !important;
  }
  #tab-profile.nx-active {
    padding: 1rem;
  }
  #tab-profile.nx-active .nx-input {
    height: fit-content;
  }
  #tab-profile.nx-active #email input {
    width: 100%;
  }
  #tab-referral h2.addons-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  #tab-referral .text-earnings {
    margin-top: 15px;
  }
  .nx-tab .nx-content h2 + p {
    margin-bottom: 15px;
  }
  .profile-box .nx-top-bar {
    height: 80px;
  }
  .nx-profile-edit-box .nx-main.nx-scroll-area {
    overflow-y: scroll;
  }
  .nx-area-ticket-detail .tc_bg {
    padding-inline: 15px;
  }
  .nx-setting .repeater-item textarea {
    min-width: fit-content;
  }
  .nx-nav a#nx-accout {
    padding-inline: 0 !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs {
    justify-content: space-between;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .w-100 {
    width: fit-content !important;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .new_users_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .active_users_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_created_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_resolved_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .unread_conversation_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_pending_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .avg_response_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .total_conversations_chart,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .agent_chart {
    width: fit-content;
  }
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .new_users_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .active_users_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_created_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_resolved_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .unread_conversation_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .ticket_pending_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .avg_response_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .total_conversations_chart canvas,
  .nx-area-dashboard main .new_container .dashboard-metrics .metric-card .graph_tabs .agent_chart canvas {
    width: 100% !important;
  }
  .nx-admin-box_new .right_section .login-form .form-fields .field-container .input-wrapper svg {
    top: 26px;
  }
  .nx-profile-box.nx-lightbox.nx-agent-admin.nx-type-user.nx-active .nx-profile .nx-name,
  .nx-profile-box.nx-lightbox.nx-type-visitor.nx-agent-admin.nx-active .nx-profile .nx-name {
    padding-left: 50px;
  }
  .nx-profile-box.nx-lightbox.nx-agent-admin.nx-type-user.nx-active .nx-profile img,
  .nx-profile-box.nx-lightbox.nx-type-visitor.nx-agent-admin.nx-active .nx-profile img {
    min-height: 40px;
  }
}
@media only screen and (min-width: 465px) and (max-width: 730px) {
  .ab-admin .nx-area-users .nx-top-bar div .nx-btn.nx-icon {
    font-size: 10px;
  }
  .ab-admin .nx-area-users .nx-top-bar div .nx-btn.nx-icon i {
    font-size: 10px;
    margin-right: 0 !important;
  }
  .ab-admin .nx-area-users .nx-menu-wide ul {
    max-width: 75px;
  }
  .ab-admin .nx-area-users .nx-menu-mobile ul li a {
    width: fit-content;
  }
  .ab-admin .nx-area-users .nx-filter-btn {
    width: 20px;
  }
  .ab-admin .nx-area-users .nx-filter-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 600px) {
  header .title {
    display: none;
  }
}
@media only screen and (max-width: 464px) {
  .nx-admin .header_new .sidebar {
    position: fixed;
    top: 0%;
    left: -150%;
    transition: 0.5s ease-in-out;
  }
  .nx-admin .header_new .sidebar.side-open {
    left: 0;
    transition: 0.5s ease-in-out;
    overflow-y: scroll !important;
  }
  .nx-admin .header_new .sidebar .powered-by {
    flex-direction: column;
  }
}
.hd-savedReply {
  padding: 15px;
  border-radius: 10px;
  overflow-y: auto;
}
.hd-savedReply .hd-savedReply-header {
  background-color: #e4f1ff;
  padding: 10px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
}
.hd-savedReply .hd-savedReply-header .hd-savedReply-searchReplyWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.hd-savedReply .hd-savedReply-header .hd-savedReply-searchIcon {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd-savedReply .hd-savedReply-header .hd-savedReply-searchIcon i {
  position: unset;
}
.hd-savedReply .hd-savedReply-butn {
  margin: 10px 0px;
  display: inline-block;
}

.nx-input {
  display: block !important;
  margin: 14px 0px !important;
  gap: 10px 0px;
}
@media (max-width: 991.98px) {
  .nx-input {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .nx-input input {
    flex: unset;
  }
  .nx-input input[type=number] {
    width: 100% !important;
    min-width: 100px !important;
  }
}
.nx-input .required-label,
.nx-input span {
  padding-bottom: 8px;
  line-height: unset !important;
}

#membership-plans .nx-input {
  display: flex !important;
}

.hd-viewPassword {
  position: relative;
}
.hd-viewPassword svg,
.hd-viewPassword i {
  position: absolute;
  bottom: 10px;
  right: 12px;
}

select {
  -webkit-appearance: none !important; /* For Chrome, Safari */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard */
  background: transparent;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) 56%, calc(100% - 15px) 56% !important;
  background-size: 5px 5px !important;
  background-repeat: no-repeat !important;
  padding: 0 30px 0 0;
}

select:focus {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) 56%, calc(100% - 15px) 56% !important;
  background-size: 5px 5px !important;
  background-repeat: no-repeat !important;
}

.nx-type-multi-input > .input > div:not(.multi-input-checkbox, .multi-input-button),
.nx-setting .nx-language-switcher-cnt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.nx-type-multi-input > .input > div:not(.multi-input-checkbox, .multi-input-button) label,
.nx-setting .nx-language-switcher-cnt label {
  width: 100%;
}

input[type=color] {
  background-color: #00f;
}

.nx-profile-edit-box.nx-user-new .nx-title,
.nx-profile-edit-box.nx-user-new .nx-delete {
  display: none;
}

.nx-icon.iconBtns {
  width: fit-content !important;
  aspect-ratio: 1/1;
  min-width: fit-content !important;
  padding: 0% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nx-icon.iconBtns:has(i.nx-active) {
  background-color: #22c55e;
}
.nx-icon.iconBtns i {
  position: unset;
}
.nx-icon.iconBtns:has(i[data-value=history]) {
  position: relative;
}
.nx-icon.iconBtns:has(i[data-value=history]) .historyPenal {
  position: absolute;
  top: auto;
  bottom: 38px;
  left: auto;
  right: 0;
  transform: unset;
  padding: 10px;
  width: 220px;
  overflow-y: auto;
}
.nx-icon.iconBtns:has(i[data-value=history]) .historyPenal:after {
  left: auto;
  right: 10px;
  transform: unset;
}
.nx-icon.iconBtns:has(i[data-value=history]) .historyPenal ul li {
  text-align: left;
  font-size: 14px;
  color: #000;
}

@media (max-width: 767.98px) {
  .nx-account-box .nx-tab .nx-content {
    width: 100%;
    margin-left: 0;
  }
}
.form-control[type=checkbox] {
  height: 10px;
  width: 10px;
}

@media (max-width: 767.98px) {
  .nx-lightbox.nx-dialog-box {
    width: calc(100% - 50px) !important;
  }
}
.nx-list-items.nx-list-links > a > img {
  height: 50px;
  width: 50px;
}

.showPassowrdAll svg:first-child {
  display: block;
}

.showPassowrdAll svg:last-child {
  display: none;
}

.showPassowrdAll.fa-eye.fa-eye-slash svg:first-child {
  display: none;
}

.showPassowrdAll.fa-eye.fa-eye-slash svg:last-child {
  display: block;
}

#cancel-subscription {
  background: #d70b0b !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
}

.nx-menu-wide.nx-menu-tickets.nx-menu-wide_new ul li span {
  transform: translateY(0) !important;
}

.nx-message:empty {
  display: none;
}

.hideScrollBar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}

.hideScrollBar::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}

#add-conversation-to-ticket:has(#ticket-action-selector) {
  height: fit-content !important;
}

.d-flex.ticket-reporter,
.d-flex.ticket-assignee {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
}
.d-flex.ticket-reporter .nx-input,
.d-flex.ticket-assignee .nx-input {
  margin-top: 0 !important;
}
.d-flex.ticket-reporter .select2,
.d-flex.ticket-assignee .select2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  #nx-article-id ~ .input_container {
    flex: 1 1 300px;
  }
  #nx-article-id ~ .input_container:last-child {
    flex: 1 1 100%;
  }
  #nx-article-id ~ .input_container select {
    padding-right: 35px;
  }
}
.nx-list .nx-right .nx-message a {
  color: white !important;
}

.nx-playground .nx-list .nx-message a {
  color: blue !important;
}

.nx-editor .nx-loader {
  right: 7px;
}

.nx-list .nx-text-list-single > div:before {
  background-color: #fff;
  mix-blend-mode: difference;
}

.item-index:has(div div[data-id=department-image]) {
  display: none;
}

@media (max-width: 449.98px) {
  .nx-account-box .nx-top-bar h2 img,
  .nx-super-box .nx-admin .nx-top-bar h2 img {
    height: 26px !important;
    margin: 0 8px 0 0 !important;
  }
  .toggle-btn,
  h2 .account-toggle-btn {
    margin-right: 8px !important;
  }
  .nx-account-box .nx-top-bar div h2 {
    font-size: 16px !important;
  }
  .nx-account-box .nx-top-bar h2,
  .nx-super-box .nx-admin .nx-top-bar h2 {
    margin-right: 8px !important;
  }
  .nx-account-box .nx-top-bar div a.nx-btn {
    font-size: 11px !important;
  }
}
.passwordHintWrapper {
  background-color: #f9fafb;
  border-radius: 14px;
  padding: 20px;
  padding-right: 20px !important;
  margin-top: 10px;
}
.passwordHintWrapper h4 {
  font-size: 14px;
  color: black;
}
.passwordHintWrapper ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 0;
}
.passwordHintWrapper ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 6px 0px;
  margin: 0 !important;
  color: #4a5565;
}
.passwordHintWrapper ul li.passCheck-black {
  --pointColor: #4a5565;
}
.passwordHintWrapper ul li.passCheck-green {
  --pointColor: #19a555;
}
.passwordHintWrapper ul li.passCheck-red {
  --pointColor: red;
}
.passwordHintWrapper ul li span {
  color: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-black {
  color: var(--pointColor) !important;
}
.passwordHintWrapper ul li.passCheck-black .dot {
  display: block;
}
.passwordHintWrapper ul li.passCheck-black .dot svg {
  fill: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-black .check {
  display: none;
}
.passwordHintWrapper ul li.passCheck-black .check svg {
  stroke: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-black .dot, .passwordHintWrapper ul li.passCheck-red .dot {
  display: block;
}
.passwordHintWrapper ul li.passCheck-black .dot svg, .passwordHintWrapper ul li.passCheck-red .dot svg {
  fill: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-black .check, .passwordHintWrapper ul li.passCheck-red .check {
  display: none;
}
.passwordHintWrapper ul li.passCheck-black .check svg, .passwordHintWrapper ul li.passCheck-red .check svg {
  stroke: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-green {
  color: var(--pointColor) !important;
}
.passwordHintWrapper ul li.passCheck-green .dot {
  display: none;
}
.passwordHintWrapper ul li.passCheck-green .dot svg {
  fill: var(--pointColor);
}
.passwordHintWrapper ul li.passCheck-green .check {
  display: block;
}
.passwordHintWrapper ul li.passCheck-green .check svg {
  stroke: var(--pointColor);
}
.passwordHintWrapper ul li:last-child {
  padding: 5px 0 0 0;
}
.passwordHintWrapper ul li span {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 !important;
}
.passwordHintWrapper ul li span svg {
  position: unset !important;
}

.googleAuth {
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 0;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: #101828;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
  margin-top: 15px;
  font-size: 15px;
  height: 44px;
  transition: all 0.3s;
}
.googleAuth:hover {
  color: black !important;
}
.googleAuth img {
  height: 25px !important;
  width: 25px !important;
}

.nx-apps-login::after {
  background-color: #fff !important;
}

.verify-email-box:not(.active) {
  display: none;
}

.activeMembershipPanel {
  margin-bottom: 20px;
}
.activeMembershipPanel .activeMembershipPanelStatus {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.062745098), 0px 4px 6px -1px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #e5e7eb;
  padding: 40px;
  border-radius: 16px;
  background-color: white;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) {
  flex: 3 1 700px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader {
    flex-direction: column;
    gap: 20px;
  }
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader .badge {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #155dfc;
  border: 1px solid #bedbff;
  background-color: #eff6ff;
  padding: 9px 16px;
  border-radius: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader .badge .dot {
  width: 8px;
  height: 8px;
  background-color: #155dfc;
  border-radius: 50%;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader .title .titleText {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #111827;
  margin-bottom: 16px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader .title .titleSubText {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #111827;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1) .panelStatusChildHeader .title .titleSubText span:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #155dfc;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 32px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card {
  flex: 1 1 250px;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.068);
  border: 1px solid rgba(229, 231, 235, 0.4039215686);
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardHeader .icon {
  width: 20px;
  height: 20px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardHeader .text span {
  display: block;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardHeader .text span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4a5565;
  margin-bottom: 6px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardHeader .text span:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #101828;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardBody {
  margin-top: 0px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardBody .limit {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #6a7282;
  margin-bottom: 16px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardBody .limit span:nth-child(1) {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardBody .rangeTrack {
  height: 8px;
  width: 100%;
  background-color: #e5e7eb;
  border-radius: 4px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild .panelStatusChildBody .cardWrapper .card .cardBody .rangeTrack .rangeThumb {
  width: var(--bar-width);
  max-width: 100%;
  height: 100%;
  background-color: #155dfc;
  border-radius: 8px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) {
  flex: 1 1 300px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildHeader h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #101828;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody {
  margin-top: 18px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul {
  list-style: none;
  margin-bottom: 16px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a {
  text-decoration: none !important;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  background-color: #f9fafb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 0px 0px 10px #eff6ff;
  margin-bottom: 16px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a .icon {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color);
  border-radius: 10px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #101828;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a .arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a .arrow svg path {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  stroke: #4a5565;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a:hover {
  cursor: pointer;
  background-color: #eff6ff;
  border: 1px solid #bedbff;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody ul li a:hover .arrow svg path {
  stroke: #155dfc;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody .billing h3 {
  font-size: 14px;
  color: #4a5565;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 16px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody .pakeageTabsBtn {
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  padding: 8px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody .pakeageTabsBtn button {
  border: none;
  background-color: transparent;
  color: black;
  font-weight: 600;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px;
  flex: 1 1 0%;
  border-radius: 10px;
}
.activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) .panelStatusChildBody .pakeageTabsBtn button.active {
  background-color: #2b7fff;
  color: white;
}

.authCard {
  max-width: 448px;
  background-color: #ffffff;
  margin: 0px auto;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.authCard .nx-top-bar .circleIcon {
  height: 88px;
  width: 88px;
  border-radius: 50%;
  background-color: #eff6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.authCard .nx-top-bar .authTitle {
  font-weight: 400;
  line-height: 36px;
  font-size: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #101828;
}
.authCard .nx-top-bar .authDescription {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.authCard ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.authCard ul li {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 14px;
  margin-bottom: 10px;
}
.authCard ul li:last-child {
  margin-bottom: 0;
}
.authCard ul li .icon {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.authCard ul li h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #101828;
  margin-bottom: 0;
}
.authCard ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4a5565;
  margin-bottom: 0;
}
.authCard .butnWrapper {
  width: 100%;
}
.authCard .butnWrapper button {
  padding: 14px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  border-radius: 14px;
  background-color: #2b7fff;
  color: white;
  margin-bottom: 16px;
}
.authCard .butnWrapper button:disabled {
  background-color: #93c2ff;
  cursor: not-allowed;
}
.authCard .butnWrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #6a7282;
}

@media (max-width: 1279.98px) {
  .activeMembershipPanel .activeMembershipPanelStatus {
    flex-direction: column;
    gap: 24px;
  }
  .activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(1),
  .activeMembershipPanel .activeMembershipPanelStatus .panelStatusChild:nth-child(2) {
    flex: none;
    padding: 15px;
  }
}
.nx-input > input,
.nx-input > select {
  min-height: 50px !important;
  border-radius: 10px !important;
}

.nx-input > textarea {
  min-height: 100px !important;
  border-radius: 14px;
}

.chatBotWarning {
  display: none;
}

.nx-chat .chatBotWarning {
  display: flex;
}

div[data-app=tickets] {
  display: none;
}

input[type=checkbox] {
  min-height: 10px !important;
  border-radius: 2px !important;
}

.ql-toolbar.ql-snow {
  border-radius: 10px 10px 0px 0px;
}

.ql-container.ql-snow {
  border-radius: 0px 0px 10px 10px;
}

#tickets-custom-fields .nx-new-ticket-custom-field {
  padding-left: 8px !important;
}

#membership-plans div[data-id] div.sb-input {
  display: flex !important;
}
@media (max-width: 992px) {
  #membership-plans div[data-id] div.sb-input {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  #membership-plans div[data-id] div.sb-input input[type=number] {
    width: 100%;
  }
}

#tab-customers {
  border: 1px solid #f2f2f2;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.0784313725);
  overflow: hidden;
}
#tab-customers thead {
  background-color: #ededed;
}
#tab-customers thead th {
  padding: 15px 20px;
}
#tab-customers tbody tr td {
  padding: 15px 20px;
}
#tab-customers #sb-get-emails {
  padding: 15px 20px;
}
#tab-customers #sb-response-area {
  padding: 0px 20px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none !important;
}

.img-thumbnail:has(svg) {
  display: block !important;
  border: none !important;
  padding: 0 !important;
}

.nx-input span {
  padding-bottom: 2px !important;
}

/*# sourceMappingURL=admin.css.map */
