/*
*  
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* Shared css used on both admin and front end. This file is imported only.
*
*/
/* Unified button styling across admin */
.tk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #111827;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(2,6,23,0.06);
}
.tk-btn:hover { box-shadow: 0 8px 16px rgba(2,6,23,0.10); border-color: #c7d2fe; color: #3b82f6; }
.tk-btn:active { transform: translateY(0.5px); }
.tk-btn[disabled], .tk-btn:disabled { opacity: .6; filter: grayscale(.2); cursor: not-allowed; }
.tk-btn-small { padding: 8px 12px; font-size: 12px; }
.tk-btn-green { color: #fff; background: linear-gradient(135deg, #10b981, #059669); border-color: #10b981; }
.tk-btn-green:hover { filter: brightness(1.03); color: #fff; }
.tk-btn-gray { color: #fff; background: linear-gradient(135deg, #6b7280, #4b5563); border-color: #6b7280; }
.tk-btn-gray:hover { filter: brightness(1.05); color: #fff; }
.tk-btn-red { color: #fff; background: linear-gradient(135deg, #ef4444, #dc2626); border-color: #ef4444; }
.tk-btn-red:hover { filter: brightness(1.03); color: #fff; }
.tk-btn i { opacity: .95; }
@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^=tk-icon-]:before,
[class*=" tk-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tk-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 tk-fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tk-fade-bottom-animation {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes tk-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,
tk-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: tk-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: tk-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: tk-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 .tk-icon-close {
  font-size: 7px;
  height: 19px;
  line-height: 21px;
  padding-left: 2px;
}
.tk-player .tk-player-speed .tk-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 .tk-icon-mic {
  font-size: 20px;
  color: rgb(202, 52, 52);
}
#tk-audio-clip .tk-icon-close {
  font-size: 11px;
}
#tk-audio-clip .tk-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 .tk-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.tk-article .tk-title .tk-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: tk-fade-animation 0.5s;
}

.tk-panel-articles .tk-title .tk-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: tk-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 tk-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: tk-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.tk-icon-check:not(.tk-loading):before,
a.tk-btn.tk-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.tk-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 > .tk-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] > .tk-icon-close {
  display: block;
}
.tk-input-image .image[data-value] > .tk-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 .tk-icon-close {
  right: -5px;
  top: -5px;
}
.tk-input-image.tk-profile-image .image .tk-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: tk-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: tk-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*=tk-icon-]:before,
.tk-rich-message .tk-slider .tk-card-btn[class*=tk-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.tk-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 .tk-icon-social-fb {
  background: #4267B2;
}
.tk-social-buttons .tk-icon-social-tw {
  background: #55ACEE;
}
.tk-social-buttons .tk-icon-social-li {
  background: #0077B5;
}
.tk-social-buttons .tk-icon-social-pi {
  background: #CB2027;
}
.tk-social-buttons .tk-icon-social-wa {
  background: #25D366;
}

/*# sourceMappingURL=shared.css.map */
