/*
* 
* ==========================================================
* ADMIN.SCSS
* ==========================================================
*
* Main style file of the administration page. Written in scss. 
*
*/
/*
*  
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* Shared css used on both admin and front end. This file is imported only.
*
*/
@font-face {
  font-family: "Thikaa Icons";
  src: url("../media/icons/support-board.eot?v=2");
  src: url("../media/icons/support-board.eot?#iefix") format("embedded-opentype"), url("../media/icons/support-board.woff?v=2") format("woff"), url("../media/icons/support-board.ttf?v=2") format("truetype"), url("../media/icons/support-board.svg#support-board?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=sb-icon-]:before,
[class*=" sb-icon-"]:before {
  font-family: "Thikaa Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb-icon-smartphone:before {
  content: "J";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Thikaa Font";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Thikaa 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;
  }
}

.tk-main,
.tk-articles-page,
.tk-main input,
.tk-main textarea,
.tk-main select {
  font-family: "Thikaa Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

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

.tk-scroll-area,
.tk-conversation .tk-list,
.tk-list .tk-message pre,
.tk-rich-table .tk-content,
.tk-admin .tk-top-bar>div:first-child>ul,
.tk-area-settings>.tk-tab>.tk-nav,
.tk-area-reports>.tk-tab>.tk-nav,
.tk-dialog-box pre,
.tk-horizontal-scroll {
  overflow: hidden;
  overflow-y: scroll;
}

.tk-scroll-area::-webkit-scrollbar,
.tk-conversation .tk-list::-webkit-scrollbar,
.tk-list .tk-message pre::-webkit-scrollbar,
.tk-rich-table .tk-content::-webkit-scrollbar,
.tk-admin .tk-top-bar>div:first-child>ul::-webkit-scrollbar,
.tk-area-settings>.tk-tab>.tk-nav::-webkit-scrollbar,
.tk-area-reports>.tk-tab>.tk-nav::-webkit-scrollbar,
.tk-dialog-box pre::-webkit-scrollbar,
.tk-horizontal-scroll::-webkit-scrollbar {
  width: 5px;
}

.tk-scroll-area::-webkit-scrollbar-track,
.tk-conversation .tk-list::-webkit-scrollbar-track,
.tk-list .tk-message pre::-webkit-scrollbar-track,
.tk-rich-table .tk-content::-webkit-scrollbar-track,
.tk-admin .tk-top-bar>div:first-child>ul::-webkit-scrollbar-track,
.tk-area-settings>.tk-tab>.tk-nav::-webkit-scrollbar-track,
.tk-area-reports>.tk-tab>.tk-nav::-webkit-scrollbar-track,
.tk-dialog-box pre::-webkit-scrollbar-track,
.tk-horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.tk-scroll-area::-webkit-scrollbar-thumb,
.tk-conversation .tk-list::-webkit-scrollbar-thumb,
.tk-list .tk-message pre::-webkit-scrollbar-thumb,
.tk-rich-table .tk-content::-webkit-scrollbar-thumb,
.tk-admin .tk-top-bar>div:first-child>ul::-webkit-scrollbar-thumb,
.tk-area-settings>.tk-tab>.tk-nav::-webkit-scrollbar-thumb,
.tk-area-reports>.tk-tab>.tk-nav::-webkit-scrollbar-thumb,
.tk-dialog-box pre::-webkit-scrollbar-thumb,
.tk-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #BFCBD3;
  border-radius: 6px;
  transition: all 0.4s;
}

.tk-scroll-area::-webkit-scrollbar-thumb:hover,
.tk-conversation .tk-list::-webkit-scrollbar-thumb:hover,
.tk-list .tk-message pre::-webkit-scrollbar-thumb:hover,
.tk-rich-table .tk-content::-webkit-scrollbar-thumb:hover,
.tk-admin .tk-top-bar>div:first-child>ul::-webkit-scrollbar-thumb:hover,
.tk-area-settings>.tk-tab>.tk-nav::-webkit-scrollbar-thumb:hover,
.tk-area-reports>.tk-tab>.tk-nav::-webkit-scrollbar-thumb:hover,
.tk-dialog-box pre::-webkit-scrollbar-thumb:hover,
.tk-horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #028be5;
}

.tk-list .tk-message pre,
.tk-rich-table .tk-content,
.tk-admin .tk-top-bar>div:first-child>ul,
.tk-area-settings>.tk-tab>.tk-nav,
.tk-dialog-box pre,
.tk-horizontal-scroll {
  overflow-y: hidden;
}

.tk-list .tk-message pre::-webkit-scrollbar,
.tk-rich-table .tk-content::-webkit-scrollbar,
.tk-admin .tk-top-bar>div:first-child>ul::-webkit-scrollbar,
.tk-area-settings>.tk-tab>.tk-nav::-webkit-scrollbar,
.tk-dialog-box pre::-webkit-scrollbar,
.tk-horizontal-scroll::-webkit-scrollbar {
  height: 5px;
}

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

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

/*

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

*/
.tk-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;
}

.tk-user-conversations>li>div {
  position: relative;
  color: rgb(60, 60, 60);
  font-size: 13px;
  padding-left: 55px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.tk-user-conversations>li>div>img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}

.tk-user-conversations>li>div div:not(.tk-message) {
  display: flex;
  justify-content: space-between;
  opacity: 0.85;
}

.tk-user-conversations>li>div div:not(.tk-message)>span {
  white-space: nowrap;
}

.tk-user-conversations>li>div div:not(.tk-message)>span:first-child {
  overflow: hidden;
  margin-right: 15px;
}

.tk-user-conversations>li>div .tk-message {
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}

.tk-user-conversations>li:hover,
.tk-user-conversations>li.tk-active {
  background-color: rgb(245, 247, 250);
}

.tk-user-conversations>li.tk-active {
  border-left-color: #028be5;
}

.tk-user-conversations>li:first-child {
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-chat-btn span,
.tk-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;
}

.tk-chat-btn span:empty,
.tk-chat-btn span[data-count="0"],
.tk-user-conversations>li>[data-count]:empty,
.tk-user-conversations>li>[data-count][data-count="0"] {
  display: none;
}

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

.tk-user-conversations>li:hover>[data-count] {
  border-color: rgb(245, 247, 250);
}

/*

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

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

.tk-list>div {
  float: left;
  clear: both;
  position: relative;
  margin: 2px 10px 25px 20px;
  box-shadow: none;
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 8px 12px;
  max-width: calc(90% - 110px);
}

.tk-list>div.tk-thumb-active {
  margin-left: 55px;
}

.tk-list>div.tk-thumb-active .tk-thumb {
  display: block;
}

.tk-list>div.tk-thumb-active.tk-rich-cnt {
  max-width: calc(90% - 115px);
}

.tk-list>div.tk-rich-cnt {
  background-color: rgb(247, 247, 247);
  max-width: calc(90% - 80px);
}

.tk-list>div.tk-rich-cnt .tk-message {
  overflow: visible;
}

.tk-list>div.tk-rich-cnt .tk-agent-name {
  display: none;
}

.tk-list>div[data-type=slider],
.tk-list>div[data-type=slider-images] {
  width: 100%;
}

.tk-list>div:first-child>span {
  margin-top: 0 !important;
}

.tk-list>div:last-child {
  margin-bottom: 30px !important;
}

.tk-list>div:not(.tk-right):last-child,
.tk-list>div>[data-id=sending] {
  animation: sb-fade-bottom-animation 0.4s;
}

.tk-list>div.tk-right {
  float: right;
  margin: 2px 20px 25px 10px;
  background-color: #E6F2FC;
}

.tk-list>div.tk-right.tk-rich-cnt .tk-text {
  background-color: #E6F2FC;
}

.tk-list>div.tk-right .tk-thumb {
  right: -35px;
  left: auto;
}

.tk-list>div.tk-right .tk-message,
.tk-list>div.tk-right .tk-message a,
.tk-list>div.tk-right .tk-rich-message .tk-text {
  color: rgb(0, 76, 125);
}

.tk-list>div.tk-right.tk-thumb-active {
  margin-right: 50px;
}

.tk-list>div.tk-right .tk-time {
  right: 0;
  left: auto;
}

.tk-list>div.tk-right .tk-message:not(:empty)+.tk-message-attachments .tk-player {
  border-color: rgba(0, 76, 125, 0.17);
}

.tk-list>div:not(.tk-right):not(.tk-label-date)+.tk-right,
.tk-list>div.tk-right+div:not(.tk-right):not(.tk-label-date) {
  margin-top: 15px;
}

.tk-list .tk-thumb {
  position: absolute;
  left: -35px;
  top: 1px;
  width: 25px;
  display: none;
}

.tk-list .tk-thumb>img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.tk-list .tk-thumb>div {
  display: none;
}

.tk-list .tk-message,
.tk-list .tk-message a {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  outline: none;
}

.tk-list .tk-message {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tk-list .tk-message b {
  font-weight: 500;
}

.tk-list .tk-message code {
  padding: 3px 7px;
  color: rgb(224, 30, 90);
  background: rgba(224, 30, 90, 0.06);
  display: inline-block;
  border-radius: 3px;
}

.tk-list .tk-message pre {
  font-family: monospace;
  margin: 0;
  color: rgb(44, 80, 106);
  overflow-x: scroll;
  background: rgb(238, 238, 238);
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
}

.tk-list .tk-message pre code {
  padding: 0;
  color: rgb(44, 80, 106);
  background: none;
  display: inline;
}

.tk-list .tk-message .emoji-large {
  font-size: 35px;
  line-height: 45px;
}

.tk-list .tk-message .tk-image {
  margin-top: 6px;
}

.tk-list .tk-message .tk-rich-image .tk-image {
  margin-top: 0;
}

.tk-list .tk-message .tk-agent-name {
  display: block;
  opacity: 0.8;
  font-size: 11px;
}

.tk-list .tk-message:not(.tk-message-media)>.tk-image {
  margin-bottom: 5px;
}

.tk-list .tk-message:not(:empty)+.tk-message-attachments {
  padding-top: 15px;
}

.tk-list .tk-message:not(:empty)+.tk-message-attachments .tk-player {
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-list .tk-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;
}

.tk-list .tk-message-attachments a:before {
  content: "e";
  font-family: "Thikaa Icons";
  position: absolute;
  left: 0;
  font-size: 15px;
  opacity: 0.8;
  line-height: 21px;
}

.tk-list .tk-message-attachments a:hover {
  color: #028be5;
}

.tk-list .tk-message-attachments a+a {
  margin-top: 7px;
}

.tk-list .tk-message-attachments:empty {
  display: none;
}

.tk-list .tk-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;
}

.tk-list .tk-time>span:first-child {
  display: none;
}

.tk-list .tk-time i {
  padding-left: 10px;
}

.tk-list .tk-message-media {
  margin: -8px -12px;
  background: #fff;
}

.tk-list .tk-message-media .tk-image:first-child {
  margin-top: 0;
}

.tk-list [data-id=sending] .tk-message {
  opacity: 0.5;
}

.tk-list [data-id=sending].tk-right .tk-time,
.tk-list [data-id=sending] .tk-time {
  right: 19px;
  flex-direction: row;
}

.tk-list [data-id=sending].tk-right .tk-time>i,
.tk-list [data-id=sending] .tk-time>i {
  position: relative;
}

.tk-list [data-id=sending].tk-right .tk-time>i:after,
.tk-list [data-id=sending] .tk-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;
}

.tk-list [data-type=youtube-video] {
  padding: 0;
}

.tk-list [data-type=youtube-video] .tk-rich-message {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.tk-list>div.tk-label-date,
.tk-label-date-top {
  text-align: center;
  max-width: 100% !important;
  width: auto;
  float: none !important;
  background: none;
  margin: 0 !important;
}

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

.tk-label-date-top {
  position: absolute;
  top: 73px;
  left: 0;
  right: 5px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}

.tk-label-date-top.tk-active {
  opacity: 1;
}

.tk-label-date-top:empty {
  display: none;
}

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

/*

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

*/
.tk-list .tk-form+.tk-btn {
  margin-top: 25px;
}

.tk-list .tk-form+.tk-form {
  margin-top: 15px;
}

.tk-list table {
  border-collapse: collapse;
}

.tk-list table th,
.tk-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;
}

.tk-list table th {
  border-bottom: 1px solid rgba(143, 143, 143, 0.6);
  font-size: 14px;
}

.tk-list table tr:last-child td {
  border-bottom: 0;
}

.tk-list .tk-text-list>div {
  padding-bottom: 6px;
}

.tk-list .tk-text-list>div>div:first-child {
  font-weight: 500;
}

.tk-list .tk-text-list>div:last-child {
  padding-bottom: 0;
}

.tk-list .tk-text-list-single>div {
  position: relative;
  padding-left: 15px;
}

.tk-list .tk-text-list-single>div:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(86, 96, 105);
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.tk-list .tk-image-list>div {
  padding: 5px 0 10px 50px;
  position: relative;
}

.tk-list .tk-image-list>div>.tk-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;
}

.tk-list .tk-image-list>div .tk-list-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.tk-list .tk-image-list>div .tk-list-title span {
  opacity: 0.7;
}

.tk-list .tk-image-list>div:last-child {
  padding-bottom: 0;
}

.tk-list .tk-image-list+a {
  margin-top: 15px;
}

.tk-list iframe {
  width: 100%;
  border: none;
}

.tk-list iframe:not([height]) {
  height: 115px;
  display: block;
}

.tk-player {
  display: flex;
  align-items: center;
  margin: -6.5px -11px;
}

.tk-player>div {
  background: transparent;
  width: 20px;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  transition: all 0.4s;
}

.tk-player>div:hover {
  color: #028be5;
}

.tk-player>div:active {
  background: rgba(0, 0, 0, 0.08) !important;
}

.tk-player .tk-player-btn {
  width: 38px;
  height: 34px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

.tk-player .tk-player-btn:before {
  line-height: 34px;
}

.tk-player .tk-player-speed {
  display: flex;
  align-items: center;
}

.tk-player .tk-player-speed .tk-player-speed-number {
  font-weight: 500;
}

.tk-player .tk-player-speed .sb-icon-close {
  font-size: 7px;
  height: 19px;
  line-height: 21px;
  padding-left: 2px;
}

.tk-player .tk-player-speed .sb-icon-close:before {
  line-height: 20px;
}

.tk-player .tk-player-download {
  text-align: center;
}

.tk-player .tk-player-download:before {
  transform: translateY(2px);
  display: inline-block;
}

.tk-player audio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

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

#tk-audio-clip {
  display: none;
  align-items: center;
  position: absolute;
  top: 1px;
  bottom: 50px;
  right: 50px;
  left: 0;
  background: rgb(251, 251, 251);
  color: rgb(86, 96, 105);
  z-index: 2;
}

#tk-audio-clip .tk-icon {
  font-size: 15px;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  cursor: pointer;
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}

#tk-audio-clip .tk-icon:before {
  line-height: 55px;
}

#tk-audio-clip .sb-icon-mic {
  font-size: 20px;
  color: rgb(202, 52, 52);
}

#tk-audio-clip .sb-icon-close {
  font-size: 11px;
}

#tk-audio-clip .sb-icon-close:hover {
  color: rgb(202, 52, 52);
}

#tk-audio-clip .tk-btn-mic {
  color: rgb(202, 52, 52);
}

#tk-audio-clip .tk-btn-mic:hover {
  color: rgb(36, 39, 42);
}

#tk-audio-clip .tk-btn-clip-player {
  display: none;
  width: 11px;
}

#tk-audio-clip .tk-btn-clip-player.tk-active {
  display: block;
  margin-right: -15px;
}

#tk-audio-clip .tk-btn-clip-player:hover {
  color: #028be5;
}

#tk-audio-clip .tk-audio-clip-time {
  font-size: 15px;
  font-weight: 500;
}

#tk-audio-clip .tk-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);
}

#tk-audio-clip.tk-active {
  display: flex;
}

/*

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

*/
.tk-editor {
  background: rgb(251, 251, 251);
  padding-bottom: 0;
  padding: 15px;
  position: relative;
  margin: 0;
}

.tk-editor textarea {
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: 0 !important;
  padding: 0px !important;
  outline: none !important;
  text-align: left;
  font-weight: 400;
  resize: none !important;
  border: none !important;
  color: rgb(86, 96, 105) !important;
  background: transparent !important;
  transition: all 0.4s;
  overflow: hidden;
  display: block;
}

.tk-editor .tk-submit {
  color: #028be5;
  display: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 19px;
  padding-left: 13px;
  height: 19px;
  transition: all 0.4s;
}

.tk-editor .tk-submit:hover {
  color: rgb(0, 76, 125);
}

.tk-editor .tk-bar {
  position: absolute;
  display: flex;
  align-items: center;
  max-height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
}

.tk-editor.tk-active .tk-bar .tk-submit {
  display: block;
}

.tk-editor.tk-active .tk-bar .tk-btn-attachment,
.tk-editor.tk-active .tk-bar .tk-btn-audio-clip {
  display: none;
}

.tk-editor .tk-upload-form-editor {
  display: none;
}

.tk-editor .tk-bar-icons {
  display: flex;
  justify-content: flex-start;
}

.tk-editor .tk-bar-icons>div {
  width: 30px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.tk-editor .tk-bar-icons>div:last-child {
  margin-right: 0;
}

.tk-editor .tk-bar-icons>div:before {
  font-family: "Thikaa Icons";
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: rgb(86, 96, 105);
}

.tk-editor .tk-bar-icons>div.tk-btn-attachment:before {
  content: "e";
}

.tk-editor .tk-bar-icons>div.tk-btn-saved-replies:before {
  content: "q";
  font-size: 21px;
}

.tk-editor .tk-bar-icons>div.tk-btn-attachment {
  margin-right: 7px;
}

.tk-editor .tk-bar-icons>div.tk-btn-emoji:before {
  content: "r";
}

.tk-editor .tk-bar-icons>div.tk-btn-audio-clip:before {
  content: "\e903";
  font-size: 22px;
  left: 3px;
}

.tk-editor .tk-bar-icons>div.tk-btn-open-ai:not(.tk-active) {
  display: none;
}

.tk-editor .tk-bar-icons>div.tk-btn-woocommerce:before {
  content: "R";
  font-size: 22px;
}

.tk-editor .tk-bar-icons>div.tk-btn-open-ai.tk-loading:before {
  left: 15px;
}

.tk-editor .tk-bar-icons>div:hover:before {
  color: #028be5;
}

.tk-editor .tk-attachments {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tk-editor .tk-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;
}

.tk-editor .tk-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;
}

.tk-editor .tk-attachments>div:hover>i {
  opacity: 1;
}

.tk-editor .tk-loader {
  height: 25px;
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
}

.tk-editor .tk-loader.tk-active {
  display: block;
}

.tk-editor.tk-drag {
  border-color: #028be5 !important;
  background-color: rgb(224, 236, 246) !important;
}

.tk-editor.tk-drag .tk-textarea,
.tk-editor.tk-drag .tk-bar,
.tk-editor.tk-drag .tk-attachments,
.tk-editor.tk-drag .tk-suggestions {
  opacity: 0 !important;
  z-index: -1 !important;
}

.tk-editor.tk-drag:before {
  content: "M";
  font-family: "Thikaa 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 
==========================================================

*/
.tk-article .tk-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
}

.tk-article .tk-title .sb-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}

.tk-article .tk-title .sb-icon-close:hover {
  color: rgb(202, 52, 52);
}

.tk-article .tk-content {
  font-size: 13px;
  line-height: 25px;
  color: rgb(86, 96, 105);
  letter-spacing: 0.3px;
}

.tk-article .tk-content>img,
.tk-article .tk-content .tk-image {
  max-width: 100%;
  margin: 15px 0;
  display: block;
}

.tk-article .tk-btn-text {
  margin-top: 25px;
}

.tk-article ul {
  padding-left: 15px;
}

.tk-article ul li {
  list-style: disc;
}

.tk-article ul a {
  color: rgb(36, 39, 42);
  text-decoration: underline;
}

.tk-article ul.tk-ul-ordered,
.tk-article ul.tk-ul-unordered {
  padding-left: 15px;
}

.tk-article ul.tk-ul-ordered li {
  list-style: decimal;
}

.tk-article ul.tk-ul-unordered li {
  list-style: disc;
}

.tk-article .tk-rating,
.tk-article .tk-btn-text+.tk-article-category-links {
  display: flex;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  height: 20px;
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-article[data-user-rating="1"] [data-rating=positive] {
  color: rgb(26, 146, 96);
  cursor: default;
}

.tk-article[data-user-rating="1"] [data-rating=negative] {
  display: none;
}

.tk-article[data-user-rating="-1"] [data-rating=positive] {
  display: none;
}

.tk-article[data-user-rating="-1"] [data-rating=negative] {
  color: rgb(202, 52, 52);
  cursor: default;
}

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

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

.tk-articles-page {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 15px;
  line-height: 27px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  background: #fff;
  color: rgb(36, 39, 42);
}

.tk-articles-page .tk-panel-main {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  padding: 20px;
  overflow: hidden;
  min-width: 0;
}

.tk-articles-page .tk-panel-side {
  flex: 2 2 600px;
  border-left: 1px solid rgb(212, 212, 212);
  background-color: rgb(245, 247, 250);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px;
}

.tk-articles-page .tk-panel-side .tk-title {
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.tk-articles-page .tk-panel-side .tk-input input {
  background-color: #fff;
}

.tk-articles-page .tk-panel-side .tk-input+.tk-title {
  margin-top: 30px;
}

.tk-articles-page .tk-article .tk-content {
  font-size: 14px;
}

.tk-articles-page .tk-articles,
.tk-articles-page .tk-article {
  animation: sb-fade-animation 0.5s;
}

.tk-articles-page .tk-articles>div>div {
  font-size: 14px;
}

.tk-article-categories>div {
  padding-bottom: 10px;
}

.tk-article-categories>div span {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}

.tk-article-categories>div span:hover,
.tk-article-categories>div span.tk-active {
  color: #028be5;
}

.tk-article-category-links {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 15px 0 15px 0;
  height: auto !important;
}

.tk-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;
}

.tk-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);
  }
}

.tk-loading {
  position: relative;
  text-indent: -999995px;
  overflow: hidden;
}

.tk-loading i {
  display: none;
}

.tk-loading:before {
  content: "v";
  font-family: "Thikaa 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;
}

.tk-loading div,
.tk-loading ul,
.tk-loading h1,
.tk-loading h2,
.tk-loading h3,
.tk-loading h4,
.tk-loading p,
.tk-loading span,
.tk-loading table,
.tk-loading a {
  opacity: 0;
}

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

/*

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

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

.tk-btn.tk-icon,
a.tk-btn.tk-icon {
  padding-left: 50px;
}

.tk-btn.tk-icon>i,
a.tk-btn.tk-icon>i {
  position: absolute;
  left: 25px;
  line-height: 36px;
}

.tk-btn.tk-icon>i:before,
a.tk-btn.tk-icon>i:before {
  line-height: 36px;
}

.tk-btn:hover,
.tk-btn:active,
a.tk-btn:hover,
a.tk-btn:active {
  background-color: rgb(0, 76, 125);
  color: #fff;
}

.tk-btn:before,
a.tk-btn:before {
  color: #fff;
}

.tk-btn:not(.tk-hide)+a,
a.tk-btn:not(.tk-hide)+a {
  margin-left: 15px;
}

.tk-btn.tk-rich-btn,
a.tk-btn.tk-rich-btn {
  color: #fff !important;
  line-height: 35px;
}

.tk-btn.sb-icon-check:not(.tk-loading):before,
a.tk-btn.sb-icon-check:not(.tk-loading):before {
  margin-right: 15px;
  transform: translateY(2px);
  display: inline-block;
}

.tk-btn.tk-btn-black {
  background-color: rgb(36, 39, 42);
}

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

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

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

.tk-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);
}

.tk-btn-icon i {
  line-height: 40px;
  font-size: 18px;
  width: 33px;
}

.tk-btn-icon i:before {
  font-size: 18px;
  line-height: 35px;
}

.tk-btn-icon i.sb-icon-file:before {
  font-size: 19px;
  display: block;
  transform: translateY(1px);
}

.tk-btn-icon:before {
  font-size: 23px;
  line-height: 35px;
}

.tk-btn-icon:hover {
  opacity: 1;
  border-color: #028be5;
  color: #028be5;
  background-color: rgba(39, 156, 255, 0.08);
}

.tk-btn-icon.tk-btn-red:hover {
  border-color: rgb(202, 52, 52);
  color: rgb(202, 52, 52);
  background-color: rgba(202, 52, 52, 0.1);
}

.tk-btn-icon.tk-btn-red:hover i {
  color: rgb(202, 52, 52) !important;
}

.tk-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;
}

.tk-btn-text i {
  margin-right: 15px;
  margin-left: 1px;
  transform: translateY(2px);
  display: inline-block;
}

.tk-btn-text:hover {
  color: #028be5;
}

.tk-btn-text.tk-btn-red:hover {
  color: rgb(202, 52, 52);
}

/*

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

*/
.tk-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tk-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);
}

.tk-input>input,
.tk-input>select,
.tk-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;
}

.tk-input>input:focus,
.tk-input>input.tk-focus,
.tk-input>select:focus,
.tk-input>select.tk-focus,
.tk-input>textarea:focus,
.tk-input>textarea.tk-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;
}

.tk-input>input.tk-error,
.tk-input>select.tk-error,
.tk-input>textarea.tk-error {
  border: 1px solid rgb(202, 52, 52);
  box-shadow: 0 0 5px rgba(202, 52, 52, 0.25);
}

.tk-input>select {
  min-height: 37px;
}

.tk-input>textarea {
  line-height: 20px;
  min-height: 75px;
  padding: 8px 10px;
}

.tk-input>input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}

.tk-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;
}

.tk-input>input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Thikaa 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%;
}

.tk-input>div {
  padding-right: 30px;
  max-width: 800px;
}

.tk-input>div span {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.tk-input>div p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(86, 96, 105);
}

.tk-input>input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.tk-input+.tk-input {
  margin-top: 10px;
}

.tk-input.tk-input-btn input:first-child {
  line-height: 40px;
}

.tk-input.tk-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;
}

.tk-input.tk-input-btn>div:hover {
  background-color: rgb(0, 76, 125);
}

.tk-input.tk-input-btn>div.tk-loading:before {
  color: #fff;
}

.tk-input.tk-input-btn>div:not(.tk-loading):before {
  line-height: 42px;
}

.tk-input-image .image {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 100px;
  position: relative;
  cursor: pointer;
  background-color: rgb(248, 248, 249);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.tk-input-image .image:before {
  content: "p";
  font-family: "Thikaa 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);
}

.tk-input-image .image:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  background-color: #fff;
}

.tk-input-image .image:hover:before {
  color: #028be5;
}

.tk-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;
}

.tk-input-image .image[data-value]:before {
  display: none;
}

.tk-input-image .image[data-value]>.sb-icon-close {
  display: block;
}

.tk-input-image .image[data-value]>.sb-icon-close:hover {
  background-color: rgb(202, 52, 52);
}

.tk-input-image.tk-profile-image {
  justify-content: flex-start;
}

.tk-input-image.tk-profile-image span {
  flex-grow: 0;
}

.tk-input-image.tk-profile-image .image {
  width: 65px;
  height: 65px;
  padding: 0;
}

.tk-input-image.tk-profile-image .image .sb-icon-close {
  right: -5px;
  top: -5px;
}

.tk-input-image.tk-profile-image .image .sb-icon-close:before {
  line-height: 21px;
}

.tk-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;
}

.tk-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;
}

.tk-input-select-input input {
  padding: 5px 0 0 100px;
}

.tk-input-select-input input[disabled] {
  padding: 0 5px !important;
  border: none;
  background: none;
  box-shadow: none;
  width: 35px;
}

.tk-input-select-input [type=number]::-webkit-outer-spin-button,
.tk-input-select-input [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.tk-input-select-input .tk-active+div {
  opacity: 1;
}

.tk-list .tk-input-select-input input {
  padding: 5px 0 0 60px;
}

.tk-select-phone {
  z-index: 8;
}

.tk-select-phone li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.tk-select-phone img {
  border-radius: 2px;
  height: 15px;
  width: 23px;
  margin: 0 10px 0 0;
}

.tk-select-phone>div>p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.tk-select-phone .tk-select {
  top: -12px;
  z-index: 8;
}

.tk-select-phone.tk-single-prefix+input {
  padding-left: 50px;
}

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

.tk-select-search {
  position: absolute;
  border-radius: 4px;
  display: none;
  z-index: 9;
}

.tk-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;
}

.tk-select-search+.tk-scroll-area {
  padding-top: 28px !important;
}

.tk-select-search.tk-active {
  display: block;
}

/*

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

*/
.tk-lightbox-media {
  position: static;
  box-shadow: none !important;
  background: none !important;
  animation: none;
}

.tk-lightbox-media>div>img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
  border-radius: 6px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  animation: sb-fade-animation 0.5s;
  z-index: 9999999995;
}

.tk-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;
}

.tk-lightbox-media i:hover {
  color: rgb(202, 52, 52);
}

.tk-lightbox-media:not(.tk-active) {
  display: none;
}

.tk-lightbox-media.tk-active+.tk-lightbox-overlay {
  display: block;
}

.tk-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
==========================================================

*/
.tk-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;
}

.tk-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;
}

.tk-overlay-panel>div:first-child .tk-btn-icon {
  margin-right: -10px;
}

.tk-overlay-panel>div:first-child .tk-btn-icon:before {
  font-size: 12px;
}

.tk-overlay-panel>div:last-child {
  height: calc(100% - 45px);
}

.tk-overlay-panel iframe {
  opacity: 0;
}

.tk-overlay-panel.tk-active {
  height: 100%;
  z-index: 9;
}

.tk-overlay-panel.tk-active>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tk-overlay-panel.tk-active iframe {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}

/*

# IMAGE LIGHTBOX
==========================================================

*/
.tk-image {
  background: #000;
  border-radius: 4px;
  max-width: 250px;
}

.tk-image>img {
  max-width: 100%;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  transition: all 0.4s;
}

.tk-image>img:hover {
  opacity: 0.8;
}

.tk-image.tk-image-png {
  background: none;
}

.tk-image.tk-image-sticker {
  background: none;
  max-width: 150px !important;
}

/*

# UPLOAD INPUT
==========================================================

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

/*

# SEARCH BUTTON
==========================================================

*/
.tk-search-btn,
.tk-filter-btn {
  position: relative;
  width: 48px;
  height: 40px;
}

.tk-search-btn>i,
.tk-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;
}

.tk-search-btn i:hover,
.tk-search-btn.tk-active i,
.tk-filter-btn i:hover,
.tk-filter-btn.tk-active i {
  color: #028be5;
}

.tk-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;
}

.tk-search-btn>input:focus {
  outline: none;
  box-shadow: 0 0px 5px rgba(39, 156, 255, 0.5);
  border-color: #028be5;
}

.tk-search-btn.tk-active input {
  display: block;
}

.tk-search-btn.tk-active i {
  right: 15px;
}

/*

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

*/
.tk-popup {
  width: 340px;
  height: 360px;
  position: fixed;
  transform: translateX(-50%);
  bottom: 0;
  left: 0;
  display: none;
}

.tk-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;
}

.tk-popup.tk-active {
  display: block;
}

.tk-popup .tk-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  line-height: 35px;
  height: 35px;
}

.tk-popup .tk-header .tk-search-btn>input {
  min-width: 243px;
}

.tk-popup .tk-header .tk-title {
  font-weight: 500;
}

.tk-popup .tk-header .tk-search-btn {
  height: 40px;
}

.tk-popup .tk-header .tk-search-btn>i {
  top: 7px;
}

.tk-popup .tk-header .tk-search-btn.tk-active {
  margin-top: -5px;
}

.tk-popup .tk-header .tk-search-btn.tk-active>i {
  top: 11px;
}

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

/*

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

*/
.tk-popup.tk-emoji {
  bottom: 71px;
  left: 28px;
  height: 285px;
}

.tk-popup.tk-emoji .tk-emoji-list {
  height: calc(100% - 80px);
  padding-right: 15px;
  margin: 0 0 15px 15px;
}

.tk-popup.tk-emoji .tk-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;
}

.tk-popup.tk-emoji .tk-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;
}

.tk-popup.tk-emoji .tk-emoji-list>ul>li:hover {
  transform: scale(1.2);
}

.tk-popup.tk-emoji .tk-emoji-list>ul>li.tk-emoji-title {
  grid-column: 1/9;
  text-align: left;
}

.tk-popup.tk-emoji .tk-emoji-bar {
  position: absolute;
  top: 65px;
  bottom: 15px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}

.tk-popup.tk-emoji .tk-emoji-bar>div {
  width: 4px;
  height: 100%;
  background: rgb(236, 236, 236);
  margin: 0;
  cursor: pointer;
}

.tk-popup.tk-emoji .tk-emoji-bar>div.tk-active,
.tk-popup.tk-emoji .tk-emoji-bar>div:hover {
  background: #028be5;
  border-radius: 5px;
}

.tk-popup.tk-emoji img+img {
  display: none !important;
}

/*

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

*/
.tk-select {
  position: relative;
  color: rgb(36, 39, 42);
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.tk-select p {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 13px !important;
  line-height: 35px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  transition: all 0.4s;
}

.tk-select p span {
  font-weight: 400;
  opacity: 0.7;
}

.tk-select p:after {
  content: "a";
  font-family: "Thikaa Icons";
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}

.tk-select p:hover {
  color: #028be5;
}

.tk-select p.tk-error {
  color: rgb(202, 52, 52);
}

.tk-select ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
}

.tk-select.tk-loading {
  overflow: visible;
}

.tk-select.tk-select-colors>p {
  padding: 0 40px 0 15px;
  border-radius: 4px;
  transition: none;
}

.tk-select.tk-select-colors>p:after {
  right: 15px;
}

.tk-select.tk-select-colors>p:not([data-value]),
.tk-select.tk-select-colors>p[data-value=""],
.tk-select.tk-select-colors>p[data-value="-1"] {
  background-color: #f5f7fa;
}

.tk-select.tk-select-colors>p:hover {
  background-color: #028be5;
  color: #fff;
}

.tk-select.tk-select-colors>ul {
  padding: 0 !important;
}

.tk-select.tk-select-colors.tk-loading>ul {
  display: none;
}

.tk-select.tk-select-colors.tk-loading:before {
  line-height: 30px;
}

.tk-select.tk-select-colors:hover:before {
  color: #fff;
}

.tk-select:not(.tk-hide)+.tk-select {
  margin-left: 15px;
}

div ul.tk-menu,
.tk-select ul {
  position: absolute;
  margin: 0;
  z-index: 5;
}

div ul.tk-menu.tk-active,
.tk-select ul.tk-active {
  display: block;
  margin-bottom: 15px;
}

div ul.tk-menu.tk-scroll-area,
.tk-select ul.tk-scroll-area {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}

div ul.tk-menu li,
.tk-select ul li {
  cursor: pointer;
  padding: 6px 25px 6px 12px;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 20px;
  white-space: nowrap;
  list-style: none;
  user-select: none;
  transition: all 0.1s;
}

div ul.tk-menu li.tk-active,
.tk-select ul li.tk-active {
  color: #028be5;
}

div ul.tk-menu li:hover,
.tk-select ul li:hover {
  background-color: #028be5;
  color: #fff;
}

/*

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

*/
.tk-rich-message {
  letter-spacing: 0.3px;
  padding: 5px 0;
}

.tk-rich-message .tk-top,
.tk-rich-message .tk-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.tk-rich-message .tk-text {
  color: rgb(86, 96, 105);
  font-size: 13px;
  line-height: 21px;
}

.tk-rich-message .tk-text+div {
  margin-top: 20px;
}

.tk-rich-message .tk-content:empty {
  display: none;
}

.tk-rich-message img {
  max-width: 100%;
}

.tk-rich-message .tk-input {
  position: relative;
  box-sizing: content-box;
}

.tk-rich-message .tk-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;
}

.tk-rich-message .tk-input>span.tk-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;
}

.tk-rich-message .tk-input>span.tk-filled {
  color: rgb(143, 143, 143);
}

.tk-rich-message .tk-input>span+input,
.tk-rich-message .tk-input>span+select {
  padding-top: 5px;
}

.tk-rich-message .tk-input>input,
.tk-rich-message .tk-input select,
.tk-rich-message .tk-input textarea {
  background: #fff;
}

.tk-rich-message .tk-input+.tk-input,
.tk-rich-message .tk-input+.tk-btn {
  margin-top: 15px;
}

.tk-rich-message .tk-input[data-type=select] select {
  padding-left: 6px;
}

.tk-rich-message .tk-input[data-type=select]>span {
  cursor: default;
}

.tk-rich-message .tk-input[data-type=select]>span:not(.tk-filled):not(.tk-active)+select {
  background: none;
  z-index: 2;
}

.tk-rich-message .tk-input iframe {
  max-width: 100%;
  border-radius: 4px;
}

.tk-rich-message .tk-input-image {
  background: #fff;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}

.tk-rich-message .tk-input-image>span,
.tk-rich-message .tk-input-image>span.tk-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);
}

.tk-rich-message .tk-input-image>.image {
  background-color: #fff;
  min-width: 65px;
  border: 1px solid #fff;
}

.tk-rich-message .tk-input-btn>span {
  width: calc(100% - 42px);
}

.tk-rich-message .tk-info {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: rgb(202, 52, 52);
}

.tk-rich-message .tk-info:empty {
  display: none;
}

.tk-rich-message .tk-buttons .tk-btn {
  margin-bottom: 10px;
}

.tk-rich-message .tk-buttons .tk-btn:last-child {
  margin-bottom: 0;
}

.tk-rich-message.tk-success .tk-top {
  display: none;
}

.tk-rich-message .tk-link-area {
  font-size: 12px;
  line-height: 20px;
  color: rgb(128, 128, 128);
  padding: 15px 0;
}

.tk-rich-message .tk-link-area a {
  color: rgb(128, 128, 128);
  text-decoration: underline;
}

.tk-rich-message+.tk-rich-message {
  margin-top: 10px;
}

.tk-rich-message.tk-margin-top {
  margin-top: 10px;
}

.tk-rich-message.tk-margin-bottom {
  margin-bottom: 10px;
}

.tk-rich-message .tk-form+.tk-buttons {
  margin-top: 15px;
}

.tk-rich-message+br+br {
  display: none;
}

.tk-rich-message .tk-card .tk-card-img,
.tk-rich-message .tk-slider .tk-card-img {
  height: 175px;
  background-size: cover;
  background-position: center center;
  margin: -8px -12px 20px -12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tk-rich-message .tk-card .tk-card-header,
.tk-rich-message .tk-slider .tk-card-header {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: rgb(36, 39, 42);
}

.tk-rich-message .tk-card .tk-card-extra,
.tk-rich-message .tk-slider .tk-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;
}

.tk-rich-message .tk-card .tk-card-img+div+.tk-card-extra,
.tk-rich-message .tk-slider .tk-card-img+div+.tk-card-extra {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}

.tk-rich-message .tk-card .tk-card-description,
.tk-rich-message .tk-slider .tk-card-description {
  margin-top: 15px;
}

.tk-rich-message .tk-card .tk-card-btn,
.tk-rich-message .tk-slider .tk-card-btn {
  color: #028be5;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  display: block;
  text-decoration: none;
  margin: 20px -12px 0 -12px;
  padding: 15px 15px 7px 15px;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  background: none;
}

.tk-rich-message .tk-card .tk-card-btn:hover,
.tk-rich-message .tk-slider .tk-card-btn:hover {
  color: rgb(0, 76, 125);
  background: none !important;
}

.tk-rich-message .tk-card .tk-card-btn.tk-loading:before,
.tk-rich-message .tk-slider .tk-card-btn.tk-loading:before {
  margin-top: -9px;
}

.tk-rich-message .tk-card .tk-card-btn[class*=sb-icon-]:before,
.tk-rich-message .tk-slider .tk-card-btn[class*=sb-icon-]:before {
  top: 19px;
  right: 15px;
  position: absolute;
}

.tk-rich-message .tk-slider {
  margin: -13px -12px 0 -12px;
  overflow: hidden;
}

.tk-rich-message .tk-slider>div {
  display: flex;
}

.tk-rich-message .tk-slider>div>div {
  position: relative;
  min-width: 100%;
  transition: margin-left 1s;
}

.tk-rich-message .tk-slider .tk-card-img {
  margin: 0 0 20px 0;
}

.tk-rich-message .tk-slider .tk-card-header,
.tk-rich-message .tk-slider .tk-card-description {
  margin-left: 15px;
  margin-right: 15px;
}

.tk-rich-message .tk-slider .tk-card-description {
  height: 63px;
  overflow: hidden;
}

.tk-rich-message .tk-slider .tk-card-btn {
  margin: 20px 0 -3px 0;
}

.tk-rich-message .tk-slider-images {
  margin: -8px -12px;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
}

.tk-rich-message .tk-slider-images .tk-card-img {
  margin: 0;
  transition: all 0.4s;
}

.tk-rich-message .tk-slider-images .tk-card-img:hover {
  opacity: 0.8;
}

.tk-rich-message[data-type=slider-images] .tk-slider-arrow {
  top: calc(50% - 15px);
}

.tk-rich-message .tk-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;
}

.tk-rich-message .tk-slider-arrow:hover {
  color: #028be5;
}

.tk-rich-message .tk-slider-arrow.tk-active {
  display: block;
}

.tk-rich-message .tk-slider-arrow:before {
  line-height: 30px;
}

.tk-rich-message .tk-slider-arrow.sb-icon-arrow-right {
  left: auto;
  right: -10px;
}

.tk-rich-message .tk-btn {
  width: auto;
  display: block;
  border-radius: 4px;
}

.tk-rich-message[disabled] .tk-buttons .tk-btn {
  background: none;
  border: 1px solid rgb(212, 212, 212);
  color: rgb(36, 39, 42) !important;
  font-weight: 400;
  cursor: default;
}

.tk-rich-message[disabled] .tk-input-text {
  border: 1px solid rgb(212, 212, 212) !important;
  border-radius: 4px;
}

.tk-rich-message[disabled] .tk-input-text span {
  color: rgb(36, 39, 42);
  position: static;
  height: auto;
  padding: 0 10px;
  background: none !important;
  font-size: 13px;
  line-height: 44px;
}

.tk-rich-message[disabled] .tk-input-text input {
  display: none;
}

.tk-rich-message[disabled] .tk-select p {
  display: none;
}

.tk-rich-message[disabled] .tk-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;
}

.tk-rich-message[disabled] .tk-select li {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  background: none !important;
  color: rgb(36, 39, 42) !important;
}

.tk-rich-message[disabled].tk-rich-inputs .tk-submit {
  display: none;
}

.tk-rich-message[disabled][data-type=chips] .tk-content {
  display: none;
}

.tk-rich-message.tk-rich-card {
  padding: 0;
}

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

.tk-rich-success {
  display: block;
}

.tk-rich-success+.tk-rich-success {
  padding-top: 10px;
}

.tk-rich-success>span+div {
  padding-top: 12px;
}

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

.tk-list .tk-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;
}

.tk-list .tk-rich-select p:after {
  right: 8px;
}

.tk-list .tk-rich-select p:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}

.tk-list .tk-rich-select ul {
  margin-bottom: 25px;
  min-width: 140px;
}

.tk-list .tk-rich-table {
  overflow: hidden;
}

.tk-list .tk-rich-table .tk-content {
  overflow-x: scroll;
}

.tk-timetable>div {
  margin-bottom: 10px;
}

.tk-timetable>div>div:first-child {
  font-weight: 500;
}

.tk-timetable>div>div[data-time] {
  display: block;
}

.tk-timetable>div>div:last-child span {
  padding: 0 5px;
}

.tk-timetable>span {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 13px;
  font-size: 11px;
  margin-top: 20px;
  display: block;
}

.tk-timetable>span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
}

.tk-rating {
  display: inline-flex;
  align-items: center;
}

.tk-rating>span {
  font-weight: 500;
  font-size: 13px;
}

.tk-rating>div {
  display: flex;
  padding-left: 10px;
}

.tk-rating .tk-input-textarea {
  display: none;
}

.tk-rating .tk-input-textarea+div {
  padding: 0;
}

.tk-rating i {
  position: relative;
  overflow: visible;
  margin: 0 10px;
  font-size: 15px;
  line-height: 14px;
}

.tk-rating i span {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  font-style: normal;
  background: rgb(36, 39, 42);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 7px 10px;
  top: -40px;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -20px);
}

.tk-rating i:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}

.tk-rating i.tk-loading span {
  display: none;
}

.tk-rating .tk-loading {
  width: 20px;
  height: 20px;
}

.tk-rating [data-rating] i {
  margin-left: 0;
}

.tk-rating div.tk-submit+.tk-submit {
  margin-left: 15px;
}

.tk-rating [data-rating=positive] {
  cursor: pointer;
}

.tk-rating [data-rating=positive] span {
  background-color: rgb(26, 146, 96);
}

.tk-rating [data-rating=positive]:hover {
  color: rgb(26, 146, 96);
}

.tk-rating [data-rating=negative] {
  cursor: pointer;
}

.tk-rating [data-rating=negative] span {
  background-color: rgb(202, 52, 52);
}

.tk-rating [data-rating=negative]:hover {
  color: rgb(202, 52, 52);
}

.tk-articles {
  text-align: left;
}

.tk-articles>div {
  letter-spacing: 0.3px;
  cursor: pointer;
}

.tk-articles>div>div {
  line-height: 25px;
  max-height: 50px;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.4s;
}

.tk-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);
}

.tk-articles>div:hover>div {
  color: #028be5;
}

.tk-articles>div+div {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgb(213, 213, 213);
}

.tk-articles>div+.tk-title {
  border-top: none;
}

.tk-articles>div.tk-title {
  font-weight: 500;
  font-size: 17px;
  color: #028be5;
  cursor: default;
}

.tk-articles>div.tk-title+div {
  border-top: none;
  padding-top: 0;
}

.tk-articles>p {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgb(86, 96, 105);
}

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

.tk-rich-cnt[data-type=chips] {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  padding: 0;
}

.tk-rich-cnt[data-type=chips] .tk-top {
  margin-bottom: 6px;
}

.tk-rich-cnt[data-type=chips] .tk-text {
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 13px 15px;
}

.tk-rich-cnt[data-type=chips] .tk-content {
  margin-top: 11px;
}

.tk-rich-cnt[data-type=chips] .tk-buttons {
  margin-bottom: -8px;
}

.tk-rich-cnt[data-type=chips] .tk-buttons .tk-btn {
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 4px;
  display: inline-block;
}

.tk-rich-cnt[data-type=chips] .tk-time {
  margin-top: 5px !important;
}

.tk-rich-cnt[data-type=video] {
  padding: 0;
}

.tk-rich-cnt[data-type=video] .tk-rich-message {
  padding: 0;
  border-radius: 4px;
}

.tk-rich-cnt[data-type=video] iframe {
  display: block;
  border-radius: 4px;
}

.tk-rich-cnt[data-type=video] .tk-time {
  margin-top: 10px !important;
}

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

.tk-social-buttons {
  margin: -5px;
}

.tk-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;
}

.tk-social-buttons div:hover {
  opacity: 0.8;
  top: -4px;
}

.tk-social-buttons .sb-icon-social-fb {
  background: #4267B2;
}

.tk-social-buttons .sb-icon-social-tw {
  background: #55ACEE;
}

.tk-social-buttons .sb-icon-social-li {
  background: #0077B5;
}

.tk-social-buttons .sb-icon-social-pi {
  background: #CB2027;
}

.tk-social-buttons .sb-icon-social-wa {
  background: #25D366;
}

@font-face {
  font-family: "Thikaa Font";
  src: url("../media/fonts/bold.woff2") format("woff2"), url("../media/fonts/bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@keyframes sb-fade-out {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sb-typing {
  0% {
    width: 0;
  }

  100% {
    width: 15px;
  }
}

/* 

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

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

.tk-admin,
.tk-admin input,
.tk-admin textarea,
.tk-admin select,
.tk-title,
.daterangepicker,
.ct__content {
  font-family: "Thikaa Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: rgb(36, 39, 42);
}

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

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

.tk-admin li {
  margin: 0;
}

.tk-title {
  font-size: 17px;
  font-weight: 600;
}

.tk-title.tk-title-search {
  position: relative;
}

.tk-title.tk-title-search .tk-search-btn {
  position: absolute;
  right: 0;
  top: -12px;
  width: 30px;
}

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

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

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

.tk-admin-nav-right [data-value=status],
td.tk-online,
td.tk-offline {
  position: relative;
}

.tk-admin-nav-right [data-value=status]:before,
td.tk-online:before,
td.tk-offline:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  margin-top: -4px;
  top: 50%;
  right: 0;
  background: rgb(19, 202, 126);
}

.tk-admin-nav-right [data-value=status].tk-offline:before,
td.tk-online.tk-offline:before,
td.tk-offline.tk-offline:before {
  background: rgb(212, 212, 212);
}

.tk-flex {
  display: flex;
  align-items: center;
  align-content: center;
}

/* 

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

*/
.tk-menu-wide ul,
.tk-tab>.tk-nav>ul {
  display: flex;
}

.tk-menu-wide ul li,
.tk-tab>.tk-nav>ul li {
  font-weight: 600;
  color: rgb(36, 39, 42);
  font-size: 15px;
  line-height: 40px;
  margin: 0 30px 0 0;
  transition: all 0.4s;
  letter-spacing: 0.3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tk-menu-wide ul li span,
.tk-tab>.tk-nav>ul li span {
  font-weight: 400;
  opacity: 0.7;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1px;
  transform: translateY(-2px);
}

.tk-menu-wide ul li.tk-active,
.tk-menu-wide ul li:hover,
.tk-tab>.tk-nav>ul li.tk-active,
.tk-tab>.tk-nav>ul li:hover {
  color: #028be5;
}

.tk-menu-wide ul li.tk-active,
.tk-tab>.tk-nav>ul li.tk-active {
  border-bottom: 2px solid #028be5;
  transition: none;
}

.tk-menu-wide ul li.tk-tab-nav-title,
.tk-tab>.tk-nav>ul li.tk-tab-nav-title {
  font-size: 15px;
  color: #b5b5b5;
  cursor: default;
}

.tk-menu-wide ul li+li.tk-tab-nav-title,
.tk-tab>.tk-nav>ul li+li.tk-tab-nav-title {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

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

.tk-tab {
  display: flex;
}

.tk-tab>div>div,
.tk-tab>div .tk-nav>div {
  display: none;
}

.tk-tab>div>div.tk-active,
.tk-tab>div>div.tk-menu-wide,
.tk-tab>div .tk-nav>div.tk-active,
.tk-tab>div .tk-nav>div.tk-menu-wide {
  display: block;
}

.tk-tab>div.tk-nav-only+div>div {
  display: block;
}

.tk-tab>div.tk-nav-only+div>div.tk-tab {
  display: flex;
}

.tk-tab>.tk-nav>ul {
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  min-width: 200px;
}

.tk-tab>.tk-nav>ul li.tk-active {
  border-bottom: none;
}

.tk-tab .tk-content {
  width: 100%;
}

.tk-tab .tk-content>.tk-active {
  animation: sb-fade-animation 0.4s;
}

.tk-tab h2 {
  font-size: 15px;
  line-height: 27px;
  margin: 2px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tk-tab .tk-input-setting {
  display: block;
  margin-bottom: 15px;
}

.tk-tab>.tk-nav>.tk-menu-wide {
  margin-bottom: 15px;
}

.tk-inner-tab .tk-nav>ul {
  width: 300px;
  max-width: 300px;
}

.tk-inner-tab .tk-nav>ul li {
  position: relative;
  margin-right: 0;
  padding-right: 60px;
  font-weight: 500;
  font-size: 13px;
  color: rgb(86, 96, 105);
}

.tk-inner-tab .tk-nav>ul li i {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 30px;
  top: 4px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: rgb(202, 52, 52);
}

.tk-inner-tab .tk-nav>ul li span {
  position: absolute;
  right: 32px;
  top: 2px;
  padding-left: 10px;
  background: #fff;
  opacity: 1;
}

.tk-inner-tab .tk-nav>ul li:hover i {
  display: block;
  animation: sb-fade-animation 0.5s;
}

.tk-inner-tab .tk-nav>ul>.tk-no-results {
  opacity: 0.6;
  font-weight: 400;
  font-size: 13px;
  cursor: default;
  color: rgb(36, 39, 42) !important;
  cursor: default !important;
}

.tk-inner-tab .tk-nav .tk-btn {
  display: inline-block;
  margin: 15px 0 2px 0;
}

/*

MOBILE MENU
==========================================================

*/
.tk-menu-mobile>ul {
  display: flex;
}

.tk-menu-mobile>ul li a {
  margin: 0 3px;
}

.tk-menu-mobile>ul li:empty {
  display: none;
}

.tk-menu-mobile>i,
.tk-menu-mobile .tk-mobile {
  display: none;
}

.tk-menu-mobile [data-value=panel] {
  display: none;
}

.tk-list-thumbs li {
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
  padding: 5px 15px;
}

.tk-list-thumbs li>div.tk-image {
  background-size: cover;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
  background-position: center center;
}

.tk-list-thumbs li>div {
  min-width: 0;
}

.tk-list-thumbs li>div span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.4s;
}

.tk-list-thumbs li>div span:last-child {
  color: rgb(86, 96, 105);
  font-weight: 400;
}

.tk-list-thumbs li:hover {
  background-color: rgb(245, 247, 250);
}

.tk-list-thumbs li:hover span:first-child {
  color: #028be5;
}

/*

TABLE
==========================================================

*/
.tk-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.tk-grid>div,
.tk-grid select,
.tk-grid input {
  overflow: hidden !important;
  min-width: 0 !important;
}

.tk-table {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tk-table th {
  white-space: nowrap;
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid rgb(212, 212, 212);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(115, 115, 118);
}

.tk-table td {
  white-space: nowrap;
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid rgb(212, 212, 212);
  color: rgb(36, 39, 42);
  font-size: 14px;
  transition: all 0.4s;
}

.tk-table td a {
  position: relative;
  text-decoration: none;
  color: rgb(36, 39, 42);
}

.tk-table td .tk-profile span {
  font-size: 15px;
  padding-top: 2px;
}

.tk-table td.tk-td-ut {
  text-transform: uppercase;
  font-size: 13px;
}

.tk-table td.tk-td-language {
  text-transform: uppercase;
}

.tk-table input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  outline: 0;
  padding: 0;
  margin: 8px 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.tk-table input[type=checkbox]:checked,
.tk-table input[type=checkbox]:hover {
  border-color: #028be5;
}

.tk-table input[type=checkbox]:checked:before {
  content: "w";
  font-family: "Thikaa Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 22px;
  font-size: 10px;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #028be5;
}

.tk-table tr:hover td {
  cursor: pointer;
  background-color: rgb(245, 247, 250);
}

.tk-table .tk-no-results {
  position: absolute;
  white-space: nowrap;
  margin: 30px 15px;
}

.tk-table tr+p {
  display: none;
}

.tk-profile {
  position: relative;
  color: rgb(36, 39, 42);
  line-height: 30px;
  padding-left: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.tk-profile img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 0;
}

.tk-profile>span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

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

.tk-profile-list>ul>li>span span,
.tk-panel-details .tk-title span {
  color: rgb(36, 39, 42);
}

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

.tk-mobile-list>ul>li>span span,
.tk-panel-details .tk-title span {
  color: rgb(36, 39, 42);
}

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

.tk-mobile-list-answer>ul>li>span span,
.tk-panel-details .tk-title span {
  color: rgb(36, 39, 42);
}

.thikaa_details>ul>li>span,
.tk-panel-details .tk-title {
  font-weight: 500;
  padding-right: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #88969e;
  text-transform: uppercase;
  transition: all 0.4s;
}

.thikaa_details>ul>li>span span,
.tk-panel-details .tk-title span {
  color: rgb(36, 39, 42);
}

.order-div>ul>li>span,
.tk-panel-details .tk-title {
  font-weight: 500;
  padding-right: 10px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #88969e;
  text-transform: uppercase;
  transition: all 0.4s;
}

.order-div>ul>li>span span,
.tk-panel-details .tk-title span {
  color: rgb(36, 39, 42);
}

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

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

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

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

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

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

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

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

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

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

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

.tk-profile-list {
  padding: 0;
}

.tk-profile-list>ul {
  margin-top: 15px;
}

.tk-profile-list>ul>li {
  padding-left: 30px;
}

.tk-profile-list>ul>li .tk-icon,
.tk-profile-list>ul>li>img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}

.tk-profile-list>ul>li .tk-icon:before,
.tk-profile-list>ul>li>img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}

.tk-profile-list>ul>li>img {
  width: 15px;
  height: 15px;
}

.tk-profile-list>ul>li>span {
  position: relative;
  top: 1px;
}

.tk-profile-list>ul>li>span:empty {
  display: none;
}

.tk-profile-list>ul>li label {
  font-weight: 400;
  margin: 0;
}

.tk-profile-list>ul>li:first-child span {
  text-transform: uppercase;
}

.tk-profile-list [data-id=wp-id]:hover,
.tk-profile-list [data-id=wp-id]:hover label,
.tk-profile-list [data-id=conversation-source]:hover,
.tk-profile-list [data-id=conversation-source]:hover label,
.tk-profile-list [data-id=location]:hover,
.tk-profile-list [data-id=location]:hover label,
.tk-profile-list [data-id=timezone]:hover,
.tk-profile-list [data-id=timezone]:hover label,
.tk-profile-list [data-id=current_url]:hover,
.tk-profile-list [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}

.tk-profile-list [data-id=browser_language] img,
.tk-profile-list [data-id=language] img {
  border-radius: 50%;
}

.tk-profile-list [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}

.tk-profile-list [data-id=language] label {
  text-transform: uppercase;
}

.tk-profile-list [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}

.tk-profile-list [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.tk-mobile-list {
  padding: 0;
}

.tk-mobile-list>ul {
  margin-top: 15px;
}

.tk-mobile-list>ul>li {
  padding-left: 30px;
}

.tk-mobile-list>ul>li .tk-icon,
.tk-mobile-list>ul>li>img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}

.tk-mobile-list>ul>li .tk-icon:before,
.tk-mobile-list>ul>li>img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}

.tk-mobile-list>ul>li>img {
  width: 15px;
  height: 15px;
}

.tk-mobile-list>ul>li>span {
  position: relative;
  top: 1px;
}

.tk-mobile-list>ul>li>span:empty {
  display: none;
}

.tk-mobile-list>ul>li label {
  font-weight: 400;
  margin: 0;
}

.tk-mobile-list>ul>li:first-child span {
  text-transform: uppercase;
}

.tk-mobile-list [data-id=wp-id]:hover,
.tk-mobile-list [data-id=wp-id]:hover label,
.tk-mobile-list [data-id=conversation-source]:hover,
.tk-mobile-list [data-id=conversation-source]:hover label,
.tk-mobile-list [data-id=location]:hover,
.tk-mobile-list [data-id=location]:hover label,
.tk-mobile-list [data-id=timezone]:hover,
.tk-mobile-list [data-id=timezone]:hover label,
.tk-mobile-list [data-id=current_url]:hover,
.tk-mobile-list [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}

.tk-mobile-list [data-id=browser_language] img,
.tk-mobile-list [data-id=language] img {
  border-radius: 50%;
}

.tk-mobile-list [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}

.tk-mobile-list [data-id=language] label {
  text-transform: uppercase;
}

.tk-mobile-list [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}

.tk-mobile-list [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.tk-mobile-list-answer {
  padding: 0;
}

.tk-mobile-list-answer>ul {
  margin-top: 15px;
}

.tk-mobile-list-answer>ul>li {
  padding-left: 30px;
}

.tk-mobile-list-answer>ul>li .tk-icon,
.tk-mobile-list-answer>ul>li>img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}

.tk-mobile-list-answer>ul>li .tk-icon:before,
.tk-mobile-list-answer>ul>li>img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}

.tk-mobile-list-answer>ul>li>img {
  width: 15px;
  height: 15px;
}

.tk-mobile-list-answer>ul>li>span {
  position: relative;
  top: 1px;
}

.tk-mobile-list-answer>ul>li>span:empty {
  display: none;
}

.tk-mobile-list-answer>ul>li label {
  font-weight: 400;
  margin: 0;
}

.tk-mobile-list-answer>ul>li:first-child span {
  text-transform: uppercase;
}

.tk-mobile-list-answer [data-id=wp-id]:hover,
.tk-mobile-list-answer [data-id=wp-id]:hover label,
.tk-mobile-list-answer [data-id=conversation-source]:hover,
.tk-mobile-list-answer [data-id=conversation-source]:hover label,
.tk-mobile-list-answer [data-id=location]:hover,
.tk-mobile-list-answer [data-id=location]:hover label,
.tk-mobile-list-answer [data-id=timezone]:hover,
.tk-mobile-list-answer [data-id=timezone]:hover label,
.tk-mobile-list-answer [data-id=current_url]:hover,
.tk-mobile-list-answer [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}

.tk-mobile-list-answer [data-id=browser_language] img,
.tk-mobile-list-answer [data-id=language] img {
  border-radius: 50%;
}

.tk-mobile-list-answer [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}

.tk-mobile-list-answer [data-id=language] label {
  text-transform: uppercase;
}

.tk-mobile-list-answer [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}

.tk-mobile-list-answer [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.thikaa_details {
  padding: 0;
}

.thikaa_details>ul {
  margin-top: 15px;
}

.thikaa_details>ul>li {
  padding-left: 30px;
}

.thikaa_details>ul>li .tk-icon,
.thikaa_details>ul>li>img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}

.thikaa_details>ul>li .tk-icon:before,
.thikaa_details>ul>li>img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}

.thikaa_details>ul>li>img {
  width: 15px;
  height: 15px;
}

.thikaa_details>ul>li>span {
  position: relative;
  top: 1px;
}

.thikaa_details>ul>li>span:empty {
  display: none;
}

.thikaa_details>ul>li label {
  font-weight: 400;
  margin: 0;
}

.thikaa_details>ul>li:first-child span {
  text-transform: uppercase;
}

.thikaa_details [data-id=wp-id]:hover,
.thikaa_details [data-id=wp-id]:hover label,
.thikaa_details [data-id=conversation-source]:hover,
.thikaa_details [data-id=conversation-source]:hover label,
.thikaa_details [data-id=location]:hover,
.thikaa_details [data-id=location]:hover label,
.thikaa_details [data-id=timezone]:hover,
.thikaa_details [data-id=timezone]:hover label,
.thikaa_details [data-id=current_url]:hover,
.thikaa_details [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}

.thikaa_details [data-id=browser_language] img,
.thikaa_details [data-id=language] img {
  border-radius: 50%;
}

.thikaa_details [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}

.thikaa_details [data-id=language] label {
  text-transform: uppercase;
}

.thikaa_details [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}

.thikaa_details [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.order-div {
  padding: 0;
}

.order-div>ul {
  margin-top: 15px;
}

.order-div>ul>li {
  padding-left: 30px;
}

.order-div>ul>li .tk-icon,
.order-div>ul>li>img {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
  color: rgb(0, 76, 125);
}

.order-div>ul>li .tk-icon:before,
.order-div>ul>li>img:before {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  position: absolute;
}

.order-div>ul>li>img {
  width: 15px;
  height: 15px;
}

.order-div>ul>li>span {
  position: relative;
  top: 1px;
}

.order-div>ul>li>span:empty {
  display: none;
}

.order-div>ul>li label {
  font-weight: 400;
  margin: 0;
}

.order-div>ul>li:first-child span {
  text-transform: uppercase;
}

.order-div [data-id=wp-id]:hover,
.order-div [data-id=wp-id]:hover label,
.order-div [data-id=conversation-source]:hover,
.order-div [data-id=conversation-source]:hover label,
.order-div [data-id=location]:hover,
.order-div [data-id=location]:hover label,
.order-div [data-id=timezone]:hover,
.order-div [data-id=timezone]:hover label,
.order-div [data-id=current_url]:hover,
.order-div [data-id=current_url]:hover label {
  color: #028be5;
  cursor: pointer;
}

.order-div [data-id=browser_language] img,
.order-div [data-id=language] img {
  border-radius: 50%;
}

.order-div [data-id=country_code] img {
  border-radius: 2px;
  height: 10px;
  margin-top: 3px !important;
}

.order-div [data-id=language] label {
  text-transform: uppercase;
}

.order-div [data-id=rating] .sb-icon-like {
  color: rgb(26, 146, 96);
}

.order-div [data-id=rating] .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.tk-panel-details {
  border-top: 1px solid rgb(212, 212, 212);
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.tk-panel-details h3 img {
  height: 11px;
  margin-right: 5px;
}

.tk-panel-details>div {
  position: relative;
}

.tk-panel-details>div>.tk-title {
  margin: 15px 15px 0 15px;
}

.tk-panel-details>div>.tk-title>i {
  position: absolute;
  right: 12px;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}

.tk-panel-details>div>.tk-title>i:hover {
  color: #028be5;
}

.tk-panel-details>div>.tk-title+.tk-list-items {
  margin: 5px 0 -3px 0;
}

.tk-panel-details>div .tk-list-items:last-child>p {
  margin-bottom: 5px;
}

.tk-panel-details .tk-split {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}

.tk-panel-details .tk-split>div {
  width: 50%;
}

.tk-panel-details .tk-split>div+div {
  border-left: 1px solid rgb(212, 212, 212);
  padding-left: 15px;
}

.tk-panel-details .tk-split>div span {
  display: block;
  margin-top: 5px;
}

.tk-panel-details .tk-list-names {
  margin: -5px 0;
}

.tk-panel-details .tk-list-names>div {
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.tk-panel-details .tk-list-names>div>span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.tk-panel-details .tk-list-names>div>span:last-child {
  opacity: 0.6;
  font-weight: 400;
}

.tk-panel-details .tk-list-names>div.tk-expired>span:last-child {
  opacity: 1;
  color: rgb(202, 52, 52);
}

.tk-panel-details .tk-list-links>a {
  padding: 0 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}

.tk-panel-details .tk-list-links>a>span span {
  display: inline-block;
}

.tk-panel-details .tk-list-links>a>span:last-child {
  color: #7e8c98;
}

.tk-panel-details .tk-list-links>a i {
  position: absolute;
  right: 0;
  width: 27px;
  height: 25px;
  line-height: 27px;
  text-align: left;
  font-size: 13px;
  opacity: 0.5;
  z-index: 2;
}

.tk-panel-details .tk-list-links>a i.sb-icon-file {
  font-size: 16px;
  line-height: 23px;
}

.tk-panel-details .tk-list-links>a i.sb-icon-file:hover {
  color: #028be5;
}

.tk-panel-details .tk-list-links>a i:hover {
  opacity: 1;
  color: rgb(202, 52, 52);
}

.tk-panel-details .tk-list-links>a i.tk-loading {
  opacity: 1;
  right: 6px;
  top: 4px;
}

.tk-panel-details .tk-list-links>a i.tk-loading:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}

.tk-panel-details .tk-list-links>a:hover {
  color: #028be5;
}

.tk-panel-details .tk-list-links>p {
  padding: 0 0 0 15px;
  margin: 0;
  opacity: 0.5;
}

.tk-panel-details .tk-list-icon>a {
  padding-right: 40px;
}

.tk-panel-details .tk-accordion>div {
  position: relative;
  overflow: hidden;
}

.tk-panel-details .tk-accordion>div>span {
  padding: 0 15px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}

.tk-panel-details .tk-accordion>div>span>span:first-child {
  opacity: 0.6;
}

.tk-panel-details .tk-accordion>div>span>span+span {
  margin-left: 15px;
}

.tk-panel-details .tk-accordion>div>span>a {
  position: absolute;
  right: 15px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}

.tk-panel-details .tk-accordion>div>span>a:hover {
  color: #028be5;
}

.tk-panel-details .tk-accordion>div>span:hover {
  color: #028be5;
}

.tk-panel-details .tk-accordion>div>div {
  height: 0;
  overflow: hidden;
}

.tk-panel-details .tk-accordion>div>div>a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(36, 39, 42);
  transition: all 0.4s;
}

.tk-panel-details .tk-accordion>div>div>a span:first-child {
  opacity: 0.6;
}

.tk-panel-details .tk-accordion>div>div>a span:last-child {
  opacity: 1;
}

.tk-panel-details .tk-accordion>div>div>a:hover {
  color: #028be5;
}

.tk-panel-details .tk-accordion>div.tk-active>div {
  padding: 15px;
  height: auto;
}

.tk-panel-details .tk-accordion>div .tk-multiline {
  line-height: 20px;
  padding: 5px 0;
}

.tk-panel-details>i {
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}

.tk-panel-details>i:hover {
  opacity: 1;
  color: #028be5;
}

.tk-panel-details>i.tk-loading {
  position: static;
  height: 60px;
  display: block;
  opacity: 1;
}

.tk-panel-details>i+.tk-list-names {
  padding-top: 15px;
}

.tk-panel-details>.tk-title {
  padding: 15px 15px 0 15px;
  display: block;
}

.tk-panel-details>.tk-title .tk-btn-text {
  margin-left: 15px;
  float: right;
  text-transform: none;
}

.tk-panel-details>.tk-title .tk-btn-text i {
  margin-right: 5px;
}

.tk-panel-details .tk-btn {
  background-color: #fff;
  color: rgb(86, 96, 105);
  border: 1px solid #ccd2d5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
}

.tk-panel-details .tk-btn:hover {
  color: #fff;
  border-color: #028be5;
  background-color: #028be5;
}

.tk-panel-details .tk-btn.tk-loading {
  width: 15px;
  background-color: #fff !important;
  border: 1px solid rgb(212, 212, 212) !important;
}

.tk-panel-details .tk-btn.tk-loading:before {
  color: #028be5;
  cursor: default;
}

.tk-panel-details>.tk-btn:first-child {
  margin: 15px 15px 0 15px;
}

.tk-panel-details.tk-collapse>.tk-collapse-btn {
  margin-left: 15px;
}

.tk-panel-details:empty {
  display: none;
}

.tk-info-card {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 30px;
  background: rgb(26, 146, 96);
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: none;
  z-index: 9999995;
}

.tk-info-card.tk-active {
  display: block;
  animation: sb-fade-bottom-animation 0.5s;
}

.tk-info-card h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #fff;
}

.tk-info-card p {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.tk-info-card p:empty {
  display: none;
}

.tk-info-card span {
  text-decoration: underline;
}

.tk-info-card span:hover {
  text-decoration: none;
}

.tk-info-card.tk-info-card-error {
  background: rgb(202, 52, 52);
  text-align: left;
}

.tk-info-card.tk-info-card-info {
  background: rgb(86, 96, 105);
}

.tk-panel-notes>div>div {
  margin: 0 15px;
  background: #ffeab0;
  padding: 15px;
  border-radius: 4px;
}

.tk-panel-notes>div>div>span:first-child {
  display: block;
  font-weight: 500;
  position: relative;
}

.tk-panel-notes>div>div>span:first-child i {
  position: absolute;
  right: 0;
  font-size: 10px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}

.tk-panel-notes>div>div>span:first-child i:hover {
  color: rgb(202, 52, 52);
}

.tk-panel-notes>div>div>span:last-child {
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px;
  display: block;
  opacity: 0.9;
}

.tk-panel-notes>div>div:hover>span i {
  opacity: 1;
}

.tk-panel-notes>div>div+div {
  margin-top: 10px;
}

.tk-panel-notes>div:empty {
  margin-bottom: -15px;
}

.tk-popup {
  bottom: 70px;
}

.tk-popup .tk-scroll-area {
  height: calc(100% - 65px);
}

.tk-popup .tk-scroll-area>p,
.tk-popup .tk-scroll-area ul>p {
  padding: 0 30px 15px 15px;
}

.tk-popup .tk-scroll-area ul.tk-loading {
  height: 100%;
  text-indent: unset;
}

.tk-popup .tk-scroll-area ul.tk-loading:not(:empty) {
  height: auto;
}

.tk-popup .tk-scroll-area ul.tk-loading:not(:empty):before {
  top: auto;
  bottom: 0;
}

.tk-popup .tk-popup-close {
  position: fixed;
  right: -25px;
  top: -25px;
  cursor: pointer;
  display: none;
  transition: all 0.4s;
}

.tk-popup .tk-popup-close:hover {
  color: rgb(202, 52, 52);
}

.tk-popup.tk-popup-lightbox {
  left: 50% !important;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.tk-popup.tk-popup-lightbox .tk-popup-close {
  display: block;
}

.tk-popup.tk-popup-lightbox:after {
  display: none;
}

.tk-popup.tk-replies .tk-replies-list ul li {
  display: flex;
  white-space: nowrap;
  font-size: 13px;
  height: 30px;
  line-height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.tk-popup.tk-replies .tk-replies-list ul li div {
  transition: all 0.4s;
}

.tk-popup.tk-replies .tk-replies-list ul li div:first-child {
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 15px;
  color: rgb(86, 96, 105);
}

.tk-popup.tk-replies .tk-replies-list ul li div:first-child:before {
  content: "#";
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 37px;
  opacity: 0.5;
}

.tk-popup.tk-replies .tk-replies-list ul li div:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.tk-popup.tk-replies .tk-replies-list ul li:hover {
  cursor: pointer;
}

.tk-popup.tk-replies .tk-replies-list ul li:hover>div {
  color: #028be5;
  opacity: 1;
}

.tk-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999995;
  font-family: "Thikaa Font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  display: none;
}

.tk-tooltip:before {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  margin-left: 1px;
}

.tk-tooltip.n:before {
  top: auto;
  bottom: -11px;
  transform: translateX(-50%);
}

.tk-tooltip>div {
  font-size: 13px;
  line-height: 20px;
  padding: 8px 12px;
  max-width: 250px;
  text-align: center;
  letter-spacing: 0.3px;
  white-space: nowrap;
  color: rgb(86, 96, 105);
}

.tk-collapse>div,
.tk-collapse>ul {
  overflow: hidden;
  position: relative;
}

.tk-collapse>.tk-collapse-btn {
  margin: 15px 0 -5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding-right: 20px;
}

.tk-collapse>.tk-collapse-btn:after {
  content: "a";
  font-family: "Thikaa Icons";
  position: absolute;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}

.tk-collapse>.tk-collapse-btn.tk-active:after {
  transform: rotate(180deg);
}

.tk-collapse .tk-btn+.tk-collapse-btn {
  transform: translateY(10px);
}

.tk-filter-btn i {
  z-index: 0;
}

.tk-filter-btn>div {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 4;
  padding: 15px;
  height: 38px;
}

.tk-filter-btn.tk-active {
  position: static;
}

.tk-filter-btn.tk-active i {
  z-index: 5;
  top: 25px;
  right: 15px;
}

.tk-filter-btn.tk-active>div {
  display: flex;
}

/*

# ADMIN HEADER
==========================================================

*/
.tk-admin>.tk-header {
  position: fixed;
  background: rgb(245, 247, 250);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06), inset 0 4px 25px 2px rgba(0, 0, 0, 0.09);
  width: 65px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.tk-admin>.tk-header>.tk-admin-nav>img {
  height: 35px;
  margin: 18px 15px;
}

.tk-admin>.tk-header>.tk-admin-nav>div {
  padding: 5px 0;
}

.tk-admin>.tk-header>.tk-admin-nav>div>a {
  height: 50px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  color: rgb(36, 39, 42);
}

.tk-admin>.tk-header>.tk-admin-nav>div>a:before {
  content: "";
  position: absolute;
  left: 20px;
  font-size: 22px;
  line-height: 50px;
  opacity: 0.6;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Thikaa Icons";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.tk-admin>.tk-header>.tk-admin-nav>div>a:hover,
.tk-admin>.tk-header>.tk-admin-nav>div>a.tk-active {
  color: #028be5;
}

.tk-admin>.tk-header>.tk-admin-nav>div>a:hover span {
  transition-delay: 1s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}

.tk-admin>.tk-header>.tk-admin-nav>div>a>span,
.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>div {
  margin: 8px 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 12px;
  text-align: center;
  letter-spacing: 0.5px;
  color: rgb(40, 40, 40);
  position: absolute;
  left: 75px;
  z-index: 9999995;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.tk-admin>.tk-header>.tk-admin-nav>div>a>span:before,
.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>div:before {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 10px;
  left: -13px;
  transform: rotate(90deg);
}

.tk-admin>.tk-header>.tk-admin-nav>div>a>span:after,
.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>div:after {
  content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: 0px;
  background-color: #fff;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>div {
  margin: 8px 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 12px;
  text-align: center;
  letter-spacing: 0.5px;
  color: rgb(40, 40, 40);
  position: absolute;
  left: 75px;
  z-index: 9999995;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>div:before {
  content: "";
  background: url(../media/triangle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 10px;
  left: -13px;
  transform: rotate(90deg);
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>div:after {
  content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: 0px;
  background-color: #fff;
}

.tk-admin>.tk-header>.tk-admin-nav-right {
  align-items: center;
  padding: 15px 0;
  width: 65px;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a {
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
  color: rgb(86, 96, 105);
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a:hover {
  color: #028be5;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a.tk-profile {
  padding-left: 35px;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a.tk-profile img {
  width: 25px;
  height: 25px;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a>i {
  font-size: 16px;
  opacity: 0.8;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a>i:hover {
  opacity: 1;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>div {
  position: absolute;
  bottom: 30px;
  text-align: left;
  min-width: 200px;
  padding: 0;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account>div:before {
  top: auto;
  bottom: 45px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-profile {
  padding: 20px 20px 20px 65px;
  border-bottom: 1px solid rgb(215, 215, 215);
  background: #fff;
  text-decoration: none;
  z-index: 9;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-profile img {
  left: 20px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-profile span {
  white-space: nowrap;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account:hover>div {
  transition-delay: 0.5s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-menu {
  position: relative;
  box-shadow: none;
  padding: 20px;
  margin: 0;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-menu li {
  padding: 6px 0;
  position: relative;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-menu li.tk-active {
  color: rgb(36, 39, 42);
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-menu li:hover,
.tk-admin>.tk-header>.tk-admin-nav-right .tk-account .tk-menu li.tk-active:hover {
  background: none;
  color: #028be5;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>div {
  position: absolute;
  bottom: 30px;
  text-align: left;
  min-width: 200px;
  padding: 0;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang>div:before {
  top: auto;
  bottom: 45px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-profile {
  padding: 20px 20px 20px 65px;
  border-bottom: 1px solid rgb(215, 215, 215);
  background: #fff;
  text-decoration: none;
  z-index: 9;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-profile img {
  left: 20px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-profile span {
  white-space: nowrap;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang:hover>div {
  transition-delay: 0.5s;
  visibility: visible;
  opacity: 1;
  left: 65px;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-menu {
  position: relative;
  box-shadow: none;
  padding: 20px;
  margin: 0;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-menu li {
  padding: 6px 0;
  position: relative;
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-menu li.tk-active {
  color: rgb(36, 39, 42);
}

.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-menu li:hover,
.tk-admin>.tk-header>.tk-admin-nav-right .tk-lang .tk-menu li.tk-active:hover {
  background: none;
  color: #028be5;
}

.tk-admin>.tk-header>.tk-admin-nav-right>div>a+a,
.tk-admin>.tk-header>.tk-admin-nav-right>div>div+a {
  margin-top: 10px;
}

.tk-admin #tk-conversations:before {
  content: "d";
}

.tk-admin #tk-users:before {
  content: "n";
}

.tk-admin #tk-agents:before {
  content: "c";
}

.tk-admin #tk-settings:before {
  content: "m";
}

.tk-admin #tk-automations:before {
  content: "\e915";
}

.tk-admin #tk-reports:before {
  content: "Y";
}

.tk-admin #tk-socials:before {
  content: "X";
}

.tk-admin #tk-tick:before {
  content: "E";
}

.tk-admin #tk-subs:before {
  content: "0";
}

.tk-admin #tk-bots:before {
  content: "\e915";
}

/*

BODY
==========================================================

*/
.tk-admin {
  height: 100%;
  width: 100%;
  padding-left: 5px;
  position: fixed;
  font-size: 14px;
  line-height: 17px;
  background: rgb(245, 247, 250);
  top: 0;
  z-index: 9;
}

.tk-admin.tk-pwa {
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-admin.tk-admin-start {
  width: auto;
  padding: 30px;
  position: static;
}

.tk-admin>main {
  padding: 0;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.tk-admin>main>div:not(.tk-active) {
  display: none;
}

.tk-admin>main>div {
  height: 100%;
}

.tk-admin>main>div.tk-active {
  animation: sb-fade-animation 0.4s;
}

.tk-admin>main>div>.tk-top-bar {
  margin: 0;
  padding: 15px 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.tk-admin>main>div>.tk-top-bar h2 {
  margin: 0;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}

.tk-admin>main>div>.tk-top-bar>div {
  display: flex;
  align-items: center;
}

.tk-admin>main>div>.tk-top-bar>div h2 {
  margin-right: 60px;
}

.tk-admin>main>div>.tk-top-bar>div h3+.tk-setting {
  margin-left: 15px;
}

.tk-admin>main>div>.tk-top-bar>div:first-child {
  overflow: hidden;
  padding-right: 30px;
}

.tk-admin>main>div>.tk-top-bar>div:first-child>ul li {
  flex-shrink: 0;
}

.tk-admin>main>div>.tk-top-bar>div:last-child .tk-search-btn {
  margin-right: 30px;
}

.tk-admin>main>div>.tk-top-bar>div:last-child .tk-btn+.tk-btn {
  margin-left: 15px;
}

.tk-admin>main>div>.tk-tab>.tk-nav>ul {
  padding-left: 20px;
}

.tk-admin>main>div>.tk-tab>.tk-content {
  padding-right: 15px;
}

/*

# CONVERSATION AREA
==========================================================

*/
.tk-board {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.tk-board>div>.tk-top {
  border-bottom: 1px solid rgb(212, 212, 212);
  padding: 15px 20px;
  height: 70px;
  min-height: 70px;
  box-sizing: border-box;
}

.tk-board>div>.tk-top .tk-flex {
  justify-content: flex-end;
}

.tk-board>.tk-admin-list {
  max-width: 400px;
  min-width: 400px;
  border-right: 1px solid rgb(212, 212, 212);
  position: relative;
}

.tk-board>.tk-admin-list .tk-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tk-board>.tk-admin-list .tk-scroll-bar {
  opacity: 0.2 !important;
}

.tk-board>.tk-admin-list>.tk-loading {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
}

.tk-board>.tk-admin-list .tk-scroll-area {
  height: calc(100% - 70px);
}

.tk-board>.tk-admin-list .tk-scroll-area li {
  position: relative;
  border-left: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(212, 212, 212);
  background: rgba(245, 245, 245, 0.75);
  padding: 18px 20px 15px 20px;
  max-height: 85px;
  overflow: hidden;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s;
}

.tk-board>.tk-admin-list .tk-scroll-area li:hover,
.tk-board>.tk-admin-list .tk-scroll-area li.tk-active {
  background-color: rgb(245, 247, 250) !important;
}

.tk-board>.tk-admin-list .tk-scroll-area li.tk-active {
  border-left-color: #028be5;
  opacity: 1;
}

.tk-board>.tk-admin-list .tk-scroll-area li.tk-active .tk-name {
  color: rgb(0, 43, 73);
}

.tk-board>.tk-admin-list .tk-scroll-area li .tk-profile .tk-name {
  height: 30px;
  padding-right: 15px;
  margin-right: 70px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tk-board>.tk-admin-list .tk-scroll-area li .tk-profile .tk-time {
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}

.tk-board>.tk-admin-list .tk-scroll-area li p {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  height: 40px;
  overflow: hidden;
  letter-spacing: 0.3px;
  margin: 15px 0 0 0;
}

.tk-board>.tk-admin-list .tk-scroll-area li b {
  font-weight: 400;
}

.tk-board>.tk-admin-list .tk-scroll-area li[data-conversation-status="2"] {
  opacity: 1;
}

.tk-board>.tk-admin-list .tk-scroll-area li[data-conversation-status="2"]:not(.tk-active) {
  background-color: #fff;
}

.tk-board>.tk-admin-list .tk-scroll-area li[data-conversation-status="2"] .tk-name {
  font-size: 16px;
  font-weight: 600;
}

.tk-board>.tk-admin-list .tk-scroll-area li[data-conversation-status="2"] .tk-time {
  font-weight: 500;
}

.tk-board>.tk-admin-list .tk-scroll-area li[data-conversation-status="-1"] .tk-name {
  font-weight: 600;
}

.tk-board>.tk-admin-list .tk-scroll-area>ul>p {
  margin: 30px 20px;
}

.tk-board>.tk-admin-list .tk-scroll-area>ul>li+p {
  display: none;
}

.tk-board>.tk-admin-list .tk-scroll-area.tk-loading {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 0;
  text-indent: initial;
  overflow: hidden;
  overflow-y: scroll;
}

.tk-board>.tk-admin-list .tk-scroll-area.tk-loading>ul {
  opacity: 0;
}

.tk-board .tk-conversation {
  width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tk-board .tk-conversation>.tk-top {
  width: auto;
  display: flex;
  align-items: center;
  flex-grow: 0;
  justify-content: flex-start;
}

.tk-board .tk-conversation>.tk-top .tk-menu-mobile {
  position: absolute;
  right: 15px;
}

.tk-board .tk-conversation>.tk-top>.tk-btn-back {
  display: none;
}

.tk-board .tk-conversation>.tk-top>a {
  font-weight: 600;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  color: rgb(36, 39, 42);
  font-size: 20px;
  transition: all 0.4s;
  position: relative;
  white-space: nowrap;
}

.tk-board .tk-conversation>.tk-top>a:hover {
  color: #028be5;
}

.tk-board .tk-conversation>.tk-top i {
  color: rgb(86, 96, 105);
  transition: color 0.5s;
}

.tk-board .tk-conversation>.tk-top a:hover i {
  color: #028be5;
}

.tk-board .tk-conversation .tk-list {
  height: 74%;
  padding: 10px 0 5px 0;
  overflow-y: scroll;
}

.tk-board .tk-conversation .tk-list>div {
  max-width: calc(100% - 275px);
}

.tk-board .tk-conversation .tk-list>div .tk-menu {
  width: 170px;
  right: -183px;
  top: 0;
  display: none;
  margin-bottom: 15px;
  z-index: 9;
}

.tk-board .tk-conversation .tk-list>div .tk-menu li {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tk-board .tk-conversation .tk-list>div .tk-menu.tk-active {
  display: block;
}

.tk-board .tk-conversation .tk-list>div .tk-menu-btn {
  display: block;
  height: 15px;
  width: 30px;
  position: absolute;
  right: -24px;
  text-align: right;
  top: 11px;
  color: rgb(86, 96, 105);
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  z-index: 9;
}

.tk-board .tk-conversation .tk-list>div .tk-menu-btn:hover {
  color: #028be5;
}

.tk-board .tk-conversation .tk-list>div:hover .tk-menu-btn {
  opacity: 1;
}

.tk-board .tk-conversation .tk-list>div.tk-right .tk-menu-btn {
  right: auto;
  left: -24px;
  text-align: left;
}

.tk-board .tk-conversation .tk-list>div.tk-right .tk-menu {
  right: auto;
  left: -181px;
}

.tk-board .tk-conversation .tk-list>div.tk-right .tk-menu:empty {
  display: none;
}

.tk-board .tk-conversation .tk-list>div img {
  max-width: 450px;
}

.tk-board .tk-conversation .tk-list>div .tk-message img {
  max-width: 100%;
}

.tk-board .tk-conversation .tk-list>div .tk-image {
  max-width: 500px;
}

.tk-board .tk-conversation .tk-list>div:last-child {
  animation: none;
}

.tk-board .tk-conversation .tk-list .tk-rich-message {
  position: relative;
  z-index: 1;
}

.tk-board .tk-conversation .tk-list .tk-rich-message:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  right: -15px;
  top: -15px;
  z-index: 995;
  transition: all 0.4s;
}

.tk-board .tk-conversation .tk-list .tk-rich-message:hover>div {
  opacity: 0.5;
  transition: all 0.4s;
}

.tk-board .tk-conversation .tk-list .tk-rich-message .tk-card-img+div+.tk-card-extra {
  left: 0;
}

.tk-board .tk-conversation .tk-list .tk-rich-message .tk-slider .tk-card-img+div+.tk-card-extra {
  left: 15px;
  top: 15px;
}

.tk-board .tk-conversation .tk-list .tk-rich-message .tk-input-btn>div,
.tk-board .tk-conversation .tk-list .tk-rich-message .tk-btn,
.tk-board .tk-conversation .tk-list .tk-rich-message .tk-select p {
  transition: none;
}

.tk-board .tk-conversation .tk-editor {
  flex-shrink: 0;
  margin: 1px 15px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow linear 40ms, border-color linear 0.2s;
  background-color: #fff;
}

.tk-board .tk-conversation .tk-editor .tk-textarea {
  border: none;
  padding: 0 !important;
}

.tk-board .tk-conversation .tk-editor .tk-bar {
  margin-top: 10px;
  position: relative;
}

.tk-board .tk-conversation .tk-editor .tk-bar .tk-btn-attachment {
  display: block !important;
}

.tk-board .tk-conversation .tk-editor .tk-bar .tk-btn {
  background-color: #028be5;
  color: #fff;
  border-color: #028be5;
  font-size: 12px;
  line-height: 27px;
  height: 25px;
  transition: all 0.4s;
}

.tk-board .tk-conversation .tk-editor .tk-bar .tk-btn:hover {
  background-color: rgb(0, 76, 125);
  border-color: rgb(0, 76, 125);
}

.tk-board .tk-conversation .tk-editor .tk-attachments:not(:empty) {
  padding-top: 15px;
}

.tk-board .tk-conversation .tk-editor .tk-suggestions {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}

.tk-board .tk-conversation .tk-editor .tk-suggestions span {
  display: block;
  max-width: calc(50% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 15px;
  background: #eef1f6;
  border-radius: 15px;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.4s;
}

.tk-board .tk-conversation .tk-editor .tk-suggestions span:hover {
  color: #fff;
  background-color: #028be5;
}

.tk-board .tk-conversation[data-conversation-status="4"] [data-value=delete],
.tk-board .tk-conversation [data-value=inbox],
.tk-board .tk-conversation [data-value=empty-trash],
.tk-board .tk-conversation[data-conversation-status="3"] [data-value=archive],
.tk-board .tk-conversation [data-value=read] {
  display: none;
}

.tk-board .tk-conversation[data-conversation-status="3"] [data-value=inbox],
.tk-board .tk-conversation[data-conversation-status="4"] [data-value=inbox],
.tk-board .tk-conversation[data-conversation-status="4"] [data-value=empty-trash],
.tk-board .tk-conversation [data-value=read].tk-active {
  display: block;
}

.tk-board .tk-conversation [data-value=archive] {
  color: #028be5;
  margin-right: 5px;
}

.tk-board .tk-conversation [data-value=archive] i {
  color: rgb(26, 146, 96) !important;
  font-size: 20px;
}

.tk-board .tk-conversation [data-value=archive]:hover {
  border-color: rgb(26, 146, 96);
  background-color: #d8ece3;
}

.tk-board .tk-conversation [data-value=delete]:hover i {
  color: rgb(202, 52, 52) !important;
}

.tk-board .tk-user-details {
  min-width: 400px;
  width: 400px;
  border-left: 1px solid rgb(212, 212, 212);
  background-color: rgb(245, 247, 250);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.tk-board .tk-user-details .tk-top {
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
}

.tk-board .tk-user-details h3 {
  margin: 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.tk-board .tk-user-details>div>h3 {
  margin: 0;
  padding: 15px;
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-board .tk-user-details .tk-profile {
  margin: 20px 15px 0 15px;
  cursor: pointer;
}

.tk-board .tk-user-details .tk-profile-list {
  padding: 15px;
}

.tk-board .tk-user-details .tk-profile-list ul {
  margin-top: 0;
}

.tk-board .tk-user-details .tk-profile-list [data-id=gbm-id],
.tk-board .tk-user-details .tk-profile-list [data-id=token],
.tk-board .tk-user-details .tk-profile-list [data-id=woocommerce_session_key],
.tk-board .tk-user-details .tk-profile-list [data-id=perfex-id],
.tk-board .tk-user-details .tk-profile-list [data-id=whmcs-id],
.tk-board .tk-user-details .tk-profile-list [data-id=aecommerce-id],
.tk-board .tk-user-details .tk-profile-list [data-id=facebook-id],
.tk-board .tk-user-details .tk-profile-list [data-id=wechat-id],
.tk-board .tk-user-details .tk-profile-list [data-id=martfury-session] {
  display: none;
}

.tk-board .tk-user-details .tk-mobile-list {
  padding: 15px;
}

.tk-board .tk-user-details .tk-mobile-list ul {
  margin-top: 0;
}

.tk-board .tk-user-details .tk-mobile-list [data-id=gbm-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=token],
.tk-board .tk-user-details .tk-mobile-list [data-id=woocommerce_session_key],
.tk-board .tk-user-details .tk-mobile-list [data-id=perfex-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=whmcs-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=aecommerce-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=facebook-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=wechat-id],
.tk-board .tk-user-details .tk-mobile-list [data-id=martfury-session] {
  display: none;
}

.tk-board .tk-user-details .tk-mobile-list-answer {
  padding: 15px;
}

.tk-board .tk-user-details .tk-mobile-list-answer ul {
  margin-top: 0;
}

.tk-board .tk-user-details .tk-mobile-list-answer [data-id=gbm-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=token],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=woocommerce_session_key],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=perfex-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=whmcs-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=aecommerce-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=facebook-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=wechat-id],
.tk-board .tk-user-details .tk-mobile-list-answer [data-id=martfury-session] {
  display: none;
}

.tk-board .tk-user-details .thikaa_details {
  padding: 15px;
}

.tk-board .tk-user-details .thikaa_details ul {
  margin-top: 0;
}

.tk-board .tk-user-details .thikaa_details [data-id=gbm-id],
.tk-board .tk-user-details .thikaa_details [data-id=token],
.tk-board .tk-user-details .thikaa_details [data-id=woocommerce_session_key],
.tk-board .tk-user-details .thikaa_details [data-id=perfex-id],
.tk-board .tk-user-details .thikaa_details [data-id=whmcs-id],
.tk-board .tk-user-details .thikaa_details [data-id=aecommerce-id],
.tk-board .tk-user-details .thikaa_details [data-id=facebook-id],
.tk-board .tk-user-details .thikaa_details [data-id=wechat-id],
.tk-board .tk-user-details .thikaa_details [data-id=martfury-session] {
  display: none;
}

.tk-board .tk-user-details .order-div {
  padding: 15px;
}

.tk-board .tk-user-details .order-div ul {
  margin-top: 0;
}

.tk-board .tk-user-details .order-div [data-id=gbm-id],
.tk-board .tk-user-details .order-div [data-id=token],
.tk-board .tk-user-details .order-div [data-id=woocommerce_session_key],
.tk-board .tk-user-details .order-div [data-id=perfex-id],
.tk-board .tk-user-details .order-div [data-id=whmcs-id],
.tk-board .tk-user-details .order-div [data-id=aecommerce-id],
.tk-board .tk-user-details .order-div [data-id=facebook-id],
.tk-board .tk-user-details .order-div [data-id=wechat-id],
.tk-board .tk-user-details .order-div [data-id=martfury-session] {
  display: none;
}

.tk-board .tk-user-details .tk-select {
  padding: 0 15px 15px 15px;
}

.tk-board .tk-user-details .tk-scroll-bar {
  opacity: 0.2 !important;
}

.tk-board .tk-user-details .tk-scroll-area {
  height: calc(100% - 70px);
}

.tk-board .tk-user-details .tk-user-conversations {
  margin: 0 0 15px 15px;
}

.tk-board .tk-user-details .tk-user-conversations li:hover,
.tk-board .tk-user-details .tk-user-conversations li.tk-active {
  background-color: rgb(238, 241, 246);
}

.tk-board .tk-user-details .tk-user-conversations li:not(.tk-active) {
  border-left: 1px solid rgb(212, 212, 212);
  padding-left: 16px;
}

.tk-board .tk-user-details .tk-user-conversations>li>div {
  padding-left: 45px;
}

.tk-board .tk-user-details .tk-user-conversations img {
  top: 6px;
  width: 30px;
  height: 30px;
}

.tk-board .tk-user-details .tk-user-conversations span {
  line-height: 21px;
}

.tk-board .tk-user-details .tk-user-conversations .tk-message {
  height: 20px;
  line-height: 20px;
}

.tk-board .tk-user-details .tk-inline {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px;
  border-top: 1px solid rgb(212, 212, 212);
}

.tk-board .tk-user-details .tk-inline h3 {
  margin-right: 15px;
  line-height: 55px;
}

.tk-board .tk-user-details .tk-inline>* {
  margin: 0;
  padding: 0;
}

.tk-board .tk-user-details .tk-inline>.tk-select {
  width: 100%;
  height: 55px;
}

.tk-board .tk-user-details .tk-inline>.tk-select>p {
  font-weight: 500;
  font-size: 13px !important;
  line-height: 55px !important;
  border-radius: 0;
}

.tk-board .tk-user-details .tk-inline>.tk-select>p:after {
  line-height: 55px;
  right: 15px;
}

.tk-board .tk-user-details .tk-inline>.tk-select>ul {
  width: 100%;
  border-radius: 0;
}

.tk-board .tk-user-details .tk-inline>.tk-select>ul li {
  line-height: 30px;
}

.tk-board .tk-user-details .tk-inline.tk-inline-departments,
.tk-board .tk-user-details .tk-inline.tk-inline-agents {
  padding: 0 0 0 15px;
}

.tk-board .tk-no-conversation-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 15px;
  display: none;
  z-index: 9;
}

.tk-board .tk-no-conversation-message>div {
  max-width: 650px;
}

.tk-board .tk-no-conversation-message label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.tk-board .tk-no-conversation-message p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}

.tk-board .tk-labels {
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.tk-board .tk-labels span {
  font-size: 14px;
  line-height: 30px;
  padding: 1px 10px 0 10px;
  border-radius: 3px;
  margin: 0 5px;
  display: block;
  font-weight: 600;
  white-space: nowrap;
  cursor: default;
  position: relative;
}

.tk-board .tk-labels .tk-status-online {
  background: rgba(19, 202, 126, 0.21);
  color: rgb(0, 147, 65);
}

.tk-board .tk-labels .tk-status-warning {
  background: rgb(242, 227, 124);
  color: rgb(98, 87, 5);
}

.tk-board .tk-labels .tk-status-typing {
  background-color: rgb(231, 242, 252);
  color: #028be5;
  padding-right: 32px;
}

.tk-board .tk-labels .tk-status-typing:after {
  content: "...";
  position: absolute;
  width: 15px;
  left: calc(100% - 27px);
  bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
  animation: sb-typing 1s infinite;
  text-indent: 0;
}

.tk-board .tk-editor .tk-labels {
  position: absolute;
  left: -15px;
  top: -45px;
  z-index: 95;
}

.tk-board .tk-editor .tk-labels>span {
  animation: sb-fade-bottom-animation 0.5s;
}

.tk-board .tk-list>div:not(.tk-right) .tk-thumb .tk-tooltip {
  top: 40px;
  left: -10px;
}

.tk-board .tk-list>div:not(.tk-right) .tk-thumb .tk-tooltip:before {
  top: -11px;
  left: 21px;
}

.tk-board .tk-list>div:not(.tk-right) .tk-thumb:hover .tk-tooltip {
  display: block;
  opacity: 0;
  animation: sb-fade-bottom-animation 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.tk-board .tk-list>div:not(.tk-right) .tk-time {
  left: calc(100% + 35px);
}

.tk-board .tk-list>div.tk-right .tk-time {
  right: calc(100% + 35px);
}

.tk-board.tk-no-conversation .tk-no-conversation-message {
  display: flex;
}

.tk-area-conversations>.tk-btn-collapse {
  display: none;
  position: fixed;
  left: 70px;
  top: 20px;
  transition: color 0.4s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  z-index: 3;
}

.tk-area-conversations>.tk-btn-collapse.tk-left:not(.tk-active) {
  transform: rotate(180deg);
  left: 67px;
}

.tk-area-conversations>.tk-btn-collapse.tk-right:not(.tk-active) {
  transform: rotate(180deg);
  right: 2px;
}

.tk-area-conversations>.tk-btn-collapse.tk-right {
  left: auto;
  right: 10px;
}

/*

# USERS AREA
==========================================================

*/
.tk-area-users {
  height: 100%;
}

.tk-area-users .tk-scroll-area {
  overflow: hidden;
  overflow-y: scroll;
  margin: 15px 0 0 15px;
  padding-right: 15px;
  height: calc(100% - 85px);
}

.tk-area-users .tk-scroll-area:hover+.tk-scroll-bar {
  opacity: 0.1 !important;
}

.tk-area-users>.tk-loading-table {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  display: none;
}

.tk-area-users>.tk-loading-table.tk-active {
  display: block;
}

.tk-area-users>.tk-loading-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.tk-table-users .tk-profile {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}

.tk-table-users th:first-child {
  max-width: 15px;
  width: 15px;
  border-bottom-color: rgb(212, 212, 212) !important;
}

.tk-table-users th {
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}

.tk-table-users th.tk-active,
.tk-table-users th:hover {
  border-bottom: 1px solid rgb(131, 131, 131);
  color: rgb(0, 0, 0);
}

.tk-table-users th.tk-active:after {
  content: "a";
  font-family: "Thikaa Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  right: 15px;
}

.tk-table-users th.tk-order-asc:after {
  transform: rotate(180deg);
}

.tk-profile-box .tk-profile-list {
  padding-right: 30px;
}

.tk-profile-box .tk-mobile-list {
  padding-right: 30px;
}

.tk-profile-box .tk-mobile-list-answer {
  padding-right: 30px;
}

.tk-profile-box .thikaa_details {
  padding-right: 30px;
}

.tk-profile-box .order-div {
  padding-right: 30px;
}

.tk-profile-box .tk-user-conversations>p {
  padding: 10px 15px 8px 15px;
}

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

/*

# SETTINGS AREA
==========================================================

*/
.tk-area-settings .tk-input {
  align-items: flex-start;
  margin-bottom: 30px;
}

.tk-area-settings>.tk-tab {
  max-height: calc(100% - 65px);
}

.tk-area-settings>.tk-tab>.tk-content {
  padding-left: 30px;
}

.tk-area-settings>.tk-tab>.tk-content>div {
  max-width: 1000px;
  padding-bottom: 50px;
}

@media (max-height: 1000px) and (min-width: 429px) {

  .tk-area-settings>.tk-tab>.tk-nav,
  .tk-area-reports>.tk-tab>.tk-nav {
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 15px;
  }
}

@media (max-width: 1024px) {

  .tk-area-settings>.tk-tab>.tk-nav>ul,
  .tk-area-reports>.tk-tab>.tk-nav>ul {
    min-width: 100px;
  }
}

.tk-type-multi-input>.input>div:not(.multi-input-textarea),
.tk-setting .tk-language-switcher-cnt,
.tk-select-checkbox>div {
  display: flex;
  align-items: center;
}

.tk-type-multi-input>.input>div:not(.multi-input-textarea)>label,
.tk-setting .tk-language-switcher-cnt>label,
.tk-select-checkbox>div>label {
  margin: 0 15px 0 0;
}

@media (max-width: 1490px) {

  .tk-type-multi-input>.input>div:not(.multi-input-textarea),
  .tk-setting .tk-language-switcher-cnt,
  .tk-select-checkbox>div {
    display: block;
  }
}

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

.tk-select-checkbox-input {
  opacity: 1;
  cursor: pointer;
}

.tk-select-checkbox-input.tk-active+div {
  display: block;
}

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

.tk-select-checkbox>div {
  margin: 5px 0;
}

.tk-select-checkbox label {
  margin: 0 0 0 15px !important;
}

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

.tk-setting,
.tk-input-setting {
  display: flex;
  justify-content: flex-start;
}

.tk-setting>.tk-setting-content,
.tk-input-setting>.tk-setting-content {
  max-width: 420px;
  width: 420px;
  padding-right: 60px;
  flex-shrink: 0;
}

.tk-setting>.input,
.tk-input-setting>.input {
  width: 100%;
}

.tk-setting h2,
.tk-input-setting h2 {
  display: inline-block;
  min-width: 150px;
  flex-grow: 1;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  color: rgb(86, 96, 105);
}

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

.tk-setting p .sb-icon-help,
.tk-input-setting p .sb-icon-help {
  transform: translateY(1px);
  margin: 0 0 0 5px;
  font-size: 11px;
  color: #b1c2d1;
  text-decoration: none;
  display: inline-block;
}

.tk-setting p .sb-icon-help:hover,
.tk-input-setting p .sb-icon-help:hover {
  color: #028be5;
}

.tk-setting input,
.tk-setting select,
.tk-setting textarea,
.tk-input-setting input,
.tk-input-setting select,
.tk-input-setting textarea {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  outline: none;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  transition: all 0.4s;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  color: rgb(36, 39, 42);
  background-color: #fff;
}

.tk-setting input:focus,
.tk-setting select:focus,
.tk-setting textarea:focus,
.tk-input-setting input:focus,
.tk-input-setting select:focus,
.tk-input-setting textarea:focus {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  color: rgb(36, 39, 42);
  outline: none;
}

.tk-setting textarea,
.tk-input-setting textarea {
  box-sizing: content-box;
  width: calc(100% - 20px);
  min-width: 280px;
  line-height: 22px;
  padding: 6px 10px;
  min-height: 86px;
}

.tk-setting input[type=checkbox],
.tk-input-setting input[type=checkbox] {
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 35px;
  min-height: 35px;
  outline: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  min-width: 35px !important;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.tk-setting input[type=checkbox]:checked:before,
.tk-input-setting input[type=checkbox]:checked:before {
  content: "w" !important;
  font-family: "Thikaa 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%;
}

.tk-setting label,
.tk-input-setting label {
  color: rgb(86, 96, 105);
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin: 0 30px 15px 0;
  display: block;
  min-width: 200px;
  letter-spacing: 0.3px;
}

.tk-setting input[type=number],
.tk-input-setting input[type=number] {
  padding-right: 0;
}

.tk-setting .input>.tk-loading:not(.tk-btn),
.tk-input-setting .input>.tk-loading:not(.tk-btn) {
  width: 30px;
  height: 30px;
}

.tk-setting .multi-input-upload-image[data-type=upload-image] .image,
.tk-input-setting .multi-input-upload-image[data-type=upload-image] .image {
  min-width: 50px;
  width: 100%;
}

.tk-setting.tk-type-multi-input .input>div,
.tk-input-setting.tk-type-multi-input .input>div {
  margin-bottom: 15px;
}

.tk-setting.tk-type-input-button .input,
.tk-input-setting.tk-type-input-button .input {
  display: flex;
  width: 100%;
}

.tk-setting.tk-type-input-button .input input,
.tk-input-setting.tk-type-input-button .input input {
  min-width: 0;
  flex-shrink: 10;
}

.tk-setting.tk-type-input-button .input a,
.tk-input-setting.tk-type-input-button .input a {
  margin-left: 15px;
  min-width: 0;
}

.tk-setting.tk-type-upload-image .image,
.tk-setting [data-type=upload-image] .image,
.tk-input-setting.tk-type-upload-image .image,
.tk-input-setting [data-type=upload-image] .image {
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  height: 150px;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.tk-setting.tk-type-upload-image .image:before,
.tk-setting [data-type=upload-image] .image:before,
.tk-input-setting.tk-type-upload-image .image:before,
.tk-input-setting [data-type=upload-image] .image:before {
  content: "p";
  font-family: "Thikaa 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);
}

.tk-setting.tk-type-upload-image .image:hover,
.tk-setting [data-type=upload-image] .image:hover,
.tk-input-setting.tk-type-upload-image .image:hover,
.tk-input-setting [data-type=upload-image] .image:hover {
  border: 1px solid #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}

.tk-setting.tk-type-upload-image .image:hover:before,
.tk-setting [data-type=upload-image] .image:hover:before,
.tk-input-setting.tk-type-upload-image .image:hover:before,
.tk-input-setting [data-type=upload-image] .image:hover:before {
  color: #028be5;
}

.tk-setting.tk-type-upload-image .image>i,
.tk-setting [data-type=upload-image] .image>i,
.tk-input-setting.tk-type-upload-image .image>i,
.tk-input-setting [data-type=upload-image] .image>i {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  height: 21px;
  width: 21px;
  font-size: 7px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  background: rgb(86, 96, 105);
  color: #fff;
  border-radius: 50%;
  display: none;
}

.tk-setting.tk-type-upload-image .image[data-value]:before,
.tk-setting [data-type=upload-image] .image[data-value]:before,
.tk-input-setting.tk-type-upload-image .image[data-value]:before,
.tk-input-setting [data-type=upload-image] .image[data-value]:before {
  display: none;
}

.tk-setting.tk-type-upload-image .image[data-value]>i,
.tk-setting [data-type=upload-image] .image[data-value]>i,
.tk-input-setting.tk-type-upload-image .image[data-value]>i,
.tk-input-setting [data-type=upload-image] .image[data-value]>i {
  display: block;
}

.tk-setting.tk-type-upload-image .image[data-value]>i:hover,
.tk-setting [data-type=upload-image] .image[data-value]>i:hover,
.tk-input-setting.tk-type-upload-image .image[data-value]>i:hover,
.tk-input-setting [data-type=upload-image] .image[data-value]>i:hover {
  background-color: rgb(202, 52, 52);
}

.tk-setting.tk-type-upload-image .image[data-value=""]>i,
.tk-setting [data-type=upload-image] .image[data-value=""]>i,
.tk-input-setting.tk-type-upload-image .image[data-value=""]>i,
.tk-input-setting [data-type=upload-image] .image[data-value=""]>i {
  display: none;
}

.tk-setting.tk-type-upload-image .image[data-value=""]:before,
.tk-setting [data-type=upload-image] .image[data-value=""]:before,
.tk-input-setting.tk-type-upload-image .image[data-value=""]:before,
.tk-input-setting [data-type=upload-image] .image[data-value=""]:before {
  display: block;
}

.tk-setting .multi-input-upload-image .image,
.tk-input-setting .multi-input-upload-image .image {
  height: 100px;
  background-size: auto 64px;
}

.tk-setting.tk-type-color .input,
.tk-input-setting.tk-type-color .input {
  position: relative;
}

.tk-setting.tk-type-color .input i,
.tk-input-setting.tk-type-color .input i {
  position: absolute;
  right: 12px;
  font-size: 10px;
  top: 11px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}

.tk-setting.tk-type-color .input i:hover,
.tk-input-setting.tk-type-color .input i:hover {
  opacity: 1;
}

.tk-setting.tk-type-color .input:after,
.tk-input-setting.tk-type-color .input:after {
  content: "";
  position: absolute;
  background: #fff;
  right: 1px;
  top: 1px;
  width: 32px;
  height: 33px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 0;
}

.tk-setting.tk-type-double-select .input>div,
.tk-input-setting.tk-type-double-select .input>div {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}

.tk-setting.tk-type-double-select .input label,
.tk-input-setting.tk-type-double-select .input label {
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: rgb(36, 39, 42);
}

.tk-setting.tk-type-double-select .input select,
.tk-input-setting.tk-type-double-select .input select {
  min-width: 100px;
}

.tk-setting.tk-type-repeater>.input,
.tk-input-setting.tk-type-repeater>.input {
  width: 100%;
}

.tk-setting .tk-repeater,
.tk-input-setting .tk-repeater {
  margin-bottom: 15px;
}

.tk-setting .repeater-item,
.tk-input-setting .repeater-item {
  position: relative;
}

.tk-setting .repeater-item+.repeater-item,
.tk-input-setting .repeater-item+.repeater-item {
  border-top: 1px solid rgb(226, 226, 226);
  padding-top: 20px;
  margin-top: 20px;
}

.tk-setting .repeater-item>div,
.tk-input-setting .repeater-item>div {
  display: flex;
}

.tk-setting .repeater-item>div+div,
.tk-input-setting .repeater-item>div+div {
  margin-top: 10px;
}

.tk-setting .repeater-item>div:empty,
.tk-input-setting .repeater-item>div:empty {
  display: none;
}

.tk-setting .repeater-item>div [readonly],
.tk-input-setting .repeater-item>div [readonly] {
  min-width: 0 !important;
  border: none;
  padding: 0;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  width: 20px;
}

.tk-setting .repeater-item>div [readonly]:hover,
.tk-input-setting .repeater-item>div [readonly]:hover {
  opacity: 1;
}

.tk-setting .repeater-item>div label,
.tk-input-setting .repeater-item>div label {
  margin-right: 15px;
}

.tk-setting .repeater-item input,
.tk-input-setting .repeater-item input {
  min-width: 290px;
}

.tk-setting .repeater-item>i,
.tk-input-setting .repeater-item>i {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 1px;
  width: 14px;
  font-size: 9px;
  height: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.tk-setting .repeater-item>i:hover,
.tk-input-setting .repeater-item>i:hover {
  color: rgb(202, 52, 52);
}

.tk-setting .repeater-item:first-child>i,
.tk-input-setting .repeater-item:first-child>i {
  margin-top: -8px;
}

.tk-setting+.tk-setting,
.tk-input-setting+.tk-setting {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(230, 230, 230);
}

.tk-setting input+input,
.tk-input-setting input+input {
  margin-top: 8px;
}

.tk-setting.tk-type-select-images .input,
.tk-input-setting.tk-type-select-images .input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 27px;
}

.tk-setting.tk-type-select-images .input>div,
.tk-input-setting.tk-type-select-images .input>div {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.tk-setting.tk-type-select-images .input>div.sb-icon-close,
.tk-input-setting.tk-type-select-images .input>div.sb-icon-close {
  text-align: center;
  line-height: 82px;
  color: rgb(212, 212, 212);
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
  opacity: 1;
}

.tk-setting.tk-type-select-images .input>div:hover,
.tk-setting.tk-type-select-images .input>div.tk-active:not(.sb-icon-close),
.tk-input-setting.tk-type-select-images .input>div:hover,
.tk-input-setting.tk-type-select-images .input>div.tk-active:not(.sb-icon-close) {
  color: #028be5;
  border-color: #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
  opacity: 1;
}

.tk-area-settings .tk-tab .tk-btn,
.tk-btn-white {
  background-color: #fff;
  color: rgb(86, 96, 105);
  border: 1px solid rgb(204, 210, 213);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
}

.tk-area-settings .tk-tab .tk-btn.tk-icon,
.tk-btn-white.tk-icon {
  padding-left: 30px;
}

.tk-area-settings .tk-tab .tk-btn.tk-icon>i,
.tk-btn-white.tk-icon>i {
  left: 10px;
  font-size: 10px;
  line-height: 33px;
}

.tk-area-settings .tk-tab .tk-btn.tk-icon>i:before,
.tk-btn-white.tk-icon>i:before {
  line-height: 33px;
}

.tk-area-settings .tk-tab .tk-btn:hover,
.tk-btn-white:hover {
  color: #fff;
  border-color: #028be5;
  background-color: #028be5;
}

.tk-area-settings .tk-tab .tk-btn.tk-loading,
.tk-btn-white.tk-loading {
  width: 15px;
  background: #fff;
  border-color: #ccd2d5;
  cursor: default;
}

.tk-area-settings .tk-tab .tk-btn.tk-loading:before,
.tk-btn-white.tk-loading:before {
  color: rgb(38, 67, 92);
}

.tk-translations {
  width: 100%;
}

.tk-translations h2 {
  font-size: 15px;
  line-height: 27px;
  margin: 2px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tk-translations .tk-input-setting {
  display: block;
  margin-bottom: 15px;
}

.tk-translations .tk-content>div:first-child {
  display: flex;
  justify-content: space-between;
}

.tk-translations .tk-content.tk-loading:before {
  top: 15px;
}

.tk-translations .tk-translations-list {
  padding-top: 30px;
}

.tk-translations .tk-translations-list>div:not(.tk-active) {
  display: none;
}

.tk-translations .tk-nav li {
  padding-left: 30px !important;
  position: relative;
}

.tk-translations .tk-nav li img {
  position: absolute;
  left: 0;
  width: 17px;
  top: 13px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.tk-translations .tk-new-translation {
  margin-bottom: 25px;
}

.tk-articles-area textarea {
  min-height: 300px;
}

.tk-articles-area>.tk-nav[data-type=categories]>ul li {
  cursor: default;
  color: rgb(36, 39, 42) !important;
}

.tk-articles-area>.tk-nav[data-type=categories]>ul li i {
  right: 0;
}

.tk-articles-area .tk-add-category,
.tk-articles-area .tk-add-article {
  display: none !important;
}

.tk-articles-area .tk-add-category.tk-active,
.tk-articles-area .tk-add-article.tk-active {
  display: inline-block !important;
}

.tk-articles-area .tk-new-category-cnt {
  padding: 0 30px 0 0;
  display: none;
}

.tk-articles-area .tk-new-category-cnt.tk-active {
  display: block;
}

.tk-articles-area #tk-article-id {
  display: block;
}

.tk-articles-area #tk-article-id span {
  font-weight: 400;
  padding-left: 15px;
}

.codex-editor:after {
  content: "0";
  font-family: "Thikaa Icons";
  position: absolute;
  left: 0;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  bottom: 25px;
  opacity: 0.5;
  z-index: -1;
}

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

.ce-block__content {
  max-width: none;
}

.ce-rawtool__textarea {
  min-height: 0 !important;
  background: rgb(245, 247, 250) !important;
}

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

.ct__content {
  color: #fff;
}

.tk-automations-area>.tk-tab>.tk-content {
  margin-top: -35px;
}

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

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

.tk-conditions>div {
  display: grid;
  grid-template-columns: 149px auto auto;
  grid-gap: 15px;
}

.tk-conditions select,
.tk-conditions input {
  min-width: 50px;
}

.tk-timetable>div>div {
  display: flex;
  align-items: center;
  position: relative;
}

.tk-timetable>div>div span {
  padding: 0 10.5px;
  font-size: 12px;
}

.tk-timetable>div>div>div {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  min-width: 88px;
  padding: 0 0 0 7px;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
}

.tk-timetable>div>div>div:after {
  content: "a";
  font-family: "Thikaa Icons";
  position: absolute;
  right: 8px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}

.tk-timetable>div>div>div:hover {
  cursor: pointer;
  border: 1px solid rgb(2, 139, 229);
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}

.tk-timetable>div+div {
  margin-top: 12px;
}

.tk-timetable label {
  min-width: 95px;
  margin: 0 0 10px 0;
}

.tk-timetable .tk-custom-select {
  position: absolute;
  top: 31px;
  left: -1px;
  width: 95px;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  z-index: 9;
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 25px;
  height: 250px;
  overflow-y: scroll;
}

.tk-timetable .tk-custom-select span {
  display: block;
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  min-height: 22px;
}

.tk-timetable .tk-custom-select span:hover {
  background-color: #028be5;
  color: #fff;
}

.tk-timetable .tk-custom-select span:empty {
  position: relative;
}

.tk-timetable .tk-custom-select span:empty:before {
  content: "--";
  position: absolute;
  left: 5px;
}

.tk-timetable>.tk-custom-select {
  display: none;
}

.tk-color-palette {
  background: none !important;
}

.tk-color-palette span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  position: relative;
}

.tk-color-palette span:hover {
  opacity: 0.7;
}

.tk-color-palette span.tk-active+ul {
  display: block;
}

.tk-color-palette ul {
  padding: 5px 10px;
  position: absolute;
  margin: 15px 0 0 -10px;
  display: none;
}

.tk-color-palette ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  margin: 5px 0;
  transition: all 0.4s;
}

.tk-color-palette ul li:hover {
  opacity: 0.7;
}

.tk-color-palette ul li[data-value=""] {
  box-shadow: inset 0px 0px 1px rgb(145, 145, 145);
  margin-bottom: 6px;
}

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

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

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

[data-value=green],
[data-value=green]>span {
  background-color: #c1e6c8;
  color: #0e563d;
}

[data-value=pink],
[data-value=pink]>span {
  background-color: #d1d3ec;
  color: #434a93;
}

[data-value=gray],
[data-value=gray]>span {
  background-color: #dddddd;
  color: #2c2c2c;
}

[data-value=blue],
[data-value=blue]>span {
  background-color: #c2dcf0;
  color: #1063a4;
}

#departments>.input {
  width: 100%;
}

#departments .repeater-item {
  display: flex;
  border: none;
  padding-top: 0;
}

#departments .repeater-item>div {
  margin: 0;
}

#departments .repeater-item>div:first-child {
  min-width: calc(100% - 128px);
}

#departments .repeater-item input:not([readonly]) {
  min-width: 100px !important;
}

#departments .repeater-item>div+div {
  padding-left: 15px;
}

#departments .repeater-item>div+div label {
  display: none;
}

#departments .repeater-item>i {
  top: 50%;
  margin-top: -7px;
}

#departments .repeater-item label {
  margin-bottom: 0;
  line-height: 35px;
  min-width: 80px;
}

#departments .repeater-item .image {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

#departments .repeater-item .image:before {
  font-size: 7px;
  color: rgb(182, 182, 182);
  margin: -15px 0 0 -16px;
}

#departments .repeater-item .image:hover:before {
  color: #028be5;
}

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

#chat-sb-icons .input>.tk-active:not(.sb-icon-close),
#chat-sb-icons .input>div:not(.sb-icon-close):hover {
  background-color: #028be5 !important;
}

/*

# REPORTS AREA
==========================================================

*/
.tk-area-reports>.tk-tab {
  max-height: calc(100% - 65px);
}

.tk-area-reports>.tk-tab>.tk-content {
  display: flex;
  padding: 10px 15px 30px 20px;
}

.tk-area-reports>.tk-tab>.tk-content>.tk-reports-chart {
  width: 80%;
  padding-right: 20px;
}

.tk-area-reports>.tk-tab>.tk-content>.tk-reports-sidebar {
  flex: 1 1 auto;
  max-width: 300px;
  padding-left: 15px;
}

.tk-area-reports>.tk-tab>.tk-content>.tk-reports-sidebar .tk-collapse {
  padding-bottom: 30px;
}

.tk-area-reports>.tk-tab>.tk-content.tk-no-results-active {
  overflow-y: hidden;
  justify-content: center;
  align-items: center;
}

.tk-area-reports>.tk-tab>.tk-content>.tk-no-results {
  display: none;
}

.tk-area-reports>.tk-tab>.tk-nav {
  margin-right: 0;
  padding-bottom: 15px;
}

.tk-area-reports p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0 15px 0;
  color: rgb(120, 134, 146);
}

.tk-area-reports .tk-table th,
.tk-area-reports .tk-table td {
  padding: 9px 0;
}

.tk-area-reports table td {
  font-size: 13px;
}

.tk-area-reports .tk-reports-text {
  margin-top: 15px;
}

.tk-area-reports td .sb-icon-check,
.tk-area-reports td .sb-icon-close,
.tk-area-reports td .sb-icon-like,
.tk-area-reports td .sb-icon-dislike {
  color: rgb(26, 146, 96);
  font-size: 13px;
  transform: translateY(1px);
  display: inline-block;
}

.tk-area-reports td .sb-icon-close,
.tk-area-reports td .sb-icon-dislike {
  color: rgb(202, 52, 52);
}

.tk-area-reports td .sb-icon-close {
  font-size: 11px;
}

.tk-area-reports td div {
  margin: 5px 0 0 0;
}

.tk-area-reports td img {
  border-radius: 3px;
  width: 20px;
  margin: 0 10px 0 0;
  transform: translateY(2px);
}

.tk-area-reports td img.tk-flag {
  height: 13px;
}

.tk-area-reports td:first-child>div {
  margin: 0 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

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

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

.tk-report-agents-ratings td .sb-icon-check,
.tk-report-agents-ratings td .sb-icon-like,
.tk-report-articles-ratings td .sb-icon-check,
.tk-report-articles-ratings td .sb-icon-like {
  margin: 0 10px 0 0;
}

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

/*

# PROFILE BOX
==========================================================

*/
.tk-profile-box .tk-top-bar .tk-profile {
  font-weight: 600;
}

.tk-profile-box .tk-top-bar .tk-profile img {
  width: 45px;
  height: 45px;
}

.tk-profile-box .tk-top-bar .tk-profile span {
  margin-left: 20px;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}

.tk-profile-box .tk-top-bar>div>[data-value]+.tk-btn {
  margin-left: 15px;
}

.tk-profile-box .tk-top-bar>div>[data-value]:not(.tk-active) {
  display: none;
}

.tk-profile-box .tk-user-conversations {
  max-width: 600px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
}

.tk-profile-box .tk-user-conversations>li {
  padding: 15px;
  border-left: none;
}

.tk-profile-box .tk-user-conversations>li:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tk-profile-box .tk-user-conversations>li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tk-profile-box .tk-user-conversations .tk-profile {
  padding: 0 0 5px 0;
}

.tk-profile-box .tk-user-conversations .tk-profile .tk-name {
  font-size: 14px;
}

.tk-profile-box .tk-user-conversations .tk-profile img {
  display: none;
}

.tk-profile-box .tk-user-conversations .tk-profile .tk-time {
  float: right;
}

.tk-profile-box .tk-agent-area {
  padding-top: 30px;
}

.tk-profile-box .tk-agent-area .tk-title {
  margin-bottom: 30px;
}

.tk-profile-box .tk-agent-area .tk-rating-area {
  min-height: 30px;
}

.tk-profile-box .tk-agent-area .tk-rating-area>div {
  display: flex;
  height: 35px;
  align-items: center;
}

.tk-profile-box .tk-agent-area .tk-rating-area>div>div:first-child {
  font-weight: 500;
  padding-right: 10px;
  font-size: 13px;
  width: 80px;
}

.tk-profile-box .tk-agent-area .tk-rating-area>div>span {
  height: 3px;
  background-color: rgb(26, 146, 96);
  margin-right: 10px;
}

.tk-profile-box .tk-agent-area .tk-rating-area>div>span[data-count="0"] {
  display: none;
}

.tk-profile-box .tk-agent-area .tk-rating-area>div+div>span {
  background-color: rgb(202, 52, 52);
}

.tk-profile-box .tk-agent-area .tk-rating-area>div>div:last-child {
  font-size: 13px;
}

.tk-profile-box .tk-agent-area .tk-rating-area .tk-rating-count {
  font-size: 12px;
  line-height: 40px;
  color: rgb(86, 96, 105);
  opacity: 0.7;
}

.tk-profile-box .tk-agent-area .tk-rating-area:before {
  left: 10px;
}

.tk-profile-box.tk-type-agent .tk-start-conversation,
.tk-profile-box.tk-type-admin .tk-start-conversation,
.tk-profile-box .tk-agent-area {
  display: none;
}

.tk-profile-box.tk-type-agent .tk-agent-area,
.tk-profile-box.tk-type-admin .tk-agent-area {
  display: block;
}

/*

# PROFILE EDIT BOX
==========================================================

*/
.tk-profile-edit-box .tk-top-bar .tk-profile {
  font-weight: 600;
  padding-left: 5px;
  padding-right: 15px;
}

.tk-profile-edit-box .tk-top-bar .tk-profile img {
  width: 45px;
  height: 45px;
}

.tk-profile-edit-box .tk-top-bar .tk-profile span {
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
}

.tk-profile-edit-box .tk-main {
  justify-content: flex-start;
}

.tk-profile-edit-box .tk-main>div {
  width: 50%;
}

.tk-profile-edit-box .tk-main>div+div {
  margin-left: 30px;
}

.tk-profile-edit-box.tk-user-new .tk-top-bar .tk-profile {
  padding-left: 0;
}

.tk-profile-edit-box.tk-user-new .tk-top-bar .tk-profile img {
  display: none;
}

.tk-profile-edit-box.tk-user-new .tk-delete {
  display: none;
}

.tk-profile-edit-box .tk-delete {
  margin-top: 60px;
  font-size: 14px;
  display: none;
}

.tk-profile-edit-box #user_type,
.tk-profile-edit-box #department {
  display: none;
}

.tk-profile-edit-box.tk-agent-admin.tk-type-admin #user_type,
.tk-profile-edit-box.tk-agent-admin.tk-type-admin #department,
.tk-profile-edit-box.tk-agent-admin.tk-type-agent #user_type,
.tk-profile-edit-box.tk-agent-admin.tk-type-agent #department,
.tk-profile-edit-box.tk-agent-admin.tk-user-new #user_type {
  display: flex;
}

.tk-profile-edit-box.tk-agent-admin .tk-delete {
  display: inline-block;
}

/*

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

*/
@keyframes sb-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tk-lightbox {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  padding: 0;
  max-width: 700px;
  max-height: 700px;
  left: 50%;
  top: 50%;
  margin-left: 150px;
  margin-top: 150px;
  border-radius: 6px;
  display: none;
  transition: opacity 0.4s, transform 0.4s;
}

.tk-lightbox.tk-active {
  display: block;
  animation: sb-lightbox-animation 0.5s;
}

.tk-lightbox.tk-dialogflow-intent-box,
.tk-lightbox.tk-updates-box {
  height: calc(100% - 100px);
}

.tk-lightbox .tk-top-bar {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(212, 212, 212);
  margin-bottom: 30px;
}

.tk-lightbox .tk-top-bar>div {
  display: flex;
  align-items: center;
}

.tk-lightbox .tk-top-bar>div:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
}

.tk-lightbox .tk-main {
  display: block;
  padding: 0 20px 30px 20px;
  justify-content: space-between;
  height: calc(100% - 145px);
}

.tk-lightbox .tk-main>div {
  height: auto;
  width: 100%;
}

.tk-lightbox .tk-main>.tk-title+*,
.tk-lightbox .tk-main>div>.tk-title+*,
.tk-lightbox .tk-main p+.tk-title {
  margin-top: 27px;
}

.tk-lightbox .tk-main>.tk-title+* *:first-child,
.tk-lightbox .tk-main>div>.tk-title+* *:first-child,
.tk-lightbox .tk-main p+.tk-title *:first-child {
  margin-top: 0;
}

.tk-lightbox .tk-main>.tk-input-setting+.tk-title,
.tk-lightbox .tk-main>div>.tk-input-setting+.tk-title {
  margin-top: 30px;
}

.tk-lightbox .tk-main p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0;
  color: rgb(86, 96, 105);
}

.tk-lightbox .tk-main p a:not([class]) {
  color: #028be5;
  text-decoration: none;
}

.tk-lightbox .tk-main>.tk-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.tk-lightbox .tk-info {
  padding: 20px;
  background: rgb(202, 52, 52);
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  letter-spacing: 0.3px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 5;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  display: none;
}

.tk-lightbox .tk-info a {
  color: #FFF;
  padding-left: 4px;
}

.tk-lightbox .tk-info.tk-active {
  display: flex;
  animation: sb-fade-animation 0.4s;
}

.tk-lightbox.tk-lightbox-media {
  animation: none;
}

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

.tk-lightbox-overlay.tk-active {
  display: block;
}

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

.tk-profile-edit-box,
.tk-profile-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}

.tk-profile-edit-box .tk-main,
.tk-profile-box .tk-main {
  display: flex;
  padding: 0 20px;
}

.tk-profile-edit-box .tk-main>div,
.tk-profile-box .tk-main>div {
  height: 100%;
  width: 50%;
}

.tk-direct-message-box {
  height: calc(100% - 50px);
  max-width: 1000px;
}

.tk-direct-message-box .tk-bottom div+a {
  margin-left: 15px;
}

.tk-direct-message-box .tk-bottom>div {
  font-weight: 500;
  margin: 0 15px;
  color: #028be5;
}

.tk-direct-message-box .tk-bottom>div:empty {
  display: none;
}

.tk-updates-box .tk-input,
.tk-requirements-box .tk-input {
  justify-content: flex-start;
}

.tk-updates-box .tk-input>span,
.tk-requirements-box .tk-input>span {
  max-width: 200px;
  min-width: 200px;
}

.tk-updates-box .tk-input>div,
.tk-requirements-box .tk-input>div {
  font-size: 13px;
  letter-spacing: 0.3px;
  background: rgba(255, 196, 88, 0.15);
  color: rgb(155, 116, 36);
  width: 100%;
  line-height: 20px;
  padding: 13px;
  border-radius: 4px;
}

.tk-updates-box .tk-input>div.tk-green,
.tk-requirements-box .tk-input>div.tk-green {
  background-color: rgba(26, 146, 96, 0.07);
  color: rgb(21, 116, 77);
}

.tk-requirements-box .tk-input>div {
  display: inline-block;
  padding: 5px 10px;
  width: auto;
}

.tk-requirements-box .tk-main>p {
  margin-top: 30px;
}

.tk-dialog-box {
  max-width: 500px;
  height: auto;
  min-height: 75px;
  text-align: center;
  padding: 60px 30px;
  z-index: 999998;
}

.tk-dialog-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.tk-dialog-box a {
  margin: 0 7px;
}

.tk-dialog-box[data-type=choice] .tk-close,
.tk-dialog-box[data-type=alert] .tk-close,
.tk-dialog-box[data-type=info] .tk-cancel,
.tk-dialog-box[data-type=info] .tk-confirm,
.tk-dialog-box[data-type=map] .tk-cancel,
.tk-dialog-box[data-type=map] .tk-confirm {
  display: none;
}

.tk-dialog-box iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
  display: block;
}

.tk-dialog-box pre {
  font-family: monospace;
  margin: 10px 0 0 0;
  overflow-x: scroll;
  padding: 5px 5px 7px 5px;
  border-radius: 3px;
  border: 1px solid rgb(212, 212, 212);
  font-weight: 400;
}

.tk-dialog-box .tk-title {
  font-size: 21px;
  line-height: 50px;
  color: #028be5;
}

.tk-dialog-box .tk-title :empty {
  display: none;
}

.tk-dialog-box[data-type=map] {
  max-width: 1000px;
  padding: 0;
}

.tk-dialog-box[data-type=map] p {
  margin: 0;
}

.tk-dialog-box[data-type=map]>div {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 0;
}

.tk-dialogflow-intent-box .tk-intent-add {
  position: relative;
  margin-top: 10px;
}

.tk-dialogflow-intent-box .tk-intent-add i {
  position: absolute;
  margin-left: 15px;
  top: -10px;
}

.tk-dialogflow-intent-box .tk-intent-add i+i {
  margin-left: 50px;
}

.tk-dialogflow-intent-box .tk-intent-add i+i+i {
  margin-left: 85px;
}

.tk-dialogflow-intent-box .tk-intent-add i:before {
  font-size: 16px;
}

.tk-dialogflow-intent-box .tk-type-text+.tk-type-text {
  margin-top: 5px;
}

.tk-dialogflow-intent-box .tk-title.tk-title-search .tk-search-btn {
  right: 36px;
}

#tk-intent-preview {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s;
}

#tk-intent-preview:hover {
  color: #028be5;
}

#intent-preview-box {
  max-width: 600px;
  padding: 30px;
}

#intent-preview-box>p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}

#intent-preview-box>p span {
  display: block;
  max-height: 63px;
  overflow: hidden;
}

.tk-loading-global {
  height: 36px;
  width: 36px;
  max-width: 36px;
  max-height: 36px;
  margin: -18px 0 0 -18px;
  color: #028be5;
  border-radius: 3px;
}

.tk-admin-box {
  max-width: 500px;
  margin: 30px auto;
  padding: 48px 40px 36px;
  border-radius: 6px;
  border: 1px solid rgb(212, 212, 212);
  background: #fff;
  position: relative;
}

.tk-admin-box .tk-top-bar {
  padding-bottom: 30px;
}

.tk-admin-box .tk-top-bar img {
  max-width: 300px;
}

.tk-admin-box .tk-top-bar .tk-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 30px 0px 15px 0px;
}

.tk-admin-box .tk-text {
  font-size: 15px;
  line-height: 25px;
  color: rgb(86, 96, 105);
}

.tk-admin-box .tk-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.tk-admin-box .tk-info {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: rgb(202, 52, 52);
  right: 0;
  left: 0;
  top: 0;
  margin: 0 0 40px 0;
  padding: 15px 20px;
  border-radius: 4px;
  display: none;
}

.tk-admin-box .tk-info.tk-active {
  display: block;
  animation: sb-fade-animation 0.4s;
}

.tk-admin-box .tk-text+.tk-input,
.tk-admin-box .tk-input+.tk-text {
  margin-top: 30px;
}

.tk-rich-login {
  max-width: 500px;
}

.tk-rich-login .tk-forgot {
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
  color: rgb(86, 96, 105);
}

.tk-rich-login .tk-register {
  font-weight: 600;
  font-size: 15px;
}

.tk-rich-login .tk-forgot,
.tk-rich-login .tk-register {
  cursor: pointer;
  transition: all 0.4s;
  text-decoration: none;
}

.tk-rich-login .tk-forgot:hover,
.tk-rich-login .tk-register:hover {
  color: #028be5;
}

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

.tk-language-switcher {
  display: flex;
  align-items: center;
}

.tk-language-switcher img,
.tk-language-switcher>i {
  display: block;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}

.tk-language-switcher img {
  border-radius: 2px;
  margin: 0 5px;
  width: 20px;
  height: 13px;
  position: relative;
  z-index: 2;
}

.tk-language-switcher span {
  position: relative;
  transition: all 0.4s;
}

.tk-language-switcher span i {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 18px;
  cursor: pointer;
  font-size: 9px;
  opacity: 0;
  z-index: 0;
  transition: all 0.4s;
}

.tk-language-switcher span i:hover {
  color: rgb(202, 52, 52);
}

.tk-language-switcher span:hover {
  padding-left: 15px;
  transition-delay: 1s;
}

.tk-language-switcher span:hover i {
  opacity: 1;
  transition-delay: 1s;
}

.tk-language-switcher span:hover i:hover {
  transition-delay: 0s;
}

.tk-language-switcher>i {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: 10px;
}

.tk-language-switcher .tk-active img,
.tk-language-switcher span:hover i,
.tk-language-switcher span:hover img {
  opacity: 1;
}

.tk-language-switcher>i:hover {
  opacity: 1;
  color: #028be5;
}

.tk-languages-box .tk-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-height: 300px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.tk-languages-box .tk-main>div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.4s;
}

.tk-languages-box .tk-main>div>img {
  margin-right: 15px;
  border-radius: 3px;
  width: 26px;
  height: 15px;
}

.tk-languages-box .tk-main>div:hover {
  color: #028be5;
}

.tk-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.tk-apps>div {
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 30px 130px;
  border-radius: 6px;
  border: 1px solid rgb(205, 210, 215);
  cursor: pointer;
  transition: all 0.4s;
}

.tk-apps>div img {
  max-width: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.tk-apps>div h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  color: rgb(86, 96, 105);
}

.tk-apps>div p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 5px 0 0 0;
  color: rgb(120, 134, 146);
}

.tk-apps>div i {
  position: absolute;
  right: 30px;
  top: 30px;
  color: rgb(26, 146, 96);
}

.tk-apps>div:hover {
  border-color: #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}

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

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

.tk-panel-aecommerce .tk-list-items>a>span:first-child,
.tk-panel-martfury .tk-list-items>a>span:first-child {
  opacity: 0.6;
  margin-right: 5px;
}

.tk-panel-aecommerce .tk-list-links>a>span:last-child,
.tk-panel-martfury .tk-list-links>a>span:last-child {
  float: right;
}

.tk-panel-zendesk .tk-list-items>a {
  margin-bottom: 5px;
}

.tk-panel-zendesk .tk-list-items>a>span:first-child {
  display: block;
  line-height: 15px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tk-panel-zendesk .tk-list-items>a>span:first-child i {
  right: auto;
  left: 15px;
  font-style: normal;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  font-size: 9px;
  opacity: 1;
  font-weight: 500;
  color: #fff;
}

.tk-panel-zendesk .tk-btn {
  margin-left: 15px;
}

.tk-panel-zendesk #tk-zendesk-update-ticket {
  top: 10px;
}

.tk-panel-zendesk #tk-zendesk-update-ticket:hover {
  color: #028be5;
}

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

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

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

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

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

.tk-zendesk-sync:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #028be5;
  height: calc(100% - 7px);
  left: 0;
  top: 0;
}

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

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

.tk-btn-app-setting:not(.tk-active) {
  display: none;
}

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

/*

# 3TH PARTY SCRIPTS
==========================================================

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.daterangepicker .ranges li.active {
  background-color: #028be5;
  color: #fff;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

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

  .daterangepicker {
    direction: ltr;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

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

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

grammarly-editor-plugin {
  --grammarly-button-position-right: 430px;
  --grammarly-button-position-bottom: 30px;
}

/*

# CLOUD
==========================================================

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

.tk-cloud [id=admin-title],
.tk-cloud [id=login-icon],
.tk-cloud [id=login-message],
.tk-cloud [id=custom-js],
.tk-cloud [id=custom-css],
.tk-cloud [id=envato-purchase-code],
.tk-cloud [id=auto-updates],
.tk-cloud [id=pusher],
.tk-cloud [id=cookie-domain],
.tk-cloud [id=system-requirements],
.tk-cloud [id=sb-path],
.tk-cloud [id=tab-aecommerce],
.tk-cloud [id=tab-apps],
.tk-cloud [id=tab-whmcs],
.tk-cloud [id=tab-perfex],
.tk-cloud [id=tab-ump],
.tk-cloud [id=tab-armember],
.tk-cloud [id=tab-martfury],
.tk-cloud [id=logs],
.tk-cloud .tk-version {
  display: none !important;
}

/*

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

*/
@media (max-width: 1250px) {

  .tk-setting .repeater-item>div,
  .tk-input-setting .repeater-item>div,
  .tk-setting .input>div:not([data-type=textarea]) {
    display: block;
  }

  .tk-setting .input>div:not([data-type=textarea])>label {
    margin: 0 30px 10px 0;
  }

  .tk-setting>.tk-setting-content {
    flex-shrink: 1;
  }

  .tk-setting input,
  .tk-setting select,
  .tk-setting textarea,
  .tk-input-setting input,
  .tk-input-setting select,
  .tk-input-setting textarea {
    min-width: 0;
  }

  .tk-type-timetable>.input {
    overflow: hidden;
  }

  .tk-type-timetable .tk-timetable>div>div {
    flex-wrap: wrap;
  }

  .tk-type-timetable .tk-timetable>div>div [data-day] {
    margin-bottom: 5px;
  }

  .tk-area-reports>.tk-tab>.tk-content {
    display: block;
  }

  .tk-area-reports>.tk-tab>.tk-content .tk-reports-chart {
    width: auto;
  }

  .tk-area-reports>.tk-tab>.tk-content .tk-reports-sidebar {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 429px) {
  .tk-menu-mobile>ul {
    box-shadow: none;
  }
}

@media (min-width: 429px) and (max-width: 1200px) {
  .tk-board>.tk-admin-list {
    min-width: 300px;
  }

  .tk-board .tk-labels .tk-status-online {
    text-indent: 999px;
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(26, 146, 96);
  }

  .tk-board .tk-labels .tk-status-typing {
    padding: 0;
    text-indent: 999px;
    width: 30px;
    height: 25px;
    overflow: hidden;
    background: none;
  }

  .tk-board .tk-conversation .tk-list>div {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 429px) and (max-width: 1366px) {

  .tk-board>.tk-admin-list,
  .tk-board .tk-user-details {
    max-width: 330px;
    min-width: 330px;
  }

  .tk-admin-list .tk-search-btn>input {
    min-width: 225px;
  }

  grammarly-editor-plugin {
    --grammarly-button-position-right: 355px;
  }
}

@media (min-width: 429px) and (max-width: 1140px) {
  .tk-admin>main>div>.tk-top-bar>div:first-child>ul {
    overflow-x: scroll;
  }
}

@media (min-width: 429px) and (max-width: 1024px) {

  .tk-board>.tk-admin-list,
  .tk-board .tk-user-details {
    max-width: 250px;
    min-width: 250px;
  }

  .tk-admin-list .tk-search-btn>input {
    min-width: 145px;
    max-width: 145px;
  }
}

@media (min-width: 429px) and (max-width: 912px) {

  .tk-board>.tk-admin-list,
  .tk-board .tk-user-details {
    position: fixed;
    z-index: 2;
    background: #fff;
    left: 65px;
    top: 0;
    bottom: 0;
    max-width: 330px;
    min-width: 330px;
    display: none;
  }

  .tk-board>.tk-admin-list.tk-active,
  .tk-board .tk-user-details.tk-active {
    display: block;
  }

  .tk-board>.tk-admin-list .tk-top {
    padding-left: 45px;
  }

  .tk-board .tk-user-details {
    left: auto;
    right: 0;
  }

  .tk-board .tk-conversation>.tk-top {
    padding-left: 45px;
  }

  .tk-board .tk-conversation>.tk-top .tk-menu-mobile {
    right: 35px;
  }

  .tk-admin-list .tk-search-btn>input {
    min-width: 200px;
    max-width: 200px;
  }

  .tk-admin-list .tk-filter-btn.tk-active>div {
    min-width: 265px;
    max-width: 265px;
    left: auto;
  }

  .tk-area-conversations>.tk-btn-collapse {
    display: block;
  }
}

/*# sourceMappingURL=admin.css.map */
/* Fix for message visibility issue - Added by Claude */
