/*
* 
* ==========================================================
* 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: "Brain 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: "Brain 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-files:before {
  content: "\e907";
}

.sb-icon-info:before {
  content: "\e906";
}

.sb-icon-warning:before {
  content: "\e905";
}

.sb-icon-edit:before {
  content: "\e904";
}

.sb-icon-mic:before {
  content: "\e903";
}

.sb-icon-play:before {
  content: "\f04b";
}

.sb-icon-pause:before {
  content: "\f04c";
}

.sb-icon-openai:before {
  content: "\e902";
}

.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";
}

.sb-icon-tag:before {
  content: "\f02b";
}

#lista-repeater {
  display: flex;
  flex-direction: column;
}
#lista-repeater > div {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#lista-repeater > div > i {
  margin-left: 10px;
  cursor: pointer;
  color: rgb(202, 52, 52);
}

@font-face {
  font-family: "Brain board Font";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brain board Font";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@keyframes sb-fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sb-fade-bottom-animation {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes sb-fade-bottom-center {
  0% {
    transform: translateY(15px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.sb-main, .sb-articles-page,
.sb-main input,
.sb-main textarea,
.sb-main select {
  font-family: "Brain 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-grid.sb-hide {
  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;
}
.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: #BFCBD3;
  border-radius: 6px;
  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;
  position: relative;
}
.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-chat-btn span, .sb-user-conversations > li > [data-count] {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  background: rgb(202, 52, 52);
  color: #fff;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  top: 0;
  left: -3px;
  z-index: 2;
  animation: sb-fade-animation 0.3s;
}
.sb-chat-btn span:empty, .sb-chat-btn span[data-count="0"], .sb-user-conversations > li > [data-count]:empty, .sb-user-conversations > li > [data-count][data-count="0"] {
  display: none;
}

.sb-user-conversations > li > [data-count] {
  left: 20px;
  top: 33px;
  border: 3px solid #fff;
}
.sb-user-conversations > li:hover > [data-count] {
  border-color: rgb(245, 247, 250);
}

/*

# 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 25px 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-left: 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.sb-rich-cnt .sb-agent-name {
  display: none;
}
.sb-list > div[data-type=slider], .sb-list > div[data-type=slider-images] {
  width: 100%;
}
.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] {
  animation: sb-fade-bottom-animation 0.4s;
}
.sb-list > div.sb-right {
  float: right;
  margin: 2px 20px 25px 10px;
  background-color: #E6F2FC;
}
.sb-list > div.sb-right.sb-rich-cnt .sb-text {
  background-color: #E6F2FC;
}
.sb-list > div.sb-right .sb-thumb {
  right: -35px;
  left: auto;
}
.sb-list > div.sb-right .sb-message,
.sb-list > div.sb-right .sb-message a,
.sb-list > div.sb-right .sb-rich-message .sb-text {
  color: rgb(0, 76, 125);
}
.sb-list > div.sb-right.sb-thumb-active {
  margin-right: 50px;
}
.sb-list > div.sb-right .sb-time {
  right: 0;
  left: auto;
}
.sb-list > div.sb-right .sb-message:not(:empty) + .sb-message-attachments .sb-player {
  border-color: rgba(0, 76, 125, 0.17);
}
.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 .sb-agent-name {
  display: block;
  opacity: 0.8;
  font-size: 11px;
}
.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:not(:empty) + .sb-message-attachments .sb-player {
  border-top: 1px solid rgb(212, 212, 212);
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-list .sb-message-attachments a:before {
  content: "e";
  font-family: "Brain 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 {
  opacity: 0.9;
  color: rgb(86, 96, 105);
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 16px;
  bottom: -20px;
  left: 0;
  white-space: nowrap;
  position: absolute;
  display: flex;
}
.sb-list .sb-time > span:first-child {
  display: none;
}
.sb-list .sb-time i {
  padding-left: 10px;
}
.sb-list .sb-message-media {
  margin: -8px -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-right .sb-time, .sb-list [data-id=sending] .sb-time {
  right: 19px;
  flex-direction: row;
}
.sb-list [data-id=sending].sb-right .sb-time > i, .sb-list [data-id=sending] .sb-time > i {
  position: relative;
}
.sb-list [data-id=sending].sb-right .sb-time > i:after, .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;
  animation: sb-typing 1s infinite;
}
.sb-list [data-type=youtube-video] {
  padding: 0;
}
.sb-list [data-type=youtube-video] .sb-rich-message {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.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);
  user-select: none;
}

.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: 115px;
  display: block;
}

.sb-player {
  display: flex;
  align-items: center;
  margin: -6.5px -11px;
}
.sb-player > div {
  background: transparent;
  width: 20px;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  transition: all 0.4s;
}
.sb-player > div:hover {
  color: #028be5;
}
.sb-player > div:active {
  background: rgba(0, 0, 0, 0.08) !important;
}
.sb-player .sb-player-btn {
  width: 38px;
  height: 34px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}
.sb-player .sb-player-btn:before {
  line-height: 34px;
}
.sb-player .sb-player-speed {
  display: flex;
  align-items: center;
}
.sb-player .sb-player-speed .sb-player-speed-number {
  font-weight: 500;
}
.sb-player .sb-player-speed .sb-icon-close {
  font-size: 7px;
  height: 19px;
  line-height: 21px;
  padding-left: 2px;
}
.sb-player .sb-player-speed .sb-icon-close:before {
  line-height: 20px;
}
.sb-player .sb-player-download {
  text-align: center;
}
.sb-player .sb-player-download:before {
  transform: translateY(2px);
  display: inline-block;
}
.sb-player audio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.sb-right .sb-player > div {
  background-color: #E6F2FC;
  color: rgb(0, 76, 125);
}

#sb-audio-clip {
  display: none;
  align-items: center;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 50px;
  left: 0;
  background: rgb(251, 251, 251);
  color: rgb(86, 96, 105);
  z-index: 2;
}
#sb-audio-clip .sb-icon {
  font-size: 15px;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  cursor: pointer;
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}
#sb-audio-clip .sb-icon:before {
  line-height: 55px;
}
#sb-audio-clip .sb-icon-mic {
  font-size: 20px;
  color: rgb(202, 52, 52);
}
#sb-audio-clip .sb-icon-close {
  font-size: 11px;
}
#sb-audio-clip .sb-icon-close:hover {
  color: rgb(202, 52, 52);
}
#sb-audio-clip .sb-btn-mic {
  color: rgb(202, 52, 52);
}
#sb-audio-clip .sb-btn-mic:hover {
  color: rgb(36, 39, 42);
}
#sb-audio-clip .sb-btn-clip-player {
  display: none;
  width: 11px;
}
#sb-audio-clip .sb-btn-clip-player.sb-active {
  display: block;
  margin-right: -15px;
}
#sb-audio-clip .sb-btn-clip-player:hover {
  color: #028be5;
}
#sb-audio-clip .sb-audio-clip-time {
  font-size: 15px;
  font-weight: 500;
}
#sb-audio-clip .sb-audio-clip-cnt {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  border-right: 1px solid rgb(212, 212, 212);
  border-left: 1px solid rgb(212, 212, 212);
}
#sb-audio-clip.sb-active {
  display: flex;
}

/*

# 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: 25px !important;
  padding: 0px !important;
  outline: none !important;
  text-align: left;
  font-weight: 400;
  resize: none !important;
  border: none !important;
  color: rgb(86, 96, 105) !important;
  background: transparent !important;
  transition: all 0.4s;
  overflow: hidden;
  display: block;
}
.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-active .sb-bar .sb-submit {
  display: block;
}
.sb-editor.sb-active .sb-bar .sb-btn-attachment, .sb-editor.sb-active .sb-bar .sb-btn-audio-clip {
  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: "Brain 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-audio-clip {
  margin-right: 0;
}
.sb-editor .sb-bar-icons > div.sb-btn-emoji:before {
  content: "r";
}
.sb-editor .sb-bar-icons > div.sb-btn-audio-clip:before {
  content: "\e903";
  font-size: 22px;
  left: 3px;
}
.sb-editor .sb-bar-icons > div.sb-btn-open-ai:not(.sb-active) {
  display: none;
}
.sb-editor .sb-bar-icons > div.sb-btn-woocommerce:before {
  content: "R";
  font-size: 22px;
}
.sb-editor .sb-bar-icons > div.sb-btn-open-ai.sb-loading:before {
  left: 15px;
}
.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: "Brain 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 h1, .sb-article h2, .sb-article h3 {
  font-weight: 500;
}
.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;
  border-radius: 3px;
}
.sb-article .sb-content h1, .sb-article .sb-content h2, .sb-article .sb-content h3, .sb-article .sb-content h4, .sb-article .sb-content h5, .sb-article .sb-content h6 {
  letter-spacing: 0.3px;
  margin: 0;
  transition: all 0.4s;
  color: rgb(36, 39, 42);
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
}
.sb-article .sb-content h3 {
  font-size: 16px;
  line-height: 21px;
}
.sb-article .sb-content h4, .sb-article .sb-content h5, .sb-article .sb-content h6 {
  font-size: 14px;
  line-height: 18px;
}
.sb-article .sb-content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(86, 96, 105);
  margin: 5px 0;
  letter-spacing: 0.3px;
}
.sb-article .sb-content p:empty {
  display: none;
}
.sb-article .sb-content b {
  font-weight: 500;
}
.sb-article .sb-content code {
  background: rgb(245, 247, 250);
  border: 1px solid rgb(212, 212, 212);
  display: block;
  border-radius: 4px;
  padding: 10px;
  overflow-x: scroll;
}
.sb-article .sb-content > *:first-child {
  margin-top: 0;
}
.sb-article .sb-btn-text {
  margin-top: 25px;
  text-decoration: none;
}
.sb-article ul {
  padding-left: 15px;
}
.sb-article ul li {
  list-style: disc;
}
.sb-article ul.sb-ul-ordered, .sb-article ul.sb-ul-unordered {
  padding-left: 15px;
}
.sb-article ul.sb-ul-ordered li {
  list-style: decimal;
}
.sb-article ul.sb-ul-unordered li {
  list-style: disc;
}
.sb-article a, .sb-article ul a {
  color: rgb(36, 39, 42);
  text-decoration: underline;
}
.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 .sb-rating {
  color: rgb(36, 39, 42);
}
.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-chat .sb-article > .sb-title:first-child {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sb-chat .sb-article h2 {
  font-size: 17px;
}
.sb-chat .sb-article h3, .sb-chat .sb-article h4, .sb-chat .sb-article h5, .sb-chat .sb-article h6 {
  font-size: 15px;
}

.sb-panel-articles {
  animation: sb-fade-animation 0.5s;
}

.sb-panel-articles .sb-title .sb-icon-close {
  display: none;
}

.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;
}

.bxc-raw-html > img {
  max-width: 100%;
}

/*

# LOADING
==========================================================

*/
@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: "Brain board Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  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: #FC6A39;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
}
.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 !important;
  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: #FC6A39;
  color: #FC6A39;
  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 > 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-input > input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Brain 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-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;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-color: rgb(248, 248, 249);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.sb-input-image .image:before {
  content: "p";
  font-family: "Brain 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;
  visibility: visible !important;
}
.sb-input-select-input input {
  padding: 5px 0 0 100px;
}
.sb-input-select-input input[disabled] {
  padding: 0 5px !important;
  border: none;
  background: none;
  box-shadow: none;
  width: 35px;
}
.sb-input-select-input [type=number]::-webkit-outer-spin-button, .sb-input-select-input [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.sb-input-select-input .sb-active + div {
  opacity: 1;
}

.sb-list .sb-input-select-input input {
  padding: 5px 0 0 60px;
}

.sb-select-phone {
  z-index: 8;
}
.sb-select-phone li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sb-select-phone img {
  border-radius: 2px;
  height: 15px;
  width: 23px;
  margin: 0 10px 0 0;
}
.sb-select-phone > div > p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sb-select-phone .sb-select {
  top: -12px;
  z-index: 8;
}
.sb-select-phone.sb-single-prefix + input {
  padding-left: 50px;
}

.sb-input-select-input > div.sb-select-phone ul {
  width: 110px;
  max-height: 150px;
  min-height: 0 !important;
  background: #fff !important;
  margin-left: -10px;
}

.sb-select-search {
  position: absolute;
  border-radius: 4px;
  display: none;
  z-index: 9;
}
.sb-select-search input {
  padding: 0 10px;
  min-height: 28px;
  height: 28px;
  border: none;
  margin: 0 -10px !important;
  width: 85px;
  display: block;
  background: #fff;
  color: rgb(36, 39, 42);
  font-size: 13px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sb-select-search + .sb-scroll-area {
  padding-top: 28px !important;
}
.sb-select-search.sb-active {
  display: block;
}

/*

# LIGHTBOX
==========================================================

*/
.sb-lightbox-media {
  position: static;
  box-shadow: none !important;
  background: none !important;
  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);
  width: auto;
  border-radius: 6px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  animation: 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;
  animation: sb-fade-animation 0.3s;
}

/*

# OVERLAY PANEL
==========================================================

*/
.sb-overlay-panel {
  position: absolute;
  height: 0;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: height 0.5s;
}
.sb-overlay-panel > div:first-child {
  display: none;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  height: 35px;
}
.sb-overlay-panel > div:first-child .sb-btn-icon {
  margin-right: -10px;
}
.sb-overlay-panel > div:first-child .sb-btn-icon:before {
  font-size: 12px;
}
.sb-overlay-panel > div:last-child {
  height: calc(100% - 45px);
}
.sb-overlay-panel iframe {
  opacity: 0;
}
.sb-overlay-panel.sb-active {
  height: 100%;
  z-index: 9;
}
.sb-overlay-panel.sb-active > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-overlay-panel.sb-active iframe {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}

/*

# 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;
}
.sb-image.sb-image-sticker {
  background: none;
  max-width: 150px !important;
}

/*

# 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: #FC6A39;
}

.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 #FC6A39;
  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: #FC6A39;
}
.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;
}
.sb-popup.sb-emoji img + img {
  display: none !important;
}

/*

# 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;
  user-select: none;
  transition: all 0.4s;
}
.sb-select p span {
  font-weight: 400;
  opacity: 0.7;
}
.sb-select p:after {
  content: "a";
  font-family: "Brain 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: #FC6A39;
}
.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: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;
  user-select: none;
  transition: all 0.1s;
}
div ul.sb-menu li.sb-active,
.sb-select ul li.sb-active {
  color: #FC6A39;
}
div ul.sb-menu li:hover,
.sb-select ul li:hover {
  background-color: #FC6A39;
  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;
}
.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: -8px -12px;
  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 > span:empty {
  display: none;
}
.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-rich-chips .sb-btn, .sb-rich-buttons .sb-btn {
  height: auto;
  line-height: 19px;
  padding: 8px 15px;
}

.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;
}

/*

# MISCELLANEOUS
==========================================================

*/
.sb-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.sb-grid > div {
  margin: 0 !important;
}

.sb-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@font-face {
  font-family: "Brain board Font";
  src: url("../media/fonts/bold.woff2") format("woff2"), url("../media/fonts/bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.d-none {
  display: none !important;
}

.sb-icon-delete.icon-sinonimo-delete {
  position: initial !important;
}

@keyframes sb-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sb-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
.sb-fade-out {
  opacity: 0;
  animation: sb-fade-out 0.5s;
}

/* 
 *
 * -----------------------------------------------------------
 * 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,
.ct__content {
  font-family: "Brain 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;
}

.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;
  user-select: none;
}
.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: #FC6A39;
}
.sb-menu-wide ul li.sb-active,
.sb-tab > .sb-nav > ul li.sb-active {
  border-bottom: 2px solid #FC6A39;
  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 {
  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: 60px;
  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: 30px;
  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;
  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;
}

.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 > ul .sb-loading:before {
  line-height: 30px;
}
.sb-menu-mobile > i, .sb-menu-mobile .sb-mobile {
  display: none;
}
.sb-menu-mobile [data-value=panel]:not(.sb-active) {
  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;
}

.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: "Brain 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;
  top: 50%;
  transform: translateY(-50%);
}
.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,
.sb-profile-list [data-id=envato-purchase-code]:hover,
.sb-profile-list [data-id=envato-purchase-code]: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: 10px;
  right: 10px;
  left: 10px;
  border-radius: 4px;
  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;
  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 a {
  color: #fff;
}
.sb-info-card .sb-icon-link {
  text-decoration: none;
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}
.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);
}
.sb-info-card.sb-info-card-info {
  background: rgb(86, 96, 105);
}

.sb-panel-notes > div > div {
  margin: 0 15px;
  background: #ffeab0;
  padding: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.sb-panel-notes > div > div > span:first-child {
  display: block;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.sb-panel-notes > div > div > span:first-child i {
  position: absolute;
  right: -5px;
  font-size: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 23px;
  margin-top: -5px;
  transition: all 0.5s;
}
.sb-panel-notes > div > div > span:first-child i:hover {
  color: rgb(202, 52, 52);
}
.sb-panel-notes > div > div > span:first-child i.sb-edit-note {
  right: 17px;
  font-size: 16px;
  line-height: 26px;
}
.sb-panel-notes > div > div > span:first-child i.sb-edit-note:hover {
  color: #028be5;
}
.sb-panel-notes > div > div > span:first-child.sb-noname-note {
  margin-bottom: 0;
}
.sb-panel-notes > div > div > span:first-child.sb-noname-note + span {
  padding-right: 35px;
}
.sb-panel-notes > div > div > span:last-child {
  font-size: 13px;
  line-height: 21px;
  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-panel-tags > div:empty {
  margin-bottom: -15px;
}

.sb-tags-box .sb-main {
  float: left;
  width: calc(100% - 40px);
}

.sb-tags-cnt, .sb-panel-tags > div {
  margin: -5px;
}
.sb-tags-cnt > span, .sb-panel-tags > div > span {
  padding: 5px 10px;
  margin: 5px;
  letter-spacing: 0.3px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s;
}

.sb-tags-cnt > span {
  border: 1px dashed transparent;
}
.sb-tags-cnt > span:not(.sb-active):not(:hover) {
  background: none;
  color: rgb(36, 39, 42);
  border-color: rgb(86, 96, 105);
}
.sb-tags-cnt [data-color=""].sb-active, .sb-tags-cnt [data-color=""]:hover {
  background-color: #028be5;
  color: #fff !important;
}

.sb-panel-tags > div {
  margin: 10px;
}
.sb-panel-tags > div span {
  cursor: default;
  letter-spacing: 0.3px;
  font-size: 12px;
}
.sb-panel-tags > div [data-color=""] {
  background-color: #028be5;
  color: #FFF;
}

#sb-add-tag {
  margin: 5px;
  height: 25px;
  width: 25px;
  display: block;
  float: left;
}
#sb-add-tag:before {
  font-size: 15px;
  line-height: 25px;
}

.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: "Brain 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: "Brain 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-select {
  min-width: 0;
}
.sb-filter-btn .sb-select:last-child {
  margin-right: 30px;
}
.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;
}

.sb-admin > .sb-header {
  position: fixed;
  background: rgb(245, 247, 250);
  border-right: 1px solid rgb(212, 212, 212);
  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: "Brain 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: #FC6A39;
}
.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: #FC6A39;
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu a {
  text-decoration: none;
  color: rgb(36, 39, 42);
}
.sb-admin > .sb-header > .sb-admin-nav-right .sb-account .sb-menu a:hover {
  color: #FC6A39;
}
.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-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";
}
.sb-admin #sb-articles:before {
  content: "\e907";
}

.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 {
  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, .sb-admin > main > div > .sb-top-bar > div:last-child .sb-btn-icon + .sb-btn, .sb-admin > main > div > .sb-top-bar > div:last-child .sb-btn + .sb-btn-icon {
  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;
}

.sb-search-dropdown {
  min-width: 391px;
  position: relative;
  text-align: right;
}
.sb-search-dropdown .sb-search-btn {
  margin-left: auto;
}
.sb-search-dropdown .sb-search-btn input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
}
.sb-search-dropdown .sb-search-dropdown-items {
  position: absolute;
  right: 30px;
  left: -1px;
  top: 40px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #028be5;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
  clip-path: inset(0px -10px -10px -10px);
  border-top: none;
  text-align: left;
  display: none;
  z-index: 4;
}
.sb-search-dropdown .sb-search-dropdown-items div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.4s;
}
.sb-search-dropdown .sb-search-dropdown-items div:hover {
  color: #028be5;
}
.sb-search-dropdown .sb-search-dropdown-items:empty {
  padding: 2px;
  margin-top: -2px;
}
.sb-search-dropdown .sb-active + .sb-search-dropdown-items {
  display: block;
}

/*
 *
 * -----------------------------------------------------------
 * CONVERSATIONS 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-top > .sb-select > p span {
  padding-left: 5px;
}
.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% - 90px);
  padding: 10px 0;
}
.sb-board > .sb-admin-list .sb-scroll-area li {
  position: relative;
  padding: 18px 20px 15px 20px;
  max-height: 85px;
  opacity: 0.8;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 6px;
  z-index: 3;
  background: transparent;
  transition: all 0.4s;
}
.sb-board > .sb-admin-list .sb-scroll-area li > .sb-notification-counter {
  position: absolute;
  right: 19px;
  bottom: 24px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
  background: #028be5;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px;
  animation: sb-fade-animation 0.3s;
}
.sb-board > .sb-admin-list .sb-scroll-area li:hover {
  background-color: rgb(245, 247, 250) !important;
}
.sb-board > .sb-admin-list .sb-scroll-area li:hover:after {
  opacity: 0;
}
.sb-board > .sb-admin-list .sb-scroll-area li.sb-active {
  opacity: 1;
  background-color: #f0f4f9 !important;
}
.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-active:before {
  background-color: #028be5;
}
.sb-board > .sb-admin-list .sb-scroll-area li.sb-active:after {
  opacity: 0;
}
.sb-board > .sb-admin-list .sb-scroll-area li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 2px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 2;
}
.sb-board > .sb-admin-list .sb-scroll-area li:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 1px;
  background-color: rgb(212, 212, 212);
  transition: all 0.4s;
  z-index: 2;
}
.sb-board > .sb-admin-list .sb-scroll-area li:last-child:after {
  display: none;
}
.sb-board > .sb-admin-list .sb-scroll-area li .sb-profile .sb-name {
  height: 30px;
  padding-right: 10px;
  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 {
  margin-left: auto;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin-top: -5px;
  white-space: nowrap;
  opacity: 0.8;
}
.sb-board > .sb-admin-list .sb-scroll-area li p {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.3px;
  margin: 13px 0 0 0;
  color: rgb(36, 39, 42);
}
.sb-board > .sb-admin-list .sb-scroll-area li b {
  font-weight: 400;
}
.sb-board > .sb-admin-list .sb-scroll-area li .sb-notification-counter + div + p {
  margin-right: 30px;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"] {
  opacity: 1;
  font-weight: 500;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-conversation-status="2"]:not(.sb-active) {
  background-color: transparent;
}
.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;
  color: #028be5;
}
.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-admin-list.sb-departments-show li.sb-active:before {
  background-color: #028be5 !important;
}
.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 {
  animation: none;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) {
  position: relative;
  z-index: 1;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list):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:not(.sb-rich-list):hover > div {
  opacity: 0.5;
  transition: all 0.4s;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) .sb-card-img + div + .sb-card-extra {
  left: 0;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) .sb-slider .sb-card-img + div + .sb-card-extra {
  left: 15px;
  top: 15px;
}
.sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) .sb-input-btn > div, .sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) .sb-btn, .sb-board .sb-conversation .sb-list .sb-rich-message:not(.sb-rich-list) .sb-select p {
  transition: none;
}
.sb-board .sb-conversation .sb-list .sb-delivery-failed {
  font-size: 14px;
  transform: translateY(2px);
  margin-right: 5px;
  display: inline-block;
  cursor: default;
}
.sb-board .sb-conversation .sb-list.sb-touchmove {
  overflow: hidden;
}
.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:empty {
  display: none;
}
.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: background-color 0.5s, color 0.5s;
}
.sb-board .sb-conversation .sb-editor .sb-suggestions span:hover {
  color: #fff;
  background-color: #028be5;
}
.sb-board .sb-conversation .sb-editor .sb-suggestions span.sb-suggestion-full {
  max-width: 100%;
  white-space: normal;
}
.sb-board .sb-conversation .sb-editor.sb-audio-message-active .sb-textarea, .sb-board .sb-conversation .sb-editor.sb-audio-message-active .sb-bar-icons, .sb-board .sb-conversation .sb-editor.sb-audio-message-active .sb-suggestions, .sb-board .sb-conversation .sb-editor.sb-audio-message-active .sb-attachments {
  display: none;
}
.sb-board .sb-conversation .sb-editor.sb-audio-message-active .sb-bar {
  margin-top: 0;
  justify-content: right;
}
.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);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: width 0.3s;
}
.sb-board .sb-user-details .sb-top {
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.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-left: -10px;
  cursor: pointer;
  line-height: 17px;
  transition: opacity 0.3s;
}
.sb-board .sb-user-details .sb-profile:hover {
  opacity: 0.7;
}
.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=viber-id], .sb-board .sb-user-details .sb-profile-list [data-id=telegram-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], .sb-board .sb-user-details .sb-profile-list [data-id=line-id], .sb-board .sb-user-details .sb-profile-list [data-id=opencart_id] {
  display: none;
}
.sb-board .sb-user-details .sb-user-details-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.sb-board .sb-user-details .sb-user-details-close i {
  line-height: 35px;
}
.sb-board .sb-user-details .sb-user-details-close i:before {
  font-size: 11px;
  line-height: 11px;
}
.sb-board .sb-user-details:not(.sb-active) {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.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 {
  border-left: 1px solid rgb(212, 212, 212);
}
.sb-board .sb-user-details .sb-user-conversations li > div {
  padding-left: 45px;
}
.sb-board .sb-user-details .sb-user-conversations li > div .sb-message {
  font-weight: 400;
}
.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:first-child {
  border-top: 1px solid rgb(212, 212, 212);
  border-top-left-radius: 6px;
}
.sb-board .sb-user-details .sb-user-conversations li:last-child {
  border-bottom-left-radius: 6px;
}
.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: 400;
  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%;
}
.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;
  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 {
  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;
  animation: sb-fade-bottom-animation 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.sb-board.sb-no-conversation .sb-no-conversation-message {
  display: flex;
}
.sb-board .sb-tags-area {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.sb-board .sb-tags-area > i {
  line-height: 8px;
  font-weight: 400;
  background: none;
}

.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;
}

#sb-audio-clip {
  bottom: 0;
  right: auto;
  left: 0;
  top: 0;
  border-radius: 6px;
  background: #fff;
}
#sb-audio-clip .sb-icon:before {
  line-height: 50px;
}

.sb-notes-box .sb-input-setting textarea {
  min-height: 200px;
}

#note-ai-scraping {
  margin-right: 15px;
  max-width: 200px;
}
#note-ai-scraping select {
  min-width: auto;
}

/*
 *
 * -----------------------------------------------------------
 * 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-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: "Brain 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-users td:not(:first-child), .sb-table-users th:not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-table-users.sb-loading {
  text-indent: unset;
  height: 175px;
}
.sb-table-users.sb-loading tbody {
  display: none;
}

.sb-profile-box .sb-profile-list {
  padding-right: 30px;
}
.sb-profile-box .sb-user-conversations > p {
  padding: 10px 15px 8px 15px;
}
.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, .sb-profile-box .sb-hide + .sb-user-conversations {
  display: none;
}
.sb-profile-box.sb-type-agent .sb-agent-area, .sb-profile-box.sb-type-admin .sb-agent-area {
  display: block;
}

.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;
}

.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;
}

#messenger-path-btn:not(.sb-active), #messenger-key:not(.sb-active), #open-ai-assistant-id:not(.sb-active) {
  display: none !important;
}

#tags [data-id=tag-name] {
  min-width: 230px;
  margin-right: 50px;
}
#tags .repeater-item div + div {
  position: absolute;
  bottom: 3px;
  right: 0;
  margin: 0;
}
#tags .repeater-item div + div label {
  display: none;
}

@media (max-height: 1000px) and (min-width: 465px) {
  .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-select.sb-select-colors > p {
  border-radius: 4px;
  transition: none;
  background: none !important;
}
.sb-select.sb-select-colors > p span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  opacity: 1;
}
.sb-select.sb-select-colors > p:after {
  right: 15px;
}
.sb-select.sb-select-colors > p:not(:hover):after {
  color: rgb(86, 96, 105);
}
.sb-select.sb-select-colors > p:hover span {
  background-color: #028be5;
}
.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: #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-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;
  letter-spacing: 0.3px;
  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 .sb-icon-help, .sb-input-setting .sb-icon-help {
  transform: translateY(1px);
  margin: 0 0 0 5px;
  color: #889aaa;
  text-decoration: none;
  display: inline-block;
}
.sb-setting .sb-icon-help:hover, .sb-input-setting .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 input.sb-error, .sb-setting select.sb-error, .sb-setting textarea.sb-error, .sb-input-setting input.sb-error, .sb-input-setting select.sb-error, .sb-input-setting textarea.sb-error {
  border: 1px solid rgb(202, 52, 52);
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}
.sb-setting select, .sb-input-setting select {
  padding: 0 5px;
}
.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: "Brain 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: 220px;
  letter-spacing: 0.3px;
}
.sb-setting label:empty, .sb-input-setting label:empty {
  display: none !important;
}
.sb-setting input[type=number], .sb-input-setting input[type=number] {
  padding-right: 0;
}
.sb-setting .input > .sb-loading:not(.sb-btn):not(.image), .sb-input-setting .input > .sb-loading:not(.sb-btn):not(.image) {
  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: "Brain 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;
  display: block;
}
.sb-setting .bg-main-color, .sb-input-setting .bg-main-color {
  background-color: #FC6A39 !important;
  color: white !important;
}
.sb-setting label.delete-parola:hover, .sb-input-setting label.delete-parola:hover {
  color: rgb(202, 52, 52);
}
.sb-setting div.repeater-multi > div.repeater-item, .sb-input-setting div.repeater-multi > div.repeater-item {
  position: relative;
}
.sb-setting div.repeater-multi > div.repeater-item + .repeater-item, .sb-input-setting div.repeater-multi > div.repeater-item + .repeater-item {
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 20px;
  margin-top: 20px;
}
.sb-setting div.repeater-multi > div.repeater-item > div, .sb-input-setting div.repeater-multi > div.repeater-item > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.sb-setting div.repeater-multi > div.repeater-item > div + div, .sb-input-setting div.repeater-multi > div.repeater-item > div + div {
  margin-top: 10px;
}
.sb-setting div.repeater-multi > div.repeater-item > div:empty, .sb-input-setting div.repeater-multi > div.repeater-item > div:empty {
  display: none;
}
.sb-setting div.repeater-multi > div.repeater-item > div [readonly], .sb-input-setting div.repeater-multi > div.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 div.repeater-multi > div.repeater-item > div [readonly]:hover, .sb-input-setting div.repeater-multi > div.repeater-item > div [readonly]:hover {
  opacity: 1;
}
.sb-setting div.repeater-multi > div.repeater-item > div label, .sb-input-setting div.repeater-multi > div.repeater-item > div label {
  margin-right: 15px;
}
.sb-setting div.repeater-multi > div.repeater-item input, .sb-input-setting div.repeater-multi > div.repeater-item input {
  min-width: 290px;
}
.sb-setting div.repeater-multi > div.repeater-item > i, .sb-input-setting div.repeater-multi > div.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 div.repeater-multi > div.repeater-item > i:hover, .sb-input-setting div.repeater-multi > div.repeater-item > i:hover {
  color: rgb(202, 52, 52);
}
.sb-setting div.repeater-multi > div.repeater-item:first-child > i, .sb-input-setting div.repeater-multi > div.repeater-item:first-child > i {
  margin-top: -8px;
}
.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 > div label, .sb-input-setting .repeater-item > div label {
  margin-right: 15px;
}
.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-setting [data-type=upload-file], .sb-input-setting [data-type=upload-file] {
  width: 100%;
  overflow: hidden;
}
.sb-setting [data-type=upload-file] input, .sb-input-setting [data-type=upload-file] input {
  min-width: 100px;
}
.sb-setting [data-type=upload-file] .sb-btn, .sb-input-setting [data-type=upload-file] .sb-btn {
  margin-left: 5px;
  flex: 0 0 auto;
}
.sb-setting #push-notifications-onesignal-app-id:not(.sb-active), .sb-setting #push-notifications-onesignal-api-key:not(.sb-active), .sb-setting #push-notifications-sw-path:not(.sb-active), .sb-input-setting #push-notifications-onesignal-app-id:not(.sb-active), .sb-input-setting #push-notifications-onesignal-api-key:not(.sb-active), .sb-input-setting #push-notifications-sw-path:not(.sb-active) {
  display: none !important;
}

.sb-type-select.sb-loading select {
  visibility: hidden;
  transition: none;
}

#open-ai-sources-file .repeater-item > div, #open-ai-sources .repeater-item > div {
  align-items: center;
}
#open-ai-sources-file .repeater-item > div label, #open-ai-sources .repeater-item > div label {
  margin-bottom: 0;
}
#open-ai-sources-file .repeater-item i, #open-ai-sources .repeater-item i {
  margin-top: -6px;
}
#open-ai-sources-file .repeater-item + .repeater-item, #open-ai-sources .repeater-item + .repeater-item {
  border-top: none;
  padding-top: 0;
  margin-top: 5px;
}

.sb-area-settings .sb-tab .sb-btn, .sb-btn-white, .sb-lightbox .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, .sb-lightbox .sb-btn-white.sb-icon {
  padding-left: 30px;
}
.sb-area-settings .sb-tab .sb-btn.sb-icon > i, .sb-btn-white.sb-icon > i, .sb-lightbox .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, .sb-lightbox .sb-btn-white.sb-icon > i:before {
  line-height: 33px;
}
.sb-area-settings .sb-tab .sb-btn:hover, .sb-btn-white:hover, .sb-lightbox .sb-btn-white:hover {
  color: #fff;
  border-color: #FC6A39;
  background-color: #FC6A39;
}
.sb-area-settings .sb-tab .sb-btn.sb-loading, .sb-btn-white.sb-loading, .sb-lightbox .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, .sb-lightbox .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-area-articles > .sb-tab {
  max-height: calc(100% - 70px);
}
.sb-area-articles > .sb-tab > .sb-content {
  max-width: 1366px;
  height: 100%;
}
.sb-area-articles > .sb-tab > .sb-content.sb-loading:before {
  left: 10px;
  top: 15px;
}
.sb-area-articles > .sb-tab > .sb-content > h2 {
  margin-top: 6px;
}
.sb-area-articles .sb-add-article, .sb-area-articles .sb-add-category {
  margin-left: 20px !important;
  margin-bottom: 30px !important;
}
.sb-area-articles .sb-add-category, .sb-area-articles .ul-categories {
  display: none !important;
}
.sb-area-articles #editorjs {
  margin-top: -5px;
}
.sb-area-articles[data-type=categories] .sb-nav .sb-add-category {
  display: inline-block !important;
  margin-left: 20px;
}
.sb-area-articles[data-type=categories] .sb-nav .ul-categories {
  display: block !important;
}
.sb-area-articles[data-type=categories] .sb-nav .ul-articles, .sb-area-articles[data-type=categories] .sb-nav .sb-add-article, .sb-area-articles[data-type=categories] .sb-nav + .sb-content-articles {
  display: none !important;
}
.sb-area-articles[data-type=categories] .sb-nav + div + .sb-content-categories {
  display: block !important;
}
.sb-area-articles[data-type=categories] .sb-view-article {
  display: none;
}
.sb-area-articles .sb-content-categories {
  display: none !important;
}
.sb-area-articles #sb-article-id {
  display: block;
  margin-bottom: 30px;
}
.sb-area-articles #sb-article-id span {
  font-weight: 400;
  padding-left: 15px;
}

.sb-content-articles:not([data-id]) .sb-language-switcher {
  display: none;
}

.sb-view-article[href=""] {
  display: none;
}

#category-image {
  max-width: 100px;
  background-size: 60px;
}

.sb-menu-articles .sb-docs {
  text-decoration: none;
  color: rgb(86, 96, 105);
  line-height: 42px;
  opacity: 0.8;
}

.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: "Brain 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-color=red],
[data-value=red],
[data-value=red] > span {
  background-color: #e22424;
  color: #fff;
}

[data-color=yellow],
[data-value=yellow],
[data-value=yellow] > span {
  background-color: #f57812;
  color: #fff;
}

[data-color=green],
[data-value=green],
[data-value=green] > span {
  background-color: #1fa839;
  color: #fff;
}

[data-color=pink],
[data-value=pink],
[data-value=pink] > span {
  background-color: #5b31f1;
  color: #fff;
}

[data-color=gray],
[data-value=gray],
[data-value=gray] > span {
  background-color: #282828;
  color: #fff;
}

[data-color=blue],
[data-value=blue],
[data-value=blue] > span {
  background-color: #008db5;
  color: #fff;
}

.sb-tags-area [data-color=red] {
  color: #e22424;
}
.sb-tags-area [data-color=yellow] {
  color: #f57812;
}
.sb-tags-area [data-color=green] {
  color: #1fa839;
}
.sb-tags-area [data-color=pink] {
  color: #5b31f1;
}
.sb-tags-area [data-color=gray] {
  color: #282828;
}
.sb-tags-area [data-color=blue] {
  color: #008db5;
}

.sb-select-colors > [data-value=red] {
  color: #e22424;
}
.sb-select-colors > [data-value=yellow] {
  color: #f57812;
}
.sb-select-colors > [data-value=green] {
  color: #1fa839;
}
.sb-select-colors > [data-value=pink] {
  color: #5b31f1;
}
.sb-select-colors > [data-value=gray] {
  color: #282828;
}
.sb-select-colors > [data-value=blue] {
  color: #008db5;
}

.sb-board > .sb-admin-list .sb-scroll-area li[data-color=red]:before {
  background-color: #e22424;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-color=yellow]:before {
  background-color: #f57812;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-color=green]:before {
  background-color: #1fa839;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-color=pink]:before {
  background-color: #5b31f1;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-color=gray]:before {
  background-color: #282828;
}
.sb-board > .sb-admin-list .sb-scroll-area li[data-color=blue]:before {
  background-color: #008db5;
}

#departments > .input {
  width: 100%;
}
#departments .repeater-item {
  display: flex;
  border: none;
  padding-top: 0;
}
#departments .repeater-item > div {
  margin: 0;
}
#departments .repeater-item > div:first-child {
  min-width: calc(100% - 128px);
}
#departments .repeater-item input:not([readonly]) {
  min-width: 100px !important;
}
#departments .repeater-item > div + div {
  padding-left: 15px;
}
#departments .repeater-item > div + div label {
  display: none;
}
#departments .repeater-item > i {
  top: 50%;
  margin-top: -7px;
}
#departments .repeater-item label {
  margin-bottom: 0;
  line-height: 35px;
  min-width: 80px;
}
#departments .repeater-item .image {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
#departments .repeater-item .image:before {
  font-size: 7px;
  color: rgb(182, 182, 182);
  margin: -15px 0 0 -16px;
}
#departments .repeater-item .image:hover:before {
  color: #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;
}

.sb-open-ai-faq-box {
  top: 30px !important;
  bottom: 30px;
  margin-top: 0 !important;
  max-height: none !important;
}
.sb-open-ai-faq-box textarea {
  min-height: 66px;
}

/*
 *
 * -----------------------------------------------------------
 * 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 .sb-report-export {
  margin-left: 5px;
}
.sb-area-reports .sb-report-export:not(:hover) {
  border: 1px solid rgb(212, 212, 212);
  opacity: 1;
}
.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: 255px;
}

.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;
}

/*
 *
 * -----------------------------------------------------------
 * MISCELLANEOUS
 * -----------------------------------------------------------
 *
*/
.sb-btn-app-disable {
  display: none !important;
}

@keyframes sb-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
[data-provider=twilio] .sb-whatsapp-box-header, [data-provider=twilio] .sb-whatsapp-box-header + div {
  display: none;
}

.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;
  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-top-bar > div:first-child a {
  text-decoration: none;
}
.sb-lightbox .sb-top-bar > div:first-child a i {
  font-size: 13px;
  color: #b1c2d1;
  margin-left: 15px;
}
.sb-lightbox .sb-top-bar > div:first-child a i:hover {
  color: #028be5;
}
.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 p b {
  font-weight: 500;
}
.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;
  animation: sb-fade-animation 0.4s;
}
.sb-lightbox .sb-repeater {
  width: calc(100% - 25px);
}
.sb-lightbox.sb-lightbox-media {
  animation: none;
  background: #000;
}

.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 {
  height: calc(100% - 50px);
  max-width: 1000px;
}
.sb-profile-edit-box .sb-main,
.sb-profile-box .sb-main {
  display: flex;
  padding: 0 20px;
}
.sb-profile-edit-box .sb-main > div,
.sb-profile-box .sb-main > div {
  height: 100%;
  width: 50%;
}

.sb-direct-message-box, #sb-whatsapp-send-template-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}
.sb-direct-message-box .sb-bottom div + a, #sb-whatsapp-send-template-box .sb-bottom div + a {
  margin-left: 15px;
}
.sb-direct-message-box .sb-bottom > div, #sb-whatsapp-send-template-box .sb-bottom > div {
  font-weight: 500;
  margin: 0 15px;
  color: #028be5;
}
.sb-direct-message-box .sb-bottom > div:empty, #sb-whatsapp-send-template-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#error pre {
  white-space: normal;
}
.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, .sb-dialogflow-intent-box .sb-bot-response {
  position: relative;
}
.sb-dialogflow-intent-box .sb-intent-add i, .sb-dialogflow-intent-box .sb-bot-response i {
  position: absolute;
  margin-left: 15px;
  top: -10px;
}
.sb-dialogflow-intent-box .sb-intent-add i:before, .sb-dialogflow-intent-box .sb-bot-response i:before {
  font-size: 16px;
}
.sb-dialogflow-intent-box .sb-intent-add i.sb-loading:before, .sb-dialogflow-intent-box .sb-bot-response i.sb-loading:before {
  line-height: 30px;
  font-size: 20px;
}
.sb-dialogflow-intent-box .sb-intent-add {
  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-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;
}

#sb-envato-box p, .sb-bold-list p {
  font-weight: 400;
  text-align: left;
}
#sb-envato-box b, .sb-bold-list b {
  display: inline-block;
  width: 150px;
  font-weight: 500;
}

#opencart-order-details {
  padding: 20px 30px;
}
#opencart-order-details .sb-title {
  text-align: left;
}
#opencart-order-details .sb-panel-details {
  border: none;
}
#opencart-order-details .sb-title-opencart-products {
  color: rgb(36, 39, 42);
  margin-top: -30px;
  font-weight: 500;
  font-size: 16px;
}
#opencart-order-details .sb-list-links {
  text-align: left;
}
#opencart-order-details .sb-list-links > a {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#opencart-order-details .sb-list-links > a span:last-child {
  float: right;
}
#opencart-order-details .sb-panel-details {
  display: inline-block;
  width: calc(100% - 150px);
  padding: 0;
}
#opencart-order-details .oc-b-products {
  transform: translateY(-10px);
}

#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;
  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, .sb-panel-opencart .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, .sb-panel-opencart .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;
}

#sb-embeddings-box {
  min-height: 25px;
}
#sb-embeddings-box p {
  margin: 0;
}
#sb-embeddings-box p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0 0 0;
}
#sb-embeddings-box p + div {
  display: none !important;
}

/*
 *
 * -----------------------------------------------------------
 * 3TH PARTY SCRIPTS
 * -----------------------------------------------------------
 *
*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  right: 20px !important;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.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;
  }
}
.codex-editor:after {
  content: "0";
  font-family: "Brain board Icons";
  position: absolute;
  left: 0;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  bottom: 25px;
  opacity: 0.5;
  z-index: -1;
}

.ce-block a {
  color: rgb(36, 39, 42);
}

.ce-header {
  font-size: 16px !important;
  color: rgb(36, 39, 42) !important;
}

.ce-toolbar__actions {
  padding-right: 15px;
}

.ce-block__content, .ce-toolbar__content {
  max-width: 100% !important;
  margin: 0;
}

.cdx-input {
  width: auto;
}

.ce-rawtool__textarea {
  min-height: 0 !important;
  background: rgb(245, 247, 250) !important;
}

.cdx-search-field__icon {
  height: 35px !important;
}

.ct__content {
  color: #fff;
}

.cdx-block {
  max-width: 100% !important;
}

.image-tool__image-picture {
  border-radius: 3px;
}

/*
 *
 * -----------------------------------------------------------
 * CLOUD VERSION
 * -----------------------------------------------------------
 *
*/
#whatsapp-cloud-sync-btn, #whatsapp-cloud-reconnect-btn {
  display: none;
}

.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 #whatsapp-cloud-sync-btn, .sb-cloud #whatsapp-cloud-reconnect-btn {
  display: flex;
}
.sb-cloud #admin-title, .sb-cloud #login-icon, .sb-cloud #login-message, .sb-cloud #envato-purchase-code, .sb-cloud #envato-validation,
.sb-cloud #auto-updates, .sb-cloud #pusher, .sb-cloud #cookie-domain, .sb-cloud #system-requirements, .sb-cloud #sb-path, .sb-cloud #tab-aecommerce, .sb-cloud #admin-icon, .sb-cloud #push-notifications-provider, .sb-cloud #push-notifications-id, .sb-cloud #push-notifications-key,
.sb-cloud #tab-whmcs, .sb-cloud #tab-perfex, .sb-cloud #tab-ump, .sb-cloud #tab-armember, .sb-cloud #tab-martfury, .sb-cloud #logs, .sb-cloud .sb-version, .sb-cloud #amazon-s3, .sb-cloud #whatsapp-twilio-btn.sb-active + #whatsapp-cloud-sync-btn,
.sb-cloud #whatsapp-twilio-btn.sb-active + #whatsapp-cloud-sync-btn + #whatsapp-cloud-reconnect-btn {
  display: none !important;
}
.sb-cloud #google-client-id:not(.sb-active), .sb-cloud #google-client-secret:not(.sb-active), .sb-cloud #google-refresh-token:not(.sb-active), .sb-cloud #open-ai-key:not(.sb-active) {
  display: none !important;
}
.sb-cloud #whatsapp-cloud-key:not(.sb-active), .sb-cloud #whatsapp-twilio-btn:not(.sb-active) {
  display: none !important;
}
.sb-cloud .sb-app-box .sb-input-setting, .sb-cloud .sb-app-box .sb-main .sb-title, .sb-cloud .sb-app-box .sb-btn-app-puchase {
  display: none !important;
}
.sb-cloud .sb-active-app .sb-btn-app-disable {
  display: block !important;
}
.sb-cloud .sb-active-app .sb-activate {
  display: none;
}

.sb-main:not(.sb-cloud) #google-sync-mode, .sb-main:not(.sb-cloud) #open-ai-sync-mode, .sb-main:not(.sb-cloud) #whatsapp-cloud-sync-mode {
  display: none !important;
}

.sb-credits-panel-box p b a {
  display: none !important;
}

.sb-onboarding-box {
  height: calc(100% - 50px);
}
.sb-onboarding-box .sb-input-setting {
  align-items: center;
}
.sb-onboarding-box .sb-input-setting > div:first-child {
  padding-right: 30px;
  width: 100%;
}
.sb-onboarding-box .sb-input-setting > div:last-child {
  flex: 1;
}
.sb-onboarding-box .sb-input-setting h2 {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sb-onboarding-box .sb-input-setting h2 img, .sb-onboarding-box .sb-input-setting h2 i {
  font-size: 18px;
  line-height: 20px;
  margin-left: 15px;
  height: 18px;
  display: block;
  transform: none;
}
.sb-onboarding-box .sb-input-setting h2 a {
  text-decoration: none;
}
.sb-onboarding-box .sb-input-setting .sb-btn {
  width: 70px;
}
.sb-onboarding-box .sb-input-setting .sb-btn.sb-active {
  background-color: rgb(26, 146, 96);
  color: rgb(26, 146, 96);
  cursor: default;
}
.sb-onboarding-box .sb-input-setting .sb-btn.sb-active:after {
  content: "w";
  font-family: "Brain board Icons";
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}
.sb-onboarding-box .sb-input-setting + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 230, 230);
}
.sb-onboarding-box .sb-main > p {
  margin-bottom: 30px;
}

/*
 *
 * -----------------------------------------------------------
 * RESPONSIVE
 * -----------------------------------------------------------
 *
*/
@media (max-width: 1300px) {
  .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: 465px) {
  .sb-menu-mobile > ul {
    box-shadow: none;
  }
}
@media (min-width: 465px) 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: 465px) 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;
  }
}
@media (min-width: 465px) and (max-width: 1140px) {
  .sb-admin > main > div > .sb-top-bar > div:first-child > ul {
    overflow-x: scroll;
  }
}
@media (min-width: 465px) 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;
  }
  .sb-setting, .sb-input-setting {
    display: block;
  }
  .sb-setting > .sb-setting-content, .sb-input-setting > .sb-setting-content {
    max-width: 100%;
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .sb-area-settings > .sb-tab > .sb-nav > ul, .sb-area-reports > .sb-tab > .sb-nav > ul {
    min-width: 180px;
  }
  .sb-area-users .sb-top-bar h2 {
    display: none;
  }
  .sb-menu-wide ul li, .sb-tab > .sb-nav > ul li {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 465px) 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 */
