/*
* 
* ==========================================================
* 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: "Support Board Icons";
  src: url("../media/icons/support-board.eot?v=2");
  src: url("../media/icons/support-board.eot?#iefix") format("embedded-opentype"), url("../media/icons/support-board.woff?v=2") format("woff"), url("../media/icons/support-board.ttf?v=2") format("truetype"), url("../media/icons/support-board.svg#support-board?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=sb-icon-]:before,
[class*=" sb-icon-"]:before {
  font-family: "Support Board 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;
}

.sb-icon-filter:before {
  content: "\e901";
}

.sb-icon-sms:before {
  content: "\e91c";
}

.sb-icon-automation:before {
  content: "\e915";
}

.sb-icon-chat:before {
  content: "d";
}

.sb-icon-clip:before {
  content: "e";
}

.sb-icon-download:before {
  content: "f";
}

.sb-icon-envelope:before {
  content: "g";
}

.sb-icon-marker:before {
  content: "h";
}

.sb-icon-message:before {
  content: "i";
}

.sb-icon-desktop:before {
  content: "j";
}

.sb-icon-plane:before {
  content: "k";
}

.sb-icon-phone:before {
  content: "l";
}

.sb-icon-settings:before {
  content: "m";
}

.sb-icon-user:before {
  content: "n";
}

.sb-icon-arrow-down:before {
  content: "a";
}

.sb-icon-arrow-up:before {
  content: "a";
  transform: rotate(180deg);
  display: inline-block;
}

.sb-icon-calendar:before {
  content: "b";
}

.sb-icon-search:before {
  content: "o";
}

.sb-icon-close:before {
  content: "p";
}

.sb-icon-message-add:before {
  content: "q";
}

.sb-icon-emoji:before {
  content: "r";
}

.sb-icon-menu:before {
  content: "s";
}

.sb-icon-arrow-left:before {
  content: "t";
}

.sb-icon-arrow-right:before {
  content: "u";
}

.sb-icon-check:before {
  content: "w";
}

.sb-icon-check-circle:before {
  content: "C";
}

.sb-icon-loader:before {
  content: "v";
}

.sb-icon-delete:before {
  content: "x";
}

.sb-icon-padlock:before {
  content: "y";
}

.sb-icon-shuffle:before {
  content: "z";
}

.sb-icon-back:before {
  content: "A";
}

.sb-icon-file:before {
  content: "B";
}

.sb-icon-reload:before {
  content: "D";
}

.sb-icon-help:before {
  content: "E";
}

.sb-icon-currency:before {
  content: "H";
}

.sb-icon-language:before {
  content: "I";
}

.sb-icon-smartphone:before {
  content: "J";
}

.sb-icon-clock:before {
  content: "F";
}

.sb-icon-next:before {
  content: "G";
}

.sb-icon-plus:before {
  content: "0";
}

.sb-icon-plus-2:before {
  content: "M";
}

.sb-icon-dislike:before {
  content: "N";
}

.sb-icon-like:before {
  content: "O";
}

.sb-icon-send:before {
  content: "P";
}

.sb-icon-refresh:before {
  content: "Q";
}

.sb-icon-woocommerce:before {
  content: "R";
}

.sb-icon-social-fb:before {
  content: "S";
}

.sb-icon-social-tw:before {
  content: "T";
}

.sb-icon-social-li:before {
  content: "U";
}

.sb-icon-social-pi:before {
  content: "V";
}

.sb-icon-social-wa:before {
  content: "W";
}

.sb-icon-social-me:before {
  content: "X";
}

.sb-icon-bar-chart:before {
  content: "Y";
}

.sb-icon-circle:before {
  content: "\e900";
}

@font-face {
  font-family: "Support Board Font";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Support Board Font";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@-webkit-keyframes sb-fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sb-fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sb-fade-bottom-animation {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes sb-fade-bottom-animation {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.sb-main, .sb-articles-page,
.sb-main input,
.sb-main textarea,
.sb-main select {
  font-family: "Support Board Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

.sb-main *, .sb-articles-page * {
  box-sizing: content-box;
  outline: none;
}

.sb-main input, .sb-articles-page input, .sb-articles-page input[text], .sb-main input[text], .sb-main textarea, .sb-main input[email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sb-clear {
  width: 100%;
  clear: both;
}

.sb-no-results {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(86, 96, 105);
  opacity: 0.7;
}

.sb-no-results-active > .sb-no-results {
  display: block !important;
  opacity: 1;
}

.sb-no-results-active > div:not(.sb-no-results) {
  display: none !important;
}

.sb-hide, sb-hidden {
  display: none !important;
}

.sb-scroll-area, .sb-conversation .sb-list, .sb-list .sb-message pre, .sb-rich-table .sb-content, .sb-admin .sb-top-bar > div:first-child > ul,
.sb-area-settings > .sb-tab > .sb-nav, .sb-area-reports > .sb-tab > .sb-nav, .sb-dialog-box pre, .sb-horizontal-scroll {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-color: #ced6db #ced6db;
  scrollbar-width: thin;
}
.sb-scroll-area::-webkit-scrollbar, .sb-conversation .sb-list::-webkit-scrollbar, .sb-list .sb-message pre::-webkit-scrollbar, .sb-rich-table .sb-content::-webkit-scrollbar, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar,
.sb-area-settings > .sb-tab > .sb-nav::-webkit-scrollbar, .sb-area-reports > .sb-tab > .sb-nav::-webkit-scrollbar, .sb-dialog-box pre::-webkit-scrollbar, .sb-horizontal-scroll::-webkit-scrollbar {
  width: 5px;
}
.sb-scroll-area::-webkit-scrollbar-track, .sb-conversation .sb-list::-webkit-scrollbar-track, .sb-list .sb-message pre::-webkit-scrollbar-track, .sb-rich-table .sb-content::-webkit-scrollbar-track, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar-track,
.sb-area-settings > .sb-tab > .sb-nav::-webkit-scrollbar-track, .sb-area-reports > .sb-tab > .sb-nav::-webkit-scrollbar-track, .sb-dialog-box pre::-webkit-scrollbar-track, .sb-horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sb-scroll-area::-webkit-scrollbar-thumb, .sb-conversation .sb-list::-webkit-scrollbar-thumb, .sb-list .sb-message pre::-webkit-scrollbar-thumb, .sb-rich-table .sb-content::-webkit-scrollbar-thumb, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar-thumb,
.sb-area-settings > .sb-tab > .sb-nav::-webkit-scrollbar-thumb, .sb-area-reports > .sb-tab > .sb-nav::-webkit-scrollbar-thumb, .sb-dialog-box pre::-webkit-scrollbar-thumb, .sb-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #ced6db;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sb-scroll-area::-webkit-scrollbar-thumb:hover, .sb-conversation .sb-list::-webkit-scrollbar-thumb:hover, .sb-list .sb-message pre::-webkit-scrollbar-thumb:hover, .sb-rich-table .sb-content::-webkit-scrollbar-thumb:hover, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar-thumb:hover,
.sb-area-settings > .sb-tab > .sb-nav::-webkit-scrollbar-thumb:hover, .sb-area-reports > .sb-tab > .sb-nav::-webkit-scrollbar-thumb:hover, .sb-dialog-box pre::-webkit-scrollbar-thumb:hover, .sb-horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #028be5;
}

.sb-list .sb-message pre, .sb-rich-table .sb-content, .sb-admin .sb-top-bar > div:first-child > ul, .sb-area-settings > .sb-tab > .sb-nav, .sb-dialog-box pre, .sb-horizontal-scroll {
  overflow-y: hidden;
}
.sb-list .sb-message pre::-webkit-scrollbar, .sb-rich-table .sb-content::-webkit-scrollbar, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar, .sb-area-settings > .sb-tab > .sb-nav::-webkit-scrollbar, .sb-dialog-box pre::-webkit-scrollbar, .sb-horizontal-scroll::-webkit-scrollbar {
  height: 5px;
}

div ul.sb-menu, .sb-select ul, .sb-popup, .sb-menu-mobile > ul, .sb-menu-mobile .sb-mobile {
  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;
}

.sb-horizontal-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
}

/*

# USER CONVERSATIONS
==========================================================

*/
.sb-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;
}
.sb-user-conversations > li > div {
  position: relative;
  color: rgb(60, 60, 60);
  font-size: 13px;
  padding-left: 55px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.sb-user-conversations > li > div > img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
.sb-user-conversations > li > div div:not(.sb-message) {
  display: flex;
  justify-content: space-between;
  opacity: 0.85;
}
.sb-user-conversations > li > div div:not(.sb-message) > span {
  white-space: nowrap;
}
.sb-user-conversations > li > div div:not(.sb-message) > span:first-child {
  overflow: hidden;
  margin-right: 15px;
}
.sb-user-conversations > li > div .sb-message {
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}
.sb-user-conversations > li:hover, .sb-user-conversations > li.sb-active {
  background-color: rgb(245, 247, 250);
}
.sb-user-conversations > li.sb-active {
  border-left-color: #028be5;
}
.sb-user-conversations > li:first-child {
  border-top: 1px solid rgb(212, 212, 212);
}

/*

# MESSAGES LIST AND CHAT
==========================================================

*/
.sb-chat .sb-btn-text:hover, .sb-list .sb-btn-text:hover {
  color: #028be5;
}

.sb-list > div {
  float: left;
  clear: both;
  position: relative;
  margin: 2px 10px 2px 20px;
  box-shadow: none;
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 8px 12px;
  max-width: calc(90% - 110px);
}
.sb-list > div.sb-thumb-active {
  margin: 2px 10px 2px 55px;
}
.sb-list > div.sb-thumb-active .sb-thumb {
  display: block;
}
.sb-list > div.sb-thumb-active.sb-rich-cnt {
  max-width: calc(90% - 115px);
}
.sb-list > div.sb-rich-cnt {
  background-color: rgb(247, 247, 247);
  max-width: calc(90% - 80px);
}
.sb-list > div.sb-rich-cnt .sb-message {
  overflow: visible;
}
.sb-list > div[data-type=slider], .sb-list > div[data-type=slider-images] {
  width: 100%;
}
.sb-list > div:hover .sb-time {
  -webkit-animation: sb-fade-animation 0.4s forwards;
          animation: sb-fade-animation 0.4s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sb-list > div:first-child > span {
  margin-top: 0 !important;
}
.sb-list > div:last-child {
  margin-bottom: 30px !important;
}
.sb-list > div:not(.sb-right):last-child, .sb-list > div > [data-id=sending] {
  -webkit-animation: sb-fade-bottom-animation 0.4s;
          animation: sb-fade-bottom-animation 0.4s;
}
.sb-list > div.sb-right {
  float: right;
  margin: 2px 20px 2px 10px;
  background-color: #E6F2FC;
}
.sb-list > div.sb-right .sb-thumb {
  right: -35px;
  left: auto;
}
.sb-list > div.sb-right .sb-time {
  right: calc(100% + 10px);
  left: auto;
  flex-direction: row-reverse;
}
.sb-list > div.sb-right .sb-message,
.sb-list > div.sb-right .sb-message a {
  color: rgb(0, 76, 125);
}
.sb-list > div.sb-right.sb-thumb-active {
  margin: 2px 50px 2px 10px;
}
.sb-list > div:not(.sb-right):not(.sb-label-date) + .sb-right, .sb-list > div.sb-right + div:not(.sb-right):not(.sb-label-date) {
  margin-top: 15px;
}
.sb-list .sb-thumb {
  position: absolute;
  left: -35px;
  top: 1px;
  width: 25px;
  display: none;
}
.sb-list .sb-thumb > img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.sb-list .sb-thumb > div {
  display: none;
}
.sb-list .sb-message,
.sb-list .sb-message a {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  outline: none;
}
.sb-list .sb-message {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-list .sb-message b {
  font-weight: 500;
}
.sb-list .sb-message code {
  padding: 3px 7px;
  color: rgb(224, 30, 90);
  background: rgba(224, 30, 90, 0.06);
  display: inline-block;
  border-radius: 3px;
}
.sb-list .sb-message pre {
  font-family: monospace;
  margin: 0;
  color: rgb(44, 80, 106);
  overflow-x: scroll;
  background: rgb(238, 238, 238);
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
}
.sb-list .sb-message pre code {
  padding: 0;
  color: rgb(44, 80, 106);
  background: none;
  display: inline;
}
.sb-list .sb-message .emoji-large {
  font-size: 35px;
  line-height: 45px;
}
.sb-list .sb-message .sb-image {
  margin-top: 6px;
}
.sb-list .sb-message .sb-rich-image .sb-image {
  margin-top: 0;
}
.sb-list .sb-message:not(.sb-message-media) > .sb-image {
  margin-bottom: 5px;
}
.sb-list .sb-message:not(:empty) + .sb-message-attachments {
  padding-top: 15px;
}
.sb-list .sb-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;
}
.sb-list .sb-message-attachments a:before {
  content: "e";
  font-family: "Support Board Icons";
  position: absolute;
  left: 0;
  font-size: 15px;
  opacity: 0.8;
  line-height: 21px;
}
.sb-list .sb-message-attachments a:hover {
  color: #028be5;
}
.sb-list .sb-message-attachments a + a {
  margin-top: 7px;
}
.sb-list .sb-message-attachments:empty {
  display: none;
}
.sb-list .sb-time {
  color: rgb(86, 96, 105);
  opacity: 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 16px;
  left: calc(100% + 10px);
  top: 11px;
  white-space: nowrap;
  position: absolute;
  display: flex;
}
.sb-list .sb-time > span:first-child {
  display: none;
}
.sb-list .sb-message-media {
  margin: -7px -12px;
  background: #fff;
}
.sb-list .sb-message-media .sb-image:first-child {
  margin-top: 0;
}
.sb-list [data-id=sending] .sb-message {
  opacity: 0.5;
}
.sb-list [data-id=sending] .sb-time {
  right: 19px;
  flex-direction: row;
}
.sb-list [data-id=sending] .sb-time > i {
  position: relative;
}
.sb-list [data-id=sending] .sb-time > i:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% + 5px);
  bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-animation: sb-typing 1s infinite;
          animation: sb-typing 1s infinite;
}

.sb-list > div.sb-label-date, .sb-label-date-top {
  text-align: center;
  max-width: 100% !important;
  width: auto;
  float: none !important;
  background: none;
  margin: 0 !important;
}
.sb-list > div.sb-label-date span, .sb-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);
}

.sb-label-date-top {
  position: absolute;
  top: 73px;
  left: 0;
  right: 5px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.sb-label-date-top.sb-active {
  opacity: 1;
}
.sb-label-date-top:empty {
  display: none;
}

.sb-label-date + .sb-label-date {
  display: none;
}

/*

# CHAT HTML COMPONENTS
==========================================================

*/
.sb-list .sb-form + .sb-btn {
  margin-top: 25px;
}
.sb-list .sb-form + .sb-form {
  margin-top: 15px;
}
.sb-list table {
  border-collapse: collapse;
}
.sb-list table th,
.sb-list table td {
  padding: 5px 7px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.29);
  text-align: left;
  color: rgb(36, 39, 42);
  font-size: 12px;
  line-height: 23px;
}
.sb-list table th {
  border-bottom: 1px solid rgba(143, 143, 143, 0.6);
  font-size: 14px;
}
.sb-list table tr:last-child td {
  border-bottom: 0;
}
.sb-list .sb-text-list > div {
  padding-bottom: 6px;
}
.sb-list .sb-text-list > div > div:first-child {
  font-weight: 500;
}
.sb-list .sb-text-list > div:last-child {
  padding-bottom: 0;
}
.sb-list .sb-text-list-single > div {
  position: relative;
  padding-left: 15px;
}
.sb-list .sb-text-list-single > div:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(86, 96, 105);
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.sb-list .sb-image-list > div {
  padding: 5px 0 10px 50px;
  position: relative;
}
.sb-list .sb-image-list > div > .sb-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;
}
.sb-list .sb-image-list > div .sb-list-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.sb-list .sb-image-list > div .sb-list-title span {
  opacity: 0.7;
}
.sb-list .sb-image-list > div:last-child {
  padding-bottom: 0;
}
.sb-list .sb-image-list + a {
  margin-top: 15px;
}
.sb-list iframe {
  width: 100%;
  border: none;
}
.sb-list iframe:not([height]) {
  height: 160px;
}

/*

# EDITOR
==========================================================

*/
.sb-editor {
  background: rgb(251, 251, 251);
  padding-bottom: 0;
  padding: 15px;
  position: relative;
  margin: 0;
}
.sb-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: 0 !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;
}
.sb-editor .sb-submit {
  color: #028be5;
  display: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 19px;
  padding-left: 13px;
  height: 19px;
  transition: all 0.4s;
}
.sb-editor .sb-submit:hover {
  color: rgb(0, 76, 125);
}
.sb-editor .sb-bar {
  position: absolute;
  display: flex;
  align-items: center;
  max-height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
}
.sb-editor .sb-bar.sb-active .sb-submit {
  display: block;
}
.sb-editor .sb-bar.sb-active .sb-btn-attachment {
  display: none;
}
.sb-editor .sb-upload-form-editor {
  display: none;
}
.sb-editor .sb-bar-icons {
  display: flex;
  justify-content: flex-start;
}
.sb-editor .sb-bar-icons > div {
  width: 30px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.sb-editor .sb-bar-icons > div:last-child {
  margin-right: 0;
}
.sb-editor .sb-bar-icons > div:before {
  font-family: "Support Board Icons";
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: rgb(86, 96, 105);
}
.sb-editor .sb-bar-icons > div.sb-btn-attachment:before {
  content: "e";
}
.sb-editor .sb-bar-icons > div.sb-btn-saved-replies:before {
  content: "q";
  font-size: 21px;
}
.sb-editor .sb-bar-icons > div.sb-btn-attachment {
  margin-right: 7px;
}
.sb-editor .sb-bar-icons > div.sb-btn-emoji:before {
  content: "r";
}
.sb-editor .sb-bar-icons > div.sb-btn-woocommerce:before {
  content: "R";
  font-size: 22px;
}
.sb-editor .sb-bar-icons > div:hover:before {
  color: #028be5;
}
.sb-editor .sb-attachments {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sb-editor .sb-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;
}
.sb-editor .sb-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: 0;
  transition: all 0.4s;
}
.sb-editor .sb-attachments > div:hover > i {
  opacity: 1;
}
.sb-editor .sb-loader {
  height: 25px;
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
}
.sb-editor .sb-loader.sb-active {
  display: block;
}
.sb-editor.sb-drag {
  border-color: #028be5 !important;
  background-color: rgb(224, 236, 246) !important;
}
.sb-editor.sb-drag .sb-textarea, .sb-editor.sb-drag .sb-bar, .sb-editor.sb-drag .sb-attachments, .sb-editor.sb-drag .sb-suggestions {
  opacity: 0 !important;
  z-index: -1 !important;
}
.sb-editor.sb-drag:before {
  content: "M";
  font-family: "Support Board 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: #028be5;
}

/*

# ARTICLES 
==========================================================

*/
.sb-article .sb-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
}
.sb-article .sb-title .sb-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.sb-article .sb-title .sb-icon-close:hover {
  color: rgb(202, 52, 52);
}
.sb-article .sb-content {
  font-size: 13px;
  line-height: 25px;
  color: rgb(86, 96, 105);
  letter-spacing: 0.3px;
}
.sb-article .sb-content > img,
.sb-article .sb-content .sb-image {
  max-width: 100%;
  margin: 15px 0;
  display: block;
}
.sb-article .sb-btn-text {
  margin-top: 25px;
}
.sb-article ul {
  padding-left: 15px;
}
.sb-article ul li {
  list-style: disc;
}
.sb-article .sb-rating, .sb-article .sb-btn-text + .sb-article-category-links {
  display: flex;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  height: 20px;
  border-top: 1px solid rgb(212, 212, 212);
}
.sb-article[data-user-rating="1"] [data-rating=positive] {
  color: rgb(26, 146, 96);
  cursor: default;
}
.sb-article[data-user-rating="1"] [data-rating=negative] {
  display: none;
}
.sb-article[data-user-rating="-1"] [data-rating=positive] {
  display: none;
}
.sb-article[data-user-rating="-1"] [data-rating=negative] {
  color: rgb(202, 52, 52);
  cursor: default;
}

.sb-panel-articles {
  -webkit-animation: sb-fade-animation 0.5s;
          animation: sb-fade-animation 0.5s;
}

.sb-panel-articles .sb-title .sb-icon-close {
  display: none;
}

.sb-articles-page {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 15px;
  line-height: 27px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  background: #fff;
  color: rgb(36, 39, 42);
}
.sb-articles-page .sb-panel-main {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  padding: 20px;
}
.sb-articles-page .sb-panel-side {
  flex: 2 2 600px;
  border-left: 1px solid rgb(212, 212, 212);
  background-color: rgb(245, 247, 250);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px;
}
.sb-articles-page .sb-panel-side .sb-title {
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px 0;
}
.sb-articles-page .sb-panel-side .sb-input input {
  background-color: #fff;
}
.sb-articles-page .sb-panel-side .sb-input + .sb-title {
  margin-top: 30px;
}
.sb-articles-page .sb-article .sb-content {
  font-size: 14px;
}
.sb-articles-page .sb-articles, .sb-articles-page .sb-article {
  -webkit-animation: sb-fade-animation 0.5s;
          animation: sb-fade-animation 0.5s;
}

.sb-article-categories > div {
  padding-bottom: 10px;
}
.sb-article-categories > div span {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
.sb-article-categories > div span:hover, .sb-article-categories > div span.sb-active {
  color: #028be5;
}

.sb-article-category-links {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 15px 0 15px 0;
  height: auto !important;
}
.sb-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;
}
.sb-article-category-links > span + span:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 1px;
  background: #028be5;
}

/*

# LOADING
==========================================================

*/
@-webkit-keyframes sb-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sb-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sb-loading {
  position: relative;
  text-indent: -999995px;
  overflow: hidden;
}
.sb-loading i {
  display: none;
}
.sb-loading:before {
  content: "v";
  font-family: "Support Board Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-animation: sb-loading 0.6s linear infinite;
          animation: sb-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: #028be5;
}
.sb-loading div, .sb-loading ul, .sb-loading h1, .sb-loading h2, .sb-loading h3, .sb-loading h4, .sb-loading p, .sb-loading span, .sb-loading table, .sb-loading a {
  opacity: 0;
}

.sb-btn.sb-loading:hover:before {
  color: #fff;
}

/*

# BUTTONS
==========================================================

*/
.sb-btn, a.sb-btn {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #028be5;
  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;
}
.sb-btn.sb-icon, a.sb-btn.sb-icon {
  padding-left: 50px;
}
.sb-btn.sb-icon > i, a.sb-btn.sb-icon > i {
  position: absolute;
  left: 25px;
  line-height: 36px;
}
.sb-btn.sb-icon > i:before, a.sb-btn.sb-icon > i:before {
  line-height: 36px;
}
.sb-btn:hover, .sb-btn:active, a.sb-btn:hover, a.sb-btn:active {
  background-color: rgb(0, 76, 125);
  color: #fff;
}
.sb-btn:before, a.sb-btn:before {
  color: #fff;
}
.sb-btn:not(.sb-hide) + a, a.sb-btn:not(.sb-hide) + a {
  margin-left: 15px;
}
.sb-btn.sb-rich-btn, a.sb-btn.sb-rich-btn {
  color: #fff;
  line-height: 35px;
}
.sb-btn.sb-icon-check:not(.sb-loading):before, a.sb-btn.sb-icon-check:not(.sb-loading):before {
  margin-right: 15px;
  transform: translateY(2px);
  display: inline-block;
}

.sb-btn.sb-btn-black {
  background-color: rgb(36, 39, 42);
}
.sb-btn.sb-btn-black:hover {
  background-color: rgb(86, 96, 105);
}

.sb-btn.sb-btn-red {
  background-color: rgb(202, 52, 52);
}
.sb-btn.sb-btn-red:hover {
  background-color: rgb(36, 39, 42);
}

.sb-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: rgb(36, 39, 42);
}
.sb-btn-icon i {
  line-height: 40px;
  font-size: 18px;
  width: 33px;
}
.sb-btn-icon i:before {
  font-size: 18px;
  line-height: 35px;
}
.sb-btn-icon i.sb-icon-file:before {
  font-size: 19px;
  display: block;
  transform: translateY(1px);
}
.sb-btn-icon:before {
  font-size: 23px;
  line-height: 35px;
}
.sb-btn-icon:hover {
  opacity: 1;
  border-color: #028be5;
  color: #028be5;
  background-color: rgba(39, 156, 255, 0.08);
}
.sb-btn-icon.sb-btn-red:hover {
  border-color: rgb(202, 52, 52);
  color: rgb(202, 52, 52);
  background-color: rgba(202, 52, 52, 0.1);
}
.sb-btn-icon.sb-btn-red:hover i {
  color: rgb(202, 52, 52) !important;
}

.sb-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;
}
.sb-btn-text i {
  margin-right: 15px;
  margin-left: 1px;
  transform: translateY(2px);
  display: inline-block;
}
.sb-btn-text:hover {
  color: #028be5;
}
.sb-btn-text.sb-btn-red:hover {
  color: rgb(202, 52, 52);
}

/*

# INPUT
==========================================================

*/
.sb-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-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);
}
.sb-input > input,
.sb-input > select,
.sb-input > textarea {
  position: static;
  border-radius: 4px !important;
  color: rgb(36, 39, 42);
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  border: 1px solid rgb(212, 212, 212);
  background-color: rgb(248, 248, 249);
  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;
}
.sb-input > input:focus, .sb-input > input.sb-focus,
.sb-input > select:focus,
.sb-input > select.sb-focus,
.sb-input > textarea:focus,
.sb-input > textarea.sb-focus {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background: #fff;
  color: rgb(36, 39, 42);
  outline: none !important;
}
.sb-input > input.sb-error,
.sb-input > select.sb-error,
.sb-input > textarea.sb-error {
  border: 1px solid rgb(202, 52, 52);
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}
.sb-input > select {
  min-height: 37px;
}
.sb-input > textarea {
  line-height: 20px;
  min-height: 75px;
  padding: 8px 10px;
}
.sb-input > input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}
.sb-input > div {
  padding-right: 30px;
  max-width: 800px;
}
.sb-input > div span {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  display: block;
}
.sb-input > div p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(86, 96, 105);
}
.sb-input > input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.sb-input + .sb-input {
  margin-top: 10px;
}
.sb-input.sb-input-btn input:first-child {
  line-height: 40px;
}
.sb-input.sb-input-btn > div {
  background-color: #028be5;
  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;
}
.sb-input.sb-input-btn > div:hover {
  background-color: rgb(0, 76, 125);
}
.sb-input.sb-input-btn > div.sb-loading:before {
  color: #fff;
}
.sb-input.sb-input-btn > div:not(.sb-loading):before {
  line-height: 42px;
}

.sb-input-image .image {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 100px;
  position: relative;
  cursor: pointer;
  background-color: rgb(248, 248, 249);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.sb-input-image .image:before {
  content: "p";
  font-family: "Support Board 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);
}
.sb-input-image .image:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background-color: #fff;
}
.sb-input-image .image:hover:before {
  color: #028be5;
}
.sb-input-image .image > .sb-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;
}
.sb-input-image .image[data-value]:before {
  display: none;
}
.sb-input-image .image[data-value] > .sb-icon-close {
  display: block;
}
.sb-input-image .image[data-value] > .sb-icon-close:hover {
  background-color: rgb(202, 52, 52);
}
.sb-input-image.sb-profile-image {
  justify-content: flex-start;
}
.sb-input-image.sb-profile-image span {
  flex-grow: 0;
}
.sb-input-image.sb-profile-image .image {
  width: 65px;
  height: 65px;
  padding: 0;
}
.sb-input-image.sb-profile-image .image .sb-icon-close {
  right: -5px;
  top: -5px;
}
.sb-input-image.sb-profile-image .image .sb-icon-close:before {
  line-height: 21px;
}

.sb-input-select-input > div {
  position: absolute;
  background: none;
  left: 6px;
  top: 13px;
  opacity: 0;
  padding: 0;
  color: rgb(36, 39, 42);
  font-size: 13px;
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
}
.sb-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;
}
.sb-input-select-input input {
  padding: 5px 0 0 60px;
}
.sb-input-select-input input[disabled] {
  padding: 0 5px;
  border: none;
  background: none;
  box-shadow: none;
}
.sb-input-select-input .sb-active + div {
  opacity: 1;
}

/*

# LIGHTBOX
==========================================================

*/
.sb-lightbox-media {
  position: static;
  box-shadow: none !important;
  background: none !important;
  -webkit-animation: none;
          animation: none;
}
.sb-lightbox-media > div > img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
  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);
  -webkit-animation: sb-fade-animation 0.5s;
          animation: sb-fade-animation 0.5s;
  z-index: 9999999995;
}
.sb-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;
}
.sb-lightbox-media i:hover {
  color: rgb(202, 52, 52);
}
.sb-lightbox-media:not(.sb-active) {
  display: none;
}
.sb-lightbox-media.sb-active + .sb-lightbox-overlay {
  display: block;
}

.sb-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;
  -webkit-animation: sb-fade-animation 0.3s;
          animation: sb-fade-animation 0.3s;
}

/*

# IMAGE LIGHTBOX
==========================================================

*/
.sb-image {
  background: #000;
  border-radius: 4px;
  max-width: 250px;
}
.sb-image > img {
  max-width: 100%;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  transition: all 0.4s;
}
.sb-image > img:hover {
  opacity: 0.8;
}
.sb-image.sb-image-png {
  background: none;
}

/*

# UPLOAD INPUT
==========================================================

*/
.sb-upload-form-admin {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}

/*

# SEARCH BUTTON
==========================================================

*/
.sb-search-btn, .sb-filter-btn {
  position: relative;
  width: 48px;
  height: 40px;
}
.sb-search-btn > i, .sb-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;
}
.sb-search-btn i:hover, .sb-search-btn.sb-active i, .sb-filter-btn i:hover, .sb-filter-btn.sb-active i {
  color: #028be5;
}

.sb-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 #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  z-index: 2;
}
.sb-search-btn > input:focus {
  outline: none;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
  border-color: #028be5;
}
.sb-search-btn.sb-active input {
  display: block;
}
.sb-search-btn.sb-active i {
  right: 15px;
}

/*

# POPUP
==========================================================

*/
.sb-popup {
  width: 340px;
  height: 360px;
  position: fixed;
  transform: translateX(-50%);
  bottom: 0;
  left: 0;
  display: none;
}
.sb-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;
}
.sb-popup.sb-active {
  display: block;
}
.sb-popup .sb-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  line-height: 35px;
  height: 35px;
}
.sb-popup .sb-header .sb-search-btn > input {
  min-width: 243px;
}
.sb-popup .sb-header .sb-title {
  font-weight: 500;
}
.sb-popup .sb-header .sb-search-btn {
  height: 40px;
}
.sb-popup .sb-header .sb-search-btn > i {
  top: 7px;
}
.sb-popup .sb-header .sb-search-btn.sb-active {
  margin-top: -5px;
}
.sb-popup .sb-header .sb-search-btn.sb-active > i {
  top: 11px;
}

.sb-popup-active .sb-tooltip {
  visibility: hidden;
}

/*

# EMOJI
==========================================================

*/
.sb-popup.sb-emoji {
  bottom: 71px;
  left: 28px;
  height: 285px;
}
.sb-popup.sb-emoji .sb-emoji-list {
  height: calc(100% - 80px);
  padding-right: 15px;
  margin: 0 0 15px 15px;
}
.sb-popup.sb-emoji .sb-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;
}
.sb-popup.sb-emoji .sb-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;
}
.sb-popup.sb-emoji .sb-emoji-list > ul > li:hover {
  transform: scale(1.2);
}
.sb-popup.sb-emoji .sb-emoji-list > ul > li.sb-emoji-title {
  grid-column: 1/9;
  text-align: left;
}
.sb-popup.sb-emoji .sb-emoji-bar {
  position: absolute;
  top: 65px;
  bottom: 15px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.sb-popup.sb-emoji .sb-emoji-bar > div {
  width: 4px;
  height: 100%;
  background: rgb(236, 236, 236);
  margin: 0;
  cursor: pointer;
}
.sb-popup.sb-emoji .sb-emoji-bar > div.sb-active, .sb-popup.sb-emoji .sb-emoji-bar > div:hover {
  background: #028be5;
  border-radius: 5px;
}

/*

# SELECT AND MENU
==========================================================

*/
.sb-select {
  position: relative;
  color: rgb(36, 39, 42);
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.sb-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;
  transition: all 0.4s;
}
.sb-select p span {
  font-weight: 400;
  opacity: 0.7;
}
.sb-select p:after {
  content: "a";
  font-family: "Support Board Icons";
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
.sb-select p:hover {
  color: #028be5;
}
.sb-select p.sb-error {
  color: rgb(202, 52, 52);
}
.sb-select ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
}
.sb-select.sb-loading {
  overflow: visible;
}
.sb-select.sb-select-colors > p {
  padding: 0 40px 0 15px;
  border-radius: 4px;
  transition: none;
}
.sb-select.sb-select-colors > p:after {
  right: 15px;
}
.sb-select.sb-select-colors > p:not([data-value]), .sb-select.sb-select-colors > p[data-value=""], .sb-select.sb-select-colors > p[data-value="-1"] {
  background-color: #f5f7fa;
}
.sb-select.sb-select-colors > p:hover {
  background-color: #028be5;
  color: #fff;
}
.sb-select.sb-select-colors > ul {
  padding: 0 !important;
}
.sb-select.sb-select-colors.sb-loading > ul {
  display: none;
}
.sb-select.sb-select-colors.sb-loading:before {
  line-height: 30px;
}
.sb-select.sb-select-colors:hover:before {
  color: #fff;
}
.sb-select:not(.sb-hide) + .sb-select {
  margin-left: 15px;
}

div ul.sb-menu,
.sb-select ul {
  position: absolute;
  margin: 0;
  z-index: 5;
}
div ul.sb-menu.sb-active,
.sb-select ul.sb-active {
  display: block;
  margin-bottom: 15px;
}
div ul.sb-menu.sb-scroll-area,
.sb-select ul.sb-scroll-area {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}
div ul.sb-menu li,
.sb-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;
  transition: all 0.1s;
}
div ul.sb-menu li.sb-active,
.sb-select ul li.sb-active {
  color: #028be5;
}
div ul.sb-menu li:hover,
.sb-select ul li:hover {
  background-color: #028be5;
  color: #fff;
}

/*

# RICH MESSAGES
==========================================================

*/
.sb-rich-message {
  letter-spacing: 0.3px;
  padding: 5px 0;
}
.sb-rich-message .sb-top,
.sb-rich-message .sb-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.sb-rich-message .sb-text {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
  opacity: 0.9;
}
.sb-rich-message .sb-text + div {
  margin-top: 20px;
}
.sb-rich-message .sb-content:empty {
  display: none;
}
.sb-rich-message img {
  max-width: 100%;
}
.sb-rich-message .sb-input {
  position: relative;
  box-sizing: content-box;
}
.sb-rich-message .sb-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;
}
.sb-rich-message .sb-input > span.sb-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: #028be5;
  width: auto;
  min-width: 0;
  padding: 0 5px;
}
.sb-rich-message .sb-input > span.sb-filled {
  color: rgb(143, 143, 143);
}
.sb-rich-message .sb-input > span + input, .sb-rich-message .sb-input > span + select {
  padding-top: 5px;
}
.sb-rich-message .sb-input > input, .sb-rich-message .sb-input select, .sb-rich-message .sb-input textarea {
  background: #fff;
}
.sb-rich-message .sb-input + .sb-input, .sb-rich-message .sb-input + .sb-btn {
  margin-top: 15px;
}
.sb-rich-message .sb-input[data-type=select] select {
  padding-left: 6px;
}
.sb-rich-message .sb-input[data-type=select] > span {
  cursor: default;
}
.sb-rich-message .sb-input[data-type=select] > span:not(.sb-filled):not(.sb-active) + select {
  background: none;
  z-index: 2;
}
.sb-rich-message .sb-input iframe {
  max-width: 100%;
  border-radius: 4px;
}
.sb-rich-message .sb-input-image {
  background: #fff;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}
.sb-rich-message .sb-input-image > span,
.sb-rich-message .sb-input-image > span.sb-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);
}
.sb-rich-message .sb-input-image > .image {
  background-color: #fff;
  min-width: 65px;
  border: 1px solid #fff;
}
.sb-rich-message .sb-input-btn > span {
  width: calc(100% - 42px);
}
.sb-rich-message .sb-info {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: rgb(202, 52, 52);
}
.sb-rich-message .sb-info:empty {
  display: none;
}
.sb-rich-message .sb-buttons .sb-btn {
  margin-bottom: 10px;
}
.sb-rich-message .sb-buttons .sb-btn:last-child {
  margin-bottom: 0;
}
.sb-rich-message.sb-success .sb-top {
  display: none;
}
.sb-rich-message .sb-link-area {
  font-size: 12px;
  line-height: 20px;
  color: rgb(128, 128, 128);
  padding: 15px 0;
}
.sb-rich-message .sb-link-area a {
  color: rgb(128, 128, 128);
  text-decoration: underline;
}
.sb-rich-message + .sb-rich-message {
  margin-top: 10px;
}
.sb-rich-message.sb-margin-top {
  margin-top: 10px;
}
.sb-rich-message.sb-margin-bottom {
  margin-bottom: 10px;
}
.sb-rich-message .sb-form + .sb-buttons {
  margin-top: 15px;
}
.sb-rich-message + br + br {
  display: none;
}
.sb-rich-message .sb-card .sb-card-img, .sb-rich-message .sb-slider .sb-card-img {
  height: 175px;
  background-size: cover;
  background-position: center center;
  margin: -8px -12px 20px -12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sb-rich-message .sb-card .sb-card-header, .sb-rich-message .sb-slider .sb-card-header {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: rgb(36, 39, 42);
}
.sb-rich-message .sb-card .sb-card-extra, .sb-rich-message .sb-slider .sb-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;
}
.sb-rich-message .sb-card .sb-card-img + div + .sb-card-extra, .sb-rich-message .sb-slider .sb-card-img + div + .sb-card-extra {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.sb-rich-message .sb-card .sb-card-description, .sb-rich-message .sb-slider .sb-card-description {
  margin-top: 15px;
}
.sb-rich-message .sb-card .sb-card-btn, .sb-rich-message .sb-slider .sb-card-btn {
  color: #028be5;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  display: block;
  text-decoration: none;
  margin: 20px -12px 0 -12px;
  padding: 15px 15px 7px 15px;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  background: none;
}
.sb-rich-message .sb-card .sb-card-btn:hover, .sb-rich-message .sb-slider .sb-card-btn:hover {
  color: rgb(0, 76, 125);
  background: none !important;
}
.sb-rich-message .sb-card .sb-card-btn.sb-loading:before, .sb-rich-message .sb-slider .sb-card-btn.sb-loading:before {
  margin-top: -9px;
}
.sb-rich-message .sb-card .sb-card-btn[class*=sb-icon-]:before, .sb-rich-message .sb-slider .sb-card-btn[class*=sb-icon-]:before {
  top: 19px;
  right: 15px;
  position: absolute;
}
.sb-rich-message .sb-slider {
  margin: -13px -12px 0 -12px;
  overflow: hidden;
}
.sb-rich-message .sb-slider > div {
  display: flex;
}
.sb-rich-message .sb-slider > div > div {
  position: relative;
  min-width: 100%;
  transition: margin-left 1s;
}
.sb-rich-message .sb-slider .sb-card-img {
  margin: 0 0 20px 0;
}
.sb-rich-message .sb-slider .sb-card-header, .sb-rich-message .sb-slider .sb-card-description {
  margin-left: 15px;
  margin-right: 15px;
}
.sb-rich-message .sb-slider .sb-card-description {
  height: 63px;
  overflow: hidden;
}
.sb-rich-message .sb-slider .sb-card-btn {
  margin: 20px 0 -3px 0;
}
.sb-rich-message .sb-slider-images {
  margin: -18px -15px -18px -15px;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
}
.sb-rich-message .sb-slider-images .sb-card-img {
  margin: 0;
  transition: all 0.4s;
}
.sb-rich-message .sb-slider-images .sb-card-img:hover {
  opacity: 0.8;
}
.sb-rich-message[data-type=slider-images] .sb-slider-arrow {
  top: calc(50% - 15px);
}
.sb-rich-message .sb-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;
}
.sb-rich-message .sb-slider-arrow:hover {
  color: #028be5;
}
.sb-rich-message .sb-slider-arrow.sb-active {
  display: block;
}
.sb-rich-message .sb-slider-arrow:before {
  line-height: 30px;
}
.sb-rich-message .sb-slider-arrow.sb-icon-arrow-right {
  left: auto;
  right: -10px;
}
.sb-rich-message .sb-btn {
  width: auto;
  display: block;
  border-radius: 4px;
}
.sb-rich-message[disabled] .sb-buttons .sb-btn {
  background: none;
  border: 1px solid rgb(212, 212, 212);
  color: rgb(36, 39, 42) !important;
  font-weight: 400;
  cursor: default;
}
.sb-rich-message[disabled] .sb-input-text {
  border: 1px solid rgb(212, 212, 212) !important;
  border-radius: 4px;
}
.sb-rich-message[disabled] .sb-input-text span {
  color: rgb(36, 39, 42);
  position: static;
  height: auto;
  padding: 0 10px;
  background: none !important;
  font-size: 13px;
  line-height: 44px;
}
.sb-rich-message[disabled] .sb-input-text input {
  display: none;
}
.sb-rich-message[disabled] .sb-select p {
  display: none;
}
.sb-rich-message[disabled] .sb-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;
}
.sb-rich-message[disabled] .sb-select li {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  background: none !important;
  color: rgb(36, 39, 42) !important;
}
.sb-rich-message[disabled].sb-rich-inputs .sb-submit {
  display: none;
}
.sb-rich-message[disabled][data-type=chips] .sb-content {
  display: none;
}
.sb-rich-message.sb-rich-card {
  padding: 0;
}

.sb-list .sb-rich-registration .sb-buttons, .sb-list .sb-rich-login .sb-buttons {
  text-align: center;
}

.sb-rich-success {
  display: block;
}
.sb-rich-success + .sb-rich-success {
  padding-top: 10px;
}
.sb-rich-success > span + div {
  padding-top: 12px;
}

.sb-rich-loading {
  width: 30px;
  height: 30px;
}

.sb-list .sb-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;
}
.sb-list .sb-rich-select p:after {
  right: 8px;
}
.sb-list .sb-rich-select p:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.sb-list .sb-rich-select ul {
  margin-bottom: 25px;
  min-width: 140px;
}
.sb-list .sb-rich-table {
  overflow: hidden;
}
.sb-list .sb-rich-table .sb-content {
  overflow-x: scroll;
}

.sb-timetable > div {
  margin-bottom: 10px;
}
.sb-timetable > div > div:first-child {
  font-weight: 500;
}
.sb-timetable > div > div[data-time] {
  display: block;
}
.sb-timetable > div > div:last-child span {
  padding: 0 5px;
}
.sb-timetable > span {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 13px;
  font-size: 11px;
  margin-top: 20px;
  display: block;
}
.sb-timetable > span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
}

.sb-rating {
  display: inline-flex;
  align-items: center;
}
.sb-rating > span {
  font-weight: 500;
  font-size: 13px;
}
.sb-rating > div {
  display: flex;
  padding-left: 10px;
}
.sb-rating .sb-input-textarea {
  display: none;
}
.sb-rating .sb-input-textarea + div {
  padding: 0;
}
.sb-rating i {
  position: relative;
  overflow: visible;
  margin: 0 10px;
  font-size: 15px;
  line-height: 14px;
}
.sb-rating i span {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  font-style: normal;
  background: rgb(36, 39, 42);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 7px 10px;
  top: -40px;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -20px);
}
.sb-rating i:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.sb-rating i.sb-loading span {
  display: none;
}
.sb-rating .sb-loading {
  width: 20px;
  height: 20px;
}
.sb-rating [data-rating] i {
  margin-left: 0;
}
.sb-rating div.sb-submit + .sb-submit {
  margin-left: 15px;
}
.sb-rating [data-rating=positive] {
  cursor: pointer;
}
.sb-rating [data-rating=positive] span {
  background-color: rgb(26, 146, 96);
}
.sb-rating [data-rating=positive]:hover {
  color: rgb(26, 146, 96);
}
.sb-rating [data-rating=negative] {
  cursor: pointer;
}
.sb-rating [data-rating=negative] span {
  background-color: rgb(202, 52, 52);
}
.sb-rating [data-rating=negative]:hover {
  color: rgb(202, 52, 52);
}

.sb-articles {
  text-align: left;
}
.sb-articles > div {
  letter-spacing: 0.3px;
  cursor: pointer;
}
.sb-articles > div > div {
  line-height: 25px;
  max-height: 50px;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.4s;
}
.sb-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);
}
.sb-articles > div:hover > div {
  color: #028be5;
}
.sb-articles > div + div {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgb(213, 213, 213);
}
.sb-articles > div + .sb-title {
  border-top: none;
}
.sb-articles > div.sb-title {
  font-weight: 500;
  font-size: 17px;
  color: #028be5;
  cursor: default;
}
.sb-articles > div.sb-title + div {
  border-top: none;
  padding-top: 0;
}
.sb-articles > p {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgb(86, 96, 105);
}

.sb-rich-articles .sb-articles {
  margin: 25px 0;
}

.sb-rich-cnt[data-type=chips] {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  padding: 0;
}
.sb-rich-cnt[data-type=chips] .sb-top {
  margin-bottom: 6px;
}
.sb-rich-cnt[data-type=chips] .sb-text {
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 13px 15px;
}
.sb-rich-cnt[data-type=chips] .sb-content {
  margin-top: 11px;
}
.sb-rich-cnt[data-type=chips] .sb-buttons {
  margin-bottom: -8px;
}
.sb-rich-cnt[data-type=chips] .sb-buttons .sb-btn {
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 4px;
  display: inline-block;
}
.sb-rich-cnt[data-type=chips] .sb-time {
  margin-top: 5px !important;
}
.sb-rich-cnt[data-type=video] {
  padding: 0;
}
.sb-rich-cnt[data-type=video] .sb-rich-message {
  padding: 0;
  border-radius: 4px;
}
.sb-rich-cnt[data-type=video] iframe {
  display: block;
  border-radius: 4px;
}
.sb-rich-cnt[data-type=video] .sb-time {
  margin-top: 10px !important;
}

.sb-social-buttons {
  margin: -5px;
}
.sb-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;
}
.sb-social-buttons div:hover {
  opacity: 0.8;
  top: -4px;
}
.sb-social-buttons .sb-icon-social-fb {
  background: #4267B2;
}
.sb-social-buttons .sb-icon-social-tw {
  background: #55ACEE;
}
.sb-social-buttons .sb-icon-social-li {
  background: #0077B5;
}
.sb-social-buttons .sb-icon-social-pi {
  background: #CB2027;
}
.sb-social-buttons .sb-icon-social-wa {
  background: #25D366;
}

@font-face {
  font-family: "Support Board Font";
  src: url("../media/fonts/bold.woff2") format("woff2"), url("../media/fonts/bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@-webkit-keyframes sb-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sb-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sb-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
@keyframes sb-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
/* 

# GLOBAL
==========================================================

*/
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: rgb(245, 247, 250);
}

.sb-admin,
.sb-admin input,
.sb-admin textarea,
.sb-admin select,
.sb-title,
.daterangepicker {
  font-family: "Support Board Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: rgb(36, 39, 42);
}

.sb-admin,
.sb-admin * {
  box-sizing: content-box;
}

.sb-admin ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sb-admin li {
  margin: 0;
}

.sb-title {
  font-size: 17px;
  font-weight: 600;
}
.sb-title.sb-title-search {
  position: relative;
}
.sb-title.sb-title-search .sb-search-btn {
  position: absolute;
  right: 0;
  top: -12px;
  width: 30px;
}

.cp-color-picker {
  z-index: 9;
}

.sb-tooltip > div,
.sb-admin > .sb-header > .sb-admin-nav > div > a > span,
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account > div,
.sb-lightbox,
.sb-color-palette 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: 99995;
  list-style: none;
}

hr {
  background: #e6e6e6;
  height: 1px;
  border: none;
  margin: 30px 0;
}

.sb-admin-nav-right [data-value=status], td.sb-online, td.sb-offline {
  position: relative;
}
.sb-admin-nav-right [data-value=status]:before, td.sb-online:before, td.sb-offline:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: -4px;
  top: 50%;
  right: 0;
  background: rgb(19, 202, 126);
}
.sb-admin-nav-right [data-value=status].sb-offline:before, td.sb-online.sb-offline:before, td.sb-offline.sb-offline:before {
  background: rgb(212, 212, 212);
}

.sb-flex {
  display: flex;
  align-items: center;
  align-content: center;
}

/* 

# COMPONENTS
==========================================================

*/
.sb-menu-wide ul,
.sb-tab > .sb-nav > ul {
  display: flex;
}
.sb-menu-wide ul li,
.sb-tab > .sb-nav > ul li {
  font-weight: 600;
  color: rgb(36, 39, 42);
  font-size: 15px;
  line-height: 40px;
  margin: 0 30px 0 0;
  transition: all 0.4s;
  letter-spacing: 0.3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-menu-wide ul li span,
.sb-tab > .sb-nav > ul li span {
  font-weight: 400;
  opacity: 0.7;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1px;
  transform: translateY(-2px);
}
.sb-menu-wide ul li.sb-active,
.sb-menu-wide ul li:hover,
.sb-tab > .sb-nav > ul li.sb-active,
.sb-tab > .sb-nav > ul li:hover {
  color: #028be5;
}
.sb-menu-wide ul li.sb-active,
.sb-tab > .sb-nav > ul li.sb-active {
  border-bottom: 2px solid #028be5;
  transition: none;
}
.sb-menu-wide ul li.sb-tab-nav-title,
.sb-tab > .sb-nav > ul li.sb-tab-nav-title {
  font-size: 15px;
  color: #b5b5b5;
  cursor: default;
}
.sb-menu-wide ul li + li.sb-tab-nav-title,
.sb-tab > .sb-nav > ul li + li.sb-tab-nav-title {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.sb-menu-wide > div {
  display: none;
}

.sb-tab {
  display: flex;
}
.sb-tab > div > div, .sb-tab > div .sb-nav > div {
  display: none;
}
.sb-tab > div > div.sb-active, .sb-tab > div > div.sb-menu-wide, .sb-tab > div .sb-nav > div.sb-active, .sb-tab > div .sb-nav > div.sb-menu-wide {
  display: block;
}
.sb-tab > div.sb-nav-only + div > div {
  display: block;
}
.sb-tab > div.sb-nav-only + div > div.sb-tab {
  display: flex;
}
.sb-tab > .sb-nav > ul {
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  min-width: 200px;
}
.sb-tab > .sb-nav > ul li.sb-active {
  border-bottom: none;
}
.sb-tab .sb-content {
  width: 100%;
}
.sb-tab .sb-content > .sb-active {
  -webkit-animation: sb-fade-animation 0.4s;
          animation: sb-fade-animation 0.4s;
}
.sb-tab h2 {
  font-size: 15px;
  line-height: 27px;
  margin: 2px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-tab .sb-input-setting {
  display: block;
  margin-bottom: 15px;
}
.sb-tab > .sb-nav > .sb-menu-wide {
  margin-bottom: 15px;
}

.sb-inner-tab .sb-nav > ul {
  width: 300px;
  max-width: 300px;
}
.sb-inner-tab .sb-nav > ul li {
  position: relative;
  margin-right: 0;
  padding-right: 30px;
  font-weight: 500;
  font-size: 13px;
  color: rgb(86, 96, 105);
}
.sb-inner-tab .sb-nav > ul li i {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 0;
  top: 4px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: rgb(202, 52, 52);
}
.sb-inner-tab .sb-nav > ul li span {
  position: absolute;
  right: 32px;
  top: 2px;
  padding-left: 10px;
  background: #fff;
  opacity: 1;
}
.sb-inner-tab .sb-nav > ul li:hover i {
  display: block;
  -webkit-animation: sb-fade-animation 0.5s;
          animation: sb-fade-animation 0.5s;
}
.sb-inner-tab .sb-nav > ul > .sb-no-results {
  opacity: 0.6;
  font-weight: 400;
  font-size: 13px;
  cursor: default;
  color: rgb(36, 39, 42) !important;
  cursor: default !important;
}
.sb-inner-tab .sb-nav .sb-btn {
  display: inline-block;
  margin: 15px 0 2px 0;
}

/*

MOBILE MENU
==========================================================

*/
.sb-menu-mobile > ul {
  display: flex;
}
.sb-menu-mobile > ul li a {
  margin: 0 3px;
}
.sb-menu-mobile > ul li:empty {
  display: none;
}
.sb-menu-mobile > i, .sb-menu-mobile .sb-mobile {
  display: none;
}
.sb-menu-mobile [data-value=panel] {
  display: none;
}

.sb-list-thumbs li {
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
  padding: 5px 15px;
}
.sb-list-thumbs li > div.sb-image {
  background-size: cover;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
  background-position: center center;
}
.sb-list-thumbs li > div {
  min-width: 0;
}
.sb-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;
}
.sb-list-thumbs li > div span:last-child {
  color: rgb(86, 96, 105);
  font-weight: 400;
}
.sb-list-thumbs li:hover {
  background-color: rgb(245, 247, 250);
}
.sb-list-thumbs li:hover span:first-child {
  color: #028be5;
}

/*

TABLE
==========================================================

*/
.sb-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.sb-grid > div, .sb-grid select, .sb-grid input {
  overflow: hidden !important;
  min-width: 0 !important;
}

.sb-table {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.sb-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);
}
.sb-table td {
  white-space: nowrap;
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid rgb(212, 212, 212);
  color: rgb(36, 39, 42);
  font-size: 14px;
  transition: all 0.4s;
}
.sb-table td a {
  position: relative;
  text-decoration: none;
  color: rgb(36, 39, 42);
}
.sb-table td .sb-profile span {
  font-size: 15px;
  padding-top: 2px;
}
.sb-table td.sb-td-ut {
  text-transform: uppercase;
  font-size: 13px;
}
.sb-table td.sb-td-language {
  text-transform: uppercase;
}
.sb-table input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  outline: 0;
  padding: 0;
  margin: 8px 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;
  -webkit-appearance: none;
}
.sb-table input[type=checkbox]:checked,
.sb-table input[type=checkbox]:hover {
  border-color: #028be5;
}
.sb-table input[type=checkbox]:checked:before {
  content: "w";
  font-family: "Support Board 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: #028be5;
}
.sb-table tr:hover td {
  cursor: pointer;
  background-color: rgb(245, 247, 250);
}
.sb-table .sb-no-results {
  position: absolute;
  white-space: nowrap;
  margin: 30px 15px;
}
.sb-table tr + p {
  display: none;
}

.sb-profile {
  position: relative;
  color: rgb(36, 39, 42);
  line-height: 30px;
  padding-left: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sb-profile img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 0;
}
.sb-profile > span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sb-profile-list > ul > li > span, .sb-panel-details .sb-title {
  font-weight: 500;
  padding-right: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #88969e;
  text-transform: uppercase;
  transition: all 0.4s;
}
.sb-profile-list > ul > li > span span, .sb-panel-details .sb-title span {
  color: rgb(36, 39, 42);
}

.sb-profile-list > ul > li:hover > span, .sb-panel-details .sb-split > div:hover > .sb-title {
  color: #2a3a43;
}

.sb-profile-list > ul > li, .sb-panel-details .sb-list-items > div, .sb-panel-details .sb-list-items > a {
  position: relative;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sb-list-items:not(:empty) + .sb-btn {
  margin-top: 15px;
}

.sb-profile-list {
  padding: 0;
}
.sb-profile-list > ul {
  margin-top: 15px;
}
.sb-profile-list > ul > li {
  padding-left: 30px;
}
.sb-profile-list > ul > li .sb-icon, .sb-profile-list > ul > li > img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}
.sb-profile-list > ul > li .sb-icon:before, .sb-profile-list > ul > li > img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}
.sb-profile-list > ul > li > img {
  width: 15px;
  height: 15px;
}
.sb-profile-list > ul > li > span {
  position: relative;
  top: 1px;
}
.sb-profile-list > ul > li > span:empty {
  display: none;
}
.sb-profile-list > ul > li label {
  font-weight: 400;
  margin: 0;
}
.sb-profile-list > ul > li:first-child span {
  text-transform: uppercase;
}
.sb-profile-list [data-id=wp-id]:hover,
.sb-profile-list [data-id=wp-id]:hover label,
.sb-profile-list [data-id=conversation-source]:hover,
.sb-profile-list [data-id=conversation-source]:hover label,
.sb-profile-list [data-id=location]:hover,
.sb-profile-list [data-id=location]:hover label,
.sb-profile-list [data-id=timezone]:hover,
.sb-profile-list [data-id=timezone]:hover label,
.sb-profile-list [data-id=current_url]:hover,
.sb-profile-list [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}
.sb-profile-list [data-id=browser_language] img, .sb-profile-list [data-id=language] img {
  border-radius: 50%;
}
.sb-profile-list [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}
.sb-profile-list [data-id=language] label {
  text-transform: uppercase;
}
.sb-profile-list [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}
.sb-profile-list [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.sb-panel-details {
  border-top: 1px solid rgb(212, 212, 212);
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.sb-panel-details h3 img {
  height: 11px;
  margin-right: 5px;
}
.sb-panel-details > div {
  position: relative;
}
.sb-panel-details > div > .sb-title {
  margin: 15px 15px 0 15px;
}
.sb-panel-details > div > .sb-title > i {
  position: absolute;
  right: 12px;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.sb-panel-details > div > .sb-title > i:hover {
  color: #028be5;
}
.sb-panel-details > div > .sb-title + .sb-list-items {
  margin: 5px 0 -3px 0;
}
.sb-panel-details > div .sb-list-items:last-child > p {
  margin-bottom: 5px;
}
.sb-panel-details .sb-split {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}
.sb-panel-details .sb-split > div {
  width: 50%;
}
.sb-panel-details .sb-split > div + div {
  border-left: 1px solid rgb(212, 212, 212);
  padding-left: 15px;
}
.sb-panel-details .sb-split > div span {
  display: block;
  margin-top: 5px;
}
.sb-panel-details .sb-list-names {
  margin: -5px 0;
}
.sb-panel-details .sb-list-names > div {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.sb-panel-details .sb-list-names > div > span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.sb-panel-details .sb-list-names > div > span:last-child {
  opacity: 0.6;
  font-weight: 400;
}
.sb-panel-details .sb-list-names > div.sb-expired > span:last-child {
  opacity: 1;
  color: rgb(202, 52, 52);
}
.sb-panel-details .sb-list-links > a {
  padding: 0 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}
.sb-panel-details .sb-list-links > a > span span {
  display: inline-block;
}
.sb-panel-details .sb-list-links > a > span:last-child {
  color: #7e8c98;
}
.sb-panel-details .sb-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;
}
.sb-panel-details .sb-list-links > a i.sb-icon-file {
  font-size: 16px;
  line-height: 23px;
}
.sb-panel-details .sb-list-links > a i.sb-icon-file:hover {
  color: #028be5;
}
.sb-panel-details .sb-list-links > a i:hover {
  opacity: 1;
  color: rgb(202, 52, 52);
}
.sb-panel-details .sb-list-links > a i.sb-loading {
  opacity: 1;
  right: 6px;
  top: 4px;
}
.sb-panel-details .sb-list-links > a i.sb-loading:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.sb-panel-details .sb-list-links > a:hover {
  color: #028be5;
}
.sb-panel-details .sb-list-links > p {
  padding: 0 0 0 15px;
  margin: 0;
  opacity: 0.5;
}
.sb-panel-details .sb-list-icon > a {
  padding-right: 40px;
}
.sb-panel-details .sb-accordion > div {
  position: relative;
  overflow: hidden;
}
.sb-panel-details .sb-accordion > div > span {
  padding: 0 15px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.sb-panel-details .sb-accordion > div > span > span:first-child {
  opacity: 0.6;
}
.sb-panel-details .sb-accordion > div > span > span + span {
  margin-left: 15px;
}
.sb-panel-details .sb-accordion > div > span > a {
  position: absolute;
  right: 15px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}
.sb-panel-details .sb-accordion > div > span > a:hover {
  color: #028be5;
}
.sb-panel-details .sb-accordion > div > span:hover {
  color: #028be5;
}
.sb-panel-details .sb-accordion > div > div {
  height: 0;
  overflow: hidden;
}
.sb-panel-details .sb-accordion > div > div > a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}
.sb-panel-details .sb-accordion > div > div > a span:first-child {
  opacity: 0.6;
}
.sb-panel-details .sb-accordion > div > div > a span:last-child {
  opacity: 1;
}
.sb-panel-details .sb-accordion > div > div > a:hover {
  color: #028be5;
}
.sb-panel-details .sb-accordion > div.sb-active > div {
  padding: 15px;
  height: auto;
}
.sb-panel-details .sb-accordion > div .sb-multiline {
  line-height: 20px;
  padding: 5px 0;
}
.sb-panel-details > i {
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}
.sb-panel-details > i:hover {
  opacity: 1;
  color: #028be5;
}
.sb-panel-details > i.sb-loading {
  position: static;
  height: 60px;
  display: block;
  opacity: 1;
}
.sb-panel-details > i + .sb-list-names {
  padding-top: 15px;
}
.sb-panel-details > .sb-title {
  padding: 15px 15px 0 15px;
  display: block;
}
.sb-panel-details > .sb-title .sb-btn-text {
  margin-left: 15px;
  float: right;
  text-transform: none;
}
.sb-panel-details > .sb-title .sb-btn-text i {
  margin-right: 5px;
}
.sb-panel-details .sb-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;
}
.sb-panel-details .sb-btn:hover {
  color: #fff;
  border-color: #028be5;
  background-color: #028be5;
}
.sb-panel-details .sb-btn.sb-loading {
  width: 15px;
  background-color: #fff !important;
  border: 1px solid rgb(212, 212, 212) !important;
}
.sb-panel-details .sb-btn.sb-loading:before {
  color: #028be5;
  cursor: default;
}
.sb-panel-details > .sb-btn:first-child {
  margin: 15px 15px 0 15px;
}
.sb-panel-details.sb-collapse > .sb-collapse-btn {
  margin-left: 15px;
}
.sb-panel-details:empty {
  display: none;
}

.sb-info-card {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 30px;
  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;
  display: none;
  z-index: 9999995;
}
.sb-info-card.sb-active {
  display: block;
  -webkit-animation: sb-fade-bottom-animation 0.5s;
          animation: sb-fade-bottom-animation 0.5s;
}
.sb-info-card h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #fff;
}
.sb-info-card p {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.sb-info-card p:empty {
  display: none;
}
.sb-info-card span {
  text-decoration: underline;
}
.sb-info-card span:hover {
  text-decoration: none;
}
.sb-info-card.sb-info-card-error {
  background: rgb(202, 52, 52);
  text-align: left;
}
.sb-info-card.sb-info-card-info {
  background: rgb(86, 96, 105);
  display: none;
}

.sb-panel-notes > div > div {
  margin: 0 15px;
  background: #ffeab0;
  padding: 15px;
  border-radius: 4px;
}
.sb-panel-notes > div > div > span:first-child {
  display: block;
  font-weight: 500;
  position: relative;
}
.sb-panel-notes > div > div > span:first-child i {
  position: absolute;
  right: 0;
  font-size: 10px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.sb-panel-notes > div > div > span:first-child i:hover {
  color: rgb(202, 52, 52);
}
.sb-panel-notes > div > div > span:last-child {
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px;
  display: block;
  opacity: 0.9;
}
.sb-panel-notes > div > div:hover > span i {
  opacity: 1;
}
.sb-panel-notes > div > div + div {
  margin-top: 10px;
}
.sb-panel-notes > div:empty {
  margin-bottom: -15px;
}

.sb-popup {
  bottom: 70px;
}
.sb-popup .sb-scroll-area {
  height: calc(100% - 65px);
}
.sb-popup .sb-scroll-area > p, .sb-popup .sb-scroll-area ul > p {
  padding: 0 30px 15px 15px;
}
.sb-popup .sb-scroll-area ul.sb-loading {
  height: 100%;
  text-indent: unset;
}
.sb-popup .sb-scroll-area ul.sb-loading:not(:empty) {
  height: auto;
}
.sb-popup .sb-scroll-area ul.sb-loading:not(:empty):before {
  top: auto;
  bottom: 0;
}
.sb-popup .sb-popup-close {
  position: fixed;
  right: -25px;
  top: -25px;
  cursor: pointer;
  display: none;
  transition: all 0.4s;
}
.sb-popup .sb-popup-close:hover {
  color: rgb(202, 52, 52);
}
.sb-popup.sb-popup-lightbox {
  left: 50% !important;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.sb-popup.sb-popup-lightbox .sb-popup-close {
  display: block;
}
.sb-popup.sb-popup-lightbox:after {
  display: none;
}

.sb-popup.sb-replies .sb-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;
}
.sb-popup.sb-replies .sb-replies-list ul li div {
  transition: all 0.4s;
}
.sb-popup.sb-replies .sb-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);
}
.sb-popup.sb-replies .sb-replies-list ul li div:first-child:before {
  content: "#";
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 37px;
  opacity: 0.5;
}
.sb-popup.sb-replies .sb-replies-list ul li div:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.sb-popup.sb-replies .sb-replies-list ul li:hover {
  cursor: pointer;
}
.sb-popup.sb-replies .sb-replies-list ul li:hover > div {
  color: #028be5;
  opacity: 1;
}

.sb-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999995;
  font-family: "Support Board Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  display: none;
}
.sb-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;
}
.sb-tooltip.n:before {
  top: auto;
  bottom: -11px;
  transform: translateX(-50%);
}
.sb-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);
}

.sb-collapse > div, .sb-collapse > ul {
  overflow: hidden;
  position: relative;
}
.sb-collapse > .sb-collapse-btn {
  margin: 15px 0 -5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding-right: 20px;
}
.sb-collapse > .sb-collapse-btn:after {
  content: "a";
  font-family: "Support Board Icons";
  position: absolute;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}
.sb-collapse > .sb-collapse-btn.sb-active:after {
  transform: rotate(180deg);
}
.sb-collapse .sb-btn + .sb-collapse-btn {
  transform: translateY(10px);
}

.sb-filter-btn i {
  z-index: 0;
}
.sb-filter-btn > div {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 4;
  padding: 15px;
  height: 38px;
}
.sb-filter-btn.sb-active {
  position: static;
}
.sb-filter-btn.sb-active i {
  z-index: 5;
  top: 25px;
  right: 15px;
}
.sb-filter-btn.sb-active > div {
  display: flex;
}

/*

# ADMIN HEADER
==========================================================

*/
.sb-admin > .sb-header {
  position: fixed;
  background: rgb(245, 247, 250);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06), inset 0 4px 25px 2px rgba(0, 0, 0, 0.09);
  width: 65px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.sb-admin > .sb-header > .sb-admin-nav > img {
  height: 35px;
  margin: 18px 15px;
}
.sb-admin > .sb-header > .sb-admin-nav > div {
  padding: 5px 0;
}
.sb-admin > .sb-header > .sb-admin-nav > div > a {
  height: 50px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  color: rgb(36, 39, 42);
}
.sb-admin > .sb-header > .sb-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: "Support Board Icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.sb-admin > .sb-header > .sb-admin-nav > div > a:hover, .sb-admin > .sb-header > .sb-admin-nav > div > a.sb-active {
  color: #028be5;
}
.sb-admin > .sb-header > .sb-admin-nav > div > a:hover span {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}
.sb-admin > .sb-header > .sb-admin-nav > div > a > span,
.sb-admin > .sb-header > .sb-admin-nav-right .sb-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;
}
.sb-admin > .sb-header > .sb-admin-nav > div > a > span:before,
.sb-admin > .sb-header > .sb-admin-nav-right .sb-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);
}
.sb-admin > .sb-header > .sb-admin-nav > div > a > span:after,
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account > div:after {
  content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: 0px;
  background-color: #fff;
}
.sb-admin > .sb-header > .sb-admin-nav-right {
  align-items: center;
  padding: 15px 0;
  width: 65px;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
}
.sb-admin > .sb-header > .sb-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);
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a:hover {
  color: #028be5;
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a.sb-profile {
  padding-left: 35px;
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a.sb-profile img {
  width: 25px;
  height: 25px;
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a > i {
  font-size: 16px;
  opacity: 0.8;
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a > i:hover {
  opacity: 1;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account > div {
  position: absolute;
  bottom: 30px;
  text-align: left;
  min-width: 200px;
  padding: 0;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account > div:before {
  top: auto;
  bottom: 45px;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-profile {
  padding: 20px 20px 20px 65px;
  border-bottom: 1px solid rgb(215, 215, 215);
  background: #fff;
  text-decoration: none;
  z-index: 9;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-profile img {
  left: 20px;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-profile span {
  white-space: nowrap;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account:hover > div {
  transition-delay: 0.5s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu {
  position: relative;
  box-shadow: none;
  padding: 20px;
  margin: 0;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu li {
  padding: 6px 0;
  position: relative;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu li.sb-active {
  color: rgb(36, 39, 42);
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu li:hover, .sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu li.sb-active:hover {
  background: none;
  color: #028be5;
}
.sb-admin > .sb-header > .sb-admin-nav-right > div > a + a,
.sb-admin > .sb-header > .sb-admin-nav-right > div > div + a {
  margin-top: 10px;
}
.sb-admin #sb-conversations:before {
  content: "d";
}
.sb-admin #sb-users:before {
  content: "n";
}
.sb-admin #sb-clients:before {
  content: "j";
}
.sb-admin #sb-agents:before {
  content: "c";
}
.sb-admin #sb-settings:before {
  content: "m";
}
.sb-admin #sb-automations:before {
  content: "\e915";
}
.sb-admin #sb-reports:before {
  content: "Y";
}

/*

BODY
==========================================================

*/
.sb-admin {
  height: 100%;
  width: calc(100% - 65px);
  padding-left: 65px;
  position: fixed;
  font-size: 14px;
  line-height: 17px;
  background: rgb(245, 247, 250);
  top: 0;
  z-index: 9;
}
.sb-admin.sb-pwa {
  border-top: 1px solid rgb(212, 212, 212);
}
.sb-admin.sb-admin-start {
  width: auto;
  padding: 30px;
  position: static;
}
.sb-admin > main {
  padding: 0;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
.sb-admin > main > div:not(.sb-active) {
  display: none;
}
.sb-admin > main > div {
  height: 100%;
}
.sb-admin > main > div.sb-active {
  -webkit-animation: sb-fade-animation 0.4s;
          animation: sb-fade-animation 0.4s;
}
.sb-admin > main > div > .sb-top-bar {
  margin: 0;
  padding: 15px 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sb-admin > main > div > .sb-top-bar h2 {
  margin: 0;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
.sb-admin > main > div > .sb-top-bar > div {
  display: flex;
  align-items: center;
}
.sb-admin > main > div > .sb-top-bar > div h2 {
  margin-right: 60px;
}
.sb-admin > main > div > .sb-top-bar > div h3 + .sb-setting {
  margin-left: 15px;
}
.sb-admin > main > div > .sb-top-bar > div:first-child {
  overflow: hidden;
  padding-right: 30px;
}
.sb-admin > main > div > .sb-top-bar > div:first-child > ul li {
  flex-shrink: 0;
}
.sb-admin > main > div > .sb-top-bar > div:last-child .sb-search-btn {
  margin-right: 30px;
}
.sb-admin > main > div > .sb-top-bar > div:last-child .sb-btn + .sb-btn {
  margin-left: 15px;
}
.sb-admin > main > div > .sb-tab > .sb-nav > ul {
  padding-left: 20px;
}
.sb-admin > main > div > .sb-tab > .sb-content {
  padding-right: 15px;
}

/*

# CONVERSATION AREA
==========================================================

*/
.sb-board {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.sb-board > div > .sb-top {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding: 15px 20px;
  height: 70px;
  min-height: 70px;
  box-sizing: border-box;
}
.sb-board > div > .sb-top .sb-flex {
  justify-content: flex-end;
}
.sb-board > .sb-admin-list {
  max-width: 400px;
  min-width: 400px;
  border-right: 1px solid rgb(212, 212, 212);
  position: relative;
}
.sb-board > .sb-admin-list .sb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sb-board > .sb-admin-list .sb-scroll-bar {
  opacity: 0.2 !important;
}
.sb-board > .sb-admin-list > .sb-loading {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
}
.sb-board > .sb-admin-list .sb-scroll-area {
  height: calc(100% - 70px);
}
.sb-board > .sb-admin-list .sb-scroll-area li {
  position: relative;
  border-left: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(212, 212, 212);
  background: rgba(245, 245, 245, 0.75);
  padding: 18px 20px 15px 20px;
  max-height: 85px;
  overflow: hidden;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s;
}
.sb-board > .sb-admin-list .sb-scroll-area li:hover, .sb-board > .sb-admin-list .sb-scroll-area li.sb-active {
  background-color: rgb(245, 247, 250);
}
.sb-board > .sb-admin-list .sb-scroll-area li.sb-active {
  border-left-color: #028be5;
  opacity: 1;
}
.sb-board > .sb-admin-list .sb-scroll-area li.sb-active .sb-name {
  color: rgb(0, 43, 73);
}
.sb-board > .sb-admin-list .sb-scroll-area li .sb-profile .sb-name {
  height: 30px;
  padding-right: 15px;
  margin-right: 70px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-board > .sb-admin-list .sb-scroll-area li .sb-profile .sb-time {
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}
.sb-board > .sb-admin-list .sb-scroll-area li p {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  height: 40px;
  overflow: hidden;
  letter-spacing: 0.3px;
  margin: 15px 0 0 0;
}
.sb-board > .sb-admin-list .sb-scroll-area li b {
  font-weight: 400;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"] {
  opacity: 1;
}
/* .sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"]{
  background-color: #fff;
} */
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"]:not(.sb-active) {
  background-color: #cce5ff;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"] {
  background-color: #fff;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="1"]{
  background-color: #fff;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"] .sb-name {
  font-size: 16px;
  font-weight: 600;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"] .sb-time {
  font-weight: 500;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="-1"] .sb-name {
  font-weight: 600;
}
.sb-board > .sb-admin-list .sb-scroll-area > ul > p {
  margin: 30px 20px;
}
.sb-board > .sb-admin-list .sb-scroll-area > ul > li + p {
  display: none;
}
.sb-board > .sb-admin-list .sb-scroll-area.sb-loading {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 0;
  text-indent: initial;
  overflow: hidden;
  overflow-y: scroll;
}
.sb-board > .sb-admin-list .sb-scroll-area.sb-loading > ul {
  opacity: 0;
}
.sb-board .sb-conversation {
  width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sb-board .sb-conversation > .sb-top {
  width: auto;
  display: flex;
  align-items: center;
  flex-grow: 0;
  justify-content: flex-start;
}
.sb-board .sb-conversation > .sb-top .sb-menu-mobile {
  position: absolute;
  right: 15px;
}
.sb-board .sb-conversation > .sb-top > .sb-btn-back {
  display: none;
}
.sb-board .sb-conversation > .sb-top > a {
  font-weight: 600;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  color: rgb(36, 39, 42);
  font-size: 20px;
  transition: all 0.4s;
  position: relative;
  white-space: nowrap;
}
.sb-board .sb-conversation > .sb-top > a:hover {
  color: #028be5;
}
.sb-board .sb-conversation > .sb-top i {
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}
.sb-board .sb-conversation > .sb-top a:hover i {
  color: #028be5;
}
.sb-board .sb-conversation .sb-list {
  height: 100%;
  padding: 10px 0 5px 0;
  overflow-y: scroll;
}
.sb-board .sb-conversation .sb-list > div {
  max-width: calc(100% - 275px);
}
.sb-board .sb-conversation .sb-list > div .sb-menu {
  width: 170px;
  right: -183px;
  top: 0;
  display: none;
  margin-bottom: 15px;
  z-index: 9;
}
.sb-board .sb-conversation .sb-list > div .sb-menu li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-board .sb-conversation .sb-list > div .sb-menu.sb-active {
  display: block;
}
.sb-board .sb-conversation .sb-list > div .sb-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;
}
.sb-board .sb-conversation .sb-list > div .sb-menu-btn:hover {
  color: #028be5;
}
.sb-board .sb-conversation .sb-list > div:hover .sb-menu-btn {
  opacity: 1;
}
.sb-board .sb-conversation .sb-list > div.sb-right .sb-menu-btn {
  right: auto;
  left: -24px;
  text-align: left;
}
.sb-board .sb-conversation .sb-list > div.sb-right .sb-menu {
  right: auto;
  left: -181px;
}
.sb-board .sb-conversation .sb-list > div.sb-right .sb-menu:empty {
  display: none;
}
.sb-board .sb-conversation .sb-list > div img {
  max-width: 600px;
}
.sb-board .sb-conversation .sb-list > div .sb-message img {
  max-width: 100%;
}
.sb-board .sb-conversation .sb-list > div .sb-image {
  max-width: 500px;
}
.sb-board .sb-conversation .sb-list > div:last-child {
  -webkit-animation: none;
          animation: none;
}
.sb-board .sb-conversation .sb-list .sb-rich-message {
  position: relative;
  z-index: 1;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  right: -15px;
  top: -15px;
  z-index: 995;
  transition: all 0.4s;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:hover > div {
  opacity: 0.5;
  transition: all 0.4s;
}
.sb-board .sb-conversation .sb-list .sb-rich-message .sb-card-img + div + .sb-card-extra {
  left: 0;
}
.sb-board .sb-conversation .sb-list .sb-rich-message .sb-slider .sb-card-img + div + .sb-card-extra {
  left: 15px;
  top: 15px;
}
.sb-board .sb-conversation .sb-list .sb-rich-message .sb-input-btn > div, .sb-board .sb-conversation .sb-list .sb-rich-message .sb-btn, .sb-board .sb-conversation .sb-list .sb-rich-message .sb-select p {
  transition: none;
}
.sb-board .sb-conversation .sb-editor {
  flex-shrink: 0;
  margin: 1px 15px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow linear 40ms, border-color linear 0.2s;
  background-color: #fff;
}
.sb-board .sb-conversation .sb-editor .sb-textarea {
  border: none;
  padding: 0 !important;
}
.sb-board .sb-conversation .sb-editor .sb-bar {
  margin-top: 10px;
  position: relative;
}
.sb-board .sb-conversation .sb-editor .sb-bar .sb-btn-attachment {
  display: block !important;
}
.sb-board .sb-conversation .sb-editor .sb-bar .sb-btn {
  background-color: #028be5;
  color: #fff;
  border-color: #028be5;
  font-size: 12px;
  line-height: 27px;
  height: 25px;
  transition: all 0.4s;
}
.sb-board .sb-conversation .sb-editor .sb-bar .sb-btn:hover {
  background-color: rgb(0, 76, 125);
  border-color: rgb(0, 76, 125);
}
.sb-board .sb-conversation .sb-editor .sb-attachments:not(:empty) {
  padding-top: 15px;
}
.sb-board .sb-conversation .sb-editor .sb-suggestions {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}
.sb-board .sb-conversation .sb-editor .sb-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: all 0.4s;
}
.sb-board .sb-conversation .sb-editor .sb-suggestions span:hover {
  color: #fff;
  background-color: #028be5;
}
.sb-board .sb-conversation[data-conversation-status="4"] [data-value=delete],
.sb-board .sb-conversation [data-value=inbox],
.sb-board .sb-conversation [data-value=empty-trash], .sb-board .sb-conversation[data-conversation-status="3"] [data-value=archive],
.sb-board .sb-conversation [data-value=read] {
  display: none;
}
.sb-board .sb-conversation[data-conversation-status="3"] [data-value=inbox], .sb-board .sb-conversation[data-conversation-status="4"] [data-value=inbox], .sb-board .sb-conversation[data-conversation-status="4"] [data-value=empty-trash],
.sb-board .sb-conversation [data-value=read].sb-active {
  display: block;
}
.sb-board .sb-conversation [data-value=archive] {
  color: #028be5;
  margin-right: 5px;
}
.sb-board .sb-conversation [data-value=archive] i {
  color: rgb(26, 146, 96) !important;
  font-size: 20px;
}
.sb-board .sb-conversation [data-value=archive]:hover {
  border-color: rgb(26, 146, 96);
  background-color: #d8ece3;
}
.sb-board .sb-conversation [data-value=delete]:hover i {
  color: rgb(202, 52, 52) !important;
}
.sb-board .sb-user-details {
  min-width: 400px;
  width: 400px;
  border-left: 1px solid rgb(212, 212, 212);
  background-color: rgb(245, 247, 250);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sb-board .sb-user-details .sb-top {
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
}
.sb-board .sb-user-details h3 {
  margin: 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.sb-board .sb-user-details > div > h3 {
  margin: 0;
  padding: 15px;
  border-top: 1px solid rgb(212, 212, 212);
}
.sb-board .sb-user-details .sb-profile {
  margin: 20px 15px 0 15px;
  cursor: pointer;
}
.sb-board .sb-user-details .sb-profile-list {
  padding: 15px;
}
.sb-board .sb-user-details .sb-profile-list ul {
  margin-top: 0;
}
.sb-board .sb-user-details .sb-profile-list [data-id=gbm-id], .sb-board .sb-user-details .sb-profile-list [data-id=token], .sb-board .sb-user-details .sb-profile-list [data-id=woocommerce_session_key], .sb-board .sb-user-details .sb-profile-list [data-id=perfex-id], .sb-board .sb-user-details .sb-profile-list [data-id=whmcs-id], .sb-board .sb-user-details .sb-profile-list [data-id=aecommerce-id], .sb-board .sb-user-details .sb-profile-list [data-id=facebook-id], .sb-board .sb-user-details .sb-profile-list [data-id=wechat-id], .sb-board .sb-user-details .sb-profile-list [data-id=martfury-session] {
  display: none;
}
.sb-board .sb-user-details .sb-select {
  padding: 0 15px 15px 15px;
}
.sb-board .sb-user-details .sb-scroll-bar {
  opacity: 0.2 !important;
}
.sb-board .sb-user-details .sb-scroll-area {
  height: calc(100% - 70px);
}
.sb-board .sb-user-details .sb-user-conversations {
  margin: 0 0 15px 15px;
}
.sb-board .sb-user-details .sb-user-conversations li:hover, .sb-board .sb-user-details .sb-user-conversations li.sb-active {
  background-color: rgb(238, 241, 246);
}
.sb-board .sb-user-details .sb-user-conversations li:not(.sb-active) {
  border-left: 1px solid rgb(212, 212, 212);
  padding-left: 16px;
}
.sb-board .sb-user-details .sb-user-conversations > li > div {
  padding-left: 45px;
}
.sb-board .sb-user-details .sb-user-conversations img {
  top: 6px;
  width: 30px;
  height: 30px;
}
.sb-board .sb-user-details .sb-user-conversations span {
  line-height: 21px;
}
.sb-board .sb-user-details .sb-user-conversations .sb-message {
  height: 20px;
  line-height: 20px;
}
.sb-board .sb-user-details .sb-inline {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px;
  border-top: 1px solid rgb(212, 212, 212);
}
.sb-board .sb-user-details .sb-inline h3 {
  margin-right: 15px;
  line-height: 55px;
}
.sb-board .sb-user-details .sb-inline > * {
  margin: 0;
  padding: 0;
}
.sb-board .sb-user-details .sb-inline > .sb-select {
  width: 100%;
  height: 55px;
}
.sb-board .sb-user-details .sb-inline > .sb-select > p {
  font-weight: 500;
  font-size: 13px !important;
  line-height: 55px !important;
  border-radius: 0;
}
.sb-board .sb-user-details .sb-inline > .sb-select > p:after {
  line-height: 55px;
  right: 15px;
}
.sb-board .sb-user-details .sb-inline > .sb-select > ul {
  width: 100%;
  border-radius: 0;
}
.sb-board .sb-user-details .sb-inline > .sb-select > ul li {
  line-height: 30px;
}
.sb-board .sb-user-details .sb-inline.sb-inline-departments, .sb-board .sb-user-details .sb-inline.sb-inline-agents {
  padding: 0 0 0 15px;
}
.sb-board .sb-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: 9;
}
.sb-board .sb-no-conversation-message > div {
  max-width: 650px;
}
.sb-board .sb-no-conversation-message label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.sb-board .sb-no-conversation-message p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}
.sb-board .sb-labels {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.sb-board .sb-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;
}
.sb-board .sb-labels .sb-status-online {
  background: rgba(19, 202, 126, 0.21);
  color: rgb(0, 147, 65);
}
.sb-board .sb-labels .sb-status-warning {
  background: rgb(242, 227, 124);
  color: rgb(98, 87, 5);
}
.sb-board .sb-labels .sb-status-typing {
  background-color: rgb(231, 242, 252);
  color: #028be5;
  padding-right: 32px;
}
.sb-board .sb-labels .sb-status-typing:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% - 27px);
  bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-animation: sb-typing 1s infinite;
          animation: sb-typing 1s infinite;
  text-indent: 0;
}
.sb-board .sb-editor .sb-labels {
  position: absolute;
  left: -15px;
  top: -45px;
  z-index: 95;
}
.sb-board .sb-editor .sb-labels > span {
  -webkit-animation: sb-fade-bottom-animation 0.5s;
          animation: sb-fade-bottom-animation 0.5s;
}
.sb-board .sb-list > div:not(.sb-right) .sb-thumb .sb-tooltip {
  top: 40px;
  left: -10px;
}
.sb-board .sb-list > div:not(.sb-right) .sb-thumb .sb-tooltip:before {
  top: -11px;
  left: 21px;
}
.sb-board .sb-list > div:not(.sb-right) .sb-thumb:hover .sb-tooltip {
  display: block;
  opacity: 0;
  -webkit-animation: sb-fade-bottom-animation 0.5s;
          animation: sb-fade-bottom-animation 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sb-board .sb-list > div:not(.sb-right) .sb-time {
  left: calc(100% + 35px);
}
.sb-board .sb-list > div.sb-right .sb-time {
  right: calc(100% + 35px);
}
.sb-board.sb-no-conversation .sb-no-conversation-message {
  display: flex;
}

.sb-area-conversations > .sb-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;
}
.sb-area-conversations > .sb-btn-collapse.sb-left:not(.sb-active) {
  transform: rotate(180deg);
  left: 67px;
}
.sb-area-conversations > .sb-btn-collapse.sb-right:not(.sb-active) {
  transform: rotate(180deg);
  right: 2px;
}
.sb-area-conversations > .sb-btn-collapse.sb-right {
  left: auto;
  right: 10px;
}

/*

# USERS AREA
==========================================================

*/
.sb-area-users {
  height: 100%;
}
.sb-area-users .sb-scroll-area {
  overflow: hidden;
  overflow-y: scroll;
  margin: 15px 0 0 15px;
  padding-right: 15px;
  height: calc(100% - 85px);
}
.sb-area-users .sb-scroll-area:hover + .sb-scroll-bar {
  opacity: 0.1 !important;
}
.sb-area-users > .sb-loading-table {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  display: none;
}
.sb-area-users > .sb-loading-table.sb-active {
  display: block;
}
.sb-area-users > .sb-loading-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.sb-table-users .sb-profile {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.sb-table-users th:first-child {
  max-width: 15px;
  width: 15px;
  border-bottom-color: rgb(212, 212, 212) !important;
}
.sb-table-users th {
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
.sb-table-users th.sb-active, .sb-table-users th:hover {
  border-bottom: 1px solid rgb(131, 131, 131);
  color: rgb(0, 0, 0);
}
.sb-table-users th.sb-active:after {
  content: "a";
  font-family: "Support Board Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  right: 15px;
}
.sb-table-users th.sb-order-asc:after {
  transform: rotate(180deg);
}

.sb-table-clients {
  table-layout: auto !important;
}

.sb-profile-box .sb-profile-list {
  padding-right: 30px;
}
.sb-profile-box .sb-user-conversations > p {
  padding: 10px 15px 8px 15px;
}

.sb-direct-message-subject:not(.sb-active) {
  display: none;
}

/*

# SETTINGS AREA
==========================================================

*/
.sb-area-settings .sb-input {
  align-items: flex-start;
  margin-bottom: 30px;
}
.sb-area-settings > .sb-tab {
  max-height: calc(100% - 65px);
}
.sb-area-settings > .sb-tab > .sb-content {
  padding-left: 30px;
}
.sb-area-settings > .sb-tab > .sb-content > div {
  max-width: 1000px;
  padding-bottom: 50px;
}

@media (max-height: 1000px) and (min-width: 429px) {
  .sb-area-settings > .sb-tab > .sb-nav, .sb-area-reports > .sb-tab > .sb-nav {
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .sb-area-settings > .sb-tab > .sb-nav > ul, .sb-area-reports > .sb-tab > .sb-nav > ul {
    min-width: 100px;
  }
}
.sb-type-multi-input > .input > div:not(.multi-input-textarea), .sb-setting .sb-language-switcher-cnt, .sb-select-checkbox > div {
  display: flex;
  align-items: center;
}
.sb-type-multi-input > .input > div:not(.multi-input-textarea) > label, .sb-setting .sb-language-switcher-cnt > label, .sb-select-checkbox > div > label {
  margin: 0 15px 0 0;
}

@media (max-width: 1490px) {
  .sb-type-multi-input > .input > div:not(.multi-input-textarea), .sb-setting .sb-language-switcher-cnt, .sb-select-checkbox > div {
    display: block;
  }
}
.sb-type-select-checkbox > .input, .multi-input-select-checkbox {
  position: relative;
}

.sb-select-checkbox-input {
  opacity: 1;
  cursor: pointer;
}
.sb-select-checkbox-input.sb-active + div {
  display: block;
}

.sb-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;
}
.sb-select-checkbox > div {
  margin: 5px 0;
}
.sb-select-checkbox label {
  margin: 0 0 0 15px !important;
}

.sb-setting .sb-language-switcher-cnt {
  margin-top: 10px;
}

.sb-setting,
.sb-input-setting {
  display: flex;
  justify-content: flex-start;
}
.sb-setting > .sb-setting-content,
.sb-input-setting > .sb-setting-content {
  max-width: 420px;
  width: 420px;
  padding-right: 60px;
  flex-shrink: 0;
}
.sb-setting > .input,
.sb-input-setting > .input {
  width: 100%;
}
.sb-setting h2,
.sb-input-setting h2 {
  display: inline-block;
  min-width: 150px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  color: rgb(86, 96, 105);
}
.sb-setting p,
.sb-input-setting p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(120, 134, 146);
}
.sb-setting p .sb-icon-help,
.sb-input-setting p .sb-icon-help {
  transform: translateY(1px);
  margin: 0 0 0 5px;
  font-size: 11px;
  color: #b1c2d1;
  text-decoration: none;
  display: inline-block;
}
.sb-setting p .sb-icon-help:hover,
.sb-input-setting p .sb-icon-help:hover {
  color: #028be5;
}
.sb-setting input,
.sb-setting select,
.sb-setting textarea,
.sb-input-setting input,
.sb-input-setting select,
.sb-input-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;
}
.sb-setting input:focus,
.sb-setting select:focus,
.sb-setting textarea:focus,
.sb-input-setting input:focus,
.sb-input-setting select:focus,
.sb-input-setting textarea:focus {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  color: rgb(36, 39, 42);
  outline: none;
}
.sb-setting textarea,
.sb-input-setting textarea {
  box-sizing: content-box;
  width: calc(100% - 20px);
  min-width: 280px;
  line-height: 22px;
  padding: 6px 10px;
  min-height: 86px;
}
.sb-setting input[type=checkbox],
.sb-input-setting input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 35px;
  min-height: 35px;
  outline: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  min-width: 35px !important;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.sb-setting input[type=checkbox]:checked:before,
.sb-input-setting input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Support Board Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 35px;
  font-size: 15px;
  color: #028be5;
  margin: 0;
  width: 100%;
  height: 100%;
}
.sb-setting label,
.sb-input-setting label {
  color: rgb(86, 96, 105);
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin: 0 30px 15px 0;
  display: block;
  min-width: 200px;
  letter-spacing: 0.3px;
}
.sb-setting input[type=number],
.sb-input-setting input[type=number] {
  padding-right: 0;
}
.sb-setting .input > .sb-loading:not(.sb-btn),
.sb-input-setting .input > .sb-loading:not(.sb-btn) {
  width: 30px;
  height: 30px;
}
.sb-setting .multi-input-upload-image[data-type=upload-image] .image,
.sb-input-setting .multi-input-upload-image[data-type=upload-image] .image {
  min-width: 50px;
  width: 100%;
}
.sb-setting.sb-type-multi-input .input > div,
.sb-input-setting.sb-type-multi-input .input > div {
  margin-bottom: 15px;
}
.sb-setting.sb-type-input-button .input,
.sb-input-setting.sb-type-input-button .input {
  display: flex;
  width: 100%;
}
.sb-setting.sb-type-input-button .input input,
.sb-input-setting.sb-type-input-button .input input {
  min-width: 0;
  flex-shrink: 10;
}
.sb-setting.sb-type-input-button .input a,
.sb-input-setting.sb-type-input-button .input a {
  margin-left: 15px;
  min-width: 0;
}
.sb-setting.sb-type-upload-image .image,
.sb-setting [data-type=upload-image] .image,
.sb-input-setting.sb-type-upload-image .image,
.sb-input-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;
}
.sb-setting.sb-type-upload-image .image:before,
.sb-setting [data-type=upload-image] .image:before,
.sb-input-setting.sb-type-upload-image .image:before,
.sb-input-setting [data-type=upload-image] .image:before {
  content: "p";
  font-family: "Support Board 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);
}
.sb-setting.sb-type-upload-image .image:hover,
.sb-setting [data-type=upload-image] .image:hover,
.sb-input-setting.sb-type-upload-image .image:hover,
.sb-input-setting [data-type=upload-image] .image:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.sb-setting.sb-type-upload-image .image:hover:before,
.sb-setting [data-type=upload-image] .image:hover:before,
.sb-input-setting.sb-type-upload-image .image:hover:before,
.sb-input-setting [data-type=upload-image] .image:hover:before {
  color: #028be5;
}
.sb-setting.sb-type-upload-image .image > i,
.sb-setting [data-type=upload-image] .image > i,
.sb-input-setting.sb-type-upload-image .image > i,
.sb-input-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;
}
.sb-setting.sb-type-upload-image .image[data-value]:before,
.sb-setting [data-type=upload-image] .image[data-value]:before,
.sb-input-setting.sb-type-upload-image .image[data-value]:before,
.sb-input-setting [data-type=upload-image] .image[data-value]:before {
  display: none;
}
.sb-setting.sb-type-upload-image .image[data-value] > i,
.sb-setting [data-type=upload-image] .image[data-value] > i,
.sb-input-setting.sb-type-upload-image .image[data-value] > i,
.sb-input-setting [data-type=upload-image] .image[data-value] > i {
  display: block;
}
.sb-setting.sb-type-upload-image .image[data-value] > i:hover,
.sb-setting [data-type=upload-image] .image[data-value] > i:hover,
.sb-input-setting.sb-type-upload-image .image[data-value] > i:hover,
.sb-input-setting [data-type=upload-image] .image[data-value] > i:hover {
  background-color: rgb(202, 52, 52);
}
.sb-setting.sb-type-upload-image .image[data-value=""] > i,
.sb-setting [data-type=upload-image] .image[data-value=""] > i,
.sb-input-setting.sb-type-upload-image .image[data-value=""] > i,
.sb-input-setting [data-type=upload-image] .image[data-value=""] > i {
  display: none;
}
.sb-setting.sb-type-upload-image .image[data-value=""]:before,
.sb-setting [data-type=upload-image] .image[data-value=""]:before,
.sb-input-setting.sb-type-upload-image .image[data-value=""]:before,
.sb-input-setting [data-type=upload-image] .image[data-value=""]:before {
  display: block;
}
.sb-setting .multi-input-upload-image .image,
.sb-input-setting .multi-input-upload-image .image {
  height: 100px;
  background-size: auto 64px;
}
.sb-setting.sb-type-color .input,
.sb-input-setting.sb-type-color .input {
  position: relative;
}
.sb-setting.sb-type-color .input i,
.sb-input-setting.sb-type-color .input i {
  position: absolute;
  right: 12px;
  font-size: 10px;
  top: 11px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.sb-setting.sb-type-color .input i:hover,
.sb-input-setting.sb-type-color .input i:hover {
  opacity: 1;
}
.sb-setting.sb-type-color .input:after,
.sb-input-setting.sb-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;
}
.sb-setting.sb-type-double-select .input > div,
.sb-input-setting.sb-type-double-select .input > div {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.sb-setting.sb-type-double-select .input label,
.sb-input-setting.sb-type-double-select .input label {
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: rgb(36, 39, 42);
}
.sb-setting.sb-type-double-select .input select,
.sb-input-setting.sb-type-double-select .input select {
  min-width: 100px;
}
.sb-setting.sb-type-repeater > .input,
.sb-input-setting.sb-type-repeater > .input {
  width: 100%;
}
.sb-setting .sb-repeater,
.sb-input-setting .sb-repeater {
  margin-bottom: 15px;
}
.sb-setting .repeater-item,
.sb-input-setting .repeater-item {
  position: relative;
}
.sb-setting .repeater-item + .repeater-item,
.sb-input-setting .repeater-item + .repeater-item {
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 20px;
  margin-top: 20px;
}
.sb-setting .repeater-item > div,
.sb-input-setting .repeater-item > div {
  display: flex;
}
.sb-setting .repeater-item > div + div,
.sb-input-setting .repeater-item > div + div {
  margin-top: 10px;
}
.sb-setting .repeater-item > div:empty,
.sb-input-setting .repeater-item > div:empty {
  display: none;
}
.sb-setting .repeater-item > div [readonly],
.sb-input-setting .repeater-item > div [readonly] {
  min-width: 0 !important;
  border: none;
  padding: 0;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  width: 20px;
}
.sb-setting .repeater-item > div [readonly]:hover,
.sb-input-setting .repeater-item > div [readonly]:hover {
  opacity: 1;
}
.sb-setting .repeater-item input,
.sb-input-setting .repeater-item input {
  min-width: 290px;
}
.sb-setting .repeater-item > i,
.sb-input-setting .repeater-item > i {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 1px;
  width: 14px;
  font-size: 9px;
  height: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.sb-setting .repeater-item > i:hover,
.sb-input-setting .repeater-item > i:hover {
  color: rgb(202, 52, 52);
}
.sb-setting .repeater-item:first-child > i,
.sb-input-setting .repeater-item:first-child > i {
  margin-top: -8px;
}
.sb-setting + .sb-setting,
.sb-input-setting + .sb-setting {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 230, 230);
}
.sb-setting input + input,
.sb-input-setting input + input {
  margin-top: 8px;
}
.sb-setting.sb-type-select-images .input,
.sb-input-setting.sb-type-select-images .input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 27px;
}
.sb-setting.sb-type-select-images .input > div,
.sb-input-setting.sb-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;
}
.sb-setting.sb-type-select-images .input > div.sb-icon-close,
.sb-input-setting.sb-type-select-images .input > div.sb-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;
}
.sb-setting.sb-type-select-images .input > div:hover, .sb-setting.sb-type-select-images .input > div.sb-active:not(.sb-icon-close),
.sb-input-setting.sb-type-select-images .input > div:hover,
.sb-input-setting.sb-type-select-images .input > div.sb-active:not(.sb-icon-close) {
  color: #028be5;
  border-color: #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  opacity: 1;
}

.sb-area-settings .sb-tab .sb-btn, .sb-btn-white {
  background-color: #fff;
  color: rgb(86, 96, 105);
  border: 1px solid rgb(204, 210, 213);
  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;
}
.sb-area-settings .sb-tab .sb-btn.sb-icon, .sb-btn-white.sb-icon {
  padding-left: 30px;
}
.sb-area-settings .sb-tab .sb-btn.sb-icon > i, .sb-btn-white.sb-icon > i {
  left: 10px;
  font-size: 10px;
  line-height: 33px;
}
.sb-area-settings .sb-tab .sb-btn.sb-icon > i:before, .sb-btn-white.sb-icon > i:before {
  line-height: 33px;
}
.sb-area-settings .sb-tab .sb-btn:hover, .sb-btn-white:hover {
  color: #fff;
  border-color: #028be5;
  background-color: #028be5;
}
.sb-area-settings .sb-tab .sb-btn.sb-loading, .sb-btn-white.sb-loading {
  width: 15px;
  background: #fff;
  border-color: #ccd2d5;
  cursor: default;
}
.sb-area-settings .sb-tab .sb-btn.sb-loading:before, .sb-btn-white.sb-loading:before {
  color: rgb(38, 67, 92);
}

.sb-translations {
  width: 100%;
}
.sb-translations h2 {
  font-size: 15px;
  line-height: 27px;
  margin: 2px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-translations .sb-input-setting {
  display: block;
  margin-bottom: 15px;
}
.sb-translations .sb-content > div:first-child {
  display: flex;
  justify-content: space-between;
}
.sb-translations .sb-content.sb-loading:before {
  top: 15px;
}
.sb-translations .sb-translations-list {
  padding-top: 30px;
}
.sb-translations .sb-translations-list > div:not(.sb-active) {
  display: none;
}
.sb-translations .sb-nav li {
  padding-left: 30px !important;
  position: relative;
}
.sb-translations .sb-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);
}
.sb-translations .sb-new-translation {
  margin-bottom: 25px;
}

.sb-articles-area textarea {
  min-height: 300px;
}
.sb-articles-area > .sb-nav[data-type=categories] > ul li {
  cursor: default;
  color: rgb(36, 39, 42) !important;
}
.sb-articles-area .sb-add-category, .sb-articles-area .sb-add-article {
  display: none !important;
}
.sb-articles-area .sb-add-category.sb-active, .sb-articles-area .sb-add-article.sb-active {
  display: inline-block !important;
}
.sb-articles-area .sb-new-category-cnt {
  padding: 0 30px 0 0;
  display: none;
}
.sb-articles-area .sb-new-category-cnt.sb-active {
  display: block;
}
.sb-articles-area #sb-article-id {
  display: block;
}
.sb-articles-area #sb-article-id span {
  font-weight: 400;
  padding-left: 15px;
}

.sb-automations-area > .sb-tab > .sb-content {
  margin-top: -35px;
}

.sb-automation-values [data-id=profile_image], .sb-automation-values [data-id=icon], .sb-automation-values [data-id=brand] {
  width: 70px;
  height: 70px;
  max-height: 70px;
}

[data-automation-type=more] .sb-automation-values > h2 + div + h2, [data-automation-type=more] .sb-automation-values > h2 + div + h2 + div {
  display: none;
}

.sb-conditions > div {
  display: grid;
  grid-template-columns: 149px auto auto;
  grid-gap: 15px;
}
.sb-conditions select, .sb-conditions input {
  min-width: 50px;
}

.sb-timetable > div > div {
  display: flex;
  align-items: center;
  position: relative;
}
.sb-timetable > div > div span {
  padding: 0 10.5px;
  font-size: 12px;
}
.sb-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;
}
.sb-timetable > div > div > div:after {
  content: "a";
  font-family: "Support Board Icons";
  position: absolute;
  right: 8px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.sb-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);
}
.sb-timetable > div + div {
  margin-top: 12px;
}
.sb-timetable label {
  min-width: 95px;
  margin: 0 0 10px 0;
}
.sb-timetable .sb-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;
}
.sb-timetable .sb-custom-select span {
  display: block;
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  min-height: 22px;
}
.sb-timetable .sb-custom-select span:hover {
  background-color: #028be5;
  color: #fff;
}
.sb-timetable .sb-custom-select span:empty {
  position: relative;
}
.sb-timetable .sb-custom-select span:empty:before {
  content: "--";
  position: absolute;
  left: 5px;
}
.sb-timetable > .sb-custom-select {
  display: none;
}

.sb-color-palette {
  background: none !important;
}
.sb-color-palette span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  position: relative;
}
.sb-color-palette span:hover {
  opacity: 0.7;
}
.sb-color-palette span.sb-active + ul {
  display: block;
}
.sb-color-palette ul {
  padding: 5px 10px;
  position: absolute;
  margin: 15px 0 0 -10px;
  display: none;
}
.sb-color-palette ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  margin: 5px 0;
  transition: all 0.4s;
}
.sb-color-palette ul li:hover {
  opacity: 0.7;
}
.sb-color-palette ul li[data-value=""] {
  box-shadow: inset 0px 0px 1px rgb(145, 145, 145);
  margin-bottom: 6px;
}

.sb-color-palette:not([data-value]) span,
.sb-color-palette[data-value=""] span {
  background-color: #f2f5f5;
}

[data-value=red],
[data-value=red] > span {
  background-color: #eeccca;
  color: #911717;
}

[data-value=yellow],
[data-value=yellow] > span {
  background-color: #ffe8b5;
  color: #935303;
}

[data-value=green],
[data-value=green] > span {
  background-color: #c1e6c8;
  color: #0e563d;
}

[data-value=pink],
[data-value=pink] > span {
  background-color: #d1d3ec;
  color: #434a93;
}

[data-value=gray],
[data-value=gray] > span {
  background-color: #dddddd;
  color: #2c2c2c;
}

[data-value=blue],
[data-value=blue] > span {
  background-color: #c2dcf0;
  color: #1063a4;
}

#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: #028be5;
}

#chat-sb-icons .input > div:not(.sb-icon-close) {
  background-color: rgb(212, 212, 212);
  border-radius: 50%;
}

#chat-sb-icons .input > .sb-active:not(.sb-icon-close), #chat-sb-icons .input > div:not(.sb-icon-close):hover {
  background-color: #028be5 !important;
}

/*

# REPORTS AREA
==========================================================

*/
.sb-area-reports > .sb-tab {
  max-height: calc(100% - 65px);
}
.sb-area-reports > .sb-tab > .sb-content {
  display: flex;
  padding: 10px 15px 30px 20px;
}
.sb-area-reports > .sb-tab > .sb-content > .sb-reports-chart {
  width: 80%;
  padding-right: 20px;
}
.sb-area-reports > .sb-tab > .sb-content > .sb-reports-sidebar {
  flex: 1 1 auto;
  max-width: 300px;
  padding-left: 15px;
}
.sb-area-reports > .sb-tab > .sb-content > .sb-reports-sidebar .sb-collapse {
  padding-bottom: 30px;
}
.sb-area-reports > .sb-tab > .sb-content.sb-no-results-active {
  overflow-y: hidden;
  justify-content: center;
  align-items: center;
}
.sb-area-reports > .sb-tab > .sb-content > .sb-no-results {
  display: none;
}
.sb-area-reports > .sb-tab > .sb-nav {
  margin-right: 0;
  padding-bottom: 15px;
}
.sb-area-reports p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 15px 0;
  color: rgb(120, 134, 146);
}
.sb-area-reports .sb-table th, .sb-area-reports .sb-table td {
  padding: 9px 0;
}
.sb-area-reports table td {
  font-size: 13px;
}
.sb-area-reports .sb-reports-text {
  margin-top: 15px;
}
.sb-area-reports td .sb-icon-check, .sb-area-reports td .sb-icon-close, .sb-area-reports td .sb-icon-like, .sb-area-reports td .sb-icon-dislike {
  color: rgb(26, 146, 96);
  font-size: 13px;
  transform: translateY(1px);
  display: inline-block;
}
.sb-area-reports td .sb-icon-close, .sb-area-reports td .sb-icon-dislike {
  color: rgb(202, 52, 52);
}
.sb-area-reports td .sb-icon-close {
  font-size: 11px;
}
.sb-area-reports td div {
  margin: 5px 0 0 0;
}
.sb-area-reports td img {
  border-radius: 3px;
  width: 20px;
  margin: 0 10px 0 0;
  transform: translateY(2px);
}
.sb-area-reports td img.sb-flag {
  height: 13px;
}
.sb-area-reports td:first-child > div {
  margin: 0 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.chart-cnt {
  padding-bottom: 30px;
}

#sb-date-picker {
  text-align: center;
  font-weight: 500;
  min-width: 295px;
}

.sb-report-agents-ratings td .sb-icon-check, .sb-report-agents-ratings td .sb-icon-like, .sb-report-articles-ratings td .sb-icon-check, .sb-report-articles-ratings td .sb-icon-like {
  margin: 0 10px 0 0;
}
.sb-report-agents-ratings td .sb-icon-close, .sb-report-agents-ratings td .sb-icon-dislike, .sb-report-articles-ratings td .sb-icon-close, .sb-report-articles-ratings td .sb-icon-dislike {
  margin: 0 10px 0 15px;
}

/*

# PROFILE BOX
==========================================================

*/
.sb-profile-box .sb-top-bar .sb-profile {
  font-weight: 600;
}
.sb-profile-box .sb-top-bar .sb-profile img {
  width: 45px;
  height: 45px;
}
.sb-profile-box .sb-top-bar .sb-profile span {
  margin-left: 20px;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}
.sb-profile-box .sb-top-bar > div > [data-value] + .sb-btn {
  margin-left: 15px;
}
.sb-profile-box .sb-top-bar > div > [data-value]:not(.sb-active) {
  display: none;
}
.sb-profile-box .sb-user-conversations {
  max-width: 600px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}
.sb-profile-box .sb-user-conversations > li {
  padding: 15px;
  border-left: none;
}
.sb-profile-box .sb-user-conversations > li:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sb-profile-box .sb-user-conversations > li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sb-profile-box .sb-user-conversations .sb-profile {
  padding: 0 0 5px 0;
}
.sb-profile-box .sb-user-conversations .sb-profile .sb-name {
  font-size: 14px;
}
.sb-profile-box .sb-user-conversations .sb-profile img {
  display: none;
}
.sb-profile-box .sb-user-conversations .sb-profile .sb-time {
  float: right;
}
.sb-profile-box .sb-agent-area {
  padding-top: 30px;
}
.sb-profile-box .sb-agent-area .sb-title {
  margin-bottom: 30px;
}
.sb-profile-box .sb-agent-area .sb-rating-area {
  min-height: 30px;
}
.sb-profile-box .sb-agent-area .sb-rating-area > div {
  display: flex;
  height: 35px;
  align-items: center;
}
.sb-profile-box .sb-agent-area .sb-rating-area > div > div:first-child {
  font-weight: 500;
  padding-right: 10px;
  font-size: 13px;
  width: 80px;
}
.sb-profile-box .sb-agent-area .sb-rating-area > div > span {
  height: 3px;
  background-color: rgb(26, 146, 96);
  margin-right: 10px;
}
.sb-profile-box .sb-agent-area .sb-rating-area > div > span[data-count="0"] {
  display: none;
}
.sb-profile-box .sb-agent-area .sb-rating-area > div + div > span {
  background-color: rgb(202, 52, 52);
}
.sb-profile-box .sb-agent-area .sb-rating-area > div > div:last-child {
  font-size: 13px;
}
.sb-profile-box .sb-agent-area .sb-rating-area .sb-rating-count {
  font-size: 12px;
  line-height: 40px;
  color: rgb(86, 96, 105);
  opacity: 0.7;
}
.sb-profile-box .sb-agent-area .sb-rating-area:before {
  left: 10px;
}
.sb-profile-box.sb-type-agent .sb-start-conversation, .sb-profile-box.sb-type-admin .sb-start-conversation,
.sb-profile-box .sb-agent-area {
  display: none;
}
.sb-profile-box.sb-type-agent .sb-agent-area, .sb-profile-box.sb-type-admin .sb-agent-area {
  display: block;
}

/*

# PROFILE EDIT BOX
==========================================================

*/
.sb-profile-edit-box .sb-top-bar .sb-profile {
  font-weight: 600;
  padding-left: 65px;
  padding-right: 15px;
}
.sb-profile-edit-box .sb-top-bar .sb-profile img {
  width: 45px;
  height: 45px;
}
.sb-profile-edit-box .sb-top-bar .sb-profile span {
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}
.sb-profile-edit-box .sb-main {
  justify-content: flex-start;
}
.sb-profile-edit-box .sb-main > div {
  width: 50%;
}
.sb-profile-edit-box .sb-main > div + div {
  margin-left: 30px;
}
.sb-profile-edit-box.sb-user-new .sb-top-bar .sb-profile {
  padding-left: 0;
}
.sb-profile-edit-box.sb-user-new .sb-top-bar .sb-profile img {
  display: none;
}
.sb-profile-edit-box.sb-user-new .sb-delete {
  display: none;
}
.sb-profile-edit-box .sb-delete {
  margin-top: 60px;
  font-size: 14px;
  display: none;
}
.sb-profile-edit-box #user_type,
.sb-profile-edit-box #department {
  display: none;
}
.sb-profile-edit-box.sb-agent-admin.sb-type-admin #user_type, .sb-profile-edit-box.sb-agent-admin.sb-type-admin #department, .sb-profile-edit-box.sb-agent-admin.sb-type-agent #user_type, .sb-profile-edit-box.sb-agent-admin.sb-type-agent #department, .sb-profile-edit-box.sb-agent-admin.sb-user-new #user_type {
  display: flex;
}
.sb-profile-edit-box.sb-agent-admin .sb-delete {
  display: inline-block;
}

/*

# Client EDIT BOX
==========================================================

*/
.sb-client-edit-box .sb-top-bar .sb-profile {
  font-weight: 600;
  padding-left: 65px;
  padding-right: 15px;
}
.sb-client-edit-box .sb-top-bar .sb-profile img {
  width: 45px;
  height: 45px;
}
.sb-client-edit-box .sb-top-bar .sb-profile span {
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}
.sb-client-edit-box .sb-main {
  justify-content: flex-start;
}
.sb-client-edit-box .sb-main > div {
  width: 50%;
}
.sb-client-edit-box .sb-main > div + div {
  margin-left: 30px;
}
.sb-client-edit-box.sb-client-new .sb-top-bar .sb-profile {
  padding-left: 0;
}
.sb-client-edit-box.sb-client-new .sb-top-bar .sb-profile img {
  display: none;
}
.sb-client-edit-box.sb-client-new .sb-delete {
  display: none;
}
.sb-client-edit-box .sb-delete {
  margin-top: 60px;
  font-size: 14px;
  display: none;
}
.sb-client-edit-box #user_type,
.sb-client-edit-box #department {
  display: none;
}
.sb-client-edit-box.sb-agent-admin.sb-type-admin #user_type, .sb-client-edit-box.sb-agent-admin.sb-type-admin #department, .sb-client-edit-box.sb-agent-admin.sb-type-agent #user_type, .sb-client-edit-box.sb-agent-admin.sb-type-agent #department, .sb-client-edit-box.sb-agent-admin.sb-user-new #user_type {
  display: flex;
}
.sb-client-edit-box.sb-agent-admin .sb-delete {
  display: inline-block;
}

/*

# MISCELLANEOUS
==========================================================

*/
@-webkit-keyframes sb-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes sb-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sb-lightbox {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  padding: 0;
  max-width: 700px;
  max-height: 700px;
  left: 50%;
  top: 50%;
  margin-left: 150px;
  margin-top: 150px;
  border-radius: 6px;
  display: none;
  transition: opacity 0.4s, transform 0.4s;
}
.sb-lightbox.sb-active {
  display: block;
  -webkit-animation: sb-lightbox-animation 0.5s;
          animation: sb-lightbox-animation 0.5s;
}
.sb-lightbox.sb-dialogflow-intent-box, .sb-lightbox.sb-updates-box {
  height: calc(100% - 100px);
}
.sb-lightbox .sb-top-bar {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(212, 212, 212);
  margin-bottom: 30px;
}
.sb-lightbox .sb-top-bar > div {
  display: flex;
  align-items: center;
}
.sb-lightbox .sb-top-bar > div:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
}
.sb-lightbox .sb-main {
  display: block;
  padding: 0 20px 30px 20px;
  justify-content: space-between;
  height: calc(100% - 145px);
}
.sb-lightbox .sb-main > div {
  height: auto;
  width: 100%;
}
.sb-lightbox .sb-main > .sb-title + *,
.sb-lightbox .sb-main > div > .sb-title + *,
.sb-lightbox .sb-main p + .sb-title {
  margin-top: 27px;
}
.sb-lightbox .sb-main > .sb-title + * *:first-child,
.sb-lightbox .sb-main > div > .sb-title + * *:first-child,
.sb-lightbox .sb-main p + .sb-title *:first-child {
  margin-top: 0;
}
.sb-lightbox .sb-main > .sb-input-setting + .sb-title,
.sb-lightbox .sb-main > div > .sb-input-setting + .sb-title {
  margin-top: 30px;
}
.sb-lightbox .sb-main p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(86, 96, 105);
}
.sb-lightbox .sb-main p a:not([class]) {
  color: #028be5;
  text-decoration: none;
}
.sb-lightbox .sb-main > .sb-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.sb-lightbox .sb-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;
}
.sb-lightbox .sb-info a {
  color: #FFF;
  padding-left: 4px;
}
.sb-lightbox .sb-info.sb-active {
  display: flex;
  -webkit-animation: sb-fade-animation 0.4s;
          animation: sb-fade-animation 0.4s;
}
.sb-lightbox.sb-lightbox-media {
  -webkit-animation: none;
          animation: none;
}

.sb-lightbox-overlay {
  z-index: 995 !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.sb-lightbox-overlay.sb-active {
  display: block;
}

.sb-lightbox-media.sb-active + .sb-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.sb-profile-edit-box,
.sb-profile-box,
.sb-client-box,
.sb-client-edit-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}
.sb-profile-edit-box .sb-main,
.sb-profile-box .sb-main,
.sb-client-box .sb-main,
.sb-client-edit-box .sb-main {
  display: flex;
  padding: 0 20px;
}
.sb-profile-edit-box .sb-main > div,
.sb-profile-box .sb-main > div,
.sb-client-box .sb-main > div,
.sb-client-edit-box .sb-main > div {
  height: 100%;
  width: 50%;
}

.sb-direct-message-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}
.sb-direct-message-box .sb-bottom div + a {
  margin-left: 15px;
}
.sb-direct-message-box .sb-bottom > div {
  font-weight: 500;
  margin: 0 15px;
  color: #028be5;
}
.sb-direct-message-box .sb-bottom > div:empty {
  display: none;
}

.sb-updates-box .sb-input, .sb-requirements-box .sb-input {
  justify-content: flex-start;
}
.sb-updates-box .sb-input > span, .sb-requirements-box .sb-input > span {
  max-width: 200px;
  min-width: 200px;
}
.sb-updates-box .sb-input > div, .sb-requirements-box .sb-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;
}
.sb-updates-box .sb-input > div.sb-green, .sb-requirements-box .sb-input > div.sb-green {
  background-color: rgba(26, 146, 96, 0.07);
  color: rgb(21, 116, 77);
}

.sb-requirements-box .sb-input > div {
  display: inline-block;
  padding: 5px 10px;
  width: auto;
}
.sb-requirements-box .sb-main > p {
  margin-top: 30px;
}

.sb-dialog-box {
  max-width: 500px;
  height: auto;
  min-height: 75px;
  text-align: center;
  padding: 60px 30px;
  z-index: 999998;
}
.sb-dialog-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.sb-dialog-box a {
  margin: 0 7px;
}
.sb-dialog-box[data-type=choice] .sb-close, .sb-dialog-box[data-type=alert] .sb-close, .sb-dialog-box[data-type=info] .sb-cancel, .sb-dialog-box[data-type=info] .sb-confirm, .sb-dialog-box[data-type=map] .sb-cancel, .sb-dialog-box[data-type=map] .sb-confirm {
  display: none;
}
.sb-dialog-box iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
  display: block;
}
.sb-dialog-box pre {
  font-family: monospace;
  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;
}
.sb-dialog-box .sb-title {
  font-size: 21px;
  line-height: 50px;
  color: #028be5;
}
.sb-dialog-box .sb-title :empty {
  display: none;
}
.sb-dialog-box[data-type=map] {
  max-width: 1000px;
  padding: 0;
}
.sb-dialog-box[data-type=map] p {
  margin: 0;
}
.sb-dialog-box[data-type=map] > div {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 0;
}

.sb-dialogflow-intent-box .sb-intent-add {
  position: relative;
  margin-top: 10px;
}
.sb-dialogflow-intent-box .sb-intent-add i {
  position: absolute;
  margin-left: 15px;
  top: -10px;
}
.sb-dialogflow-intent-box .sb-intent-add i + i {
  margin-left: 50px;
}
.sb-dialogflow-intent-box .sb-intent-add i + i + i {
  margin-left: 85px;
}
.sb-dialogflow-intent-box .sb-intent-add i:before {
  font-size: 16px;
}
.sb-dialogflow-intent-box .sb-type-text + .sb-type-text {
  margin-top: 5px;
}
.sb-dialogflow-intent-box .sb-title.sb-title-search .sb-search-btn {
  right: 36px;
}

#sb-intent-preview {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s;
}
#sb-intent-preview:hover {
  color: #028be5;
}

#intent-preview-box {
  max-width: 600px;
  padding: 30px;
}
#intent-preview-box > p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}
#intent-preview-box > p span {
  display: block;
  max-height: 63px;
  overflow: hidden;
}

.sb-loading-global {
  height: 36px;
  width: 36px;
  max-width: 36px;
  max-height: 36px;
  margin: -18px 0 0 -18px;
  color: #028be5;
  border-radius: 3px;
}

.sb-admin-box {
  max-width: 500px;
  margin: 30px auto;
  padding: 48px 40px 36px;
  border-radius: 6px;
  border: 1px solid rgb(212, 212, 212);
  background: #fff;
  position: relative;
}
.sb-admin-box .sb-top-bar {
  padding-bottom: 30px;
}
.sb-admin-box .sb-top-bar img {
  max-width: 300px;
}
.sb-admin-box .sb-top-bar .sb-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 30px 0px 15px 0px;
}
.sb-admin-box .sb-text {
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}
.sb-admin-box .sb-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.sb-admin-box .sb-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;
}
.sb-admin-box .sb-info.sb-active {
  display: block;
  -webkit-animation: sb-fade-animation 0.4s;
          animation: sb-fade-animation 0.4s;
}
.sb-admin-box .sb-text + .sb-input,
.sb-admin-box .sb-input + .sb-text {
  margin-top: 30px;
}

.sb-rich-login {
  max-width: 500px;
}
.sb-rich-login .sb-forgot {
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
  color: rgb(86, 96, 105);
}
.sb-rich-login .sb-register {
  font-weight: 600;
  font-size: 15px;
}
.sb-rich-login .sb-forgot,
.sb-rich-login .sb-register {
  cursor: pointer;
  transition: all 0.4s;
  text-decoration: none;
}
.sb-rich-login .sb-forgot:hover,
.sb-rich-login .sb-register:hover {
  color: #028be5;
}

#sb-error-check {
  display: none !important;
}

.sb-language-switcher {
  display: flex;
  align-items: center;
}
.sb-language-switcher img, .sb-language-switcher > i {
  display: block;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}
.sb-language-switcher img {
  border-radius: 2px;
  margin: 0 5px;
  width: 20px;
  height: 13px;
  position: relative;
  z-index: 2;
}
.sb-language-switcher span {
  position: relative;
  transition: all 0.4s;
}
.sb-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;
}
.sb-language-switcher span i:hover {
  color: rgb(202, 52, 52);
}
.sb-language-switcher span:hover {
  padding-left: 15px;
  transition-delay: 1s;
}
.sb-language-switcher span:hover i {
  opacity: 1;
  transition-delay: 1s;
}
.sb-language-switcher span:hover i:hover {
  transition-delay: 0s;
}
.sb-language-switcher > i {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: 10px;
}
.sb-language-switcher .sb-active img, .sb-language-switcher span:hover i, .sb-language-switcher span:hover img {
  opacity: 1;
}
.sb-language-switcher > i:hover {
  opacity: 1;
  color: #028be5;
}

.sb-languages-box .sb-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-height: 300px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.sb-languages-box .sb-main > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.4s;
}
.sb-languages-box .sb-main > div > img {
  margin-right: 15px;
  border-radius: 3px;
  width: 26px;
  height: 15px;
}
.sb-languages-box .sb-main > div:hover {
  color: #028be5;
}

.sb-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.sb-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;
}
.sb-apps > div img {
  max-width: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.sb-apps > div h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  color: rgb(86, 96, 105);
}
.sb-apps > div p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(120, 134, 146);
}
.sb-apps > div i {
  position: absolute;
  right: 30px;
  top: 30px;
  color: rgb(26, 146, 96);
}
.sb-apps > div:hover {
  border-color: #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}

.sb-panel-details .sb-whmcs-link {
  margin: 15px 15px 0 15px;
}

.sb-panel-whmcs .sb-list-items {
  margin: 0 15px 0 15px;
}

.sb-panel-aecommerce .sb-list-items > a > span:first-child, .sb-panel-martfury .sb-list-items > a > span:first-child {
  opacity: 0.6;
  margin-right: 5px;
}

.sb-panel-aecommerce .sb-list-links > a > span:last-child, .sb-panel-martfury .sb-list-links > a > span:last-child {
  float: right;
}

.sb-panel-zendesk .sb-list-items > a {
  margin-bottom: 5px;
}
.sb-panel-zendesk .sb-list-items > a > span:first-child {
  display: block;
  line-height: 15px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sb-panel-zendesk .sb-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;
}
.sb-panel-zendesk .sb-btn {
  margin-left: 15px;
}
.sb-panel-zendesk #sb-zendesk-update-ticket {
  top: 10px;
}
.sb-panel-zendesk #sb-zendesk-update-ticket:hover {
  color: #028be5;
}

.sb-zendesk-status-n {
  background-color: rgb(255, 176, 87);
  color: rgb(112, 56, 21) !important;
}

.sb-zendesk-status-o {
  background-color: rgb(227, 79, 50);
}

.sb-zendesk-status-c {
  background-color: rgb(19, 202, 126);
}

.sb-zendesk-status-p {
  background-color: rgb(48, 145, 236);
  color: rgb(255, 255, 255);
}

.sb-zendesk-status-s {
  background-color: rgb(135, 146, 157);
}

.sb-zendesk-sync:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #028be5;
  height: calc(100% - 7px);
  left: 0;
  top: 0;
}

.sb-aecommerce-orders > a > span:last-child {
  margin-left: 15px;
}

.sb-panel-details .sb-woocommerce-cart > a {
  padding-right: 35px;
}

.sb-btn-app-setting:not(.sb-active) {
  display: none;
}
.sb-btn-app-setting:not(.sb-active) + .sb-btn {
  margin-left: 0;
}

/*

# 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;
}

.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: #028be5;
  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: #028be5;
  color: #fff;
}

@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;
  }
}
grammarly-editor-plugin {
  --grammarly-button-position-right: 430px;
  --grammarly-button-position-bottom: 30px;
}
 /*.sb-admin-list .sb-scroll-area ul li:first-child {
  background-color: #cce5ff !important;
  color: #004085;
}*/
/*

# CLOUD
==========================================================

*/
.sb-cloud-admin [id=user_type], .sb-cloud-admin [id=first_name], .sb-cloud-admin [id=last_name], .sb-cloud-admin [id=password], .sb-cloud-admin [id=email], .sb-cloud-admin .sb-delete {
  display: none !important;
}

.sb-cloud [id=admin-title], .sb-cloud [id=login-icon], .sb-cloud [id=login-message], .sb-cloud [id=custom-js], .sb-cloud [id=custom-css], .sb-cloud [id=envato-purchase-code],
.sb-cloud [id=auto-updates], .sb-cloud [id=pusher], .sb-cloud [id=cookie-domain], .sb-cloud [id=system-requirements], .sb-cloud [id=sb-path], .sb-cloud [id=tab-aecommerce],
.sb-cloud [id=tab-apps], .sb-cloud [id=tab-whmcs], .sb-cloud [id=tab-perfex], .sb-cloud [id=tab-ump], .sb-cloud [id=tab-armember], .sb-cloud [id=tab-martfury], .sb-cloud [id=logs], .sb-cloud .sb-version {
  display: none !important;
}

/*

# RESPONSIVE 
==========================================================

*/
@media (max-width: 1250px) {
  .sb-setting .repeater-item > div, .sb-input-setting .repeater-item > div,
.sb-setting .input > div:not([data-type=textarea]) {
    display: block;
  }
  .sb-setting .input > div:not([data-type=textarea]) > label {
    margin: 0 30px 10px 0;
  }
  .sb-setting > .sb-setting-content {
    flex-shrink: 1;
  }
  .sb-setting input, .sb-setting select, .sb-setting textarea, .sb-input-setting input, .sb-input-setting select, .sb-input-setting textarea {
    min-width: 0;
  }
  .sb-type-timetable > .input {
    overflow: hidden;
  }
  .sb-type-timetable .sb-timetable > div > div {
    flex-wrap: wrap;
  }
  .sb-type-timetable .sb-timetable > div > div [data-day] {
    margin-bottom: 5px;
  }
  .sb-area-reports > .sb-tab > .sb-content {
    display: block;
  }
  .sb-area-reports > .sb-tab > .sb-content .sb-reports-chart {
    width: auto;
  }
  .sb-area-reports > .sb-tab > .sb-content .sb-reports-sidebar {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 429px) {
  .sb-menu-mobile > ul {
    box-shadow: none;
  }
}
@media (min-width: 429px) and (max-width: 1200px) {
  .sb-board > .sb-admin-list {
    min-width: 300px;
  }
  .sb-board .sb-labels .sb-status-online {
    text-indent: 999px;
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(26, 146, 96);
  }
  .sb-board .sb-labels .sb-status-typing {
    padding: 0;
    text-indent: 999px;
    width: 30px;
    height: 25px;
    overflow: hidden;
    background: none;
  }
  .sb-board .sb-conversation .sb-list > div {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 429px) and (max-width: 1366px) {
  .sb-board > .sb-admin-list, .sb-board .sb-user-details {
    max-width: 330px;
    min-width: 330px;
  }
  .sb-admin-list .sb-search-btn > input {
    min-width: 225px;
  }
  grammarly-editor-plugin {
    --grammarly-button-position-right: 355px;
  }
}
@media (min-width: 429px) and (max-width: 1140px) {
  .sb-admin > main > div > .sb-top-bar > div:first-child > ul {
    overflow-x: scroll;
  }
}
@media (min-width: 429px) and (max-width: 1024px) {
  .sb-board > .sb-admin-list, .sb-board .sb-user-details {
    max-width: 250px;
    min-width: 250px;
  }
  .sb-admin-list .sb-search-btn > input {
    min-width: 145px;
    max-width: 145px;
  }
}
@media (min-width: 429px) and (max-width: 912px) {
  .sb-board > .sb-admin-list, .sb-board .sb-user-details {
    position: fixed;
    z-index: 2;
    background: #fff;
    left: 65px;
    top: 0;
    bottom: 0;
    max-width: 330px;
    min-width: 330px;
    display: none;
  }
  .sb-board > .sb-admin-list.sb-active, .sb-board .sb-user-details.sb-active {
    display: block;
  }
  .sb-board > .sb-admin-list .sb-top {
    padding-left: 45px;
  }
  .sb-board .sb-user-details {
    left: auto;
    right: 0;
  }
  .sb-board .sb-conversation > .sb-top {
    padding-left: 45px;
  }
  .sb-board .sb-conversation > .sb-top .sb-menu-mobile {
    right: 35px;
  }
  .sb-admin-list .sb-search-btn > input {
    min-width: 200px;
    max-width: 200px;
  }
  .sb-admin-list .sb-filter-btn.sb-active > div {
    min-width: 265px;
    max-width: 265px;
    left: auto;
  }
.sb-area-conversations > .sb-btn-collapse {
    display: block;
  }
}/*# sourceMappingURL=admin.css.map */