/*
* 
* ==========================================================
* TICKETS.SCSS
* ==========================================================
*
* Main style file of the Tickets App. Written in SCSS.
*
*/
/*
*  
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* Shared CSS used on both admin and front end. This file is imported only.
*
*/
@font-face {
  font-family: "Lynka AI Icons";
  src: url("../media/icons/lynka-ai.woff?v=4") format("woff"), url("../media/icons/lynka-ai.ttf?v=4") format("truetype"), url("../media/icons/lynka-ai.svg#lynka-ai?v=4") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=sb-icon-]:before, [class*=" sb-icon-"]:before {
  font-family: "Lynka AI 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-arrow-up:before {
  content: "a";
  transform: rotate(180deg);
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb-icon-social-ln:before {
  content: "U";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb-scroll-area, .sb-conversation .sb-list, .sb-list .sb-message pre, .sb-rich-table .sb-content, .sb-admin .sb-top-bar > div:first-child > ul,
.sb-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-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-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-dialog-box pre::-webkit-scrollbar-thumb, .sb-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #BFCBD3;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sb-scroll-area::-webkit-scrollbar-thumb:hover, .sb-conversation .sb-list::-webkit-scrollbar-thumb:hover, .sb-list .sb-message pre::-webkit-scrollbar-thumb:hover, .sb-rich-table .sb-content::-webkit-scrollbar-thumb:hover, .sb-admin .sb-top-bar > div:first-child > ul::-webkit-scrollbar-thumb:hover,
.sb-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-dialog-box pre, .sb-horizontal-scroll, [data-id=flows] > .sb-content {
  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-dialog-box pre::-webkit-scrollbar, .sb-horizontal-scroll::-webkit-scrollbar, [data-id=flows] > .sb-content::-webkit-scrollbar {
  height: 5px;
}

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

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

/*

# USER CONVERSATIONS
==========================================================

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

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

.sb-user-conversations > li > [data-count] {
  left: 20px;
  top: 33px;
  border: 3px solid #fff;
}
.sb-user-conversations > li:hover > [data-count] {
  border-color: rgb(245, 247, 250);
}

/*

# MESSAGES LIST AND CHAT
==========================================================

*/
.sb-chat .sb-btn-text:hover, .sb-list .sb-btn-text:hover {
  color: #028be5;
}

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

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

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

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

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

/*

# CHAT HTML COMPONENTS
==========================================================

*/
.sb-list .sb-form + .sb-btn {
  margin-top: 25px;
}
.sb-list .sb-form + .sb-form {
  margin-top: 15px;
}
.sb-list table {
  border-collapse: collapse;
}
.sb-list table th,
.sb-list table td {
  padding: 5px 7px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.29);
  text-align: left;
  color: rgb(36, 39, 42);
  font-size: 12px;
  line-height: 23px;
}
.sb-list table th {
  border-bottom: 1px solid rgba(143, 143, 143, 0.6);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.sb-list table tr:last-child td {
  border-bottom: 0;
}
.sb-list .sb-text-list > div {
  padding-bottom: 6px;
}
.sb-list .sb-text-list > div > div:first-child {
  font-weight: 500;
}
.sb-list .sb-text-list > div:last-child {
  padding-bottom: 0;
}
.sb-list .sb-text-list-single > div {
  position: relative;
  padding-left: 15px;
}
.sb-list .sb-text-list-single > div:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(86, 96, 105);
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.sb-list .sb-text-list-single > div[data-inner=true] {
  padding-left: 35px;
}
.sb-list .sb-text-list-single > div[data-inner=true]:before {
  left: 15px;
}
.sb-list .sb-text-list-numeric {
  counter-reset: list-number;
}
.sb-list .sb-text-list-numeric > div {
  padding-left: 20px;
}
.sb-list .sb-text-list-numeric > div:not([data-inner]):before {
  content: counter(list-number) ". ";
  width: auto;
  height: auto;
  background: none;
  top: auto;
  border-radius: 0;
  counter-increment: list-number;
}
.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;
  border-radius: 4px;
  background: #000;
}
.sb-list iframe:not([height]) {
  height: 128px;
  display: block;
}

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

.sb-right .sb-player > div {
  background-color: #E6F2FC;
  color: rgb(0, 76, 125);
}

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

/*

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

*/
.sb-editor {
  background: rgb(251, 251, 251);
  padding-bottom: 0;
  padding: 15px;
  position: relative;
  margin: 0;
}
.sb-editor textarea {
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: 25px !important;
  padding: 0px !important;
  outline: none !important;
  text-align: left;
  font-weight: 400;
  resize: none !important;
  border: none !important;
  color: rgb(86, 96, 105) !important;
  background: transparent !important;
  transition: all 0.4s;
  overflow: hidden;
  display: block;
}
.sb-editor .sb-submit {
  color: #028be5;
  display: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 19px;
  padding-left: 13px;
  height: 19px;
  transition: all 0.4s;
}
.sb-editor .sb-submit:hover {
  color: rgb(0, 76, 125);
}
.sb-editor .sb-bar {
  position: absolute;
  display: flex;
  align-items: center;
  max-height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
}
.sb-editor.sb-active .sb-bar .sb-submit {
  display: block;
}
.sb-editor.sb-active .sb-bar .sb-btn-attachment, .sb-editor.sb-active .sb-bar .sb-btn-audio-clip {
  display: none;
}
.sb-editor .sb-upload-form-editor {
  display: none;
}
.sb-editor .sb-bar-icons {
  display: flex;
  justify-content: flex-start;
}
.sb-editor .sb-bar-icons > div {
  width: 30px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.sb-editor .sb-bar-icons > div:last-child {
  margin-right: 0;
}
.sb-editor .sb-bar-icons > div:before {
  font-family: "Lynka AI Icons";
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: rgb(86, 96, 105);
}
.sb-editor .sb-bar-icons > div.sb-btn-attachment:before {
  content: "e";
}
.sb-editor .sb-bar-icons > div.sb-btn-saved-replies:before {
  content: "q";
  font-size: 21px;
}
.sb-editor .sb-bar-icons > div.sb-btn-attachment {
  margin-right: 7px;
}
.sb-editor .sb-bar-icons > div.sb-btn-audio-clip {
  margin-right: 0;
}
.sb-editor .sb-bar-icons > div.sb-btn-emoji:before {
  content: "r";
}
.sb-editor .sb-bar-icons > div.sb-btn-audio-clip:before {
  content: "\e904";
  font-size: 22px;
  left: 3px;
}
.sb-editor .sb-bar-icons > div.sb-btn-open-ai:not(.sb-active) {
  display: none;
}
.sb-editor .sb-bar-icons > div.sb-btn-woocommerce:before {
  content: "R";
  font-size: 22px;
}
.sb-editor .sb-bar-icons > div.sb-btn-open-ai.sb-loading:before {
  left: 15px;
}
.sb-editor .sb-bar-icons > div:hover:before {
  color: #028be5;
}
.sb-editor .sb-attachments {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sb-editor .sb-attachments > div {
  margin: 5px 5px 5px 0;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  height: 13px;
  font-weight: 500;
  cursor: default;
}
.sb-editor .sb-attachments > div > i {
  position: absolute;
  right: 5px;
  font-size: 8px;
  line-height: 8px;
  width: 8px;
  height: 8px;
  top: 50%;
  margin: -5px 0 0 0;
  color: rgb(202, 52, 52);
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}
.sb-editor .sb-attachments > div:hover > i {
  opacity: 1;
}
.sb-editor .sb-loader {
  height: 25px;
  width: 25px;
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
}
.sb-editor .sb-loader.sb-active {
  display: block;
}
.sb-editor.sb-drag {
  border-color: #028be5 !important;
  background-color: rgb(224, 236, 246) !important;
}
.sb-editor.sb-drag .sb-textarea, .sb-editor.sb-drag .sb-bar, .sb-editor.sb-drag .sb-attachments, .sb-editor.sb-drag .sb-suggestions {
  opacity: 0 !important;
  z-index: -1 !important;
}
.sb-editor.sb-drag:before {
  content: "0";
  font-family: "Lynka AI Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  font-size: 13px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  color: #028be5;
}

/*

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

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

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

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

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

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

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

/*

# LOADING
==========================================================

*/
@keyframes sb-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sb-loading {
  position: relative;
  text-indent: -999995px;
  overflow: hidden;
}
.sb-loading i {
  display: none;
}
.sb-loading 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, .sb-loading hr {
  opacity: 0;
}

.sb-loading:before, .sb-loader:before {
  content: "v";
  font-family: "Lynka AI 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-btn.sb-loading:hover:before {
  color: #fff;
}

/*

# BUTTONS
==========================================================

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

.sb-btn.sb-btn-black {
  background-color: rgb(36, 39, 42);
}
.sb-btn.sb-btn-black:hover {
  background-color: rgb(86, 96, 105);
}

.sb-btn.sb-btn-red {
  background-color: rgb(202, 52, 52);
}
.sb-btn.sb-btn-red:hover {
  background-color: rgb(36, 39, 42);
}

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

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

/*

# INPUT
==========================================================

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

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

.sb-input-select-input > div {
  position: absolute;
  background: none;
  left: 6px;
  top: 13px;
  opacity: 0;
  padding: 0;
  color: rgb(36, 39, 42);
  font-size: 13px;
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
}
.sb-input-select-input select {
  background: none !important;
  border: none !important;
  max-width: 50px;
  margin: 0 !important;
  transform: none !important;
  height: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
  visibility: visible !important;
}
.sb-input-select-input input {
  padding: 5px 0 0 60px;
}
.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-select-phone {
  z-index: 9;
}
.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 + input {
  padding: 5px 0 0 100px;
}
.sb-input-select-input > div.sb-select-phone .sb-select-search input {
  padding: 0 10px;
}
.sb-input-select-input > div.sb-select-phone ul {
  width: 110px;
  max-height: 150px;
  min-height: 0 !important;
  background: #fff !important;
  margin-left: -10px;
}

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

/*

# LIGHTBOX
==========================================================

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

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

/*

# OVERLAY PANEL
==========================================================

*/
.sb-overlay-panel {
  position: absolute;
  height: 0;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: height 0.5s;
}
.sb-overlay-panel > div:first-child {
  display: none;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  height: 35px;
}
.sb-overlay-panel > div:first-child .sb-btn-icon {
  margin-right: -10px;
}
.sb-overlay-panel > div:first-child .sb-btn-icon:before {
  font-size: 12px;
}
.sb-overlay-panel > div:last-child {
  height: calc(100% - 45px);
}
.sb-overlay-panel iframe {
  opacity: 0;
}
.sb-overlay-panel.sb-active {
  height: 100%;
  z-index: 11;
}
.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: rgb(236, 236, 236);
  margin: 0;
  cursor: pointer;
}
.sb-popup.sb-emoji .sb-emoji-bar > div.sb-active, .sb-popup.sb-emoji .sb-emoji-bar > div:hover {
  background: #028be5;
  border-radius: 5px;
}
.sb-popup.sb-emoji img + img {
  display: none !important;
}

/*

# SELECT AND MENU
==========================================================

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*

# MISCELLANEOUS
==========================================================

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

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

@keyframes sb-collapse-btn-right {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    right: -50px;
  }
  60% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes sb-collapse-btn-left {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    left: -50px;
  }
  60% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes sb-typing {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
/*

# GLOBAL
==========================================================

*/
.sb-main ::-webkit-input-placeholder {
  color: #a5aeb6;
}

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

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

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

.sb-tickets {
  font-size: 15px;
  line-height: 27px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  background: #fff;
  color: rgb(36, 39, 42);
}
.sb-tickets > .sb-tickets-area {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.sb-tickets.sb-loading > .sb-tickets-area {
  visibility: hidden;
  opacity: 0;
}
.sb-tickets ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sb-tickets > div > div > .sb-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(212, 212, 212);
  padding: 15px 20px;
  height: 60px;
  min-height: 60px;
  box-sizing: border-box;
  justify-content: space-between;
}
.sb-tickets .sb-no-conversation-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 15px;
  display: none;
  z-index: 9;
}
.sb-tickets .sb-no-conversation-message label {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.sb-tickets .sb-no-conversation-message p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}
.sb-tickets .sb-panel-left, .sb-tickets .sb-panel-right {
  transition: width 0.5s, min-width 0.5s;
  overflow: hidden;
}
.sb-tickets .sb-panel-left.sb-collapsed, .sb-tickets .sb-panel-right.sb-collapsed {
  min-width: 0;
  width: 0;
  border-width: 0 !important;
  transition: width 0.5s, min-width 0.5s, border-width 0.5s !important;
}
.sb-tickets .sb-panel-left.sb-collapsed > div, .sb-tickets .sb-panel-left.sb-collapsed > ul, .sb-tickets .sb-panel-right.sb-collapsed > div, .sb-tickets .sb-panel-right.sb-collapsed > ul {
  opacity: 0 !important;
  transition: 0.5s;
}
.sb-tickets .sb-top .sb-btn, .sb-tickets .sb-create-ticket, .sb-tickets .sb-panel-right .sb-btn {
  font-weight: 500;
  font-size: 13px;
  background: #fff;
  color: rgb(86, 96, 105);
  border: 1px solid rgb(204, 210, 213);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
}
.sb-tickets .sb-top .sb-btn:hover, .sb-tickets .sb-create-ticket:hover, .sb-tickets .sb-panel-right .sb-btn:hover {
  border-color: #028be5;
  background-color: #028be5;
  color: #fff;
}
.sb-tickets .sb-top .sb-btn.sb-icon, .sb-tickets .sb-create-ticket.sb-icon, .sb-tickets .sb-panel-right .sb-btn.sb-icon {
  padding-left: 30px;
}
.sb-tickets .sb-top .sb-btn.sb-icon > i, .sb-tickets .sb-create-ticket.sb-icon > i, .sb-tickets .sb-panel-right .sb-btn.sb-icon > i {
  left: 10px;
  font-size: 10px;
  line-height: 33px;
}
.sb-tickets .sb-top .sb-btn.sb-icon > i:before, .sb-tickets .sb-create-ticket.sb-icon > i:before, .sb-tickets .sb-panel-right .sb-btn.sb-icon > i:before {
  line-height: 30px;
}
.sb-tickets .sb-tickets-area .sb-top .sb-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.sb-load div, .sb-load span, .sb-load input, .sb-load textarea {
  transition: none !important;
}

.sb-overflow-hidden, .sb-collapsing {
  overflow: hidden !important;
}

.sb-collapsing .sb-panel-right > div, .sb-collapsing .sb-panel-right > ul, .sb-collapsing .sb-panel-left > div, .sb-collapsing .sb-panel-left > ul {
  min-width: 360px;
  opacity: 1 !important;
  transition: 0.5s;
}

.sb-ticket-fields, .sb-popup-message {
  display: none !important;
}

.sb-tickets-area .sb-input > span {
  font-weight: 500;
  font-size: 13px;
}
.sb-tickets-area .sb-search-btn i {
  z-index: 10;
}
.sb-tickets-area .sb-search-btn > input {
  z-index: 9;
}
.sb-tickets-area .sb-form .sb-input > span {
  padding-right: 15px;
}
.sb-tickets-area .sb-form .sb-input-select-input input {
  padding-top: 0;
}

[data-panel=registration] .sb-input-select-input {
  position: relative;
}
[data-panel=registration] .sb-input-select-input span + div {
  margin-left: 165px;
  opacity: 1;
}

/*

# LEFT PANEL
==========================================================

*/
.sb-tickets .sb-panel-left {
  width: 400px;
  min-width: 400px;
  border-right: 1px solid rgb(212, 212, 212);
  background-color: #fff;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sb-tickets .sb-panel-left .sb-scroll-bar {
  opacity: 0.2 !important;
}
.sb-tickets .sb-panel-left .sb-scroll-area {
  height: calc(100% - 59px);
  border-bottom-left-radius: 6px;
}
.sb-tickets .sb-panel-left > ul > li {
  background: #fff;
}
.sb-tickets .sb-panel-left > ul > li .sb-message {
  font-size: 13px;
}
.sb-tickets .sb-panel-left > ul > li .sb-name {
  font-weight: 500;
  font-size: 13px;
}
.sb-tickets .sb-panel-left > ul > li:hover {
  background-color: rgb(245, 247, 250);
}
.sb-tickets .sb-panel-left > ul > li:first-child {
  border-top: none;
}
.sb-tickets .sb-panel-left > ul > p {
  margin: 30px 20px;
  color: rgb(86, 96, 105);
}
.sb-tickets .sb-panel-left > ul[data-profile-image=false] > li > div {
  padding-left: 0;
}
.sb-tickets .sb-panel-left > ul[data-profile-image=false] > li > div > img {
  display: none;
}
.sb-tickets .sb-panel-left li:not([data-conversation-status="1"]) {
  background: rgba(245, 245, 245, 0.75);
}
.sb-tickets .sb-panel-left li:not([data-conversation-status="1"]) .sb-name, .sb-tickets .sb-panel-left li:not([data-conversation-status="1"]) .sb-message {
  font-weight: 400;
}
.sb-tickets .sb-panel-left li:not([data-conversation-status="1"]) [data-count] {
  border-color: rgb(245, 247, 250);
}
.sb-tickets .sb-panel-left .sb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
}
.sb-tickets .sb-user-conversations > li > [data-count] {
  left: 10px;
  top: 38px;
}

/*

# RIGHT PANEL
==========================================================

*/
.sb-tickets .sb-panel-right {
  min-width: 400px;
  width: 400px;
  border-left: 1px solid rgb(212, 212, 212);
  background-color: rgb(245, 247, 250);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sb-tickets .sb-panel-right > .sb-scroll-area {
  padding: 20px;
}
.sb-tickets .sb-panel-right > .sb-top {
  padding-right: 60px;
}
.sb-tickets .sb-panel-right > .sb-top .sb-profile {
  height: 30px;
}
.sb-tickets .sb-panel-right > .sb-top .sb-no-profile-image {
  padding-left: 0;
}
.sb-tickets .sb-panel-right > .sb-top .sb-no-profile-image img {
  display: none;
}
.sb-tickets .sb-panel-right .sb-title {
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.sb-tickets .sb-panel-right .sb-btn, .sb-tickets .sb-panel-right .sb-input.sb-input-btn > div {
  background: rgb(245, 247, 250);
  box-shadow: none;
}
.sb-tickets .sb-panel-right .sb-input.sb-input-btn > div {
  color: rgb(36, 39, 42);
  border: 1px solid rgb(204, 210, 213);
  height: 40px;
}
.sb-tickets .sb-panel-right .sb-input.sb-input-btn > div:hover, .sb-tickets .sb-panel-right .sb-input.sb-input-btn input:focus + div {
  background: #028be5;
  border-color: #028be5;
  color: #fff;
}
.sb-tickets .sb-panel-right .sb-agent-label, .sb-tickets .sb-panel-right .sb-department {
  display: none;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-tickets .sb-panel-right .sb-agent-label.sb-active, .sb-tickets .sb-panel-right .sb-department.sb-active {
  display: flex;
}
.sb-tickets .sb-panel-right .sb-agent-label img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 18px 0 5px;
}
.sb-tickets .sb-panel-right .sb-department {
  font-size: 13px;
}
.sb-tickets .sb-panel-right .sb-department > div {
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 15px;
  padding-right: 20px;
}
.sb-tickets .sb-panel-right .sb-department > div > div {
  font-weight: 500;
  color: #4a5056;
}
.sb-tickets .sb-panel-right .sb-department > span {
  padding-right: 15px;
}
.sb-tickets .sb-panel-right .sb-department > div span {
  display: none;
}
.sb-tickets .sb-panel-right .sb-department img {
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
}
.sb-tickets .sb-panel-right .sb-articles {
  padding: 20px 0;
}
.sb-tickets .sb-panel-right .sb-dashboard-articles .sb-title {
  margin-bottom: 20px;
}
.sb-tickets .sb-panel-right .sb-dashboard-articles .sb-input-btn input {
  background-color: #fff;
}
.sb-tickets .sb-agent-label, .sb-tickets .sb-ticket-details, .sb-tickets .sb-department, .sb-tickets .sb-conversation-attachments, .sb-tickets .sb-panel-right .sb-dashboard-articles {
  border-top: 1px solid rgb(212, 212, 212);
  margin-top: 15px;
  padding-top: 15px;
}
.sb-tickets .sb-profile-empty + div:empty + div, .sb-tickets .sb-profile-empty + div:empty + div:empty + div, .sb-tickets .sb-profile-empty + div:empty + div:empty + div:empty + div, .sb-tickets .sb-profile-empty + div:empty + div:empty + div:empty + div:empty + div {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.sb-tickets .sb-ticket-details {
  padding: 12px 0 0 7px;
}
.sb-tickets .sb-ticket-details > div {
  padding-left: 36px;
  position: relative;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sb-tickets .sb-ticket-details > div > span {
  font-weight: 500;
  padding-right: 10px;
  font-size: 13px;
}
.sb-tickets .sb-ticket-details > div > div {
  display: inline;
}
.sb-tickets .sb-ticket-details > div .sb-icon {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
  width: 16px;
  height: 16px;
  color: rgb(0, 76, 125);
}
.sb-tickets .sb-ticket-details > div .sb-icon:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}
.sb-tickets .sb-ticket-details:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.sb-tickets .sb-ticket-details:empty {
  display: none;
}
.sb-tickets .sb-conversation-attachments .sb-title {
  margin: 0 0 13px 0;
}
.sb-tickets .sb-conversation-attachments a {
  line-height: 20px;
  margin: 5px 0 0 0;
  display: block;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-size: 13px;
  color: rgb(36, 39, 42);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.sb-tickets .sb-conversation-attachments a i {
  color: rgb(0, 76, 125);
  font-size: 15px;
  transform: translateY(3px);
  display: inline-block;
  margin-right: 10px;
}
.sb-tickets .sb-conversation-attachments a:hover {
  color: #028be5;
}
.sb-tickets .sb-conversation-attachments:empty {
  display: none;
}
.sb-tickets .sb-profile-agent {
  text-align: left;
  display: none;
}
.sb-tickets .sb-profile-agent > div > span {
  display: block;
}
.sb-tickets .sb-profile-agent img {
  width: 31px;
  height: 31px;
}
.sb-tickets .sb-profile-agent .sb-name {
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.sb-tickets .sb-profile-agent .sb-status {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding-left: 15px;
  color: rgba(70, 79, 87, 0.75);
}
.sb-tickets .sb-profile-agent .sb-status:empty {
  display: none;
}
.sb-tickets .sb-profile-agent .sb-status:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: -4px;
  top: 50%;
  left: 0;
  background: rgb(212, 212, 212);
}
.sb-tickets .sb-profile-agent .sb-status.sb-status-online:before {
  background: rgb(19, 202, 126);
}
.sb-tickets .sb-profile-agent .sb-status-typing {
  padding-left: 0;
  float: left;
}
.sb-tickets .sb-profile-agent .sb-status-typing:before {
  display: none;
}
.sb-tickets .sb-profile-agent .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-tickets .sb-profile-agent.sb-active {
  display: flex;
}
.sb-tickets .sb-profile-agent:not(.sb-active) + .sb-agent-label:not(.sb-active) + .sb-ticket-details {
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
  border-top: 0;
}

/*

# MAIN PANEL
==========================================================

*/
.sb-tickets .sb-panel-main {
  width: 100%;
  position: relative;
}
.sb-tickets .sb-panel-main > .sb-top .sb-title {
  font-weight: 500;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0;
  padding: 0;
  cursor: default;
  text-decoration: none;
  line-height: 30px;
  color: rgb(36, 39, 42);
  font-size: 17px;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.sb-tickets .sb-panel-main > .sb-top .sb-btn-back, .sb-tickets .sb-panel-main > .sb-top .sb-close {
  display: none;
}
.sb-tickets .sb-panel-main > .sb-top .sb-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 9;
}
.sb-tickets .sb-panel-main > .sb-top .sb-close i {
  font-size: 14px;
}
.sb-tickets .sb-panel-main > .sb-top .sb-label-date-top {
  top: 54px;
}
.sb-tickets .sb-panel {
  padding: 20px;
  height: calc(100% - 60px);
  box-sizing: border-box;
  display: none;
}
.sb-tickets .sb-panel > .sb-top {
  display: none;
}
.sb-tickets .sb-panel > .sb-loading {
  width: 30px;
  height: 30px;
}
.sb-tickets .sb-panel .sb-info {
  margin: 0 20px 20px 150px;
  color: rgb(202, 52, 52);
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 500;
  display: none;
  cursor: default;
}
.sb-tickets .sb-panel .sb-info.sb-active {
  display: block;
  animation: sb-fade-animation 0.4s;
}
.sb-tickets .sb-panel .sb-text, .sb-tickets .sb-panel .sb-link-area, .sb-tickets .sb-panel .sb-privacy a:not([class]) {
  font-size: 15px;
  line-height: 27px;
  color: rgb(86, 96, 105);
}
.sb-tickets .sb-panel .sb-article > .sb-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.sb-tickets .sb-panel .sb-article > .sb-title > .sb-close {
  display: none !important;
}
.sb-tickets .sb-panel .sb-article > .sb-btn-text {
  margin-top: 20px;
}
.sb-tickets:not(.sb-panel-active) .sb-collapsed + .sb-panel-main > .sb-top {
  padding-left: 65px;
}
.sb-tickets.sb-no-arrows .sb-panel-left > .sb-top {
  padding-left: 15px;
}
.sb-tickets.sb-panel-active .sb-panel {
  display: block;
}
.sb-tickets.sb-panel-active .sb-panel-main > .sb-top .sb-close {
  display: block;
}
.sb-tickets.sb-panel-active .sb-panel-main .sb-conversation {
  display: none;
}
.sb-tickets.sb-no-conversations .sb-panel-main > .sb-top .sb-close, .sb-tickets[data-panel=registration] .sb-panel-main > .sb-top .sb-close, .sb-tickets[data-panel=login] .sb-panel-main > .sb-top .sb-close, .sb-tickets[data-panel=edit-profile] .sb-login-area, .sb-tickets[data-panel=edit-profile] .sb-panel .sb-text, .sb-tickets[data-panel=privacy] .sb-panel-main > .sb-top .sb-close {
  display: none !important;
}
.sb-tickets[data-panel=registration] > .sb-tickets-area, .sb-tickets[data-panel=login] > .sb-tickets-area {
  height: auto !important;
  max-height: 100%;
}
.sb-tickets[data-panel=registration] > .sb-tickets-area > .sb-collapsed, .sb-tickets[data-panel=login] > .sb-tickets-area > .sb-collapsed {
  height: 0;
}

.sb-panel-form .sb-form {
  margin: 22px 0 30px 0;
  max-width: 500px;
}
.sb-panel-form [id=otp]:not(.sb-active) {
  display: none;
}
.sb-panel-form .sb-form-extra {
  margin: -20px 0 30px 0;
}
.sb-panel-form .sb-form-extra:empty {
  display: none;
}
.sb-panel-form .sb-link-area {
  font-size: 13px !important;
}
.sb-panel-form .sb-link-area a {
  color: rgb(86, 96, 105);
}
.sb-panel-form .sb-buttons {
  margin: 30px 0 15px 0;
  display: flex;
  align-items: center;
}
.sb-panel-form .sb-buttons div + div {
  margin-left: 15px;
}
.sb-panel-form .sb-buttons .sb-btn-text.sb-registration-area, .sb-panel-form .sb-buttons .sb-btn-text.sb-login-area {
  font-size: 13px;
  letter-spacing: 0.3px;
}
.sb-panel-form .sb-panel {
  height: 100%;
}
.sb-panel-form .sb-panel .sb-info {
  margin: -20px 0 0 150px;
}
.sb-panel-form .sb-top + .sb-form, .sb-panel-form[data-panel=edit-profile] .sb-form-main {
  margin-top: 10px;
}

.sb-privacy .sb-buttons {
  margin-top: 30px;
}

.sb-tickets .sb-top-hide {
  height: 0 !important;
  border: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.sb-tickets .sb-top-hide .sb-profile, .sb-tickets .sb-top-hide .sb-title {
  display: none;
}
.sb-tickets .sb-top-hide .sb-label-date-top {
  top: -6px !important;
}
.sb-tickets .sb-top-hide + .sb-conversation {
  height: 100%;
}

/*

# CONVERSATIONS AREA
==========================================================

*/
.sb-tickets .sb-conversation {
  height: calc(100% - 60px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.sb-tickets .sb-conversation .sb-list {
  height: 100%;
  padding: 0 0 5px 0;
  overflow-y: scroll;
}
.sb-tickets .sb-conversation .sb-list > div:last-child {
  animation: none;
}
.sb-tickets .sb-editor {
  flex-shrink: 0;
  margin: 1px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow linear 40ms, border-color linear 0.2s;
  background-color: #fff;
}
.sb-tickets .sb-editor .sb-textarea {
  border: none;
  padding: 0 !important;
}
.sb-tickets .sb-editor .sb-bar {
  margin-top: 10px;
  position: relative;
}
.sb-tickets .sb-editor .sb-bar .sb-btn-attachment {
  display: block !important;
}
.sb-tickets .sb-editor .sb-bar .sb-btn {
  background-color: #028be5;
  color: #fff;
  border-color: #028be5;
  font-size: 12px;
  line-height: 27px;
  height: 25px;
  transition: all 0.4s;
}
.sb-tickets .sb-editor .sb-bar .sb-btn:hover {
  background-color: rgb(0, 76, 125);
  border-color: rgb(0, 76, 125);
}
.sb-tickets .sb-editor .sb-attachments:not(:empty) {
  padding-top: 15px;
}
.sb-tickets .sb-editor .sb-title {
  position: absolute;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  cursor: default;
  top: 0;
  left: -150px;
  color: rgb(86, 96, 105);
}
.sb-tickets .sb-editor .sb-btn-saved-replies {
  display: none;
}
.sb-tickets .sb-editor.sb-error {
  border: 1px solid rgb(202, 52, 52);
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}
.sb-tickets .sb-editor.sb-audio-message-active .sb-textarea, .sb-tickets .sb-editor.sb-audio-message-active .sb-bar-icons {
  display: none;
}
.sb-tickets .sb-editor.sb-audio-message-active .sb-bar {
  margin-top: 0;
  justify-content: right;
}
.sb-tickets .sb-editor-cnt {
  align-items: flex-start;
}
.sb-tickets.sb-no-conversations > div > .sb-collapsed {
  transition: none !important;
}

[data-panel=new-ticket] .sb-panel input, [data-panel=new-ticket] .sb-panel select {
  padding: 15px;
}
[data-panel=new-ticket] .sb-panel > div {
  max-width: 800px;
}
[data-panel=new-ticket] .sb-input-select {
  justify-content: flex-start;
}
[data-panel=new-ticket] .sb-input-select > span {
  flex-grow: 0;
}
[data-panel=new-ticket] .sb-input-select p {
  font-weight: 400;
  margin: 0;
}
[data-panel=new-ticket] .sb-input > div {
  padding-right: 0;
}
[data-panel=new-ticket] .sb-editor {
  margin: 0;
  box-shadow: none;
  background-color: rgb(248, 248, 249);
  max-width: calc(100% - 150px);
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.4s, box-shadow 0.4s, background-color 0.4s;
}
[data-panel=new-ticket] .sb-editor .sb-submit {
  display: none !important;
}
[data-panel=new-ticket] .sb-editor .sb-loader {
  bottom: -60px;
  right: auto;
  left: -60px;
}
[data-panel=new-ticket] .sb-editor.sb-focus {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background: #fff;
}
[data-panel=new-ticket] .sb-create-ticket {
  margin: 15px auto 0 150px;
  width: auto;
  display: inline-block;
}
[data-panel=new-ticket] .sb-label-date-top, [data-panel=new-ticket] .sb-btn-audio-clip {
  display: none;
}

@media (min-width: 768px) {
  .sb-popup.sb-emoji {
    left: 67px !important;
    top: auto !important;
    bottom: 55px;
    position: absolute !important;
  }
}
/*

# COMPONENTS
==========================================================

*/
.sb-profile {
  position: relative;
  color: rgb(36, 39, 42);
  padding-left: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sb-profile img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 0;
}
.sb-profile > span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.sb-profile-menu {
  cursor: pointer;
  display: inline-block;
}
.sb-profile-menu .sb-menu {
  display: none;
}
.sb-profile-menu:hover .sb-name {
  color: #028be5;
}
.sb-profile-menu:hover .sb-menu {
  display: block;
  animation: sb-fade-bottom-animation 0.5s;
}

.sb-btn-collapse {
  position: absolute;
  top: 15px;
  transition: color 0.4s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  z-index: 5;
}
.sb-btn-collapse.sb-right {
  left: auto;
  right: 20px;
  text-align: right;
}
.sb-btn-collapse.sb-right.sb-active {
  animation: sb-collapse-btn-right 1s;
  transform: rotate(180deg);
  right: 0;
  top: 0;
  border-right: 1px solid rgb(212, 212, 212);
  border-top: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  padding-right: 12px;
}
.sb-btn-collapse.sb-left {
  right: auto;
  left: 20px;
  text-align: left;
}
.sb-btn-collapse.sb-left.sb-active {
  animation: sb-collapse-btn-left 1s;
  transform: rotate(180deg);
  left: 0;
  top: 0;
  border-left: 1px solid rgb(212, 212, 212);
  border-top: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 12px;
}
.sb-btn-collapse.sb-active {
  background: #fff;
  border-radius: 15px;
}
.sb-btn-collapse:hover {
  color: #028be5;
}
.sb-btn-collapse:before {
  line-height: 30px;
}

.sb-btn-icon i:before {
  line-height: 35px;
}

.sb-overlay-panel.sb-active {
  z-index: 96;
}

.sb-tickets #sb-audio-clip {
  background: #fff;
}
.sb-tickets #sb-audio-clip .sb-icon:before {
  line-height: 50px;
}

/*

# RTL
==========================================================

*/
.sb-tickets.sb-rtl .sb-panel-right {
  border-right: 1px solid rgb(212, 212, 212);
  border-left: none;
}
.sb-tickets.sb-rtl .sb-panel-right > .sb-top {
  padding-right: 20px;
  padding-left: 60px;
}
.sb-tickets.sb-rtl .sb-panel-right > .sb-top .sb-no-profile-image {
  padding-right: 0;
}
.sb-tickets.sb-rtl .sb-panel-right .sb-profile-agent .sb-status {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}
.sb-tickets.sb-rtl .sb-panel-right .sb-profile-agent .sb-status:before {
  left: auto;
  right: 0;
}
.sb-tickets.sb-rtl .sb-panel-left {
  border-right: none;
  border-left: 1px solid rgb(212, 212, 212);
}
.sb-tickets.sb-rtl .sb-panel-left > .sb-top {
  padding-left: 20px;
  padding-right: 60px;
}
.sb-tickets.sb-rtl .sb-editor .sb-bar {
  padding: 0;
}
.sb-tickets.sb-rtl .sb-btn-collapse.sb-left {
  right: 20px;
  left: auto;
}
.sb-tickets.sb-rtl .sb-btn-collapse.sb-right {
  left: 20px;
  right: auto;
}
.sb-tickets.sb-rtl .sb-btn-collapse.sb-left.sb-active {
  transform: none;
  text-align: right;
  animation: sb-collapse-btn-right 1s;
}
.sb-tickets.sb-rtl .sb-btn-collapse.sb-right.sb-active {
  transform: none;
  text-align: left;
  animation: sb-collapse-btn-left 1s;
}
.sb-tickets.sb-rtl .sb-btn-collapse:not(.sb-active) {
  transform: rotate(180deg);
}
.sb-tickets.sb-rtl:not(.sb-panel-active) .sb-collapsed + .sb-panel-main > .sb-top {
  padding-left: 20px;
  padding-right: 65px;
}
.sb-tickets.sb-rtl .sb-panel-main .sb-top .sb-close {
  right: auto;
  left: 14px;
}
.sb-tickets.sb-rtl .sb-panel .sb-info {
  margin: 0 150px 20px 20px;
}
.sb-tickets.sb-rtl.sb-800 .sb-panel-left {
  left: auto;
  right: 0;
}
.sb-tickets.sb-rtl.sb-800 .sb-panel-right {
  left: 0;
  right: auto;
}
.sb-tickets.sb-rtl .sb-profile {
  padding-left: 0;
  padding-right: 45px;
}
.sb-tickets.sb-rtl .sb-profile img {
  right: 0;
  left: auto;
}
.sb-tickets.sb-rtl[data-panel=new-ticket] .sb-editor {
  padding-right: 20px;
  padding-left: 0;
}

/*

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

*/
.sb-1300 .sb-panel-left, .sb-1300 .sb-panel-right {
  min-width: 310px;
  width: 310px;
}
.sb-1300.sb-collapsing .sb-panel-right > div, .sb-1300.sb-collapsing .sb-panel-right > ul, .sb-1300.sb-collapsing .sb-panel-left > div, .sb-1300.sb-collapsing .sb-panel-left > ul {
  min-width: 270px;
}
.sb-1300 .sb-panel-left .sb-search-btn > input {
  min-width: 205px;
}

.sb-1000 .sb-panel-left, .sb-1000 .sb-panel-right {
  min-width: 230px;
  width: 230px;
}
.sb-1000.sb-collapsing .sb-panel-right > div, .sb-1000.sb-collapsing .sb-panel-right > ul, .sb-1000.sb-collapsing .sb-panel-left > div, .sb-1000.sb-collapsing .sb-panel-left > ul {
  min-width: 190px;
}
.sb-1000 .sb-panel-left .sb-search-btn > input {
  min-width: 60px;
  width: 125px;
}

.sb-800 .sb-panel-left, .sb-800 .sb-panel-right {
  min-width: 260px;
  width: 260px;
  position: absolute;
  left: 0;
  z-index: 9;
  height: 100%;
}
.sb-800 .sb-panel-right {
  left: auto;
  right: 0;
}
.sb-800.sb-collapsing .sb-panel-right > div, .sb-800.sb-collapsing .sb-panel-right > ul, .sb-800.sb-collapsing .sb-panel-left > div, .sb-800.sb-collapsing .sb-panel-left > ul {
  min-width: 220px;
}
.sb-800 .sb-panel-left .sb-search-btn > input {
  min-width: 60px;
  width: 125px;
}
.sb-800 .sb-btn-collapse {
  z-index: 95;
}
.sb-800 .sb-btn-collapse:not(.sb-active) + .sb-right, .sb-800 .sb-panel-right:not(.sb-collapsed) + .sb-left {
  display: none;
}
.sb-800.sb-panel-form .sb-input, .sb-800[data-panel=new-ticket] .sb-input, .sb-800.sb-panel-form .sb-select, .sb-800[data-panel=new-ticket] .sb-select {
  display: block;
}
.sb-800[data-panel=new-ticket] .sb-editor {
  max-width: 100%;
}
.sb-800[data-panel=new-ticket] .sb-create-ticket {
  margin-left: 0;
}
.sb-800 .sb-panel .sb-info {
  margin-left: 0;
}
.sb-800 .sb-article > .sb-rating {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  display: flex;
}
.sb-800.sb-panel-form .sb-input-select-input span + div {
  margin-left: 0;
  top: 40px;
}
.sb-800 .sb-tickets-area .sb-form .sb-input > span {
  padding-right: 0;
}

@media (max-width: 464px) {
  .sb-btn-emoji {
    display: none;
  }
}
/*
* 
* ==========================================================
* 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-select-input > div {
  left: auto;
  right: 6px;
  padding-left: 0;
  padding-right: 5px;
}
.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-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 > div.sb-select-phone + 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;
}/*# sourceMappingURL=tickets.css.map */