/*
* 
* ==========================================================
* MAIN.SCSS
* ==========================================================
*
* Main style file of the plugin written in scss.
*
*/
/*
*  
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* Shared css used on both admin and front end. This file is imported only.
*
*/
@font-face {
  font-family: "Support Board Icons";
  src: url("../media/icons/support-board.eot?v=2");
  src: url("../media/icons/support-board.eot?#iefix")
      format("embedded-opentype"),
    url("../media/icons/support-board.woff?v=2") format("woff"),
    url("../media/icons/support-board.ttf?v=2") format("truetype"),
    url("../media/icons/support-board.svg#support-board?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="sb-icon-"]:before,
[class*=" sb-icon-"]:before {
  font-family: "Support Board Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sb-icon-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: "\64";
}

.sb-icon-clip:before {
  content: "\65";
}

.sb-icon-download:before {
  content: "\66";
}

.sb-icon-envelope:before {
  content: "\67";
}

.sb-icon-marker:before {
  content: "\68";
}

.sb-icon-message:before {
  content: "\69";
}

.sb-icon-desktop:before {
  content: "\6a";
}

.sb-icon-plane:before {
  content: "\6b";
}

.sb-icon-phone:before {
  content: "\6c";
}

.sb-icon-settings:before {
  content: "\6d";
}

.sb-icon-user:before {
  content: "\6e";
}

.sb-icon-arrow-down:before {
  content: "\61";
}

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

.sb-icon-calendar:before {
  content: "\62";
}

.sb-icon-search:before {
  content: "\6f";
}

.sb-icon-close:before {
  content: "\70";
}

.sb-icon-message-add:before {
  content: "\71";
}

.sb-icon-emoji:before {
  content: "\72";
}

.sb-icon-menu:before {
  content: "\73";
}

.sb-icon-arrow-left:before {
  content: "\74";
}

.sb-icon-arrow-right:before {
  content: "\75";
}

.sb-icon-check:before {
  content: "\77";
}

.sb-icon-check-circle:before {
  content: "\43";
}

.sb-icon-loader:before {
  content: "\76";
}

.sb-icon-delete:before {
  content: "\78";
}

.sb-icon-padlock:before {
  content: "\79";
}

.sb-icon-shuffle:before {
  content: "\7a";
}

.sb-icon-back:before {
  content: "\41";
}

.sb-icon-file:before {
  content: "\42";
}

.sb-icon-reload:before {
  content: "\44";
}

.sb-icon-help:before {
  content: "\45";
}

.sb-icon-currency:before {
  content: "\48";
}

.sb-icon-language:before {
  content: "\49";
}

.sb-icon-smartphone:before {
  content: "\4a";
}

.sb-icon-clock:before {
  content: "\46";
}

.sb-icon-next:before {
  content: "\47";
}

.sb-icon-plus:before {
  content: "\30";
}

.sb-icon-plus-2:before {
  content: "\4d";
}

.sb-icon-dislike:before {
  content: "\4e";
}

.sb-icon-like:before {
  content: "\4f";
}

.sb-icon-send:before {
  content: "\50";
}

.sb-icon-refresh:before {
  content: "\51";
}

.sb-icon-woocommerce:before {
  content: "\52";
}

.sb-icon-social-fb:before {
  content: "\53";
}

.sb-icon-social-tw:before {
  content: "\54";
}

.sb-icon-social-li:before {
  content: "\55";
}

.sb-icon-social-pi:before {
  content: "\56";
}

.sb-icon-social-wa:before {
  content: "\57";
}

.sb-icon-social-me:before {
  content: "\58";
}

.sb-icon-bar-chart:before {
  content: "\59";
}

.sb-icon-circle:before {
  content: "\e900";
}

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

@font-face {
  font-family: "Support Board Font";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Support Board Font";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@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: "Support Board Font", "Helvetica Neue", "Apple Color Emoji",
    Helvetica, Arial, sans-serif;
}

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

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

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

.sb-no-results {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  color: #566069;
  opacity: 0.7;
}

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

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

.sb-hide,
sb-hidden {
  display: none !important;
}

.sb-scroll-area,
.sb-conversation .sb-list,
.sb-list .sb-message pre,
.sb-rich-table .sb-content,
.sb-admin .sb-top-bar > div:first-child > ul,
.sb-area-settings > .sb-tab > .sb-nav,
.sb-area-reports > .sb-tab > .sb-nav,
.sb-dialog-box pre,
.sb-horizontal-scroll {
  overflow: hidden;
  overflow-y: scroll;
}
.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 #d4d4d4;
  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: #3c3c3c;
  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: #f5f7fa;
}
.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: #ca3434;
  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: #f5f7fa;
}

/*

# 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: whitesmoke;
  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: #f7f7f7;
  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: #004c7d;
}
.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: #566069;
  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: #e01e5a;
  background: rgba(224, 30, 90, 0.06);
  display: inline-block;
  border-radius: 3px;
}
.sb-list .sb-message pre {
  font-family: monospace;
  margin: 0;
  color: #2c506a;
  overflow-x: scroll;
  background: #eeeeee;
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}
.sb-list .sb-message pre code {
  padding: 0;
  color: #2c506a;
  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 #d4d4d4;
}
.sb-list .sb-message-attachments a {
  text-decoration: none;
  font-style: normal;
  color: #566069;
  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: "\65";
  font-family: "Support Board Icons";
  position: absolute;
  left: 0;
  font-size: 15px;
  opacity: 0.8;
  line-height: 21px;
}
.sb-list .sb-message-attachments a:hover {
  color: #028be5;
}
.sb-list .sb-message-attachments a + a {
  margin-top: 7px;
}
.sb-list .sb-message-attachments:empty {
  display: none;
}
.sb-list .sb-time {
  opacity: 0.9;
  color: #566069;
  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: #566069;
  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: #24272a;
  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: #566069;
  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: #004c7d;
}

#sb-audio-clip {
  display: none;
  align-items: center;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 50px;
  left: 0;
  background: #fbfbfb;
  color: #566069;
  z-index: 2;
}
#sb-audio-clip .sb-icon {
  font-size: 15px;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  cursor: pointer;
  color: #566069;
  transition: color 0.5s;
}
#sb-audio-clip .sb-icon:before {
  line-height: 55px;
}
#sb-audio-clip .sb-icon-mic {
  font-size: 20px;
  color: #ca3434;
}
#sb-audio-clip .sb-icon-close {
  font-size: 11px;
}
#sb-audio-clip .sb-icon-close:hover {
  color: #ca3434;
}
#sb-audio-clip .sb-btn-mic {
  color: #ca3434;
}
#sb-audio-clip .sb-btn-mic:hover {
  color: #24272a;
}
#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 #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
#sb-audio-clip.sb-active {
  display: flex;
}

/*

# EDITOR
==========================================================

*/
.sb-editor {
  background: #fbfbfb;
  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: #566069 !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: #004c7d;
}
.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: "Support Board Icons";
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: #566069;
}
.sb-editor .sb-bar-icons > div.sb-btn-attachment:before {
  content: "\65";
}
.sb-editor .sb-bar-icons > div.sb-btn-saved-replies:before {
  content: "\71";
  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: "\72";
}
.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: "\52";
  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: #ca3434;
  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: #e0ecf6 !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: "\4d";
  font-family: "Support Board Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  font-size: 13px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  color: #028be5;
}

.sb-cnt .sb-message br {
  display: none;
}
/*

# ARTICLES 
==========================================================

*/
.sb-article .sb-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
}
.sb-article .sb-title .sb-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.sb-article .sb-title .sb-icon-close:hover {
  color: #ca3434;
}
.sb-article .sb-content {
  font-size: 13px;
  line-height: 25px;
  color: #566069;
  letter-spacing: 0.3px;
}
.sb-article .sb-content > img,
.sb-article .sb-content .sb-image {
  max-width: 100%;
  margin: 15px 0;
  display: block;
}
.sb-article .sb-btn-text {
  margin-top: 25px;
}
.sb-article ul {
  padding-left: 15px;
}
.sb-article ul li {
  list-style: disc;
}
.sb-article ul a {
  color: #24272a;
  text-decoration: underline;
}
.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 .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 #d4d4d4;
}
.sb-article[data-user-rating="1"] [data-rating="positive"] {
  color: #1a9260;
  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: #ca3434;
  cursor: default;
}

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

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

.sb-articles-page {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 15px;
  line-height: 27px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  color: #24272a;
}
.sb-articles-page .sb-panel-main {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  padding: 20px;
  overflow: hidden;
  min-width: 0;
}
.sb-articles-page .sb-panel-side {
  flex: 2 2 600px;
  border-left: 1px solid #d4d4d4;
  background-color: #f5f7fa;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px;
}
.sb-articles-page .sb-panel-side .sb-title {
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px 0;
}
.sb-articles-page .sb-panel-side .sb-input input {
  background-color: #fff;
}
.sb-articles-page .sb-panel-side .sb-input + .sb-title {
  margin-top: 30px;
}
.sb-articles-page .sb-article .sb-content {
  font-size: 14px;
}
.sb-articles-page .sb-articles,
.sb-articles-page .sb-article {
  animation: sb-fade-animation 0.5s;
}
.sb-articles-page .sb-articles > div > div {
  font-size: 14px;
}

.sb-article-categories > div {
  padding-bottom: 10px;
}
.sb-article-categories > div span {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
.sb-article-categories > div span:hover,
.sb-article-categories > div span.sb-active {
  color: #028be5;
}

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

.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: "\76";
  font-family: "Support 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
==========================================================

*/

/* existing */
/* .sb-btn,
a.sb-btn {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #028be5;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
} */

.sb-btn {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #028be5;
  /* background-color: transparent !important; */
  text-decoration: none;
  color: #fff;
  /* color: #252576;  */
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  /* border: 1px solid #252576;  */
  text-align: left;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
  /* display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; */
}
.btn-img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .btn-img > object {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.btn-img > svg {
  height: 24px;
  width: 24px;
  fill: white;
  /* fill: rgb(60, 60, 141); */
}
.btn-img > svg g {
  /* height: 24px;
  width: 24px; */
  stroke: white;
  /* stroke: rgb(60, 60, 141); */
}

.sb-btn:hover > .btn-img > svg {
  fill: white;
}

.sb-btn:hover > .btn-img > svg g {
  stroke: white;
}

.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: #252576 !important; */
  background-color: #252576;
  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: #24272a;
}
.sb-btn.sb-btn-black:hover {
  background-color: #566069;
}

.sb-btn.sb-btn-red {
  background-color: #ca3434;
}
.sb-btn.sb-btn-red:hover {
  background-color: #24272a;
}

.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: #24272a;
}
.sb-btn-icon i {
  line-height: 40px;
  font-size: 18px;
  width: 33px;
}
.sb-btn-icon i:before {
  font-size: 18px;
  line-height: 35px;
}
.sb-btn-icon i.sb-icon-file:before {
  font-size: 19px;
  display: block;
  transform: translateY(1px);
}
.sb-btn-icon:before {
  font-size: 23px;
  line-height: 35px;
}
.sb-btn-icon:hover {
  opacity: 1;
  border-color: #028be5;
  color: #028be5;
  background-color: rgba(39, 156, 255, 0.08);
}
.sb-btn-icon.sb-btn-red:hover {
  border-color: #ca3434;
  color: #ca3434;
  background-color: rgba(202, 52, 52, 0.1);
}
.sb-btn-icon.sb-btn-red:hover i {
  color: #ca3434 !important;
}

.sb-btn-text {
  color: #566069;
  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: normal;
  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: #ca3434;
}

/*

# 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: #566069;
}
.sb-input > input,
.sb-input > select,
.sb-input > textarea {
  position: static;
  border-radius: 4px !important;
  color: #24272a;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  border: 1px solid #d4d4d4;
  background-color: #f8f8f9;
  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: #24272a;
  outline: none !important;
}
.sb-input > input.sb-error,
.sb-input > select.sb-error,
.sb-input > textarea.sb-error {
  border: 1px solid #ca3434;
  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: "\77" !important;
  font-family: "Support Board Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 35px;
  font-size: 15px;
  color: #028be5;
  margin: 0;
  width: 100%;
  height: 100%;
}
.sb-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: #566069;
}
.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: #004c7d;
}
.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 #d4d4d4;
  width: 100%;
  height: 100px;
  position: relative;
  cursor: pointer;
  background-color: #f8f8f9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.sb-input-image .image:before {
  content: "\70";
  font-family: "Support Board Icons" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 9px;
  color: #566069;
  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: #566069;
  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: #ca3434;
}
.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: #24272a;
  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: #24272a;
  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: #ca3434;
}
.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: #028be5;
}

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

/*

# POPUP
==========================================================

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

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

/*

# EMOJI
==========================================================

*/
.sb-popup.sb-emoji {
  bottom: 71px;
  left: 28px;
  height: 285px;
}
.sb-popup.sb-emoji .sb-emoji-list {
  height: calc(100% - 80px);
  padding-right: 15px;
  margin: 0 0 15px 15px;
}
.sb-popup.sb-emoji .sb-emoji-list > ul {
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}
.sb-popup.sb-emoji .sb-emoji-list > ul > li {
  overflow: hidden;
  min-width: 0;
  text-align: center;
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}
.sb-popup.sb-emoji .sb-emoji-list > ul > li:hover {
  transform: scale(1.2);
}
.sb-popup.sb-emoji .sb-emoji-list > ul > li.sb-emoji-title {
  grid-column: 1 / 9;
  text-align: left;
}
.sb-popup.sb-emoji .sb-emoji-bar {
  position: absolute;
  top: 65px;
  bottom: 15px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.sb-popup.sb-emoji .sb-emoji-bar > div {
  width: 4px;
  height: 100%;
  background: #ececec;
  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: #24272a;
  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: "\61";
  font-family: "Support Board Icons";
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
.sb-select p:hover {
  color: #028be5;
}
.sb-select p.sb-error {
  color: #ca3434;
}
.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: #028be5;
}
div ul.sb-menu li:hover,
.sb-select ul li:hover {
  background-color: #028be5;
  color: #fff;
}

/*

# RICH MESSAGES
==========================================================

*/
.sb-rich-message {
  letter-spacing: 0.3px;
  padding: 5px 0;
}
.sb-rich-message .sb-top,
.sb-rich-message .sb-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.sb-rich-message .sb-text {
  color: #566069;
  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,
    whitesmoke 0%,
    whitesmoke 40%,
    white 100%
  ) !important;
  color: #028be5;
  width: auto;
  min-width: 0;
  padding: 0 5px;
}
.sb-rich-message .sb-input > span.sb-filled {
  color: #8f8f8f;
}
.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 #d4d4d4;
  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: #566069;
  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: #ca3434;
}
.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: gray;
  padding: 15px 0;
}
.sb-rich-message .sb-link-area a {
  color: gray;
  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: #24272a;
}
.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: white;
  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: #004c7d;
  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: white;
  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: flex;
  border-radius: 35px; /*15px 0px 15px;*/
  align-items: center;
  justify-content: space-between; /*space-between;*/
  gap: 12px;
  width: auto;
}

.sb-rich-message .sb-btn2 {
  width: auto;
  display: flex;
  border-radius: 0 35px 35px 0;
  align-items: center;
  justify-content: center; /*space-between;*/
  gap: 12px;
  width: auto;
}
/* .sb-rich-message .sb-btn > .sb-submit {
  width: 100%;
} */

.sb-rich-message[disabled] .sb-buttons .sb-btn {
  background: none;
  border: 1px solid #d4d4d4;
  color: #24272a !important;
  font-weight: 400;
  cursor: default;
}
.sb-rich-message[disabled] .sb-input-text {
  border: 1px solid #d4d4d4 !important;
  border-radius: 4px;
}
.sb-rich-message[disabled] .sb-input-text span {
  color: #24272a;
  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 #d4d4d4 !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: #24272a !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 #cfcfcf;
  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: #24272a;
  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: #1a9260;
}
.sb-rating [data-rating="positive"]:hover {
  color: #1a9260;
}
.sb-rating [data-rating="negative"] {
  cursor: pointer;
}
.sb-rating [data-rating="negative"] span {
  background-color: #ca3434;
}
.sb-rating [data-rating="negative"]:hover {
  color: #ca3434;
}

.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: #566069;
}
.sb-articles > div:hover > div {
  color: #028be5;
}
.sb-articles > div + div {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
.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: #566069;
}

.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: whitesmoke;
  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;
}

/*
     
# GLOBAL
==========================================================

*/
@keyframes sb-chat-open-animation {
  0% {
    opacity: 0;
    bottom: -55px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sb-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
@keyframes sb-popup-animation {
  0% {
    opacity: 0;
    transform: translateY(100px) translateX(100px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
  }
}
@keyframes sb-header-agent-animation-1 {
  0% {
    left: -60px;
    opacity: 0;
  }
  50% {
    left: 20px;
    opacity: 1;
  }
  100% {
    left: -60px;
    opacity: 0;
  }
}
@keyframes sb-header-agent-animation-2 {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 60px;
  }
  100% {
    margin-left: 0;
  }
}
.sb-main ::-webkit-input-placeholder,
.sb-articles-page ::-webkit-input-placeholder {
  color: #a5aeb6;
}

.sb-main ::-moz-placeholder,
.sb-articles-page ::-moz-placeholder {
  color: #a5aeb6;
}

.sb-main :-ms-input-placeholder,
.sb-articles-page :-ms-input-placeholder {
  color: #a5aeb6;
}

.sb-main :-moz-placeholder,
.sb-articles-page :-moz-placeholder {
  color: #a5aeb6;
}

.sb-progress {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 7px;
  border-radius: 12px;
  background: rgba(144, 154, 165, 0.35);
}
.sb-progress > div {
  height: 2px;
  background: #909aa5;
}

.sb-main li {
  margin: 0;
}

div ul.sb-menu li:hover,
.sb-select ul li:hover {
  color: #fff !important;
}

.sb-main [data-color=""] {
  background-color: #f2f5f5;
}
.sb-main [data-color="red"] {
  background-color: #eeccca;
}
.sb-main [data-color="yellow"] {
  background-color: #ffe8b5;
}
.sb-main [data-color="green"] {
  background-color: #c1e6c8;
}
.sb-main [data-color="pink"] {
  background-color: #d1d3ec;
}
.sb-main [data-color="gray"] {
  background-color: #dddddd;
}
.sb-main [data-color="blue"] {
  background-color: #c2dcf0;
}

.sb-ul > span {
  position: relative;
  display: block;
  padding-left: 20px;
}
.sb-ul > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 2px;
  margin-top: -1px;
  border-radius: 1px;
  background: #028be5;
}

/*

# CHAT
==========================================================

*/
.sb-chat {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99995;
  color: #24272a;
  direction: ltr;
}
.sb-chat .sb-scroll-area {
  min-height: 450px;
  background-size: cover;
  margin: 0;
}
.sb-chat .sb-scroll-area > .sb-list {
  float: left;
  clear: both;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}
.sb-chat .sb-scroll-area > .sb-list .sb-notify-message {
  position: absolute;
  top: 95px;
  z-index: 9;
  max-height: 91px;
  overflow: hidden;
  animation: none;
  background-color: #fff;
  width: 100%;
  max-width: calc(90% - 30px);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #f5f7fa;
}
.sb-chat b,
.sb-chat strong {
  font-weight: 500;
}
.sb-chat ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sb-chat ul li {
  list-style: none;
}
.sb-chat .sb-close-chat {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  z-index: 999995;
}
.sb-chat .sb-responsive-close-btn {
  display: none;
}
.sb-chat .sb-scroll-area .sb-header {
  color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  background-color: #028be5;
  background-size: cover;
}
.sb-chat .sb-scroll-area .sb-header .sb-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-chat .sb-scroll-area .sb-header .sb-text {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}
.sb-chat .sb-scroll-area .sb-header .sb-profiles {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.4s;
}
.sb-chat .sb-scroll-area .sb-header .sb-profiles > div {
  margin: 0 10px;
  position: relative;
}
.sb-chat .sb-scroll-area .sb-header .sb-profiles > div > img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 !important;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.sb-chat .sb-scroll-area .sb-header .sb-profiles > div > span {
  display: block;
  text-align: center;
  overflow: hidden;
  left: -35px;
  right: -35px;
  height: 28px;
  top: -25px;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 0 15px;
  line-height: 29px;
  background: #00080d !important;
  border-radius: 20px;
  box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
}
.sb-chat .sb-scroll-area .sb-header .sb-profiles > div:hover > span {
  top: -40px;
  opacity: 1;
  transition: all 0.4s;
}
.sb-chat .sb-scroll-area .sb-header .sb-brand {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  height: 50px;
  transition: all 0.4s;
}
.sb-chat .sb-scroll-area .sb-header .sb-brand img {
  max-height: 50px;
}
.sb-chat .sb-scroll-area .sb-header .sb-dashboard-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  left: -60px;
  opacity: 0.5;
  transition: all 0.5s;
}
.sb-chat .sb-scroll-area .sb-header .sb-dashboard-btn:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.sb-chat .sb-scroll-area .sb-header .sb-dashboard-btn:before {
  line-height: 40px;
}
.sb-chat .sb-scroll-area .sb-header:hover .sb-dashboard-btn {
  left: 20px;
  opacity: 1;
}
.sb-chat .sb-scroll-area .sb-header.sb-header-panel {
  padding: 5px;
  font-size: 17px;
  line-height: 46px;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0 !important;
  opacity: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding: 5px 60px 5px 30px;
  z-index: 9;
}
.sb-chat .sb-scroll-area .sb-header.sb-header-panel .sb-dashboard-btn {
  opacity: 1;
  display: block;
  left: auto;
  right: 10px;
  font-size: 12px;
  background: none;
  top: 8px;
}
.sb-chat .sb-scroll-area .sb-header.sb-header-panel .sb-dashboard-btn:hover {
  background: rgba(0, 0, 0, 0.25);
}
.sb-chat .sb-scroll-area .sb-header.sb-header-panel .sb-dashboard-btn:before {
  line-height: 40px;
}
.sb-chat .sb-scroll-area .sb-header.sb-header-panel + div + .sb-editor {
  display: none;
}
.sb-chat .sb-header-main {
  padding: 0 20px 25px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.sb-chat .sb-header-main > div {
  position: relative;
  bottom: auto;
}
.sb-chat .sb-header-main > .sb-dashboard-btn {
  top: 10px;
  right: 14px;
  left: auto !important;
  background: none !important;
  font-size: 10px;
  width: 20px !important;
  height: 23px !important;
  line-height: 23px !important;
  text-align: right !important;
  display: block;
  z-index: 9;
}
.sb-chat .sb-header-main > .sb-dashboard-btn:hover {
  opacity: 1;
}
.sb-chat .sb-header-main > .sb-dashboard-btn:before {
  line-height: 23px !important;
}
.sb-chat .sb-header-main .sb-title {
  padding: 30px 0 15px 0;
}
.sb-chat .sb-header-main .sb-brand + .sb-title {
  padding-top: 22px;
}
.sb-chat .sb-header-main + .sb-list {
  margin-top: 218px;
}
.sb-chat .sb-header-main:hover > .sb-icon-close:not(:hover) {
  opacity: 0.5;
}
.sb-chat .sb-header-main .sb-label-date-top {
  display: none;
}
.sb-chat .sb-header-hide {
  display: none;
}
.sb-chat .sb-header-hide + .sb-scroll-area {
  border-top: 2px solid #028be5;
}
.sb-chat .sb-scroll-area.sb-texture-1 {
  background-image: url(../media/textures/texture-1.png);
}
.sb-chat .sb-texture-1 .sb-header {
  background-image: url(../media/textures/texture-1-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-2 {
  background-image: url(../media/textures/texture-2.png);
}
.sb-chat .sb-texture-2 .sb-header {
  background-image: url(../media/textures/texture-2-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-3 {
  background-image: url(../media/textures/texture-3.png);
}
.sb-chat .sb-texture-3 .sb-header {
  background-image: url(../media/textures/texture-3-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-4 {
  background-image: url(../media/textures/texture-4.png);
}
.sb-chat .sb-texture-4 .sb-header {
  background-image: url(../media/textures/texture-4-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-5 {
  background-image: url(../media/textures/texture-5.png);
}
.sb-chat .sb-texture-5 .sb-header {
  background-image: url(../media/textures/texture-5-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-6 {
  background-image: url(../media/textures/texture-6.png);
}
.sb-chat .sb-texture-6 .sb-header {
  background-image: url(../media/textures/texture-6-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-7 {
  background-image: url(../media/textures/texture-7.png);
}
.sb-chat .sb-texture-7 .sb-header {
  background-image: url(../media/textures/texture-7-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-8 {
  background-image: url(../media/textures/texture-8.png);
}
.sb-chat .sb-texture-8 .sb-header {
  background-image: url(../media/textures/texture-8-2.png);
}
.sb-chat .sb-scroll-area.sb-texture-9 {
  background-image: url(../media/textures/texture-9.png);
}
.sb-chat .sb-texture-9 .sb-header {
  background-image: url(../media/textures/texture-9-2.png);
}
.sb-chat.sb-no-conversations .sb-header-main:hover .sb-profiles {
  opacity: 1;
}
.sb-chat.sb-no-conversations .sb-header-main:hover .sb-profiles span {
  display: block;
}
.sb-chat.sb-no-conversations .sb-header-main:hover .sb-brand {
  opacity: 1;
}
.sb-chat.sb-no-conversations .sb-dashboard-conversations .sb-title {
  display: none;
}
.sb-chat.sb-dashboard-disabled .sb-header-agent .sb-dashboard-btn {
  display: none;
}
.sb-chat.sb-dashboard-disabled .sb-header-agent .sb-profile {
  animation: none;
  margin-left: 0 !important;
}
.sb-chat.sb-dashboard-disabled .sb-header-agent:hover .sb-profile {
  margin-left: 0 !important;
}
.sb-chat .sb-conversations-hidden .sb-btn-all-conversations {
  display: inline-block !important;
}
.sb-chat .sb-conversations-hidden > ul > li:nth-of-type(1n + 4) {
  display: none;
}
.sb-chat .sb-header-agent {
  padding: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0 !important;
  opacity: 1 !important;
  z-index: 9;
}
.sb-chat .sb-header-agent + .sb-list {
  padding-top: 90px;
  margin-top: 0;
}
.sb-chat .sb-header-agent:hover .sb-profile {
  margin-left: 60px !important;
}
.sb-chat .sb-header-agent:hover .sb-dashboard-btn {
  left: 20px !important;
  opacity: 1 !important;
}
.sb-chat .sb-header-agent.sb-header-animation .sb-dashboard-btn {
  animation: sb-header-agent-animation-1 2.5s;
  animation-delay: 1.5s;
}
.sb-chat .sb-header-agent.sb-header-animation .sb-profile {
  animation: sb-header-agent-animation-2 2.5s;
  animation-delay: 1.5s;
}
.sb-chat .sb-header-agent .sb-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: all 0.4s;
}
.sb-chat .sb-header-agent .sb-profile > .sb-profileGroup {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.sb-chat .sb-header-agent .sb-profile > .bot-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-chat .sb-header-agent .sb-profile > .bot-menu > .home-icon {
  position: absolute;
  top: 64px;
  left: -8;
  right: 0;
  z-index: 111;
}
.sb-chat .sb-header-agent .sb-profile > .bot-menu > .home-icon button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.sb-chat .sb-header-agent .sb-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}
.sb-chat .sb-header-agent .sb-profile > div {
  height: 40px;
}
.sb-chat .sb-header-agent .sb-profile > div span {
  display: block;
  line-height: 22px;
}
.sb-chat .sb-header-agent .sb-profile .sb-name {
  letter-spacing: 0.5px;
  font-size: 14px;
}
.sb-chat .sb-header-agent .sb-profile .sb-status {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
}
.sb-chat .sb-header-agent .sb-profile .sb-status:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: -4px;
  top: 50%;
  left: 0;
  background: #d4d4d4;
}
.sb-chat .sb-header-agent .sb-profile .sb-status.sb-status-online:before {
  background: #13ca7e;
}
.sb-chat .sb-header-agent .sb-profile .sb-status-typing {
  padding-left: 0;
  float: left;
}
.sb-chat .sb-header-agent .sb-profile .sb-status-typing:before {
  display: none;
}
.sb-chat .sb-header-agent .sb-profile .sb-status-typing:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% + 5px);
  bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  animation: sb-typing 1s infinite;
}
.sb-chat.sb-dashboard-active .sb-scroll-area {
  -ms-overflow-style: none;
}
.sb-chat.sb-dashboard-active .sb-dashboard-btn {
  display: none;
}
.sb-chat.sb-dashboard-active .sb-profiles,
.sb-chat.sb-dashboard-active .sb-brand {
  opacity: 1 !important;
}
.sb-chat.sb-dashboard-active .sb-profiles span,
.sb-chat.sb-dashboard-active .sb-brand span {
  display: block !important;
}
.sb-chat.sb-dashboard-active:not(.sb-panel-active) .sb-scroll-area {
  background: #f3f3f3;
}
.sb-chat.sb-dashboard-active .sb-editor {
  display: none;
}
.sb-chat.sb-dashboard-active .sb-header-main {
  padding: 0 20px 65px 20px;
  z-index: 0;
}
.sb-chat.sb-dashboard-active .sb-header-type-minimal {
  padding: 0 20px 31px 20px;
}
.sb-chat:not(.sb-dashboard-active) .sb-header-main > div {
  opacity: 1 !important;
  top: 0 !important;
}
.sb-chat.sb-panel-active .sb-editor {
  display: none;
}
.sb-chat > .sb-body {
  display: none;
  position: absolute;
  width: 360px;
  max-height: 650px;
  background: #fff;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
  z-index: 99995;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.4s;
}
.sb-chat.sb-active > .sb-body {
  display: flex;
  animation: sb-chat-open-animation 0.4s;
}
.sb-chat.sb-notify-active .sb-header-agent + .sb-list {
  padding-top: 170px !important;
}
.sb-chat.sb-notify-active:not(.sb-dashboard-active)
  .sb-header-main
  .sb-profiles,
.sb-chat.sb-notify-active:not(.sb-dashboard-active)
  .sb-header-main
  .sb-brand
  + div
  + .sb-text {
  visibility: hidden;
}
.sb-chat.sb-notify-active:not(.sb-dashboard-active)
  .sb-header-main
  + .sb-list
  .sb-notify-message {
  top: 130px;
}
.sb-chat.sb-notify-active:not(.sb-dashboard-active)
  .sb-header-type-minimal
  + .sb-list {
  padding-top: 30px;
}
.sb-chat.sb-queue-active .sb-header-agent:hover .sb-profile {
  margin-left: 0 !important;
}
.sb-chat.sb-queue-active .sb-dashboard-btn {
  display: none;
}
.sb-chat.sb-queue-active .sb-dashboard-btn,
.sb-chat.sb-queue-active .sb-profile {
  animation: none !important;
}
.sb-chat .sb-editor {
  padding: 0;
}
.sb-chat .sb-editor .sb-textarea {
  padding: 15px 120px 15px 15px;
  border-top: 1px solid #dee5ec;
}
.sb-chat .sb-editor .sb-attachments {
  padding: 0 15px 10px 15px;
}
.sb-chat .sb-editor .sb-attachments:empty {
  padding-bottom: 0;
}
.sb-chat .sb-editor .sb-bar {
  padding: 15px 15px 15px 0;
}
.sb-chat .sb-editor .sb-btn {
  height: 22px;
  line-height: 24px;
  font-size: 11px;
  background: none;
  border: 1px solid #566069;
  color: #566069;
  transition: all 0.4s;
  opacity: 0.5;
}
.sb-chat .sb-editor .sb-btn:hover {
  opacity: 1;
}
.sb-chat .sb-editor .sb-bar-icons > div:not(:hover) {
  opacity: 0.5;
}
.sb-chat .sb-editor .sb-btn-saved-replies,
.sb-chat .sb-editor .sb-btn-rich-messages {
  display: none;
}
.sb-chat .sb-editor .sb-loader {
  right: 15px;
  background: #fbfbfb;
}
.sb-chat .sb-editor.sb-active .sb-bar + .sb-popup.sb-emoji:after {
  right: 40px;
}
.sb-chat .sb-editor.sb-active .sb-textarea {
  padding-right: 85px;
}
.sb-chat .sb-editor.sb-active.sb-disabled-2 .sb-textarea {
  padding-right: 80px;
}
.sb-chat .sb-editor.sb-active .sb-bar-icons > div {
  margin-right: 0;
}
.sb-chat .sb-editor.sb-drag {
  left: 2px;
  bottom: 2px;
  border-radius: 4px;
  width: calc(100% - 4px);
}
.sb-chat .sb-editor.sb-disabled-1 .sb-textarea {
  padding-right: 80px;
}
.sb-chat .sb-editor.sb-disabled-2 .sb-textarea {
  padding-right: 50px;
}
.sb-chat .sb-popup.sb-emoji {
  bottom: 160px;
  transform: none;
}
.sb-chat .sb-popup.sb-emoji:after {
  left: auto;
  right: 8px;
}
.sb-chat .sb-list,
.sb-chat .sb-dashboard,
.sb-chat .sb-panel {
  display: none;
}
.sb-chat .sb-list.sb-active,
.sb-chat .sb-dashboard.sb-active,
.sb-chat .sb-panel.sb-active {
  display: block;
}
.sb-chat .sb-dashboard > div,
.sb-chat .sb-init-form {
  text-align: center;
  color: #566069;
  background: #fff;
  margin: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.sb-chat .sb-dashboard > div > .sb-title,
.sb-chat .sb-dashboard > div > .sb-top,
.sb-chat .sb-dashboard > div > div > .sb-title,
.sb-chat .sb-dashboard > div > div > .sb-top,
.sb-chat .sb-init-form > .sb-title,
.sb-chat .sb-init-form > .sb-top,
.sb-chat .sb-init-form > div > .sb-title,
.sb-chat .sb-init-form > div > .sb-top {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.sb-chat .sb-dashboard {
  position: relative;
  z-index: 2;
  margin-top: 210px;
  min-height: 350px;
  background: none;
}
.sb-chat .sb-dashboard.sb-active {
  animation: sb-fade-animation 0.5s;
}
.sb-chat .sb-dashboard > div .sb-user-conversations {
  padding: 10px 0;
}
.sb-chat .sb-dashboard > div .sb-user-conversations li {
  border: none;
  padding: 10px 25px;
  margin: 0;
  text-align: left;
  list-style: none;
}
.sb-chat .sb-dashboard > div .sb-user-conversations li .sb-time {
  font-size: 12px;
  opacity: 0.8;
}
.sb-chat .sb-dashboard > div .sb-user-conversations > p {
  padding: 25px;
}
.sb-chat .sb-dashboard > div .sb-user-conversations:empty {
  padding: 0;
}
.sb-chat .sb-dashboard > div > .sb-btn {
  width: auto;
  margin: 13px auto;
  font-weight: 500;
  color: #4a4a4a;
  border-radius: 4px;
  padding: 0 15px;
  background-color: transparent;
  font-size: 13px;
}
.sb-chat .sb-dashboard > div > .sb-btn:hover {
  background-color: #028be5;
  border-color: #028be5;
  color: #fff;
}
.sb-chat
  .sb-dashboard
  > div
  .sb-one-conversation:not(:empty)
  + .sb-btn-new-conversation,
.sb-chat .sb-dashboard > div .sb-btn-all-conversations {
  display: none;
}
.sb-chat .sb-dashboard .sb-input-btn {
  margin: 25px;
}
.sb-chat .sb-dashboard .sb-input-btn input {
  line-height: 40px;
  min-height: 40px;
}
.sb-chat .sb-dashboard .sb-articles {
  margin: 25px;
}
.sb-chat .sb-header-type-minimal:not(.sb-header-agent) + .sb-list {
  margin-top: 160px;
}
.sb-chat .sb-header-type-minimal:not(.sb-header-agent) + div + .sb-dashboard {
  margin-top: 170px;
}
.sb-chat
  .sb-header-type-minimal:not(.sb-header-agent)
  + div
  + div
  + div
  + .sb-init-form {
  margin-top: 150px;
}
.sb-chat .sb-panel {
  padding: 90px 30px 30px;
  min-height: calc(100% - 120px);
}
.sb-chat .sb-panel.sb-loading:before {
  top: 100px;
}
.sb-chat.sb-init-form-active .sb-editor,
.sb-chat.sb-init-form-active .sb-scroll-area .sb-list,
.sb-chat.sb-init-form-active .sb-scroll-area .sb-dashboard {
  display: none;
}
.sb-chat.sb-init-form-active .sb-header-main {
  padding: 0 20px 65px 20px;
}
.sb-chat.sb-init-form-active .sb-scroll-area {
  background: #f3f3f3;
}
.sb-chat .sb-init-form {
  margin-top: 210px;
  position: relative;
  z-index: 9;
  text-align: left;
}
.sb-chat .sb-init-form .sb-title {
  text-align: center;
}
.sb-chat .sb-init-form .sb-text {
  padding: 0 25px;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 25px;
  margin: 15px 0 20px 0;
  color: #566069;
}
.sb-chat .sb-init-form .sb-btn {
  margin: 25px;
}
.sb-chat .sb-init-form .sb-top + .sb-form {
  padding-top: 10px;
}
.sb-chat .sb-init-form .sb-form {
  padding: 0 25px;
}
.sb-chat .sb-init-form .sb-form + .sb-btn {
  margin-top: 25px;
}
.sb-chat .sb-init-form .sb-form + .sb-form {
  margin-top: 15px;
}
.sb-chat .sb-init-form .sb-form:empty {
  display: none;
}
.sb-chat .sb-init-form .sb-input > span.sb-active {
  background: #fff !important;
}
.sb-chat .sb-init-form .sb-info {
  margin: -10px 25px 25px 25px;
  padding-bottom: 15px;
  text-align: center;
}
.sb-chat .sb-init-form .sb-link-area {
  padding: 25px 25px 0 25px;
}
.sb-chat .sb-init-form .sb-buttons {
  padding: 25px;
  margin: 0;
  text-align: center;
}
.sb-chat .sb-init-form .sb-buttons > div {
  margin: 0;
  border-radius: 30px;
}
.sb-chat .sb-init-form .sb-buttons > div + div {
  margin-top: 15px;
}
.sb-chat .sb-init-form > div > .sb-loading {
  left: 50%;
  margin: 15px 15px 15px -15px;
}
.sb-chat .sb-privacy > a {
  padding: 0 25px 25px 25px;
  display: block;
  text-decoration: none;
  color: #566069;
  opacity: 0.7;
  font-size: 13px;
}
.sb-chat .sb-privacy > a:hover {
  opacity: 1;
}
.sb-chat .sb-privacy .sb-buttons {
  padding: 0 25px 25px 25px;
  justify-content: flex-start;
  margin: 0 -10px;
}
.sb-chat .sb-privacy .sb-buttons a {
  margin: 0 10px;
}
.sb-chat .sb-privacy .sb-title,
.sb-chat .sb-privacy .sb-buttons {
  text-align: left;
}
.sb-chat .sb-popup-message {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  box-shadow: 18px 16px 15px rgba(0, 0, 0, 0.06), 0 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  letter-spacing: 0.3px;
  padding: 15px 20px 0 20px;
  background-color: #fff;
  animation: sb-popup-animation 0.5s;
}
.sb-chat .sb-popup-message:before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 75px;
  width: 16px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(4px);
  transform: rotate(-35deg);
  z-index: -1;
}
.sb-chat .sb-popup-message:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 75px;
  display: block;
  border-width: 30px;
  border-style: solid;
  border-top-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: white;
}
.sb-chat .sb-popup-message .sb-top + .sb-text {
  margin-top: 5px;
}
.sb-chat .sb-popup-message .sb-top {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
.sb-chat .sb-popup-message .sb-text {
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 15px;
  color: #566069;
  opacity: 0.9;
  background: #fff;
}
.sb-chat .sb-popup-message .sb-icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 9px;
  opacity: 0.5;
  cursor: pointer;
}
.sb-chat .sb-popup-message .sb-icon-close:hover {
  opacity: 1;
}
.sb-chat .sb-popup-message > img {
  width: 50px;
  height: 50px;
  left: -70px;
  top: 10px;
  border-radius: 50%;
  position: absolute;
}
.sb-chat.sb-chat-left {
  left: 30px;
  right: auto;
}
.sb-chat.sb-chat-left .sb-chat-btn {
  left: 20px;
  right: auto;
}
.sb-chat.sb-chat-left > .sb-body {
  right: auto;
  left: 0;
}
.sb-chat.sb-chat-left .sb-popup-message {
  right: auto;
  left: 0;
}
.sb-chat.sb-chat-left .sb-popup-message:after {
  right: auto;
  left: 75px;
  transform: scaleX(-1);
}
.sb-chat.sb-chat-left .sb-popup-message:before {
  right: auto;
  left: 75px;
  transform: rotate(35deg);
}
.sb-chat.sb-chat-left .sb-popup-message > img {
  right: -70px;
  left: auto;
}
.sb-chat .sb-departments-list,
.sb-chat .sb-agents-list,
.sb-chat .sb-channels-list {
  padding: 10px 0;
}
.sb-chat .sb-departments-list > div,
.sb-chat .sb-agents-list > div,
.sb-chat .sb-channels-list > div {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 25px;
  margin: 0;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s;
}
.sb-chat .sb-departments-list > div img,
.sb-chat .sb-departments-list > div div,
.sb-chat .sb-agents-list > div img,
.sb-chat .sb-agents-list > div div,
.sb-chat .sb-channels-list > div img,
.sb-chat .sb-channels-list > div div {
  width: 30px;
  height: 30px;
}
.sb-chat .sb-departments-list > div div,
.sb-chat .sb-agents-list > div div,
.sb-chat .sb-channels-list > div div {
  border-radius: 50%;
}
.sb-chat .sb-departments-list > div span,
.sb-chat .sb-agents-list > div span,
.sb-chat .sb-channels-list > div span {
  color: #4a4a4a;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.sb-chat .sb-departments-list > div:hover,
.sb-chat .sb-agents-list > div:hover,
.sb-chat .sb-channels-list > div:hover {
  background-color: #f5f7fa;
}
.sb-chat .sb-agents-list img {
  border-radius: 50%;
}
.sb-chat .sb-label-date-top {
  top: 56px;
}

.sb-input
  > span:not(.sb-filled):not(.sb-active)
  + input[type="date"]:not(:focus)::-webkit-datetime-edit {
  color: transparent;
}

.sb-chat-btn {
  position: fixed;
  visibility: visible;
  bottom: 20px;
  right: 20px;
  left: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16); */
  transition: all 0.4s;
  /* background-color: #028be5; */
  z-index: 0;
}
/* .sb-chat-group-btn2-main {
  width: fit-content;
  max-width: 20%;
  overflow-x: hidden;
  position: absolute;
  visibility: visible;
  bottom: 4px;
  right: 18%;
} */


/* .sb-chat-group-btn2-content {
  width: auto;
  overflow-x: auto;
  padding: 16px;
} */
.sb-chat-group-btn2-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.sb-chat-group-btn2-content::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
}

.sb-chat-group-btn2-content::-webkit-scrollbar-thumb {
  background-color: #444444;
}
/* .sb-chat-group-btn2 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
} */
.sb-chat-btn2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
  z-index: 999995;
  overflow: hidden;
}
.sb-chat-btn2 > div {
  width: 100%;
  height: 100%;
}
.sb-chat-btn:hover {
  background-color: transparent;
}
.sb-chat-btn img {
  max-width: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  min-height: 0 !important;
  min-width: 0 !important;
  z-index: 0;
  transition: all 0.4s;
}
.sb-chat-btn .sb-close {
  opacity: 0;
  transform: rotate(90deg);
}

.sb-active .sb-chat-btn .sb-icon {
  opacity: 0;
}

.sb-active .sb-chat-btn .sb-close {
  border-radius: 50px;
  background-color: white;
  display: flex;
  align-items: center;
  /* transform: rotate(360deg); */
  opacity: 1;
}

.sb-chat-group-btn2-main {
  width: 100%; /* Allow the main container to take full width */
  max-width: 22%; /* Restrict the width for scrolling */
  overflow-x: auto; /* Enable horizontal scrolling */
  position: absolute;
  visibility: visible;
  bottom: 4px;
  /* right: 1%;
  left: 1%; */
  z-index: 9999; /* Increased z-index to ensure it's on top */
}

.sb-chat-group-btn2-content {
  display: flex; /* Ensure the content flows horizontally */
  overflow-x: auto; /* Enable horizontal scrolling inside */
  white-space: nowrap; /* Prevent content from breaking into a new line */
  padding: 16px;
}

.sb-chat-group-btn2 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content; /* Allow content to overflow if necessary */
}

.sb-chat-btn2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
  z-index: 999995;
  overflow: hidden;
}


/* Basic styling for the container */
/* .sb-chat-group-btn2 {
  position: fixed;
  z-index: 9999;
} */

/* Position in the middle of the left side */
.left_middle {
  top: 50%;
  left: 1%;
  transform: translateY(-10%);
}

/* Position at the bottom of the left side */
.left_bottom {
  bottom: 1%;
  left: 1%;
}

/* Center of the screen */
.screen_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
}

/* Bottom center of the screen */
.bottom_center {
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

/* Middle of the right side */
.right_middle {
  top: 50%;
  right: 1%;
  transform: translateY(-10%);
}

/* Bottom right */
.right_bottom {
  bottom: 1%;
  right: 18%;
}

/* .sb-active .sb-chat-btn .sb-close {

  transform: rotate(0deg);
  opacity: 1;
} */

.sb-cloud > .sb-body {
  padding-bottom: 28px;
}

.sb-cloud-brand {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 15px;
  background: #f3f3f3;
  left: 0;
  right: 0;
  padding: 7px 15px;
  z-index: 995;
}

.sb-cloud-brand img {
  height: 16px;
  margin: 0 auto;
  vertical-align: top;
  transition: all 0.4s;
}

.sb-cloud-brand:hover img {
  opacity: 0.7;
}

.sb-cloud-white-label .sb-cloud-brand {
  display: none !important;
}
.sb-cloud-white-label > .sb-body {
  padding-bottom: 0 !important;
}

.sb-cnt .sb-message br {
  display: none;
}
/*

# RESPONSIVE
==========================================================

*/
@media (max-height: 678px) {
  .sb-chat .sb-body .sb-scroll-area,
  .sb-chat .sb-body .sb-dashboard {
    min-height: 200px;
  }

  .sb-chat .sb-scroll-area > .sb-list {
    min-height: 100%;
  }

  .sb-chat .sb-scroll-area .sb-header-main + .sb-list {
    min-height: 50px;
  }
}
/*
* 
* ==========================================================
* RTL.SCSS
* ==========================================================
*
* Front-end RTL css. This file is imported only.
*
*/
.sb-rtl {
  direction: rtl;
  text-align: right;
}
.sb-rtl textarea,
.sb-rtl .sb-panel,
.sb-rtl ul,
.sb-rtl ul li {
  direction: rtl;
  text-align: right;
}
.sb-rtl .sb-input.sb-input-btn > div {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 0;
  margin-right: -3px;
}
.sb-rtl .sb-input.sb-input-btn > div:before {
  transform: rotate(180deg);
  display: inline-block;
}
.sb-rtl .sb-input-select-input > div {
  left: auto;
  right: 6px;
}
.sb-rtl .sb-list .sb-input-select-input input {
  padding: 5px 60px 0 0;
}
.sb-rtl .sb-btn-text i {
  margin: 0 0 0 15px;
}
.sb-rtl .sb-search-btn > i,
.sb-rtl .sb-search-btn > input {
  right: auto;
  left: 0;
}
.sb-rtl .sb-search-btn > input {
  padding: 0 15px 0 50px !important;
}
.sb-rtl .sb-search-btn.sb-active > i {
  right: auto;
  left: 15px;
}
.sb-rtl div ul.sb-menu li,
.sb-rtl .sb-select ul li {
  padding: 6px 12px 6px 25px;
}
.sb-rtl .sb-select p {
  padding: 0 0 0 20px;
}
.sb-rtl .sb-select p:after {
  right: auto;
  left: 0;
}
.sb-rtl > div .sb-header-agent .sb-profile {
  text-align: right;
}
.sb-rtl > div .sb-header-agent .sb-profile img {
  margin-right: 0;
  margin-left: 15px;
}
.sb-rtl > div .sb-header-agent .sb-profile .sb-status {
  padding-right: 15px;
  padding-left: 0;
}
.sb-rtl > div .sb-header-agent .sb-profile .sb-status:before {
  right: 0;
  left: auto;
}
.sb-rtl > div .sb-header-agent .sb-profile .sb-status-typing {
  float: right;
  padding-right: 0;
}
.sb-rtl > div .sb-header-agent .sb-profile .sb-status-typing:after {
  right: calc(100% + 5px);
  left: auto;
}
.sb-rtl > div .sb-header-agent:hover .sb-profile {
  margin-right: 60px;
  margin-left: 0;
}
.sb-rtl > div .sb-header .sb-dashboard-btn {
  right: -60px !important;
  left: auto;
}
.sb-rtl > div .sb-header:hover .sb-dashboard-btn {
  right: 20px !important;
  left: auto;
}
.sb-rtl > div .sb-scroll-area .sb-header.sb-header-panel {
  text-align: right;
  padding: 5px 30px 5px 60px;
}
.sb-rtl > div .sb-scroll-area .sb-header.sb-header-panel .sb-dashboard-btn {
  left: 10px;
  right: auto !important;
}
.sb-rtl > div .sb-list {
  text-align: right;
}
.sb-rtl > div .sb-list > .sb-right {
  float: left;
  margin: 10px 10px 30px 20px;
}
.sb-rtl > div .sb-list > .sb-right.sb-thumb-active {
  margin: 10px 10px 30px 55px;
}
.sb-rtl > div .sb-list > .sb-right .sb-thumb {
  left: -35px;
  right: auto;
}
.sb-rtl > div .sb-list > .sb-right .sb-time {
  left: 0;
  right: auto;
}
.sb-rtl > div .sb-list > .sb-right .sb-time i {
  padding-left: 0;
  padding-right: 10px;
}
.sb-rtl > div .sb-list > div:not(.sb-right) {
  float: right;
  margin: 10px 20px 30px 10px;
}
.sb-rtl > div .sb-list > div:not(.sb-right).sb-thumb-active {
  margin: 10px 55px 30px 10px;
}
.sb-rtl > div .sb-list > div:not(.sb-right) .sb-thumb {
  right: -35px;
  left: auto;
}
.sb-rtl > div .sb-list > div:first-child {
  margin-top: 20px;
}
.sb-rtl > div .sb-list .sb-time {
  right: 0;
  left: auto;
  flex-direction: row-reverse;
}
.sb-rtl > div .sb-list .sb-time i {
  display: none;
}
.sb-rtl > div .sb-list [data-id="sending"] .sb-time {
  padding-left: 20px;
}
.sb-rtl > div .sb-list [data-id="sending"] .sb-time > i {
  transform: translateX(-25px);
}
.sb-rtl > div .sb-popup.sb-emoji {
  margin-left: -30px;
}
.sb-rtl > div .sb-popup.sb-emoji:after {
  left: 33px;
  right: auto;
}
.sb-rtl .sb-editor .sb-textarea {
  padding: 15px 15px 15px 120px;
}
.sb-rtl .sb-editor.sb-disabled-1 .sb-textarea {
  padding-left: 80px;
  padding-right: 15px;
}
.sb-rtl .sb-editor.sb-disabled-2 .sb-textarea {
  padding-left: 50px;
  padding-right: 15px;
}
.sb-rtl .sb-editor.sb-active.sb-disabled-2 .sb-textarea {
  padding-right: 15px;
}
.sb-rtl .sb-editor.sb-active .sb-textarea {
  padding: 15px 15px 15px 80px;
}
.sb-rtl .sb-editor .sb-submit {
  padding-left: 0;
  padding-right: 13px;
}
.sb-rtl .sb-editor .sb-loader {
  right: auto;
  left: 15px;
}
.sb-rtl .sb-editor .sb-bar {
  padding: 15px 0 15px 15px;
  right: auto;
  left: 0;
}
.sb-rtl .sb-editor .sb-bar-icons > div:before {
  left: 0px;
  right: 7px;
}
.sb-rtl .sb-editor .sb-bar-icons > div:last-child {
  margin-right: 7px;
  margin-left: 0;
}
.sb-rtl .sb-editor .sb-attachments > div {
  margin: 5px 0 5px 5px;
  padding-right: 0;
  padding-left: 15px;
}
.sb-rtl .sb-editor .sb-attachments > div i {
  left: 0px;
  right: 5px;
}
.sb-rtl .sb-user-conversations > li > div {
  padding-left: 0;
  padding-right: 55px;
  text-align: right;
}
.sb-rtl .sb-user-conversations > li > div img {
  left: auto;
  right: 0;
}
.sb-rtl
  .sb-user-conversations
  > li
  > div
  div:not(.sb-message)
  > span:first-child {
  margin: 0 0 0 15px;
}
.sb-rtl .sb-popup-message .sb-icon-close {
  right: auto;
  left: 15px;
}
.sb-rtl .sb-articles {
  text-align: right;
}
.sb-rtl .sb-articles > div > div {
  text-align: right;
}
.sb-rtl.sb-articles-page {
  direction: ltr;
}
.sb-rtl.sb-articles-page > div {
  direction: rtl;
}
.sb-rtl.sb-articles-page .sb-article .sb-title .sb-icon-close {
  right: auto;
  left: 0;
}
.sb-rtl .sb-rich-message {
  text-align: right;
}
.sb-rtl .sb-rich-message .sb-input > span {
  left: auto;
  right: 0;
  text-align: right;
}
.sb-rtl .sb-rich-message .sb-input > span.sb-active {
  right: 5px;
}
.sb-rtl .sb-rich-message .sb-rating .sb-submit + div {
  margin: 0 30px 0 0;
}
.sb-rtl .sb-rich-message .sb-text-list-single > div {
  padding-left: 0;
  padding-right: 15px;
}
.sb-rtl .sb-rich-message .sb-text-list-single > div:before {
  left: auto;
  right: 0;
}
.sb-rtl .sb-rich-message .sb-slider > div {
  direction: ltr;
}
.sb-rtl .sb-rich-message .sb-slider .sb-card-img + div + .sb-card-extra {
  left: auto;
  right: 15px;
}
.sb-rtl .sb-rich-message.sb-rich-select p:after {
  left: 8px;
}
.sb-rtl .sb-timetable > span {
  padding: 0 20px 0 0;
}
.sb-rtl .sb-timetable > span i {
  left: auto;
  right: 0;
}
.sb-rtl .sb-list table th,
.sb-rtl .sb-list table td,
.sb-rtl .sb-init-form .sb-text,
.sb-rtl .sb-privacy .sb-title,
.sb-rtl .sb-privacy .sb-buttons {
  text-align: right;
}
.sb-rtl .sb-lightbox-overlay i {
  left: 10px;
  right: auto;
}
.sb-rtl .sb-rating > div {
  padding: 0 10px 0 0;
}
.sb-rtl.sb-chat .sb-responsive-close-btn {
  left: 0;
  right: auto;
  text-align: left;
}
.sb-rtl.sb-chat .sb-responsive-close-btn:before {
  left: 10px;
  right: auto;
}
.sb-rtl .sb-article-category-links > span {
  margin-right: 0;
  margin-left: 20px;
}
.sb-rtl .sb-article-category-links > span + span:before {
  left: auto;
  right: -10px;
}
.sb-rtl .sb-label-date-top {
  left: 5px;
  right: 0;
}
.sb-rtl .sb-select-phone img {
  margin: 0 0 0 10px;
}
.sb-rtl .sb-select-search input {
  margin: 0 !important;
  padding: 0 10px !important;
}
.sb-rtl .sb-input-select-input input {
  padding: 5px 100px 0 0;
}
.sb-rtl .sb-close-chat {
  right: auto;
  left: 20px;
}
.sb-rtl #sb-audio-clip {
  right: 0;
  left: 40px;
}
.sb-rtl #sb-audio-clip .sb-btn-clip-player.sb-active {
  margin-right: 0;
  margin-left: -15px;
}
.sb-rtl .sb-departments-list > div span,
.sb-rtl .sb-agents-list > div span,
.sb-rtl .sb-channels-list > div span {
  padding: 0 15px 0 0;
}

.sb-cnt .sb-message br {
  display: none;
}

.sb-message > .sb-btn-text {
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #028be5;
  /* background-color: transparent !important; */
  text-decoration: none;
  color: #fff;
  /* color: #252576; */
  height: 35px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  /* border: 1px solid #252576; */
  text-align: left;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  user-select: none;
}

.videoChatImg > img {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  margin-right: 0 !important;
  display: block !important;
}

.sb-chat-btnimg {
  position: fixed;
  visibility: visible;
  bottom: 20px;
  right: 20px;
  left: auto;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  cursor: pointer;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16); */
  transition: all 0.4s;
  /* background-color: #028be5; */
  z-index: 999;
}
.sb-chat-btnimg > .sb-icon{
  max-width: 100%;
  width: 100%;
  height: auto;   /*100%;*/
  object-fit: cover;
}
/*
* 
* ==========================================================
* RESPONSIVE.SCSS
* ==========================================================
*
* Front-end responsive css. This file is imported only.
*
*/

@media only screen and (max-width: 1200px) {
  .sb-chat-group-btn2-main {
    width: fit-content;
    max-width: 22%;
    overflow-x: hidden;
    position: absolute;
    visibility: visible;
    bottom: 4px;
    /* right: 1%;
    left: 1%; */
    z-index: -1;
  }
}
@media only screen and (max-width: 820px) {
  .sb-chat-group-btn2-main {
    width: fit-content;
    max-width: 22%;
    overflow-x: hidden;
    position: absolute;
    visibility: visible;
    bottom: 4px;
    /* right: 1%;
    left: 1%; */
    z-index: -1;
  }
}

@media only screen and (max-width: 620px) {
  .sb-chat-group-btn2-main {
    width: fit-content;
    max-width: 40%;
    overflow-x: hidden;
    position: absolute;
    visibility: visible;
    bottom: 4px;
    /* right: 1%;
    left: 1%; */
    z-index: -1;
  }
}
@media only screen and (max-width: 620px) {
  .sb-chat-group-btn2-main {
    width: fit-content;
    max-width: 40%;
    overflow-x: hidden;
    position: absolute;
    visibility: visible;
    bottom: 4px;
    /* right: 1%;
    left: 1%; */
    z-index: -1;
  }
}

@media (max-width: 464px) {
  body.sb-chat-open {
    overscroll-behavior-y: contain;
  }

  .sb-chat .sb-label-date-top {
    top: 58px;
  }
  .sb-chat .sb-btn-emoji,
  .sb-chat.sb-header-hidden .sb-header-main {
    display: none !important;
  }
  .sb-chat.sb-header-hidden .sb-header-main + .sb-list {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .sb-chat.sb-dashboard-active .sb-body .sb-scroll-area {
    height: 100%;
  }
  .sb-chat .sb-dashboard-end {
    display: block;
  }
  .sb-chat .sb-icon-close,
  .sb-chat .sb-bar-icons > div,
  .sb-chat .sb-search-btn > i,
  .sb-chat .sb-select,
  .sb-chat .sb-submit {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
  }
  .sb-chat .sb-responsive-close-btn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 99995;
  }
  .sb-chat .sb-responsive-close-btn:before {
    font-size: 12px;
    z-index: 9;
    position: relative;
    top: 8px;
    right: 10px;
    color: #fff;
  }
  .sb-chat .sb-header .sb-responsive-close-btn:before {
    top: 6px;
  }
  .sb-chat.sb-active .sb-chat-btn {
    display: none;
  }
  .sb-chat.sb-active .sb-body {
    display: flex;
    max-height: 100% !important;
    right: 0;
    left: 0;
  }
  .sb-chat.sb-active.sb-dashboard-active .sb-responsive-close-btn {
    display: block;
  }
  .sb-chat.sb-panel-active .sb-responsive-close-btn {
    display: none !important;
  }
  .sb-chat .sb-body {
    position: fixed;
    flex-direction: column;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .sb-chat .sb-body .sb-scroll-area {
    height: calc(100% - 55px);
    min-height: 0;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header {
    position: fixed;
    left: 0;
    right: 0;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header .sb-dashboard-btn {
    opacity: 1;
    font-size: 12px;
    right: 15px;
  }
  .sb-chat
    .sb-body
    .sb-scroll-area
    .sb-header.sb-header-main
    .sb-dashboard-btn {
    width: 50px !important;
    height: 50px !important;
    top: 0;
    right: 0;
  }
  .sb-chat
    .sb-body
    .sb-scroll-area
    .sb-header.sb-header-main
    .sb-dashboard-btn:before {
    position: relative;
    top: 6px;
    right: 10px;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header.sb-header-panel {
    padding: 5px 30px 5px 60px;
  }
  .sb-chat
    .sb-body
    .sb-scroll-area
    .sb-header.sb-header-panel
    .sb-dashboard-btn {
    left: 10px !important;
    right: auto !important;
  }
  .sb-chat
    .sb-body
    .sb-scroll-area
    .sb-header.sb-header-panel
    .sb-dashboard-btn:before {
    content: "\74";
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header:hover .sb-dashboard-btn {
    left: 15px;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header-agent {
    padding: 10px 15px;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header-agent + .sb-list {
    min-height: calc(100% - 65px);
    padding-top: 65px;
  }
  .sb-chat
    .sb-body
    .sb-scroll-area
    .sb-header-agent
    + .sb-list
    > .sb-notify-message {
    top: 60px;
  }
  .sb-chat .sb-body .sb-scroll-area .sb-header-agent .sb-responsive-close-btn {
    display: block;
  }
  .sb-chat .sb-popup-message {
    position: fixed;
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 100px;
  }
  .sb-chat .sb-popup-message > img {
    display: none;
  }
  .sb-chat .sb-popup-message .sb-icon-close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
  .sb-chat .sb-popup-message .sb-icon-close:before {
    right: 15px;
    top: 15px;
    position: absolute;
  }
  .sb-chat .sb-popup .sb-header .sb-search-btn > input {
    width: 200px;
    box-sizing: border-box;
    min-width: 0;
  }
  .sb-chat .sb-editor .sb-textarea {
    padding-right: 80px;
  }
  .sb-chat .sb-editor.sb-disabled-1 .sb-textarea {
    padding-right: 55px;
  }
  .sb-chat .sb-editor.sb-disabled-2 .sb-textarea {
    padding-right: 15px;
  }
  .sb-chat .sb-editor.sb-active .sb-textarea {
    padding-right: 50px !important;
  }
  .sb-chat .sb-editor .sb-attachments > div > i {
    opacity: 1;
  }
  .sb-chat .sb-editor .sb-bar div.sb-btn-attachment {
    margin-right: 0;
  }
  .sb-chat.sb-notify-active
    .sb-body
    .sb-scroll-area
    .sb-header-agent
    + .sb-list {
    padding-top: 185px;
  }

  .sb-list > div.sb-label-date span,
  .sb-label-date-top span {
    font-size: 14px;
    line-height: 28px;
  }

  .sb-list .sb-time {
    font-size: 13px;
    line-height: 19px;
  }

  .sb-editor textarea,
  .sb-list .sb-message,
  .sb-list .sb-message a,
  .sb-chat .sb-dashboard > div > .sb-title,
  .sb-chat .sb-dashboard > div > .sb-top,
  .sb-chat .sb-dashboard > div > div > .sb-title,
  .sb-chat .sb-dashboard > div > div > .sb-top,
  .sb-chat .sb-init-form > .sb-title,
  .sb-chat .sb-init-form > .sb-top,
  .sb-chat .sb-init-form > div > .sb-title,
  .sb-chat .sb-init-form > div > .sb-top,
  .sb-input > input,
  .sb-input > select,
  .sb-input > textarea,
  .sb-articles > div > div,
  .sb-articles > div > span,
  .sb-article .sb-content,
  .sb-chat .sb-departments-list > div span,
  .sb-chat .sb-agents-list > div span,
  .sb-chat .sb-channels-list > div span,
  .sb-rich-message .sb-top,
  .sb-rich-message .sb-title,
  .sb-rich-message .sb-text,
  .sb-user-conversations > li > div .sb-message,
  .sb-user-conversations > li > div {
    font-size: 16px;
    line-height: 25px;
  }

  .sb-chat .sb-header-agent .sb-profile .sb-name {
    font-size: 16px;
    line-height: 22px;
  }

  .sb-chat .sb-header-agent .sb-profile .sb-status,
  .sb-chat .sb-dashboard > div > .sb-btn,
  .sb-btn-text,
  .sb-rating > span,
  .sb-rating i span {
    font-size: 15px;
  }

  .sb-chat .sb-scroll-area .sb-header .sb-text {
    font-size: 15px;
    line-height: 24px;
  }

  .sb-rating i {
    font-size: 17px;
  }

  .sb-editor .sb-attachments > div {
    font-size: 12px;
  }

  .sb-articles > div > span {
    height: 22px;
  }

  .sb-lightbox {
    left: 0;
    right: 0;
    width: auto;
    transform: translateY(-50%);
    margin: 0 15px;
  }

  .sb-lightbox-overlay i {
    background: #000;
    border-radius: 4px;
  }

  .sb-select ul {
    z-index: 8;
  }

  .sb-articles-page {
    flex-direction: column-reverse;
  }
  .sb-articles-page > div {
    min-width: 0 !important;
    width: auto !important;
  }
  .sb-articles-page .sb-panel-side {
    border-left: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
  }

  .sb-rtl .sb-editor .sb-textarea {
    padding-right: 15px;
    padding-left: 55px;
  }
  .sb-rtl .sb-editor.sb-active .sb-textarea {
    padding-right: 15px !important;
    padding-left: 50px !important;
  }

  .sb-header-main > .sb-responsive-close-btn,
  .sb-queue-active .sb-responsive-close-btn {
    display: block;
  }

  .sb-overlay-panel {
    border-radius: 0;
  }

  .sb-input-select-input > div.sb-select-phone ul {
    height: 150px !important;
  }
}

.remove-br > br,
.remove-br > div > br:last-child,
.remove-br > div > div > br {
  display: none !important;
}
.sb-cnt .sb-message br {
  display: none;
}

.sb-rich-slider-images {
  position: relative;
  margin-bottom: 16px;
  margin: 10px;
}
/*# sourceMappingURL=main.css.map */
